diff --git a/src/views/wms/countManage/count/countConfig/countConfig.data.ts b/src/views/wms/countManage/count/countConfig/countConfig.data.ts index c51d95cfd..8291c65a3 100644 --- a/src/views/wms/countManage/count/countConfig/countConfig.data.ts +++ b/src/views/wms/countManage/count/countConfig/countConfig.data.ts @@ -13,42 +13,67 @@ export const CountConfig = useCrudSchemas(reactive([ 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: '是否可用',