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',