From 48b0ab57a35d24a29e080bb7f216c34ffb3685df Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 26 Aug 2024 13:59:57 +0800 Subject: [PATCH] =?UTF-8?q?2024-08-26=20=E5=8A=9F=E8=83=BD=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/qc/qc_report.js | 9 + src/views/modules/qc/IQCFileTable.vue | 6 +- src/views/modules/report/FAI_report.vue | 240 ++-- src/views/modules/report/FQC_report.vue | 222 +-- src/views/modules/report/IPQC_report.vue | 246 ++-- .../modules/report/IQC_detail_report.vue | 1197 +++++++++++++++++ 6 files changed, 1563 insertions(+), 357 deletions(-) create mode 100644 src/views/modules/report/IQC_detail_report.vue diff --git a/src/api/qc/qc_report.js b/src/api/qc/qc_report.js index 170ba74..f75e58b 100644 --- a/src/api/qc/qc_report.js +++ b/src/api/qc/qc_report.js @@ -8,3 +8,12 @@ export const getIPQCReport = data => createAPI('/pms/qcReport/getIPQCReport','po export const getFAIReport = data => createAPI('/pms/qcReport/getFAIReport','post',data) // FQC报表查询 export const getFQCReport = data => createAPI('/pms/qcReport/getFQCReport','post',data) + +// IQC报表明细查询 +export const getIQCDetailReport = data => createAPI('/pms/qcReport/getIQCDetailReport','post',data) +// IPQC报表明细查询 +export const getIPQCDetailReport = data => createAPI('/pms/qcReport/getIPQCDetailReport','post',data) +// FAI报表明细查询 +export const getFAIDetailReport = data => createAPI('/pms/qcReport/getFAIDetailReport','post',data) +// FQC报表明细查询 +export const getFQCDetailReport = data => createAPI('/pms/qcReport/getFQCDetailReport','post',data) diff --git a/src/views/modules/qc/IQCFileTable.vue b/src/views/modules/qc/IQCFileTable.vue index c1270e3..c0ec993 100644 --- a/src/views/modules/qc/IQCFileTable.vue +++ b/src/views/modules/qc/IQCFileTable.vue @@ -207,9 +207,9 @@ export default { width="100" label="操作"> diff --git a/src/views/modules/report/FAI_report.vue b/src/views/modules/report/FAI_report.vue index b42e88d..e9e4981 100644 --- a/src/views/modules/report/FAI_report.vue +++ b/src/views/modules/report/FAI_report.vue @@ -283,9 +283,9 @@ columnList: [ { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1State', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1State', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'state', headerAlign: "center", @@ -301,9 +301,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1BuDesc', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1BuDesc', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'buDesc', headerAlign: "center", @@ -319,9 +319,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1InspectionNo', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1InspectionNo', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'inspectionNo', headerAlign: "center", @@ -337,9 +337,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1RollNo', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1RollNo', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'rollNo', headerAlign: "center", @@ -355,9 +355,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1InspectionResult', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1InspectionResult', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'inspectionResult', headerAlign: "center", @@ -373,9 +373,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1DisposalMeasures', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1DisposalMeasures', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'disposalMeasures', headerAlign: "center", @@ -391,9 +391,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1TaskDate', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1TaskDate', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'taskDate', headerAlign: "center", @@ -409,9 +409,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1InspectionCycle', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1InspectionCycle', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'inspectionCycle', headerAlign: "center", @@ -427,9 +427,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1OrderNo', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1OrderNo', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'orderNo', headerAlign: "center", @@ -445,9 +445,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1SeqNo', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1SeqNo', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'seqNo', headerAlign: "center", @@ -463,9 +463,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1OperationDesc', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1OperationDesc', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'operationDesc', headerAlign: "center", @@ -481,9 +481,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1ResourceDesc', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1ResourceDesc', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'resourceDesc', headerAlign: "center", @@ -499,9 +499,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1PartNo', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1PartNo', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'partNo', headerAlign: "center", @@ -517,9 +517,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1PartDesc', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1PartDesc', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'partDesc', headerAlign: "center", @@ -535,9 +535,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1Sku', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1Sku', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'sku', headerAlign: "center", @@ -553,9 +553,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1cinvSourceCode', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1cinvSourceCode', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'cinvSourceCode', headerAlign: "center", @@ -571,9 +571,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1Invdefinetype', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1Invdefinetype', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'invdefinetype', headerAlign: "center", @@ -589,9 +589,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1UmName', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1UmName', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'umName', headerAlign: "center", @@ -607,9 +607,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1RollCount', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1RollCount', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'rollCount', headerAlign: "center", @@ -625,9 +625,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1SamplingQty', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1SamplingQty', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'samplingQty', headerAlign: "center", @@ -643,9 +643,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1InspectionRemark', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1InspectionRemark', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'inspectionRemark', headerAlign: "center", @@ -661,9 +661,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1DisposalRemark', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1DisposalRemark', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'disposalRemark', headerAlign: "center", @@ -679,9 +679,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1ActionDate', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1ActionDate', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'actionDate', headerAlign: "center", @@ -697,9 +697,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1InspectorDate', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1InspectorDate', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'inspectorDate', headerAlign: "center", @@ -715,9 +715,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1InspectorName', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1InspectorName', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'inspectorName', headerAlign: "center", @@ -733,9 +733,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1OperatorName', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1OperatorName', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'operatorName', headerAlign: "center", @@ -751,9 +751,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1ResponsiblePersonName', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1ResponsiblePersonName', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'responsiblePersonName', headerAlign: "center", @@ -769,9 +769,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1SpecialRequirements', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1SpecialRequirements', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'specialRequirements', headerAlign: "center", @@ -787,9 +787,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1ItemNo', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1ItemNo', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'itemNo', headerAlign: "center", @@ -805,9 +805,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1ItemDesc', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1ItemDesc', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'itemDesc', headerAlign: "center", @@ -823,9 +823,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1DefaultValue', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1DefaultValue', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'defaultValue', headerAlign: "center", @@ -841,9 +841,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1MaxValue', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1MaxValue', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'maxValue', headerAlign: "center", @@ -859,9 +859,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1MinValue', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1MinValue', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'minValue', headerAlign: "center", @@ -877,9 +877,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1ItemSamplingQty', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1ItemSamplingQty', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'itemSamplingQty', headerAlign: "center", @@ -895,9 +895,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1UnqualifiedQuantity', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1UnqualifiedQuantity', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'unqualifiedQuantity', headerAlign: "center", @@ -913,9 +913,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1TextValue', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1TextValue', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'textValue', headerAlign: "center", @@ -931,9 +931,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table1ItemResultDesc', - tableId: "107001003Table1", + functionId: 107001005, + serialNumber: '107001005Table1ItemResultDesc', + tableId: "107001005Table1", tableName: "FAI报表", columnProp: 'itemResultDesc', headerAlign: "center", @@ -951,9 +951,9 @@ SubDetailColumnList: [ { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table2SamplingLocation', - tableId: "107001003Table2", + functionId: 107001005, + serialNumber: '107001005Table2SamplingLocation', + tableId: "107001005Table2", tableName: "FAI子明细", columnProp: 'samplingLocation', headerAlign: "center", @@ -969,9 +969,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table2SamplingLocationB', - tableId: "107001003Table2", + functionId: 107001005, + serialNumber: '107001005Table2SamplingLocationB', + tableId: "107001005Table2", tableName: "FAI子明细", columnProp: 'samplingLocationB', headerAlign: "center", @@ -987,9 +987,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001003, - serialNumber: '107001003Table2SubDetailValue', - tableId: "107001003Table2", + functionId: 107001005, + serialNumber: '107001005Table2SubDetailValue', + tableId: "107001005Table2", tableName: "FAI子明细", columnProp: 'subDetailValue', headerAlign: "center", diff --git a/src/views/modules/report/FQC_report.vue b/src/views/modules/report/FQC_report.vue index edbef1c..86d86ba 100644 --- a/src/views/modules/report/FQC_report.vue +++ b/src/views/modules/report/FQC_report.vue @@ -283,9 +283,9 @@ columnList: [ { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1State', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1State', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'state', headerAlign: "center", @@ -301,9 +301,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1BuDesc', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1BuDesc', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'buDesc', headerAlign: "center", @@ -319,9 +319,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1InspectionNo', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1InspectionNo', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'inspectionNo', headerAlign: "center", @@ -337,9 +337,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1RollNo', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1RollNo', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'rollNo', headerAlign: "center", @@ -355,9 +355,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1InspectionResult', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1InspectionResult', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'inspectionResult', headerAlign: "center", @@ -373,9 +373,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1DisposalMeasures', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1DisposalMeasures', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'disposalMeasures', headerAlign: "center", @@ -391,9 +391,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1TaskDate', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1TaskDate', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'taskDate', headerAlign: "center", @@ -409,9 +409,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1InspectionCycle', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1InspectionCycle', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'inspectionCycle', headerAlign: "center", @@ -427,9 +427,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1OrderNo', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1OrderNo', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'orderNo', headerAlign: "center", @@ -445,9 +445,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1SeqNo', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1SeqNo', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'seqNo', headerAlign: "center", @@ -463,9 +463,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1OperationDesc', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1OperationDesc', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'operationDesc', headerAlign: "center", @@ -481,9 +481,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1ResourceDesc', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1ResourceDesc', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'resourceDesc', headerAlign: "center", @@ -499,9 +499,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1PartNo', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1PartNo', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'partNo', headerAlign: "center", @@ -517,9 +517,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1PartDesc', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1PartDesc', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'partDesc', headerAlign: "center", @@ -535,9 +535,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1Sku', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1Sku', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'sku', headerAlign: "center", @@ -553,9 +553,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1cinvSourceCode', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1cinvSourceCode', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'cinvSourceCode', headerAlign: "center", @@ -571,9 +571,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1Invdefinetype', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1Invdefinetype', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'invdefinetype', headerAlign: "center", @@ -589,9 +589,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1UmName', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1UmName', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'umName', headerAlign: "center", @@ -607,9 +607,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1RollCount', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1RollCount', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'rollCount', headerAlign: "center", @@ -625,9 +625,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1SamplingQty', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1SamplingQty', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'samplingQty', headerAlign: "center", @@ -643,9 +643,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1InspectionRemark', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1InspectionRemark', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'inspectionRemark', headerAlign: "center", @@ -661,9 +661,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1DisposalRemark', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1DisposalRemark', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'disposalRemark', headerAlign: "center", @@ -679,9 +679,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1ActionDate', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1ActionDate', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'actionDate', headerAlign: "center", @@ -697,9 +697,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1InspectorDate', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1InspectorDate', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'inspectorDate', headerAlign: "center", @@ -715,9 +715,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1InspectorName', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1InspectorName', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'inspectorName', headerAlign: "center", @@ -733,9 +733,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1OperatorName', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1OperatorName', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'operatorName', headerAlign: "center", @@ -751,9 +751,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1ResponsiblePersonName', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1ResponsiblePersonName', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'responsiblePersonName', headerAlign: "center", @@ -769,9 +769,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1SpecialRequirements', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1SpecialRequirements', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'specialRequirements', headerAlign: "center", @@ -787,9 +787,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1ItemNo', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1ItemNo', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'itemNo', headerAlign: "center", @@ -805,9 +805,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1ItemDesc', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1ItemDesc', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'itemDesc', headerAlign: "center", @@ -823,9 +823,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1DefaultValue', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1DefaultValue', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'defaultValue', headerAlign: "center", @@ -841,9 +841,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1MaxValue', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1MaxValue', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'maxValue', headerAlign: "center", @@ -859,9 +859,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1MinValue', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1MinValue', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'minValue', headerAlign: "center", @@ -877,9 +877,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1ItemSamplingQty', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1ItemSamplingQty', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'itemSamplingQty', headerAlign: "center", @@ -895,9 +895,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1UnqualifiedQuantity', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1UnqualifiedQuantity', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'unqualifiedQuantity', headerAlign: "center", @@ -913,9 +913,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1TextValue', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1TextValue', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'textValue', headerAlign: "center", @@ -931,9 +931,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001004, - serialNumber: '107001004Table1ItemResultDesc', - tableId: "107001004Table1", + functionId: 107001007, + serialNumber: '107001007Table1ItemResultDesc', + tableId: "107001007Table1", tableName: "FQC报表", columnProp: 'itemResultDesc', headerAlign: "center", diff --git a/src/views/modules/report/IPQC_report.vue b/src/views/modules/report/IPQC_report.vue index 3ebd0a9..c51d6be 100644 --- a/src/views/modules/report/IPQC_report.vue +++ b/src/views/modules/report/IPQC_report.vue @@ -288,9 +288,9 @@ columnList: [ { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1State', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1State', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'state', headerAlign: "center", @@ -306,9 +306,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1BuDesc', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1BuDesc', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'buDesc', headerAlign: "center", @@ -324,9 +324,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1InspectionNo', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1InspectionNo', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'inspectionNo', headerAlign: "center", @@ -342,9 +342,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1RollNo', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1RollNo', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'rollNo', headerAlign: "center", @@ -360,9 +360,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1InspectionResult', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1InspectionResult', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'inspectionResult', headerAlign: "center", @@ -378,9 +378,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1DisposalMeasures', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1DisposalMeasures', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'disposalMeasures', headerAlign: "center", @@ -396,9 +396,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1InspectionTypeNo', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1InspectionTypeNo', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'inspectionTypeNo', headerAlign: "center", @@ -414,9 +414,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1TaskDate', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1TaskDate', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'taskDate', headerAlign: "center", @@ -432,9 +432,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1InspectionCycle', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1InspectionCycle', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'inspectionCycle', headerAlign: "center", @@ -450,9 +450,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1OrderNo', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1OrderNo', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'orderNo', headerAlign: "center", @@ -468,9 +468,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1SeqNo', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1SeqNo', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'seqNo', headerAlign: "center", @@ -486,9 +486,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1OperationDesc', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1OperationDesc', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'operationDesc', headerAlign: "center", @@ -504,9 +504,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1ResourceDesc', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1ResourceDesc', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'resourceDesc', headerAlign: "center", @@ -522,9 +522,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1PartNo', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1PartNo', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'partNo', headerAlign: "center", @@ -540,9 +540,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1PartDesc', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1PartDesc', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'partDesc', headerAlign: "center", @@ -558,9 +558,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1Sku', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1Sku', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'sku', headerAlign: "center", @@ -576,9 +576,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1cinvSourceCode', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1cinvSourceCode', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'cinvSourceCode', headerAlign: "center", @@ -594,9 +594,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1Invdefinetype', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1Invdefinetype', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'invdefinetype', headerAlign: "center", @@ -612,9 +612,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1UmName', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1UmName', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'umName', headerAlign: "center", @@ -630,9 +630,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1RollCount', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1RollCount', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'rollCount', headerAlign: "center", @@ -648,9 +648,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1SamplingQty', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1SamplingQty', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'samplingQty', headerAlign: "center", @@ -666,9 +666,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1InspectionRemark', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1InspectionRemark', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'inspectionRemark', headerAlign: "center", @@ -684,9 +684,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1DisposalRemark', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1DisposalRemark', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'disposalRemark', headerAlign: "center", @@ -702,9 +702,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1ActionDate', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1ActionDate', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'actionDate', headerAlign: "center", @@ -720,9 +720,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1InspectorDate', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1InspectorDate', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'inspectorDate', headerAlign: "center", @@ -738,9 +738,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1OperatorName', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1OperatorName', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'operatorName', headerAlign: "center", @@ -756,9 +756,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1ResponsiblePersonName', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1ResponsiblePersonName', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'responsiblePersonName', headerAlign: "center", @@ -774,9 +774,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1SpecialRequirements', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1SpecialRequirements', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'specialRequirements', headerAlign: "center", @@ -792,9 +792,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1ItemNo', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1ItemNo', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'itemNo', headerAlign: "center", @@ -810,9 +810,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1ItemDesc', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1ItemDesc', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'itemDesc', headerAlign: "center", @@ -828,9 +828,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1DefaultValue', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1DefaultValue', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'defaultValue', headerAlign: "center", @@ -846,9 +846,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1MaxValue', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1MaxValue', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'maxValue', headerAlign: "center", @@ -864,9 +864,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1MinValue', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1MinValue', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'minValue', headerAlign: "center", @@ -882,9 +882,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1ItemSamplingQty', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1ItemSamplingQty', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'itemSamplingQty', headerAlign: "center", @@ -900,9 +900,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1UnqualifiedQuantity', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1UnqualifiedQuantity', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'unqualifiedQuantity', headerAlign: "center", @@ -918,9 +918,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1TextValue', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1TextValue', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'textValue', headerAlign: "center", @@ -936,9 +936,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table1ItemResultDesc', - tableId: "107001002Table1", + functionId: 107001003, + serialNumber: '107001003Table1ItemResultDesc', + tableId: "107001003Table1", tableName: "IPQC报表", columnProp: 'itemResultDesc', headerAlign: "center", @@ -956,9 +956,9 @@ SubDetailColumnList: [ { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table2SamplingLocation', - tableId: "107001002Table2", + functionId: 107001003, + serialNumber: '107001003Table2SamplingLocation', + tableId: "107001003Table2", tableName: "IPQC子明细", columnProp: 'samplingLocation', headerAlign: "center", @@ -974,9 +974,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table2SamplingLocationB', - tableId: "107001002Table2", + functionId: 107001003, + serialNumber: '107001003Table2SamplingLocationB', + tableId: "107001003Table2", tableName: "IPQC子明细", columnProp: 'samplingLocationB', headerAlign: "center", @@ -992,9 +992,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table2SubDetailValue', - tableId: "107001002Table2", + functionId: 107001003, + serialNumber: '107001003Table2SubDetailValue', + tableId: "107001003Table2", tableName: "IPQC子明细", columnProp: 'subDetailValue', headerAlign: "center", @@ -1010,9 +1010,9 @@ }, { userId: this.$store.state.user.name, - functionId: 107001002, - serialNumber: '107001002Table2SubDetailValueB', - tableId: "107001002Table2", + functionId: 107001003, + serialNumber: '107001003Table2SubDetailValueB', + tableId: "107001003Table2", tableName: "IPQC子明细", columnProp: 'subDetailValueB', headerAlign: "center", diff --git a/src/views/modules/report/IQC_detail_report.vue b/src/views/modules/report/IQC_detail_report.vue new file mode 100644 index 0000000..82da061 --- /dev/null +++ b/src/views/modules/report/IQC_detail_report.vue @@ -0,0 +1,1197 @@ + + + +