diff --git a/src/views/modules/scheduleReport/com_die_cutting_report.vue b/src/views/modules/scheduleReport/com_die_cutting_report.vue index 490258e..dbceb56 100644 --- a/src/views/modules/scheduleReport/com_die_cutting_report.vue +++ b/src/views/modules/scheduleReport/com_die_cutting_report.vue @@ -110,18 +110,18 @@ style="width: 100px; height: 80px"/> - - + --> @@ -401,6 +401,24 @@ export default { status: true, fixed: false }, + { + userId: this.$store.state.user.name, + functionId: 5303, + serialNumber: '5303RollRmRollNo', + tableId: "5303Roll", + tableName: "下机卷", + columnProp: "rmRollNo", + headerAlign: "center", + align: "center", + columnLabel: "材料卷号", + columnWidth: 100, + columnHidden: false, + columnImage: false, + columnSortable: true, + sortLv: 0, + status: true, + fixed: false + }, ], searchData: { site: this.$store.state.user.site, diff --git a/src/views/modules/scheduleReport/com_fqc_report.vue b/src/views/modules/scheduleReport/com_fqc_report.vue index 7cd3e94..cd6aca8 100644 --- a/src/views/modules/scheduleReport/com_fqc_report.vue +++ b/src/views/modules/scheduleReport/com_fqc_report.vue @@ -76,18 +76,18 @@ style="width: 100px; height: 80px"/> - - + --> @@ -138,6 +138,24 @@ export default { status: true, fixed: false }, + { + userId: this.$store.state.user.name, + functionId: 5303, + serialNumber: '5303RollRmRollNo', + tableId: "5303Roll", + tableName: "下机卷", + columnProp: "rmRollNo", + headerAlign: "center", + align: "center", + columnLabel: "材料卷号", + columnWidth: 100, + columnHidden: false, + columnImage: false, + columnSortable: true, + sortLv: 0, + status: true, + fixed: false + }, { userId: this.$store.state.user.name, functionId: 5303,