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: '描述',