diff --git a/src/api/Assembly/QualityInspectionInformationInquiry.js b/src/api/Assembly/QualityInspectionInformationInquiry.js
index 5d27c1d4..a19ab64c 100644
--- a/src/api/Assembly/QualityInspectionInformationInquiry.js
+++ b/src/api/Assembly/QualityInspectionInformationInquiry.js
@@ -11,27 +11,27 @@ export function initProject() {
}
})
}
-// PDM_机床名称_发货状态_查询数据
-export function selecttable(check2, machineNumberValue) {
+// 组件查询
+export function searchgroup(num) {
return request({
url: '',
method: 'post',
data: {
type: '1',
- name: 'PDM_机床名称_发货状态_查询数据',
- param: '机床流水号_check=' + check2 + '&机床流水号=' + machineNumberValue
+ name: 'PDM_组件名称_查询数据',
+ param: '机床流水号=' + num
}
})
}
-// PDM_机床名称_发货状态_编辑数据
-export function updatestate(machineNumberValue, state) {
+// 组件查询
+export function selecttable(check1, value1, check2, value2, check3, value3) {
return request({
url: '',
method: 'post',
data: {
type: '1',
- name: 'PDM_机床名称_发货状态_编辑数据',
- param: '机床流水号=' + machineNumberValue + '&发货状态=' + state
+ name: '质量管理_质量情况_查询数据',
+ param: '机床流水号_check=' + check1 + '&机床流水号=' + value1 + '&组件流水号_check=' + check2 + '&组件流水号=' + value2 + '&零件名称_check=' + check3 + '&零件名称=' + value3
}
})
}
diff --git a/src/views/Assembly/AssemblyExecution/index.vue b/src/views/Assembly/AssemblyExecution/index.vue
index 75eda729..a661d266 100644
--- a/src/views/Assembly/AssemblyExecution/index.vue
+++ b/src/views/Assembly/AssemblyExecution/index.vue
@@ -3,7 +3,7 @@
机床编号:
-
+
{{ item.name }}
- 组号:
-
-
-
- 查询
+
+
+
+
+
+
+
+
+
总装调试
-
+
{{ scope.row.项目名称 }}
@@ -61,7 +61,7 @@
部装
-
+
{{ scope.row.项目名称 }}
diff --git a/src/views/Assembly/DeliveryApplication/index.vue b/src/views/Assembly/DeliveryApplication/index.vue
index 957016d1..8ed12e58 100644
--- a/src/views/Assembly/DeliveryApplication/index.vue
+++ b/src/views/Assembly/DeliveryApplication/index.vue
@@ -13,7 +13,7 @@
{{ item.name }}
- 查询
+
diff --git a/src/views/Assembly/QualityInspectionInformationInquiry/index.vue b/src/views/Assembly/QualityInspectionInformationInquiry/index.vue
index f1616531..93e95164 100644
--- a/src/views/Assembly/QualityInspectionInformationInquiry/index.vue
+++ b/src/views/Assembly/QualityInspectionInformationInquiry/index.vue
@@ -3,7 +3,7 @@
机床编号:
-
+
{{ item.name }}
+ 组号:
+
+
+
+ 质检类型:
+
+
+
+ 零件:
+
查询
@@ -23,7 +41,7 @@
{{ scope.row.项目名称 }}
-
+
{{ scope.row.机床图号 }}
@@ -33,21 +51,49 @@
{{ scope.row.机床名称 }}
-
+
- {{ scope.row.机床数量 }}
+ {{ scope.row.组号 }}
-
+
- {{ scope.row.注意事项 }}
+ {{ scope.row.零件图号 }}
-
+
- 确认发货
- 待 审批
- 已审批
+ {{ scope.row.零件名称 }}
+
+
+
+
+ {{ scope.row.质检类型 }}
+
+
+
+
+ {{ scope.row.数量 }}
+
+
+
+
+ {{ scope.row.不合格数量 }}
+
+
+
+
+ {{ scope.row.不合格原因 }}
+
+
+
+
+ {{ scope.row.处理结果 }}
+
+
+
+
+ {{ scope.row.备注 }}
@@ -56,7 +102,7 @@