diff --git a/src/assets/model/live/v1.mp4 b/src/assets/model/live/v1.mp4 index 8735c36..c0bbac3 100644 Binary files a/src/assets/model/live/v1.mp4 and b/src/assets/model/live/v1.mp4 differ diff --git a/src/views/base/qualityProcess/index.vue b/src/views/base/qualityProcess/index.vue index 4e68c50..7e52e05 100644 --- a/src/views/base/qualityProcess/index.vue +++ b/src/views/base/qualityProcess/index.vue @@ -93,14 +93,14 @@ - - - + + - + + diff --git a/src/views/index_v1.vue b/src/views/index_v1.vue index 9d2744d..8fd44ac 100644 --- a/src/views/index_v1.vue +++ b/src/views/index_v1.vue @@ -12,12 +12,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 })