Browse Source

2025.04.30 优化

master
jiayang yue 8 months ago
parent
commit
03d234dfd2
  1. 2
      src/views/modules/report/FQAS_report.vue
  2. 20
      src/views/modules/report/IPQC_report.vue
  3. 2
      src/views/modules/report/IQC_report.vue
  4. 2
      src/views/modules/report/OQC_report.vue

2
src/views/modules/report/FQAS_report.vue

@ -1011,7 +1011,7 @@
//
this.favoriteIsOk()
//
this.getTableUserColumn(this.$route.meta.menuId+'table',1)
this.getTableUserColumn(this.$route.meta.menuId+'table1',1)
if (!this.authSearch) {
//
this.getDataList()

20
src/views/modules/report/IPQC_report.vue

@ -528,6 +528,24 @@
fixed: '',
columnWidth: 100,
},
{
userId: this.$store.state.user.name,
functionId: 107001002,
serialNumber: '107001002Table1ActualResourceDesc',
tableId: "107001002Table1",
tableName: "IPQC报表",
columnProp: 'actualResourceDesc',
headerAlign: "center",
align: "left",
columnLabel: '实际机台',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 100,
},
{
userId: this.$store.state.user.name,
functionId: 107001002,
@ -991,7 +1009,7 @@
//
this.favoriteIsOk()
//
this.getTableUserColumn(this.$route.meta.menuId+'table',1)
this.getTableUserColumn(this.$route.meta.menuId+'table1',1)
if (!this.authSearch) {
//
this.getDataList()

2
src/views/modules/report/IQC_report.vue

@ -1111,7 +1111,7 @@
//
this.favoriteIsOk()
//
this.getTableUserColumn(this.$route.meta.menuId+'table',1)
this.getTableUserColumn(this.$route.meta.menuId+'table1',1)
if (!this.authSearch) {
//
this.getDataList()

2
src/views/modules/report/OQC_report.vue

@ -1010,7 +1010,7 @@ export default {
//
this.favoriteIsOk()
//
this.getTableUserColumn(this.$route.meta.menuId+'table',1)
this.getTableUserColumn(this.$route.meta.menuId+'table1',1)
if (!this.authSearch) {
//
this.getDataList()

Loading…
Cancel
Save