From ac03b759d5dcffe2d947bf4ba91cc6d499854ead Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 16 Jan 2026 14:01:37 +0800 Subject: [PATCH] =?UTF-8?q?2026-01-16=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yieldReport/com_produce_report_normal.vue | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/src/views/modules/yieldReport/com_produce_report_normal.vue b/src/views/modules/yieldReport/com_produce_report_normal.vue index 924f1ea..0a9a2bd 100644 --- a/src/views/modules/yieldReport/com_produce_report_normal.vue +++ b/src/views/modules/yieldReport/com_produce_report_normal.vue @@ -1896,7 +1896,7 @@ export default { columnWidth: 80, columnHidden: false, columnImage: false, - columnSortable: true, + columnSortable: false, sortLv: 0, status: true, fixed: false @@ -1911,7 +1911,7 @@ export default { headerAlign: "center", align: "left", columnLabel: "材料卷号", - columnWidth: 100, + columnWidth: 120, columnHidden: false, columnImage: false, columnSortable: true, @@ -1919,6 +1919,24 @@ export default { status: true, fixed: false }, + { + userId: this.$store.state.user.name, + functionId: 5303, + serialNumber: '5303MaterialBatchNo', + tableId: "5303Material", + tableName: "派工单材料", + columnProp: "batchNo", + headerAlign: "center", + align: "left", + columnLabel: "材料批号", + columnWidth: 100, + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: false + }, { userId: this.$store.state.user.name, functionId: 5303,