diff --git a/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts b/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts index b3ab53b53..550dde555 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts +++ b/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts @@ -408,6 +408,7 @@ export const RepleinshRequestMain = useCrudSchemas(reactive([ label: '包装规格', field: 'packUnit', sort: 'custom', + isForm:false, table: { width: 150 }, @@ -417,6 +418,7 @@ export const RepleinshRequestMain = useCrudSchemas(reactive([ label: '包装数量', field: 'packQty', sort: 'custom', + isForm:false, table: { width: 150 }, @@ -526,6 +528,7 @@ export const RepleinshRequestDetail = useCrudSchemas(reactive([ table: { width: 150 }, + isTableForm: false, isSearch: true, sortTableDefault:5, sortSearchDefault:3, @@ -559,6 +562,7 @@ export const RepleinshRequestDetail = useCrudSchemas(reactive([ table: { width: 150 }, + isTableForm: false, isSearch: true, }, { @@ -753,6 +757,7 @@ export const RepleinshRequestDetail = useCrudSchemas(reactive([ table: { width: 150 }, + isTableForm: false, sortTableDefault:1, }, { @@ -762,6 +767,7 @@ export const RepleinshRequestDetail = useCrudSchemas(reactive([ table: { width: 150 }, + isTableForm: false, sortTableDefault:2, }, diff --git a/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts index a4002349f..238b9acd5 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptRecordMain/productreceiptRecordMain.data.ts @@ -521,6 +521,7 @@ export const ProductreceiptRecordDetail = useCrudSchemas(reactive( label: '单据号', field: 'number', sort: 'custom', + hiddenInMain: true, table: { width: 180 },