From 8ac946c46279af34d7bc33a90ee33ef3ab5f3480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Mon, 20 Nov 2023 10:43:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E6=94=B6=E8=B4=A7=E7=94=B3?= =?UTF-8?q?=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../customerreceiptRequestMain.data.ts | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRequestMain/customerreceiptRequestMain.data.ts b/src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRequestMain/customerreceiptRequestMain.data.ts index b874b9b18..b85d8f26c 100644 --- a/src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRequestMain/customerreceiptRequestMain.data.ts +++ b/src/views/wms/deliversettlementManage/customerreceipt/customerreceiptRequestMain/customerreceiptRequestMain.data.ts @@ -83,6 +83,7 @@ export const CustomerreceiptRequestMain = useCrudSchemas(reactive( label: '从仓库代码', field: 'fromWarehouseCode', sort: 'custom', + isForm: false, table: { width: 150 }, @@ -91,6 +92,7 @@ export const CustomerreceiptRequestMain = useCrudSchemas(reactive( label: '到仓库代码', field: 'toWarehouseCode', sort: 'custom', + isForm: false, table: { width: 150 }, @@ -101,6 +103,7 @@ export const CustomerreceiptRequestMain = useCrudSchemas(reactive( dictType: DICT_TYPE.LOCATION_TYPE, dictClass: 'string', isTable: true, + isForm: false, sort: 'custom', table: { width: 150 @@ -113,6 +116,7 @@ export const CustomerreceiptRequestMain = useCrudSchemas(reactive( dictClass: 'string', isTable: true, sort: 'custom', + isForm: false, table: { width: 150 }, @@ -121,6 +125,7 @@ export const CustomerreceiptRequestMain = useCrudSchemas(reactive( label: '从库区代码范围', field: 'fromAreaCodes', sort: 'custom', + isForm: false, table: { width: 150 }, @@ -129,6 +134,7 @@ export const CustomerreceiptRequestMain = useCrudSchemas(reactive( label: '到库区代码范围', field: 'toAreaCodes', sort: 'custom', + isForm: false, table: { width: 150 }, @@ -445,6 +451,7 @@ export const CustomerreceiptRequestDetail = useCrudSchemas(reactive