|
|
@ -16,9 +16,15 @@ |
|
|
<el-form-item :label="'物料编码'"> |
|
|
<el-form-item :label="'物料编码'"> |
|
|
<el-input v-model="searchData.partNo" clearable style="width: 120px"></el-input> |
|
|
<el-input v-model="searchData.partNo" clearable style="width: 120px"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
<el-form-item :label="'SKU'"> |
|
|
|
|
|
<el-input v-model="searchData.sku" clearable style="width: 120px"></el-input> |
|
|
|
|
|
</el-form-item> |
|
|
<el-form-item :label="'物料名称'"> |
|
|
<el-form-item :label="'物料名称'"> |
|
|
<el-input v-model="searchData.partDesc" clearable style="width: 233px"></el-input> |
|
|
<el-input v-model="searchData.partDesc" clearable style="width: 233px"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
<el-form-item :label="'PN'"> |
|
|
|
|
|
<el-input v-model="searchData.cinvSourceCode" clearable style="width: 120px"></el-input> |
|
|
|
|
|
</el-form-item> |
|
|
<el-form-item :label="'供应商'"> |
|
|
<el-form-item :label="'供应商'"> |
|
|
<el-input v-model="searchData.supplierDesc" clearable style="width: 221px"></el-input> |
|
|
<el-input v-model="searchData.supplierDesc" clearable style="width: 221px"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
@ -520,6 +526,8 @@ |
|
|
endDate: '', |
|
|
endDate: '', |
|
|
partNo:'', |
|
|
partNo:'', |
|
|
partDesc:'', |
|
|
partDesc:'', |
|
|
|
|
|
cinvSourceCode:'', |
|
|
|
|
|
sku:'', |
|
|
state: '待检验', |
|
|
state: '待检验', |
|
|
inspectionResult: '', |
|
|
inspectionResult: '', |
|
|
supplierDesc: '', |
|
|
supplierDesc: '', |
|
|
@ -545,6 +553,7 @@ |
|
|
workOrderQuantity: '', |
|
|
workOrderQuantity: '', |
|
|
reelNumber: '', |
|
|
reelNumber: '', |
|
|
partNo: '', |
|
|
partNo: '', |
|
|
|
|
|
cinvSourceCode:'', |
|
|
rollingQuantity: '', |
|
|
rollingQuantity: '', |
|
|
sampleQuantity: '', |
|
|
sampleQuantity: '', |
|
|
detailCodeNo:'', |
|
|
detailCodeNo:'', |
|
|
@ -557,369 +566,405 @@ |
|
|
isQualifiedChinese:'' |
|
|
isQualifiedChinese:'' |
|
|
}, |
|
|
}, |
|
|
// 展示列集 |
|
|
// 展示列集 |
|
|
columnList1: [], |
|
|
|
|
|
// columnList1: [ |
|
|
|
|
|
// { |
|
|
|
|
|
// userId: this.$store.state.user.name, |
|
|
|
|
|
// functionId: 301006, |
|
|
|
|
|
// serialNumber: '301006Table1BuDesc', |
|
|
|
|
|
// tableId: "301006Table1", |
|
|
|
|
|
// tableName: "IQC检验记录表", |
|
|
|
|
|
// columnProp: 'buDesc', |
|
|
|
|
|
// headerAlign: "center", |
|
|
|
|
|
// align: "center", |
|
|
|
|
|
// columnLabel: 'BU', |
|
|
|
|
|
// columnHidden: false, |
|
|
|
|
|
// columnImage: false, |
|
|
|
|
|
// columnSortable: false, |
|
|
|
|
|
// sortLv: 0, |
|
|
|
|
|
// status: true, |
|
|
|
|
|
// fixed: '', |
|
|
|
|
|
// columnWidth: 100, |
|
|
|
|
|
// }, |
|
|
|
|
|
// { |
|
|
|
|
|
// userId: this.$store.state.user.name, |
|
|
|
|
|
// functionId: 301006, |
|
|
|
|
|
// serialNumber: '301006Table1InspectionNo', |
|
|
|
|
|
// tableId: "301006Table1", |
|
|
|
|
|
// tableName: "IQC检验记录表", |
|
|
|
|
|
// columnProp: 'inspectionNo', |
|
|
|
|
|
// 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: '301006Table1InspectionResult', |
|
|
|
|
|
// tableId: "301006Table1", |
|
|
|
|
|
// tableName: "IQC检验记录表", |
|
|
|
|
|
// columnProp: 'inspectionResult', |
|
|
|
|
|
// headerAlign: "center", |
|
|
|
|
|
// align: "center", |
|
|
|
|
|
// columnLabel: '检验结论', |
|
|
|
|
|
// columnHidden: false, |
|
|
|
|
|
// columnImage: false, |
|
|
|
|
|
// columnSortable: false, |
|
|
|
|
|
// sortLv: 0, |
|
|
|
|
|
// status: true, |
|
|
|
|
|
// fixed: '', |
|
|
|
|
|
// columnWidth: 80, |
|
|
|
|
|
// }, |
|
|
|
|
|
// { |
|
|
|
|
|
// userId: this.$store.state.user.name, |
|
|
|
|
|
// functionId: 301006, |
|
|
|
|
|
// serialNumber: '301006Table1TaskDate', |
|
|
|
|
|
// tableId: "301006Table1", |
|
|
|
|
|
// tableName: "IQC检验记录表", |
|
|
|
|
|
// columnProp: 'taskDate', |
|
|
|
|
|
// 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: '301006Table1InspectionCycle', |
|
|
|
|
|
// tableId: "301006Table1", |
|
|
|
|
|
// tableName: "IQC检验记录表", |
|
|
|
|
|
// columnProp: 'inspectionCycle', |
|
|
|
|
|
// headerAlign: "center", |
|
|
|
|
|
// align: "center", |
|
|
|
|
|
// columnLabel: '检验周期(h)', |
|
|
|
|
|
// columnHidden: false, |
|
|
|
|
|
// columnImage: false, |
|
|
|
|
|
// columnSortable: false, |
|
|
|
|
|
// sortLv: 0, |
|
|
|
|
|
// status: true, |
|
|
|
|
|
// fixed: '', |
|
|
|
|
|
// columnWidth: 80, |
|
|
|
|
|
// }, |
|
|
|
|
|
// { |
|
|
|
|
|
// userId: this.$store.state.user.name, |
|
|
|
|
|
// functionId: 301006, |
|
|
|
|
|
// serialNumber: '301006Table1RollNo', |
|
|
|
|
|
// tableId: "301006Table1", |
|
|
|
|
|
// tableName: "IQC检验记录表", |
|
|
|
|
|
// columnProp: 'rollNo', |
|
|
|
|
|
// 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: '301006Table1PartNo', |
|
|
|
|
|
// tableId: "301006Table1", |
|
|
|
|
|
// tableName: "IQC检验记录表", |
|
|
|
|
|
// columnProp: 'partNo', |
|
|
|
|
|
// headerAlign: "center", |
|
|
|
|
|
// align: "center", |
|
|
|
|
|
// columnLabel: '物料编码', |
|
|
|
|
|
// columnHidden: false, |
|
|
|
|
|
// columnImage: false, |
|
|
|
|
|
// columnSortable: false, |
|
|
|
|
|
// sortLv: 0, |
|
|
|
|
|
// status: true, |
|
|
|
|
|
// fixed: '', |
|
|
|
|
|
// columnWidth: 100, |
|
|
|
|
|
// }, |
|
|
|
|
|
// { |
|
|
|
|
|
// userId: this.$store.state.user.name, |
|
|
|
|
|
// functionId: 301006, |
|
|
|
|
|
// serialNumber: '301006Table1PartDesc', |
|
|
|
|
|
// tableId: "301006Table1", |
|
|
|
|
|
// tableName: "IQC检验记录表", |
|
|
|
|
|
// columnProp: 'partDesc', |
|
|
|
|
|
// 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, |
|
|
|
|
|
// serialNumber: '301006Table1Umid', |
|
|
|
|
|
// tableId: "301006Table1", |
|
|
|
|
|
// tableName: "IQC检验记录表", |
|
|
|
|
|
// columnProp: 'umId', |
|
|
|
|
|
// headerAlign: "center", |
|
|
|
|
|
// align: "center", |
|
|
|
|
|
// columnLabel: '计量单位', |
|
|
|
|
|
// columnHidden: false, |
|
|
|
|
|
// columnImage: false, |
|
|
|
|
|
// columnSortable: false, |
|
|
|
|
|
// sortLv: 0, |
|
|
|
|
|
// status: true, |
|
|
|
|
|
// fixed: '', |
|
|
|
|
|
// columnWidth: 80, |
|
|
|
|
|
// }, |
|
|
|
|
|
// { |
|
|
|
|
|
// userId: this.$store.state.user.name, |
|
|
|
|
|
// functionId: 301006, |
|
|
|
|
|
// serialNumber: '301006Table1RollQty', |
|
|
|
|
|
// tableId: "301006Table1", |
|
|
|
|
|
// tableName: "IQC检验记录表", |
|
|
|
|
|
// columnProp: 'rollQty', |
|
|
|
|
|
// headerAlign: "center", |
|
|
|
|
|
// align: "right", |
|
|
|
|
|
// columnLabel: '到货数量', |
|
|
|
|
|
// columnHidden: false, |
|
|
|
|
|
// columnImage: false, |
|
|
|
|
|
// columnSortable: false, |
|
|
|
|
|
// sortLv: 0, |
|
|
|
|
|
// status: true, |
|
|
|
|
|
// fixed: '', |
|
|
|
|
|
// columnWidth: 80, |
|
|
|
|
|
// }, |
|
|
|
|
|
// { |
|
|
|
|
|
// userId: this.$store.state.user.name, |
|
|
|
|
|
// functionId: 301006, |
|
|
|
|
|
// serialNumber: '301006Table1RollCount', |
|
|
|
|
|
// tableId: "301006Table1", |
|
|
|
|
|
// tableName: "IQC检验记录表", |
|
|
|
|
|
// columnProp: 'rollCount', |
|
|
|
|
|
// headerAlign: "center", |
|
|
|
|
|
// align: "right", |
|
|
|
|
|
// columnLabel: '送检数量', |
|
|
|
|
|
// columnHidden: false, |
|
|
|
|
|
// columnImage: false, |
|
|
|
|
|
// columnSortable: false, |
|
|
|
|
|
// sortLv: 0, |
|
|
|
|
|
// status: true, |
|
|
|
|
|
// fixed: '', |
|
|
|
|
|
// columnWidth: 80, |
|
|
|
|
|
// }, |
|
|
|
|
|
// { |
|
|
|
|
|
// userId: this.$store.state.user.name, |
|
|
|
|
|
// functionId: 301006, |
|
|
|
|
|
// serialNumber: '301006Table1SamplingQty', |
|
|
|
|
|
// tableId: "301006Table1", |
|
|
|
|
|
// tableName: "IQC检验记录表", |
|
|
|
|
|
// columnProp: 'samplingQty', |
|
|
|
|
|
// headerAlign: "center", |
|
|
|
|
|
// align: "right", |
|
|
|
|
|
// columnLabel: '抽样数量', |
|
|
|
|
|
// columnHidden: false, |
|
|
|
|
|
// columnImage: false, |
|
|
|
|
|
// columnSortable: false, |
|
|
|
|
|
// sortLv: 0, |
|
|
|
|
|
// status: true, |
|
|
|
|
|
// fixed: '', |
|
|
|
|
|
// columnWidth: 80, |
|
|
|
|
|
// }, |
|
|
|
|
|
// { |
|
|
|
|
|
// userId: this.$store.state.user.name, |
|
|
|
|
|
// functionId: 301006, |
|
|
|
|
|
// serialNumber: '301006Table1PoOrderNo', |
|
|
|
|
|
// tableId: "301006Table1", |
|
|
|
|
|
// tableName: "IQC检验记录表", |
|
|
|
|
|
// columnProp: 'poOrderNo', |
|
|
|
|
|
// headerAlign: "center", |
|
|
|
|
|
// align: "center", |
|
|
|
|
|
// columnLabel: '单据号', |
|
|
|
|
|
// columnHidden: false, |
|
|
|
|
|
// columnImage: false, |
|
|
|
|
|
// columnSortable: false, |
|
|
|
|
|
// sortLv: 0, |
|
|
|
|
|
// status: true, |
|
|
|
|
|
// fixed: '', |
|
|
|
|
|
// columnWidth: 130, |
|
|
|
|
|
// }, |
|
|
|
|
|
// { |
|
|
|
|
|
// userId: this.$store.state.user.name, |
|
|
|
|
|
// functionId: 301006, |
|
|
|
|
|
// serialNumber: '301006Table1PoItemNo', |
|
|
|
|
|
// tableId: "301006Table1", |
|
|
|
|
|
// tableName: "IQC检验记录表", |
|
|
|
|
|
// columnProp: 'poItemNo', |
|
|
|
|
|
// headerAlign: "center", |
|
|
|
|
|
// align: "right", |
|
|
|
|
|
// columnLabel: '单据行号', |
|
|
|
|
|
// columnHidden: false, |
|
|
|
|
|
// columnImage: false, |
|
|
|
|
|
// columnSortable: false, |
|
|
|
|
|
// sortLv: 0, |
|
|
|
|
|
// status: true, |
|
|
|
|
|
// fixed: '', |
|
|
|
|
|
// columnWidth: 80, |
|
|
|
|
|
// }, |
|
|
|
|
|
// { |
|
|
|
|
|
// userId: this.$store.state.user.name, |
|
|
|
|
|
// functionId: 301006, |
|
|
|
|
|
// serialNumber: '301006Table1SupplierDesc', |
|
|
|
|
|
// tableId: "301006Table1", |
|
|
|
|
|
// tableName: "IQC检验记录表", |
|
|
|
|
|
// columnProp: 'supplierDesc', |
|
|
|
|
|
// 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, |
|
|
|
|
|
// serialNumber: '301006Table1InspectionRemark', |
|
|
|
|
|
// tableId: "301006Table1", |
|
|
|
|
|
// tableName: "IQC检验记录表", |
|
|
|
|
|
// columnProp: 'inspectionRemark', |
|
|
|
|
|
// 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, |
|
|
|
|
|
// serialNumber: '301006Table1DisposalMeasures', |
|
|
|
|
|
// tableId: "301006Table1", |
|
|
|
|
|
// tableName: "IQC检验记录表", |
|
|
|
|
|
// columnProp: 'disposalMeasures', |
|
|
|
|
|
// 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: '301006Table1DisposalRemark', |
|
|
|
|
|
// tableId: "301006Table1", |
|
|
|
|
|
// tableName: "IQC检验记录表", |
|
|
|
|
|
// columnProp: 'disposalRemark', |
|
|
|
|
|
// 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, |
|
|
|
|
|
// serialNumber: '301006Table1InspectorDate', |
|
|
|
|
|
// tableId: "301006Table1", |
|
|
|
|
|
// tableName: "IQC检验记录表", |
|
|
|
|
|
// columnProp: 'inspectorDate', |
|
|
|
|
|
// headerAlign: "center", |
|
|
|
|
|
// align: "center", |
|
|
|
|
|
// columnLabel: '检验时间', |
|
|
|
|
|
// columnHidden: false, |
|
|
|
|
|
// columnImage: false, |
|
|
|
|
|
// columnSortable: false, |
|
|
|
|
|
// sortLv: 0, |
|
|
|
|
|
// status: true, |
|
|
|
|
|
// fixed: '', |
|
|
|
|
|
// columnWidth: 130, |
|
|
|
|
|
// }, |
|
|
|
|
|
// { |
|
|
|
|
|
// userId: this.$store.state.user.name, |
|
|
|
|
|
// functionId: 301006, |
|
|
|
|
|
// serialNumber: '301006Table1InspectorName', |
|
|
|
|
|
// tableId: "301006Table1", |
|
|
|
|
|
// tableName: "IQC检验记录表", |
|
|
|
|
|
// columnProp: 'inspectorName', |
|
|
|
|
|
// headerAlign: "center", |
|
|
|
|
|
// align: "center", |
|
|
|
|
|
// columnLabel: '质检员', |
|
|
|
|
|
// columnHidden: false, |
|
|
|
|
|
// columnImage: false, |
|
|
|
|
|
// columnSortable: false, |
|
|
|
|
|
// sortLv: 0, |
|
|
|
|
|
// status: true, |
|
|
|
|
|
// fixed: '', |
|
|
|
|
|
// columnWidth: 120, |
|
|
|
|
|
// }, |
|
|
|
|
|
// ], |
|
|
|
|
|
|
|
|
// columnList1: [], |
|
|
|
|
|
columnList1: [ |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 301006, |
|
|
|
|
|
serialNumber: '301006Table1BuDesc', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'buDesc', |
|
|
|
|
|
headerAlign: "center", |
|
|
|
|
|
align: "center", |
|
|
|
|
|
columnLabel: 'BU', |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 100, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 301006, |
|
|
|
|
|
serialNumber: '301006Table1InspectionNo', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'inspectionNo', |
|
|
|
|
|
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: '301006Table1InspectionResult', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'inspectionResult', |
|
|
|
|
|
headerAlign: "center", |
|
|
|
|
|
align: "center", |
|
|
|
|
|
columnLabel: '检验结论', |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 80, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 301006, |
|
|
|
|
|
serialNumber: '301006Table1TaskDate', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'taskDate', |
|
|
|
|
|
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: '301006Table1InspectionCycle', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'inspectionCycle', |
|
|
|
|
|
headerAlign: "center", |
|
|
|
|
|
align: "center", |
|
|
|
|
|
columnLabel: '检验周期(h)', |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 80, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 301006, |
|
|
|
|
|
serialNumber: '301006Table1RollNo', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'rollNo', |
|
|
|
|
|
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: '301006Table1PartNo', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'partNo', |
|
|
|
|
|
headerAlign: "center", |
|
|
|
|
|
align: "center", |
|
|
|
|
|
columnLabel: '物料编码', |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 100, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 301006, |
|
|
|
|
|
serialNumber: '301006Table1PartDesc', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'partDesc', |
|
|
|
|
|
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, |
|
|
|
|
|
serialNumber: '301006Table1SKU', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'sku', |
|
|
|
|
|
headerAlign: "center", |
|
|
|
|
|
align: "center", |
|
|
|
|
|
columnLabel: 'SKU', |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 100, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 301006, |
|
|
|
|
|
serialNumber: '301006Table1CinvSourceCode', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'cinvSourceCode', |
|
|
|
|
|
headerAlign: "center", |
|
|
|
|
|
align: "center", |
|
|
|
|
|
columnLabel: 'PN', |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 100, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 301006, |
|
|
|
|
|
serialNumber: '301006Table1Umid', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'umId', |
|
|
|
|
|
headerAlign: "center", |
|
|
|
|
|
align: "center", |
|
|
|
|
|
columnLabel: '计量单位', |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 80, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 301006, |
|
|
|
|
|
serialNumber: '301006Table1RollQty', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'rollQty', |
|
|
|
|
|
headerAlign: "center", |
|
|
|
|
|
align: "right", |
|
|
|
|
|
columnLabel: '到货数量', |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 80, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 301006, |
|
|
|
|
|
serialNumber: '301006Table1RollCount', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'rollCount', |
|
|
|
|
|
headerAlign: "center", |
|
|
|
|
|
align: "right", |
|
|
|
|
|
columnLabel: '送检数量', |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 80, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 301006, |
|
|
|
|
|
serialNumber: '301006Table1SamplingQty', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'samplingQty', |
|
|
|
|
|
headerAlign: "center", |
|
|
|
|
|
align: "right", |
|
|
|
|
|
columnLabel: '抽样数量', |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 80, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 301006, |
|
|
|
|
|
serialNumber: '301006Table1PoOrderNo', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'poOrderNo', |
|
|
|
|
|
headerAlign: "center", |
|
|
|
|
|
align: "center", |
|
|
|
|
|
columnLabel: '单据号', |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 130, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 301006, |
|
|
|
|
|
serialNumber: '301006Table1PoItemNo', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'poItemNo', |
|
|
|
|
|
headerAlign: "center", |
|
|
|
|
|
align: "right", |
|
|
|
|
|
columnLabel: '单据行号', |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 80, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 301006, |
|
|
|
|
|
serialNumber: '301006Table1SupplierDesc', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'supplierDesc', |
|
|
|
|
|
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, |
|
|
|
|
|
serialNumber: '301006Table1InspectionRemark', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'inspectionRemark', |
|
|
|
|
|
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, |
|
|
|
|
|
serialNumber: '301006Table1DisposalMeasures', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'disposalMeasures', |
|
|
|
|
|
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: '301006Table1DisposalRemark', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'disposalRemark', |
|
|
|
|
|
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, |
|
|
|
|
|
serialNumber: '301006Table1InspectorDate', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'inspectorDate', |
|
|
|
|
|
headerAlign: "center", |
|
|
|
|
|
align: "center", |
|
|
|
|
|
columnLabel: '检验时间', |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 130, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
userId: this.$store.state.user.name, |
|
|
|
|
|
functionId: 301006, |
|
|
|
|
|
serialNumber: '301006Table1InspectorName', |
|
|
|
|
|
tableId: "301006Table1", |
|
|
|
|
|
tableName: "IQC检验记录表", |
|
|
|
|
|
columnProp: 'inspectorName', |
|
|
|
|
|
headerAlign: "center", |
|
|
|
|
|
align: "center", |
|
|
|
|
|
columnLabel: '质检员', |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
columnWidth: 120, |
|
|
|
|
|
}, |
|
|
|
|
|
], |
|
|
detailColumnList: [ |
|
|
detailColumnList: [ |
|
|
{ |
|
|
{ |
|
|
userId: this.$store.state.user.name, |
|
|
userId: this.$store.state.user.name, |
|
|
@ -1212,6 +1257,8 @@ |
|
|
inspectionNo: '', |
|
|
inspectionNo: '', |
|
|
partNo: '', |
|
|
partNo: '', |
|
|
partDesc: '', |
|
|
partDesc: '', |
|
|
|
|
|
cinvSourceCode:'', |
|
|
|
|
|
sku:'', |
|
|
rollQty: '', |
|
|
rollQty: '', |
|
|
samplingQty: '', |
|
|
samplingQty: '', |
|
|
unqualifiedQty: 0, |
|
|
unqualifiedQty: 0, |
|
|
@ -1231,6 +1278,7 @@ |
|
|
saveInformationData: { |
|
|
saveInformationData: { |
|
|
site: '', |
|
|
site: '', |
|
|
buNo: '', |
|
|
buNo: '', |
|
|
|
|
|
cinvSourceCode:'', |
|
|
inspectionNo:'', |
|
|
inspectionNo:'', |
|
|
disposalMeasures: '', |
|
|
disposalMeasures: '', |
|
|
disposalRemark: '', |
|
|
disposalRemark: '', |
|
|
@ -1576,6 +1624,8 @@ |
|
|
this.detailData.inspectionNo = row.inspectionNo |
|
|
this.detailData.inspectionNo = row.inspectionNo |
|
|
this.detailData.partNo = row.partNo |
|
|
this.detailData.partNo = row.partNo |
|
|
this.detailData.partDesc = row.partDesc |
|
|
this.detailData.partDesc = row.partDesc |
|
|
|
|
|
this.detailData.cinvSourceCode = row.cinvSourceCode |
|
|
|
|
|
this.detailData.sku = row.sku |
|
|
this.detailData.rollQty = row.rollQty |
|
|
this.detailData.rollQty = row.rollQty |
|
|
this.detailData.samplingQty = row.samplingQty |
|
|
this.detailData.samplingQty = row.samplingQty |
|
|
this.detailData.unqualifiedQty = row.unqualifiedQty |
|
|
this.detailData.unqualifiedQty = row.unqualifiedQty |
|
|
|