diff --git a/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue b/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue index d3954b7..25af10d 100644 --- a/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue +++ b/src/views/modules/shopOrder/productionOrderScheduling/searchProductionDispatchList.vue @@ -634,6 +634,42 @@ export default { fixed: '', columnWidth: 80 }, + { + userId: this.$store.state.user.name, + functionId: 6023, + serialNumber: '6023TableTotalRoll', + tableId: "6023Table", + tableName: "查询生产派工单表", + columnProp: "rowCount", + 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: 6023, + serialNumber: '6023TableTotalRoll', + tableId: "6023Table", + tableName: "查询生产派工单表", + columnProp: "rollCount", + 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: 6023,