diff --git a/src/views/modules/yieldReport/com_produce_report_normal.vue b/src/views/modules/yieldReport/com_produce_report_normal.vue index 567f3e5..3c6125c 100644 --- a/src/views/modules/yieldReport/com_produce_report_normal.vue +++ b/src/views/modules/yieldReport/com_produce_report_normal.vue @@ -1961,7 +1961,7 @@ export default { columnProp: "transQty", headerAlign: "center", align: "right", - columnLabel: "数量", + columnLabel: "可用数量", columnWidth: 80, columnHidden: false, columnImage: false, @@ -1988,6 +1988,24 @@ export default { status: true, fixed: false }, + { + userId: this.$store.state.user.name, + functionId: 5303, + serialNumber: '5303MaterialOriginalHistQty', + tableId: "5303Material", + tableName: "派工单材料", + columnProp: "originalHistQty", + headerAlign: "center", + align: "right", + columnLabel: "上机数量", + columnWidth: 80, + columnHidden: false, + columnImage: false, + columnSortable: true, + sortLv: 0, + status: true, + fixed: false + }, { userId: this.$store.state.user.name, functionId: 5303,