Browse Source

盘点配置

intex_pandian
赵雪冰 4 weeks ago
parent
commit
05f93f3898
  1. 27
      src/views/wms/countManage/count/countConfig/countConfig.data.ts

27
src/views/wms/countManage/count/countConfig/countConfig.data.ts

@ -13,42 +13,67 @@ export const CountConfig = useCrudSchemas(reactive<CrudSchema[]>([
label: '物品代码', label: '物品代码',
field: 'itemCode', field: 'itemCode',
sort: 'custom', sort: 'custom',
table: {
width: 180,
fixed: 'left'
},
isSearch: true, isSearch: true,
}, },
{ {
label: '物料名称', label: '物料名称',
field: 'itemName', field: 'itemName',
sort: 'custom', sort: 'custom',
table: {
width: 180
},
}, },
{ {
label: '背番', label: '背番',
field: 'desc1', field: 'desc1',
sort: 'custom', sort: 'custom',
table: {
width: 100
},
}, },
{ {
label: '计量单位', label: '计量单位',
field: 'uom', field: 'uom',
sort: 'custom', sort: 'custom',
table: {
width: 100
},
}, },
{ {
label: '包装规格', label: '包装规格',
field: 'packUnit', field: 'packUnit',
sort: 'custom', sort: 'custom',
table: {
width: 100
},
}, },
{ {
label: '包装数量', label: '包装数量',
field: 'packQty', field: 'packQty',
sort: 'custom', sort: 'custom',
table: {
width: 100
},
}, },
{ {
label: '盘点模式(1:二分之一,2:逐个)', label: '盘点模式',
field: 'countType', field: 'countType',
sort: 'custom', sort: 'custom',
table: {
width: 180
},
}, },
{ {
label: '转换率', label: '转换率',
field: 'conversionRate', field: 'conversionRate',
sort: 'custom', sort: 'custom',
table: {
width: 100
},
}, },
{ {
label: '是否可用', label: '是否可用',

Loading…
Cancel
Save