From 05f93f389817200a08d666e49df042106d97bbf2 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Tue, 11 Mar 2025 11:23:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../count/countConfig/countConfig.data.ts | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) 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: '是否可用',