Browse Source

2025.05.13 QMS报表 添加协同人员、责任人 列表、动态列、导出

master
jiayang yue 8 months ago
parent
commit
84c34784ce
  1. 36
      src/views/modules/report/FQAS_report.vue
  2. 36
      src/views/modules/report/IPQC_report.vue
  3. 36
      src/views/modules/report/IQC_report.vue
  4. 36
      src/views/modules/report/OQC_report.vue

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

@ -656,6 +656,24 @@
fixed: '',
columnWidth: 130,
},
{
userId: this.$store.state.user.name,
functionId: 107001003,
serialNumber: '107001003Table1ResponsiblePerson',
tableId: "107001003Table1",
tableName: "FQAS报表",
columnProp: 'responsiblePerson',
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: 107001003,
@ -764,6 +782,24 @@
fixed: '',
columnWidth: 100,
},
{
userId: this.$store.state.user.name,
functionId: 107001003,
serialNumber: '107001003Table1OperatorName',
tableId: "107001003Table1",
tableName: "FQAS报表",
columnProp: 'operatorName',
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: 107001003,

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

@ -690,6 +690,24 @@
fixed: '',
columnWidth: 200,
},
{
userId: this.$store.state.user.name,
functionId: 107001002,
serialNumber: '107001002Table1ResponsiblePerson',
tableId: "107001002Table1",
tableName: "IPQC报表",
columnProp: 'responsiblePerson',
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,
@ -762,6 +780,24 @@
fixed: '',
columnWidth: 200,
},
{
userId: this.$store.state.user.name,
functionId: 107001002,
serialNumber: '107001002Table1OperatorName',
tableId: "107001002Table1",
tableName: "IPQC报表",
columnProp: 'operatorName',
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,

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

@ -756,6 +756,24 @@
fixed: '',
columnWidth: 200,
},
{
userId: this.$store.state.user.name,
functionId: 107001001,
serialNumber: '107001001Table1ResponsiblePerson',
tableId: "107001001Table1",
tableName: "IQC报表",
columnProp: 'responsiblePerson',
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: 107001001,
@ -864,6 +882,24 @@
fixed: '',
columnWidth: 100,
},
{
userId: this.$store.state.user.name,
functionId: 107001001,
serialNumber: '107001001Table1OperatorName',
tableId: "107001001Table1",
tableName: "IQC报表",
columnProp: 'operatorName',
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: 107001001,

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

@ -655,6 +655,24 @@ export default {
fixed: '',
columnWidth: 130,
},
{
userId: this.$store.state.user.name,
functionId: 107001004,
serialNumber: '107001004Table1ResponsiblePerson',
tableId: "107001004Table1",
tableName: "OQC报表",
columnProp: 'responsiblePerson',
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: 107001004,
@ -763,6 +781,24 @@ export default {
fixed: '',
columnWidth: 100,
},
{
userId: this.$store.state.user.name,
functionId: 107001004,
serialNumber: '107001004Table1OperatorName',
tableId: "107001004Table1",
tableName: "OQC报表",
columnProp: 'operatorName',
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: 107001004,

Loading…
Cancel
Save