|
@@ -459,16 +459,6 @@ export default {
|
|
|
loading: false,
|
|
|
dataSource: [],
|
|
|
columns: [
|
|
|
- // {
|
|
|
- // title: '仓库名称',
|
|
|
- // key: 'depotId',
|
|
|
- // width: '8%',
|
|
|
- // type: FormTypes.select,
|
|
|
- // placeholder: '请选择${title}',
|
|
|
- // options: [],
|
|
|
- // allowSearch: true,
|
|
|
- // validateRules: [{ required: true, message: '${title}不能为空' }],
|
|
|
- // },
|
|
|
{
|
|
|
title: '批次号',
|
|
|
key: 'batchNumber',
|
|
@@ -486,7 +476,7 @@ export default {
|
|
|
{ title: '商品条码', key: 'barCode', width: '6%', type: FormTypes.normal },
|
|
|
{ title: '仓库名', key: 'depotName', width: '6%', type: FormTypes.normal },
|
|
|
{ title: '仓库货架', key: 'position', width: '6%', type: FormTypes.normal },
|
|
|
- { title: '包装规格', key: 'unitName', width: '6%', type: FormTypes.input },
|
|
|
+ { title: '包装规格', key: 'unitName', width: '6%', type: FormTypes.normal },
|
|
|
|
|
|
{ title: '型号', key: 'model', width: '9%', type: FormTypes.normal },
|
|
|
{ title: '颜色', key: 'color', width: '5%', type: FormTypes.normal },
|