Browse Source

2023-12-12 检验单中增加检验方法名称和说明

java8
fengyuan_yang 2 years ago
parent
commit
2145cd2ebd
  1. 36
      src/views/modules/qc/FAIResultEntry.vue
  2. 36
      src/views/modules/qc/FQCResultEntry.vue
  3. 36
      src/views/modules/qc/IPQCResultEntry.vue
  4. 36
      src/views/modules/qc/IQCResultEntry.vue

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

@ -1308,6 +1308,42 @@
fixed: '',
columnWidth: 120,
},
{
userId: this.$store.state.user.name,
functionId: 301007,
serialNumber: '301007Table2MethodName',
tableId: "301007Table2",
tableName: "检验单明细表",
columnProp: 'methodName',
headerAlign: "center",
align: "center",
columnLabel: '检验方法',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 120,
},
{
userId: this.$store.state.user.name,
functionId: 301007,
serialNumber: '301007Table2MethodRemark',
tableId: "301007Table2",
tableName: "检验单明细表",
columnProp: 'methodRemark',
headerAlign: "center",
align: "center",
columnLabel: '检验方法说明',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 150,
},
{
userId: this.$store.state.user.name,
functionId: 301007,

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

@ -1307,6 +1307,42 @@
fixed: '',
columnWidth: 120,
},
{
userId: this.$store.state.user.name,
functionId: 301015,
serialNumber: '301015Table2MethodName',
tableId: "301015Table2",
tableName: "检验单明细表",
columnProp: 'methodName',
headerAlign: "center",
align: "center",
columnLabel: '检验方法',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 120,
},
{
userId: this.$store.state.user.name,
functionId: 301015,
serialNumber: '301015Table2MethodRemark',
tableId: "301015Table2",
tableName: "检验单明细表",
columnProp: 'methodRemark',
headerAlign: "center",
align: "center",
columnLabel: '检验方法说明',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 150,
},
{
userId: this.$store.state.user.name,
functionId: 301015,

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

@ -1350,6 +1350,42 @@
fixed: '',
columnWidth: 120,
},
{
userId: this.$store.state.user.name,
functionId: 301014,
serialNumber: '301014Table2MethodName',
tableId: "301014Table2",
tableName: "检验单明细表",
columnProp: 'methodName',
headerAlign: "center",
align: "center",
columnLabel: '检验方法',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 120,
},
{
userId: this.$store.state.user.name,
functionId: 301014,
serialNumber: '301014Table2MethodRemark',
tableId: "301014Table2",
tableName: "检验单明细表",
columnProp: 'methodRemark',
headerAlign: "center",
align: "center",
columnLabel: '检验方法说明',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 150,
},
{
userId: this.$store.state.user.name,
functionId: 301014,

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

@ -943,6 +943,42 @@
fixed: '',
columnWidth: 120,
},
{
userId: this.$store.state.user.name,
functionId: 301006,
serialNumber: '301006Table2MethodName',
tableId: "301006Table2",
tableName: "检验单明细表",
columnProp: 'methodName',
headerAlign: "center",
align: "center",
columnLabel: '检验方法',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 120,
},
{
userId: this.$store.state.user.name,
functionId: 301006,
serialNumber: '301006Table2MethodRemark',
tableId: "301006Table2",
tableName: "检验单明细表",
columnProp: 'methodRemark',
headerAlign: "center",
align: "center",
columnLabel: '检验方法说明',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 150,
},
{
userId: this.$store.state.user.name,
functionId: 301006,

Loading…
Cancel
Save