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: '物品代码',
field: 'itemCode',
sort: 'custom',
table: {
width: 180,
fixed: 'left'
},
isSearch: true,
},
{
label: '物料名称',
field: 'itemName',
sort: 'custom',
table: {
width: 180
},
},
{
label: '背番',
field: 'desc1',
sort: 'custom',
table: {
width: 100
},
},
{
label: '计量单位',
field: 'uom',
sort: 'custom',
table: {
width: 100
},
},
{
label: '包装规格',
field: 'packUnit',
sort: 'custom',
table: {
width: 100
},
},
{
label: '包装数量',
field: 'packQty',
sort: 'custom',
table: {
width: 100
},
},
{
label: '盘点模式(1:二分之一,2:逐个)',
label: '盘点模式',
field: 'countType',
sort: 'custom',
table: {
width: 180
},
},
{
label: '转换率',
field: 'conversionRate',
sort: 'custom',
table: {
width: 100
},
},
{
label: '是否可用',

Loading…
Cancel
Save