From c5b89f96a467c3e712f4a16d6e12fbfe49038063 Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Fri, 21 Mar 2025 17:29:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=A1=A5=E6=96=99=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E7=9A=84=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../repleinshRequestMain.data.ts | 28 +++++++++++++++++-- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts b/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts index 04c314a80..9f1e3b0de 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts +++ b/src/views/wms/issueManage/repleinsh/repleinshRequestMain/repleinshRequestMain.data.ts @@ -128,6 +128,28 @@ export const RepleinshRequestMain = useCrudSchemas(reactive([ isTable: true, isDetail: true }, + { + label: '生产线代码', + field: 'productionLineCode', + sort: 'custom', + table: { + width: 150 + }, + isForm: false, + isTable: true, + isDetail: true + }, + { + label: '生产线区分', + field: 'productionLine', + sort: 'custom', + table: { + width: 150 + }, + isForm: false, + isTable: true, + isDetail: true + }, { label: '日期', sortTableDefault:5, @@ -662,14 +684,14 @@ export const RepleinshRequestDetail = useCrudSchemas(reactive([ }, { label: '背番', - field: 'itemDesc1', + field: 'backNumber', sort: 'custom', table: { width: 150 }, - hiddenInMain:true, - isTableForm: false, isForm: false, + isTable: true, + isDetail: true }, { label: '描述',