From a94f28a2f02f0304abbb865bfc02d829de0a6614 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Thu, 21 Dec 2023 09:52:37 +0800 Subject: [PATCH] =?UTF-8?q?0412=20=E6=96=B0=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/production/shopOrderProductView.vue | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/views/modules/production/shopOrderProductView.vue b/src/views/modules/production/shopOrderProductView.vue index 0c29af4..f900644 100644 --- a/src/views/modules/production/shopOrderProductView.vue +++ b/src/views/modules/production/shopOrderProductView.vue @@ -162,6 +162,23 @@ serialNumber: null, columnType: null, align: 'right' + }, { + tableId: "orderView", + tableName: this.$route.meta.title, + columnProp: "needDate", + columnLabel: "要求完成日期", + columnHidden: false, + columnImage: false, + columnSortable: false, + columnWidth: 60, + format: null, + functionId: this.$route.meta.menuId, + sortLv: 0, + status: true, + fixed: '', + serialNumber: null, + columnType: null, + align: 'center' }, { tableId: "orderView", tableName: this.$route.meta.title,