diff --git a/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue b/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue index fcfa7ea..eaa225d 100644 --- a/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue +++ b/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue @@ -484,7 +484,25 @@ export default { { userId: this.$store.state.user.name, functionId: 6023, - serialNumber: '6023TableQtyRequiredOriginal', + serialNumber: '6023TableOrderQty', + tableId: "6023Table", + tableName: "查询生产派工单表", + columnProp: "orderQty", + headerAlign: "center", + align: "right", + columnLabel: "订单数量", + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 100 + }, + { + userId: this.$store.state.user.name, + functionId: 6023, + serialNumber: '6023TableLotSize', tableId: "6023Table", tableName: "查询生产派工单表", columnProp: "lotSize",