问题修改

dev-scheduling
zhangdi 2 days ago
parent ad19cae77e
commit 984c031067
  1. 2
      src/views/productionManagement/blbWorkOrder/components/others.vue
  2. 8
      src/views/productionManagement/productionMonitoring/index.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',

@ -559,14 +559,6 @@ export default {
},
],
},
{
label: '生产数量',
prop: 'productionQuantity',
search: false,
sortable: true,
overHidden: true,
width: 150,
},
{
label: '入库数量',
prop: 'inventoryQty',

Loading…
Cancel
Save