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