diff --git a/src/api/quality/qcTable.js b/src/api/quality/qcTable.js
index 481e912..0d56b5e 100644
--- a/src/api/quality/qcTable.js
+++ b/src/api/quality/qcTable.js
@@ -41,3 +41,11 @@ export function getXJCheckTableDetail(query) {
params: query
});
}
+
+export function getXJChartData(query) {
+ return request({
+ url: '/quality/staticTable/getXJChartData',
+ method: 'get',
+ params: query
+ });
+}
diff --git a/src/views/quality/checkTypeProject/index.vue b/src/views/quality/checkTypeProject/index.vue
index 1e8eca0..2bf54c8 100644
--- a/src/views/quality/checkTypeProject/index.vue
+++ b/src/views/quality/checkTypeProject/index.vue
@@ -114,7 +114,7 @@
{{(queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1}}
-
+
diff --git a/src/views/quality/produceReport/index.vue b/src/views/quality/produceReport/index.vue
index 2cba9c8..d14359a 100644
--- a/src/views/quality/produceReport/index.vue
+++ b/src/views/quality/produceReport/index.vue
@@ -87,12 +87,13 @@
-
+
{{ parseTime(scope.row.checkTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
@@ -453,7 +454,7 @@ export default {
this.form.printable = 'printFrom'; //打印时需要
this.form.ignore = ['no-print'];//打印时需要
this.open = true;
- this.title = "查看来料报告";
+ this.title = "查看过程检验报告";
});
this.getCheckedProjectList();
},
diff --git a/src/views/quality/qcProduce/index.vue b/src/views/quality/qcProduce/index.vue
index 668c18b..c17d427 100644
--- a/src/views/quality/qcProduce/index.vue
+++ b/src/views/quality/qcProduce/index.vue
@@ -193,6 +193,7 @@
{{ parseTime(scope.row.checkTime, '{y}-{m}-{d} {h}:{i}:{s}') }}
+
diff --git a/src/views/quality/qcTableXJ/index.vue b/src/views/quality/qcTableXJ/index.vue
index ad31ae1..1fb1a67 100644
--- a/src/views/quality/qcTableXJ/index.vue
+++ b/src/views/quality/qcTableXJ/index.vue
@@ -17,14 +17,6 @@
@keyup.enter.native="handleQuery"
/>
-
-
-
-
搜索
重置
@@ -69,15 +49,15 @@
-
-
+
{{scope.row.incomeBatchNo}}
+ >{{scope.row.orderNo}}
+
{
this.pOrderTableList = response;
this.openReport = true;
diff --git a/src/views/quality/qcTableXJAnalysis/index.vue b/src/views/quality/qcTableXJAnalysis/index.vue
new file mode 100644
index 0000000..737b4ff
--- /dev/null
+++ b/src/views/quality/qcTableXJAnalysis/index.vue
@@ -0,0 +1,198 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+ {{title}}
+
+
+
+
+
+
+
+
+
+
+
+