Browse Source

IQC任务查询增加字段 审核时间 取消审核时间

java8
赵宏斌 5 months ago
parent
commit
2e779ec115
  1. 36
      src/views/modules/qc/IQCResultEntry.vue

36
src/views/modules/qc/IQCResultEntry.vue

@ -1280,6 +1280,42 @@
fixed: '',
columnWidth: 170,
},
{
userId: this.$store.state.user.name,
functionId: 301006,
serialNumber: '301006Table1SubmitDate',
tableId: "301006Table1",
tableName: "IQC检验记录表",
columnProp: 'submitDate',
headerAlign: "center",
align: "center",
columnLabel: '审核时间',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 170,
},
{
userId: this.$store.state.user.name,
functionId: 301006,
serialNumber: '301006Table1CancelCheckDate',
tableId: "301006Table1",
tableName: "IQC检验记录表",
columnProp: 'cancelCheckDate',
headerAlign: "center",
align: "center",
columnLabel: '取消审核时间',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 170,
},
{
userId: this.$store.state.user.name,
functionId: 301006,

Loading…
Cancel
Save