diff --git a/src/api/report/reportAPI.js b/src/api/report/reportAPI.js
index fe9cfda..e6e0cfd 100644
--- a/src/api/report/reportAPI.js
+++ b/src/api/report/reportAPI.js
@@ -17,3 +17,57 @@ export function productionExecutionReportList(query) {
params: query
})
}
+
+// 查询在制品查询报表
+export function WIPInquiryReportList(query) {
+ return request({
+ url: '/report/productionReport/WIPInquiryReportList',
+ method: 'get',
+ params: query
+ })
+}
+
+// 扫描下线记录报表
+export function ScanOfflineRecordReportList(query) {
+ return request({
+ url: '/report/productionReport/ScanOfflineRecordReportList',
+ method: 'get',
+ params: query
+ })
+}
+
+// 质量缺陷统计分析
+export function qualityDefectsStatisticalAnalysisList(query) {
+ return request({
+ url: '/report/qualityReport/qualityDefectsStatisticalAnalysisList',
+ method: 'get',
+ params: query
+ })
+}
+
+// 少错件报表
+export function fewerMistakesReportList(query) {
+ return request({
+ url: '/report/qualityReport/fewerMistakesReportList',
+ method: 'get',
+ params: query
+ })
+}
+
+// 质量问题前80报表
+export function qualityIssuesReportList(query) {
+ return request({
+ url: '/report/qualityReport/qualityIssuesReportList',
+ method: 'get',
+ params: query
+ })
+}
+
+// 产品追溯报表
+export function productTraceabilityReportList(query) {
+ return request({
+ url: '/report/qualityReport/productTraceabilityReportList',
+ method: 'get',
+ params: query
+ })
+}
diff --git a/src/views/base/spaceInfo/index.vue b/src/views/base/spaceInfo/index.vue
index d556dd8..24028c3 100644
--- a/src/views/base/spaceInfo/index.vue
+++ b/src/views/base/spaceInfo/index.vue
@@ -148,14 +148,14 @@
v-hasPermi="['base:spaceInfo:edit']"
>修改
- 删除
-
+
+
+
+
+
+
+
+
diff --git a/src/views/dashboard/LineChart.vue b/src/views/dashboard/LineChart.vue
index 2bdcf81..331c905 100644
--- a/src/views/dashboard/LineChart.vue
+++ b/src/views/dashboard/LineChart.vue
@@ -127,7 +127,7 @@ export default {
},
series: [
{
- name: '订单违约率',
+ name: '订单履约率',
type: 'line',
yAxisIndex:1,
itemStyle: {
diff --git a/src/views/report/fewerMistakesReport/index.vue b/src/views/report/fewerMistakesReport/index.vue
new file mode 100644
index 0000000..0d69276
--- /dev/null
+++ b/src/views/report/fewerMistakesReport/index.vue
@@ -0,0 +1,260 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.BEGIN_DATE, '{y}-{m}-{d}') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/report/productTraceabilityReport/index.vue b/src/views/report/productTraceabilityReport/index.vue
new file mode 100644
index 0000000..17f45cf
--- /dev/null
+++ b/src/views/report/productTraceabilityReport/index.vue
@@ -0,0 +1,260 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.BEGIN_DATE, '{y}-{m}-{d}') }}
+
+
+
+
+
+
+
+
+
+ 检验详情
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/report/productionExecutionReport/index.vue b/src/views/report/productionExecutionReport/index.vue
index c681815..5bdaca8 100644
--- a/src/views/report/productionExecutionReport/index.vue
+++ b/src/views/report/productionExecutionReport/index.vue
@@ -95,7 +95,7 @@
查看订单明细
diff --git a/src/views/report/qualityDefectsStatisticalAnalysisReport/index.vue b/src/views/report/qualityDefectsStatisticalAnalysisReport/index.vue
new file mode 100644
index 0000000..a0b74b2
--- /dev/null
+++ b/src/views/report/qualityDefectsStatisticalAnalysisReport/index.vue
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.BEGIN_DATE, '{y}-{m}-{d}') }}
+
+
+
+
+
+
+ 查看缺陷明细
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/report/qualityIssuesReport/index.vue b/src/views/report/qualityIssuesReport/index.vue
new file mode 100644
index 0000000..ea38f8c
--- /dev/null
+++ b/src/views/report/qualityIssuesReport/index.vue
@@ -0,0 +1,258 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.BEGIN_DATE, '{y}-{m}-{d}') }}
+
+
+
+
+
+
+ 查看订单明细
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/report/scanOfflineRecordReport/index.vue b/src/views/report/scanOfflineRecordReport/index.vue
new file mode 100644
index 0000000..0142df6
--- /dev/null
+++ b/src/views/report/scanOfflineRecordReport/index.vue
@@ -0,0 +1,277 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.BEGIN_DATE, '{y}-{m}-{d}') }}
+
+
+
+
+ {{ parseTime(scope.row.BEGIN_DATE, '{y}-{m}-{d}') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+