diff --git a/src/api/Assembly/QualityInspectionInformationInquiry.js b/src/api/Assembly/QualityInspectionInformationInquiry.js
index 9f04373e..03cecea9 100644
--- a/src/api/Assembly/QualityInspectionInformationInquiry.js
+++ b/src/api/Assembly/QualityInspectionInformationInquiry.js
@@ -71,3 +71,36 @@ export function searchTableDetail(...params) {
}
})
}
+export function searchData(pageSize, pageCurrent) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '1',
+ name: '车间生产管理工艺_加工顺序调整_查询正在加工零件工序_NEW',
+ Pagination: pageCurrent + '&' + pageSize
+ }
+ })
+}
+export function searchData1(pageSize, pageCurrent) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '1',
+ name: 'MES_机加工MES_记录零件待加工显示_NEW',
+ Pagination: pageCurrent + '&' + pageSize
+ }
+ })
+}
+export function processingStatus(num) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ type: '1',
+ name: '车间生产管理_成组配套加工进度_查询数据',
+ param: '工艺计划流水号=' + num
+ }
+ })
+}
diff --git a/src/views/Assembly/QualityInspectionInformationInquiry/index.vue b/src/views/Assembly/QualityInspectionInformationInquiry/index.vue
index 25359b7e..b392fdc6 100644
--- a/src/views/Assembly/QualityInspectionInformationInquiry/index.vue
+++ b/src/views/Assembly/QualityInspectionInformationInquiry/index.vue
@@ -224,6 +224,183 @@
@current-change="handleCurrentChange"/>
+
+ 正在加工零件列表
+
+
+
+ {{ scope.row.机床图号 }}
+
+
+
+
+ {{ scope.row.机床名称 }}
+
+
+
+
+ {{ scope.row.组号 }}
+
+
+
+
+ {{ scope.row.零件图号_零件工艺计划 }}
+
+
+
+
+ {{ scope.row.零件名称 }}
+
+
+
+
+ {{ scope.row.批次数量 }}
+
+
+
+
+ {{ scope.row.工艺名称 }}
+
+
+
+
+ {{ scope.row.终端编号 }}
+
+
+
+
+ {{ scope.row.姓名 }}
+
+
+
+
+ 查看工序情况
+
+
+
+
+
+
+
+
+ 待加工零件列表
+
+
+
+ {{ scope.row.机床图号 }}
+
+
+
+
+ {{ scope.row.机床名称 }}
+
+
+
+
+ {{ scope.row.组号 }}
+
+
+
+
+ {{ scope.row.零件图号 }}
+
+
+
+
+ {{ scope.row.零件名称 }}
+
+
+
+
+ {{ scope.row.批次数量 }}
+
+
+
+
+ {{ scope.row.工艺名称 }}
+
+
+
+
+ {{ scope.row.mes终端编号 }}
+
+
+
+
+ {{ scope.row.姓名 }}
+
+
+
+
+ 查看工序情况
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.工序顺序 }}
+
+
+
+
+ {{ scope.row.工艺名称 }}
+
+
+
+
+ {{ scope.row.工艺要求 }}
+
+
+
+
+ 已完成
+ 报废
+ 未完成
+
+
+
+
+ 合格
+ 不合格
+ 未检测
+
+
+
+
@@ -233,7 +410,7 @@