From 3f8cc61e1d07e8669371263e416dcb46fbdd0737 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Mon, 29 Jul 2024 11:57:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventoryinitRequestMain.data.ts | 26 ++++++++++++------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/inventoryinitRequestMain.data.ts b/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/inventoryinitRequestMain.data.ts index 6c3837065..d90dd8f79 100644 --- a/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/inventoryinitRequestMain.data.ts +++ b/src/views/wms/inventoryjobManage/inventoryinitial/inventoryinitRequestMain/inventoryinitRequestMain.data.ts @@ -473,14 +473,14 @@ export const InventoryinitRequestDetail = useCrudSchemas(reactive( isTableForm: false, isForm: false }, - // { - // label: '批次', - // field: 'batch', - // sort: 'custom', - // table: { - // width: 150 - // }, - // }, + { + label: '批次', + field: 'batch', + sort: 'custom', + table: { + width: 150 + }, + }, // { // label: '包装号', // field: 'packingNumber', @@ -816,6 +816,9 @@ export const InventoryinitRequestDetail = useCrudSchemas(reactive( field: 'packUnit', isTable: true, sort: 'custom', + table: { + width: 150 + }, form: { componentProps: { enterSearch: true, @@ -901,6 +904,9 @@ export const InventoryinitRequestDetail = useCrudSchemas(reactive( field: 'secondPackUnit', isTable: true, sort: 'custom', + table: { + width: 150 + }, form: { componentProps: { enterSearch: true, @@ -986,8 +992,10 @@ export const InventoryinitRequestDetail = useCrudSchemas(reactive( label: '入库存包装规格', field: 'balancePackUnit', sort: 'custom', + table: { + width: 150 + }, form: { - width: 150, componentProps: { enterSearch: true, disabled: true,