diff --git a/src/views/modules/production/shopOrderProductView.vue b/src/views/modules/production/shopOrderProductView.vue index a2f0d4c..d36de26 100644 --- a/src/views/modules/production/shopOrderProductView.vue +++ b/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