Browse Source

2024-06-25

功能优化3
java8
fengyuan_yang 2 years ago
parent
commit
12fd74e669
  1. 88
      src/views/modules/qc/FAIResultEntry.vue
  2. 94
      src/views/modules/qc/FQCResultEntry.vue
  3. 102
      src/views/modules/qc/IPQCResultEntry.vue
  4. 78
      src/views/modules/qc/IQCResultEntry.vue

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

@ -498,7 +498,7 @@
prop="" prop=""
header-align="center" header-align="center"
align="right" align="right"
min-width="75"
min-width="90"
label="项目检验结论"> label="项目检验结论">
<template slot-scope="scope"> <template slot-scope="scope">
<el-select :class="{redElSelect:scope.row.itemResult === 'N', greenElSelect:scope.row.itemResult === 'Y'}" v-if="detailData.submitFlag === 'Y'" v-model="scope.row.itemResult" disabled style="height: 11px" > <el-select :class="{redElSelect:scope.row.itemResult === 'N', greenElSelect:scope.row.itemResult === 'Y'}" v-if="detailData.submitFlag === 'Y'" v-model="scope.row.itemResult" disabled style="height: 11px" >
@ -1098,7 +1098,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 150,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1116,7 +1116,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 150,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1134,7 +1134,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1170,7 +1170,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 130,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1188,7 +1188,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1198,7 +1198,7 @@
tableName: "FQC检验记录表", tableName: "FQC检验记录表",
columnProp: 'orderNo', columnProp: 'orderNo',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '工单号', columnLabel: '工单号',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1206,7 +1206,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 150,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1216,7 +1216,7 @@
tableName: "FQC检验记录表", tableName: "FQC检验记录表",
columnProp: 'seqNo', columnProp: 'seqNo',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '派工单号', columnLabel: '派工单号',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1224,7 +1224,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150,
columnWidth: 200,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1234,7 +1234,7 @@
tableName: "FQC检验记录表", tableName: "FQC检验记录表",
columnProp: 'operationDesc', columnProp: 'operationDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '工序', columnLabel: '工序',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1242,7 +1242,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 120,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1252,7 +1252,7 @@
tableName: "FQC检验记录表", tableName: "FQC检验记录表",
columnProp: 'resourceDesc', columnProp: 'resourceDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '机台', columnLabel: '机台',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1260,7 +1260,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 120,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1278,7 +1278,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 120,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1288,7 +1288,7 @@
tableName: "FQC检验记录表", tableName: "FQC检验记录表",
columnProp: 'spec', columnProp: 'spec',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '物料类别', columnLabel: '物料类别',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1296,7 +1296,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150,
columnWidth: 200,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1314,7 +1314,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 120,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1332,7 +1332,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 120,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1342,7 +1342,7 @@
tableName: "FQC检验记录表", tableName: "FQC检验记录表",
columnProp: 'partDesc', columnProp: 'partDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '物料名称', columnLabel: '物料名称',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1350,7 +1350,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150,
columnWidth: 300,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1368,7 +1368,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1386,7 +1386,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1404,7 +1404,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1414,7 +1414,7 @@
tableName: "FQC检验记录表", tableName: "FQC检验记录表",
columnProp: 'inspectionRemark', columnProp: 'inspectionRemark',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '质检备注', columnLabel: '质检备注',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1422,7 +1422,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 200,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1432,7 +1432,7 @@
tableName: "FQC检验记录表", tableName: "FQC检验记录表",
columnProp: 'disposalRemark', columnProp: 'disposalRemark',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '处置说明', columnLabel: '处置说明',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1440,7 +1440,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 200,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1458,7 +1458,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150,
columnWidth: 170,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1476,7 +1476,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 170,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1504,7 +1504,7 @@
tableName: "FQC检验记录表", tableName: "FQC检验记录表",
columnProp: 'specialRequirements', columnProp: 'specialRequirements',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '特殊要求', columnLabel: '特殊要求',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1512,7 +1512,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 200,
}, },
], ],
// //
@ -1592,15 +1592,15 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'itemDesc', columnProp: 'itemDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
columnLabel: '检验项目',
align: "left",
columnLabel: '检验项目名称',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 150,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1610,7 +1610,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'samplingLevelDesc', columnProp: 'samplingLevelDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '检验水平', columnLabel: '检验水平',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1628,7 +1628,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'samplingProgrammeDesc', columnProp: 'samplingProgrammeDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '检验方案', columnLabel: '检验方案',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1646,7 +1646,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'methodName', columnProp: 'methodName',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '检验方法', columnLabel: '检验方法',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1664,7 +1664,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'methodRemark', columnProp: 'methodRemark',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '检验方法说明', columnLabel: '检验方法说明',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1672,7 +1672,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150,
columnWidth: 200,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1708,7 +1708,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1726,7 +1726,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1744,7 +1744,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1816,7 +1816,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
], ],
fileColumnList: [ fileColumnList: [

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

@ -1073,7 +1073,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 150,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1091,7 +1091,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 150,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1109,7 +1109,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1145,7 +1145,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 130,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1163,7 +1163,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1173,7 +1173,7 @@
tableName: "FQC检验记录表", tableName: "FQC检验记录表",
columnProp: 'orderNo', columnProp: 'orderNo',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '工单号', columnLabel: '工单号',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1181,7 +1181,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 150,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1191,7 +1191,7 @@
tableName: "FQC检验记录表", tableName: "FQC检验记录表",
columnProp: 'seqNo', columnProp: 'seqNo',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '派工单号', columnLabel: '派工单号',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1209,7 +1209,7 @@
tableName: "FQC检验记录表", tableName: "FQC检验记录表",
columnProp: 'operationDesc', columnProp: 'operationDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '工序', columnLabel: '工序',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1217,7 +1217,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 120,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1227,7 +1227,7 @@
tableName: "FQC检验记录表", tableName: "FQC检验记录表",
columnProp: 'resourceDesc', columnProp: 'resourceDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '机台', columnLabel: '机台',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1235,7 +1235,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 120,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1253,7 +1253,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 120,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1263,7 +1263,7 @@
tableName: "FQC检验记录表", tableName: "FQC检验记录表",
columnProp: 'spec', columnProp: 'spec',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '物料类别', columnLabel: '物料类别',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1271,7 +1271,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150,
columnWidth: 200,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1289,7 +1289,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 120,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1307,7 +1307,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 120,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1317,7 +1317,7 @@
tableName: "FQC检验记录表", tableName: "FQC检验记录表",
columnProp: 'partDesc', columnProp: 'partDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '物料名称', columnLabel: '物料名称',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1325,7 +1325,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150,
columnWidth: 300,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1343,7 +1343,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1361,7 +1361,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1379,7 +1379,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1389,7 +1389,7 @@
tableName: "FQC检验记录表", tableName: "FQC检验记录表",
columnProp: 'inspectionRemark', columnProp: 'inspectionRemark',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '质检备注', columnLabel: '质检备注',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1397,7 +1397,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 200,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1407,7 +1407,7 @@
tableName: "FQC检验记录表", tableName: "FQC检验记录表",
columnProp: 'disposalRemark', columnProp: 'disposalRemark',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '处置说明', columnLabel: '处置说明',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1415,7 +1415,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 200,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1433,7 +1433,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150,
columnWidth: 170,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1451,7 +1451,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 170,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1479,7 +1479,7 @@
tableName: "FQC检验记录表", tableName: "FQC检验记录表",
columnProp: 'specialRequirements', columnProp: 'specialRequirements',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '特殊要求', columnLabel: '特殊要求',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1487,7 +1487,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 200,
}, },
], ],
// //
@ -1567,7 +1567,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'itemDesc', columnProp: 'itemDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '检验项目', columnLabel: '检验项目',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1575,7 +1575,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 150,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1585,7 +1585,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'samplingLevelDesc', columnProp: 'samplingLevelDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '检验水平', columnLabel: '检验水平',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1603,7 +1603,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'samplingProgrammeDesc', columnProp: 'samplingProgrammeDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '检验方案', columnLabel: '检验方案',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1621,7 +1621,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'methodName', columnProp: 'methodName',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '检验方法', columnLabel: '检验方法',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1639,7 +1639,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'methodRemark', columnProp: 'methodRemark',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '检验方法说明', columnLabel: '检验方法说明',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1647,7 +1647,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150,
columnWidth: 200,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1675,7 +1675,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'aql', columnProp: 'aql',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "right",
columnLabel: 'AQL', columnLabel: 'AQL',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1683,7 +1683,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1693,7 +1693,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'ac', columnProp: 'ac',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "right",
columnLabel: 'AC', columnLabel: 'AC',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1701,7 +1701,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1711,7 +1711,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 're', columnProp: 're',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "right",
columnLabel: 'RE', columnLabel: 'RE',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1719,7 +1719,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1729,7 +1729,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'defaultValue', columnProp: 'defaultValue',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "right",
columnLabel: '标准值', columnLabel: '标准值',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1747,7 +1747,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'maxValue', columnProp: 'maxValue',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "right",
columnLabel: '上限值', columnLabel: '上限值',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1765,7 +1765,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'minValue', columnProp: 'minValue',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "right",
columnLabel: '下限值', columnLabel: '下限值',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1791,7 +1791,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
], ],
fileColumnList: [ fileColumnList: [

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

@ -496,7 +496,7 @@
prop="" prop=""
header-align="center" header-align="center"
align="right" align="right"
min-width="75"
min-width="90"
label="项目检验结论"> label="项目检验结论">
<template slot-scope="scope"> <template slot-scope="scope">
<el-select :class="{redElSelect:scope.row.itemResult === 'N', greenElSelect:scope.row.itemResult === 'Y'}" v-if="detailData.submitFlag === 'Y'" v-model="scope.row.itemResult" disabled style="height: 11px;padding: 0px"> <el-select :class="{redElSelect:scope.row.itemResult === 'N', greenElSelect:scope.row.itemResult === 'Y'}" v-if="detailData.submitFlag === 'Y'" v-model="scope.row.itemResult" disabled style="height: 11px;padding: 0px">
@ -1100,7 +1100,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 150,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1118,7 +1118,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 150,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1136,7 +1136,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1172,7 +1172,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1190,7 +1190,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 130,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1208,7 +1208,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1218,7 +1218,7 @@
tableName: "IPQC检验记录表", tableName: "IPQC检验记录表",
columnProp: 'orderNo', columnProp: 'orderNo',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '工单号', columnLabel: '工单号',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1226,7 +1226,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 150,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1236,7 +1236,7 @@
tableName: "IPQC检验记录表", tableName: "IPQC检验记录表",
columnProp: 'seqNo', columnProp: 'seqNo',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '派工单号', columnLabel: '派工单号',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1244,7 +1244,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150,
columnWidth: 200,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1254,7 +1254,7 @@
tableName: "IPQC检验记录表", tableName: "IPQC检验记录表",
columnProp: 'operationDesc', columnProp: 'operationDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '工序', columnLabel: '工序',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1262,7 +1262,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 120,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1272,7 +1272,7 @@
tableName: "IPQC检验记录表", tableName: "IPQC检验记录表",
columnProp: 'resourceDesc', columnProp: 'resourceDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '机台', columnLabel: '机台',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1280,7 +1280,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 120,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1298,7 +1298,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 120,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1308,7 +1308,7 @@
tableName: "IPQC检验记录表", tableName: "IPQC检验记录表",
columnProp: 'spec', columnProp: 'spec',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '物料类别', columnLabel: '物料类别',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1316,7 +1316,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150,
columnWidth: 200,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1334,7 +1334,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 120,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1352,7 +1352,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 120,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1362,7 +1362,7 @@
tableName: "IPQC检验记录表", tableName: "IPQC检验记录表",
columnProp: 'partDesc', columnProp: 'partDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '物料名称', columnLabel: '物料名称',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1370,7 +1370,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150,
columnWidth: 300,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1388,7 +1388,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1406,7 +1406,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1424,7 +1424,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1434,7 +1434,7 @@
tableName: "IPQC检验记录表", tableName: "IPQC检验记录表",
columnProp: 'inspectionRemark', columnProp: 'inspectionRemark',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '质检备注', columnLabel: '质检备注',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1442,7 +1442,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 200,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1452,7 +1452,7 @@
tableName: "IPQC检验记录表", tableName: "IPQC检验记录表",
columnProp: 'disposalRemark', columnProp: 'disposalRemark',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '处置说明', columnLabel: '处置说明',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1460,7 +1460,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 200,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1478,7 +1478,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150,
columnWidth: 170,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1496,7 +1496,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 170,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1524,7 +1524,7 @@
tableName: "IPQC检验记录表", tableName: "IPQC检验记录表",
columnProp: 'specialRequirements', columnProp: 'specialRequirements',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '特殊要求', columnLabel: '特殊要求',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1532,7 +1532,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 200,
}, },
], ],
// //
@ -1612,15 +1612,15 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'itemDesc', columnProp: 'itemDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
columnLabel: '检验项目',
align: "left",
columnLabel: '检验项目名称',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 150,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1630,7 +1630,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'samplingLevelDesc', columnProp: 'samplingLevelDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '检验水平', columnLabel: '检验水平',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1648,7 +1648,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'samplingProgrammeDesc', columnProp: 'samplingProgrammeDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '检验方案', columnLabel: '检验方案',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1666,7 +1666,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'methodName', columnProp: 'methodName',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '检验方法', columnLabel: '检验方法',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1684,7 +1684,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'methodRemark', columnProp: 'methodRemark',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '检验方法说明', columnLabel: '检验方法说明',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1692,7 +1692,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150,
columnWidth: 200,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1720,7 +1720,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'aql', columnProp: 'aql',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "right",
columnLabel: 'AQL', columnLabel: 'AQL',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1728,7 +1728,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1738,7 +1738,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'ac', columnProp: 'ac',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "right",
columnLabel: 'AC', columnLabel: 'AC',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1746,7 +1746,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1756,7 +1756,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 're', columnProp: 're',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "right",
columnLabel: 'RE', columnLabel: 'RE',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1764,7 +1764,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1774,7 +1774,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'defaultValue', columnProp: 'defaultValue',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "right",
columnLabel: '标准值', columnLabel: '标准值',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1792,7 +1792,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'maxValue', columnProp: 'maxValue',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "right",
columnLabel: '上限值', columnLabel: '上限值',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1810,7 +1810,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'minValue', columnProp: 'minValue',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "right",
columnLabel: '下限值', columnLabel: '下限值',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1836,7 +1836,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
], ],
fileColumnList: [ fileColumnList: [

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

@ -791,7 +791,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -809,7 +809,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 150,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -819,7 +819,7 @@
tableName: "IQC检验记录表", tableName: "IQC检验记录表",
columnProp: 'inspectionCycle', columnProp: 'inspectionCycle',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "right",
columnLabel: '检验周期(h)', columnLabel: '检验周期(h)',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -827,7 +827,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -863,7 +863,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 120,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -873,7 +873,7 @@
tableName: "IQC检验记录表", tableName: "IQC检验记录表",
columnProp: 'partDesc', columnProp: 'partDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '物料名称', columnLabel: '物料名称',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -881,7 +881,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150,
columnWidth: 300,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -899,7 +899,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 120,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -917,7 +917,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100,
columnWidth: 120,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -935,7 +935,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -953,7 +953,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -971,7 +971,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -989,7 +989,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1043,7 +1043,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1053,7 +1053,7 @@
tableName: "IQC检验记录表", tableName: "IQC检验记录表",
columnProp: 'supplierDesc', columnProp: 'supplierDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '供应商', columnLabel: '供应商',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1061,7 +1061,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150,
columnWidth: 200,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1071,7 +1071,7 @@
tableName: "IQC检验记录表", tableName: "IQC检验记录表",
columnProp: 'inspectionRemark', columnProp: 'inspectionRemark',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '质检备注', columnLabel: '质检备注',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1079,7 +1079,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150,
columnWidth: 200,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1107,7 +1107,7 @@
tableName: "IQC检验记录表", tableName: "IQC检验记录表",
columnProp: 'disposalRemark', columnProp: 'disposalRemark',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '处置说明', columnLabel: '处置说明',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1115,7 +1115,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150,
columnWidth: 200,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1133,7 +1133,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150,
columnWidth: 170,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1151,7 +1151,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 130,
columnWidth: 170,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1169,7 +1169,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 100,
}, },
], ],
detailColumnList: [ detailColumnList: [
@ -1199,15 +1199,15 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'itemDesc', columnProp: 'itemDesc',
headerAlign: "center", headerAlign: "center",
align: "center",
columnLabel: '检验项目',
align: "left",
columnLabel: '检验项目名称',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
columnSortable: false, columnSortable: false,
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120,
columnWidth: 150,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1253,7 +1253,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'methodName', columnProp: 'methodName',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '检验方法', columnLabel: '检验方法',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1271,7 +1271,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'methodRemark', columnProp: 'methodRemark',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "left",
columnLabel: '检验方法说明', columnLabel: '检验方法说明',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1279,7 +1279,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 150,
columnWidth: 200,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1307,7 +1307,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'aql', columnProp: 'aql',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "right",
columnLabel: 'AQL', columnLabel: 'AQL',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1315,7 +1315,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1325,7 +1325,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'ac', columnProp: 'ac',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "right",
columnLabel: 'AC', columnLabel: 'AC',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1333,7 +1333,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1343,7 +1343,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 're', columnProp: 're',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "right",
columnLabel: 'RE', columnLabel: 'RE',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1351,7 +1351,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
@ -1361,7 +1361,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'defaultValue', columnProp: 'defaultValue',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "right",
columnLabel: '标准值', columnLabel: '标准值',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1379,7 +1379,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'maxValue', columnProp: 'maxValue',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "right",
columnLabel: '最大值', columnLabel: '最大值',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1397,7 +1397,7 @@
tableName: "检验单明细表", tableName: "检验单明细表",
columnProp: 'minValue', columnProp: 'minValue',
headerAlign: "center", headerAlign: "center",
align: "center",
align: "right",
columnLabel: '最小值', columnLabel: '最小值',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
@ -1423,7 +1423,7 @@
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 80,
columnWidth: 100,
}, },
], ],
fileColumnList: [ fileColumnList: [

Loading…
Cancel
Save