diff --git a/src/views/index_v1.vue b/src/views/index_v1.vue index f75d82a..e714e0c 100644 --- a/src/views/index_v1.vue +++ b/src/views/index_v1.vue @@ -15,12 +15,12 @@ + width="50"> + width="80"> + label="SAP计划编号"> + prop="SalesOrderNumber" + label="销售单号"> + prop="productName" + label="产品名称"> - + - - - - - - + + + + + + + + + + + + + + + + { - this.reportList = response.data + // this.reportList = response.data // this.total = response.total; this.loading = false }) diff --git a/src/views/report/productTraceabilityReport/index.vue b/src/views/report/productTraceabilityReport/index.vue index 17f45cf..557d21d 100644 --- a/src/views/report/productTraceabilityReport/index.vue +++ b/src/views/report/productTraceabilityReport/index.vue @@ -203,7 +203,7 @@ export default { this.queryParams.endBeginTime = null } productionExecutionReportList(this.queryParams).then(response => { - this.reportList = response.data + // this.reportList = response.data // this.total = response.total; this.loading = false }) diff --git a/src/views/report/qualityDefectsStatisticalAnalysisReport/index.vue b/src/views/report/qualityDefectsStatisticalAnalysisReport/index.vue index a0b74b2..c157337 100644 --- a/src/views/report/qualityDefectsStatisticalAnalysisReport/index.vue +++ b/src/views/report/qualityDefectsStatisticalAnalysisReport/index.vue @@ -11,30 +11,30 @@ > - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + { - this.reportList = response.data + // this.reportList = response.data // this.total = response.total; this.loading = false }) diff --git a/src/views/report/qualityIssuesReport/index.vue b/src/views/report/qualityIssuesReport/index.vue index ea38f8c..1f5d2db 100644 --- a/src/views/report/qualityIssuesReport/index.vue +++ b/src/views/report/qualityIssuesReport/index.vue @@ -11,40 +11,40 @@ > - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { - this.reportList = response.data + // this.reportList = response.data // this.total = response.total; this.loading = false })