diff --git a/src/views/modules/yieldReport/com_produce_report_normal.vue b/src/views/modules/yieldReport/com_produce_report_normal.vue index 924f1ea..0a9a2bd 100644 --- a/src/views/modules/yieldReport/com_produce_report_normal.vue +++ b/src/views/modules/yieldReport/com_produce_report_normal.vue @@ -1896,7 +1896,7 @@ export default { columnWidth: 80, columnHidden: false, columnImage: false, - columnSortable: true, + columnSortable: false, sortLv: 0, status: true, fixed: false @@ -1911,7 +1911,7 @@ export default { headerAlign: "center", align: "left", columnLabel: "材料卷号", - columnWidth: 100, + columnWidth: 120, columnHidden: false, columnImage: false, columnSortable: true, @@ -1919,6 +1919,24 @@ export default { status: true, fixed: false }, + { + userId: this.$store.state.user.name, + functionId: 5303, + serialNumber: '5303MaterialBatchNo', + tableId: "5303Material", + tableName: "派工单材料", + columnProp: "batchNo", + headerAlign: "center", + align: "left", + columnLabel: "材料批号", + columnWidth: 100, + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: false + }, { userId: this.$store.state.user.name, functionId: 5303,