diff --git a/src/views/modules/shopOrder/shopOrder/shopOrderList.vue b/src/views/modules/shopOrder/shopOrder/shopOrderList.vue index a183eb6..167cb02 100644 --- a/src/views/modules/shopOrder/shopOrder/shopOrderList.vue +++ b/src/views/modules/shopOrder/shopOrder/shopOrderList.vue @@ -1010,7 +1010,7 @@ export default { tableName: "生产订单产品结构表", columnProp: "issueMethod", headerAlign: "center", - align: "center", + align: "left", columnLabel: "领料方式", columnHidden: false, columnImage: false, @@ -1020,6 +1020,24 @@ export default { fixed: '', columnWidth: 100 }, + { + userId: this.$store.state.user.name, + functionId: 104001007, + serialNumber: '104001007TableOutboundWarehouseName', + tableId: "104001007Table", + tableName: "生产订单产品结构表", + columnProp: "outboundWarehouseName", + headerAlign: "center", + align: "left", + columnLabel: "领料仓库", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 120 + }, { userId: this.$store.state.user.name, functionId: 104001007,