diff --git a/src/views/modules/shopOrder/shopOrder/shopOrderList.vue b/src/views/modules/shopOrder/shopOrder/shopOrderList.vue index ecc3314..df69fba 100644 --- a/src/views/modules/shopOrder/shopOrder/shopOrderList.vue +++ b/src/views/modules/shopOrder/shopOrder/shopOrderList.vue @@ -1164,6 +1164,24 @@ export default { fixed: '', columnWidth: 80 }, + { + userId: this.$store.state.user.name, + functionId: 104001007, + serialNumber: '104001007TableQtyReturn', + tableId: "104001007Table", + tableName: "生产订单产品结构表", + columnProp: "qtyReturn", + headerAlign: "center", + align: "right", + columnLabel: "退料数量", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 80 + }, { userId: this.$store.state.user.name, functionId: 104001007,