热表生产订单问题修改

dev-scheduling
zhangdi 1 week ago
parent 6883ec1069
commit df78cda050
  1. 11
      src/views/productionManagement/blbWorkOrder/components/glass.vue
  2. 11
      src/views/productionManagement/blbWorkOrder/components/others.vue
  3. 2
      src/views/productionManagement/productionMonitoring/index.vue
  4. 11
      src/views/productionManagement/sinTerWorkOrder/index.vue

@ -229,7 +229,7 @@ export default {
}, },
{ {
label: '上一工序', label: '上一工序',
prop: 'ppsNameNext', prop: 'ppsNameUp',
search: false, search: false,
sortable: true, sortable: true,
overHidden: true, overHidden: true,
@ -475,14 +475,7 @@ export default {
searchLabelWidth: 90, searchLabelWidth: 90,
}, },
{
label: '生产数量',
prop: 'productionQuantity',
search: false,
sortable: true,
overHidden: true,
width: 150,
},
{ {
label: '入库数量', label: '入库数量',
prop: 'inventoryQty', prop: 'inventoryQty',

@ -229,7 +229,7 @@ export default {
}, },
{ {
label: '上一工序', label: '上一工序',
prop: 'ppsNameNext', prop: 'ppsNameUp',
search: false, search: false,
sortable: true, sortable: true,
overHidden: true, overHidden: true,
@ -476,14 +476,7 @@ export default {
valueFormat: 'YYYY-MM-DD HH:mm:ss', valueFormat: 'YYYY-MM-DD HH:mm:ss',
searchLabelWidth: 90, searchLabelWidth: 90,
}, },
{
label: '生产数量',
prop: 'productionQuantity',
search: false,
sortable: true,
overHidden: true,
width: 150,
},
{ {
label: '入库数量', label: '入库数量',
prop: 'inventoryQty', prop: 'inventoryQty',

@ -234,7 +234,7 @@ export default {
}, },
{ {
label: '上一工序', label: '上一工序',
prop: 'ppsNameNext', prop: 'ppsNameUp',
search: false, search: false,
sortable: true, sortable: true,
overHidden: true, overHidden: true,

@ -250,7 +250,7 @@ export default {
}, },
{ {
label: '上一工序', label: '上一工序',
prop: 'ppsNameNext', prop: 'ppsNameUp',
search: false, search: false,
sortable: true, sortable: true,
overHidden: true, overHidden: true,
@ -497,14 +497,7 @@ export default {
valueFormat: 'YYYY-MM-DD HH:mm:ss', valueFormat: 'YYYY-MM-DD HH:mm:ss',
searchLabelWidth: 90, searchLabelWidth: 90,
}, },
{
label: '生产数量',
prop: 'productionQuantity',
search: false,
sortable: true,
overHidden: true,
width: 150,
},
{ {
label: '入库数量', label: '入库数量',
prop: 'inventoryQty', prop: 'inventoryQty',

Loading…
Cancel
Save