From 984c0310676d870d3ccd9fb079d04d631ec81056 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Wed, 3 Jun 2026 10:14:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../blbWorkOrder/components/others.vue | 2 +- .../productionManagement/productionMonitoring/index.vue | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/src/views/productionManagement/blbWorkOrder/components/others.vue b/src/views/productionManagement/blbWorkOrder/components/others.vue index eaa6f665..33b9409a 100644 --- a/src/views/productionManagement/blbWorkOrder/components/others.vue +++ b/src/views/productionManagement/blbWorkOrder/components/others.vue @@ -441,7 +441,7 @@ export default { search: false, sortable: true, overHidden: true, - type: 'datetimerange', + type: 'datetime', format: 'YYYY-MM-DD HH:mm:ss', valueFormat: 'YYYY-MM-DD HH:mm:ss', diff --git a/src/views/productionManagement/productionMonitoring/index.vue b/src/views/productionManagement/productionMonitoring/index.vue index 4ab2fe5b..4607ab4b 100644 --- a/src/views/productionManagement/productionMonitoring/index.vue +++ b/src/views/productionManagement/productionMonitoring/index.vue @@ -559,14 +559,6 @@ export default { }, ], }, - { - label: '生产数量', - prop: 'productionQuantity', - search: false, - sortable: true, - overHidden: true, - width: 150, - }, { label: '入库数量', prop: 'inventoryQty',