From c3e10a6b3e7f0e37da5e37b7df6d0dd7ca1809c2 Mon Sep 17 00:00:00 2001 From: yufei0306 <13417315+yufei0306@user.noreply.gitee.com> Date: Mon, 27 May 2024 18:41:16 +0800 Subject: [PATCH] =?UTF-8?q?bug=20=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../repleinshRequestMain/repleinshRequestMain.data.ts | 6 ++++++ .../productreceiptRecordMain.data.ts | 1 + 2 files changed, 7 insertions(+) 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 },