Browse Source

生产订单进度跟踪表中,添加不良品累计数字段

master
赵宏斌 5 months ago
parent
commit
0c4dbc440d
  1. 18
      src/views/modules/production/shopOrderProductView.vue

18
src/views/modules/production/shopOrderProductView.vue

@ -357,6 +357,24 @@
columnType: null,
align: 'right'
}
,{
tableId: "orderView",
tableName: this.$route.meta.title,
columnProp: "defectQty",
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: 'right'
}
],
visible:false,
// end

Loading…
Cancel
Save