diff --git a/src/api/Assembly/QualityInspectionInformationInquiry.js b/src/api/Assembly/QualityInspectionInformationInquiry.js
index 126ff1f0..4ab95871 100644
--- a/src/api/Assembly/QualityInspectionInformationInquiry.js
+++ b/src/api/Assembly/QualityInspectionInformationInquiry.js
@@ -133,7 +133,20 @@ export function submitTable(...param) {
ModularID: router.currentRoute.path,
type: '2',
name: '车间生产管理_质检管理_不合格处理',
- param: `零部件流水号=${param[0]}&质检类型代码=${param[1]}&数量=${param[2]}&是否合格=${param[3]}&人员编号=${param[4]}&不合格数量=${param[5]}&不合格原因=${param[6]}&不合格处理=${param[7]}&备注=${param[8]}&操作工=${param[9]}`
+ param: `零部件流水号=${param[0]}&质检类型代码=${param[1]}&数量=${param[2]}&是否合格=${param[3]}&人员编号=${param[4]}&不合格数量=${param[5]}&不合格原因=${param[6]}&不合格处理=${param[7]}&备注=${param[8]}&操作工=${param[9]}&编辑人员编号=${param[10]}`
+ }
+ })
+}
+export function confirmEdit(...param) {
+ return request({
+ url: '',
+ method: 'post',
+ data: {
+ UserID: state.state.user.id,
+ ModularID: router.currentRoute.path,
+ type: '2',
+ name: '车间生产管理_质检管理_编辑处理',
+ param: `质检流水号=${param[0]}&质检类型代码=${param[1]}&零部件流水号=${param[2]}&是否合格=${param[3]}&数量=${param[4]}&不合格数量=${param[5]}&不合格原因=${param[6]}&不合格处理=${param[7]}&备注=${param[8]}&编辑人员编号=${param[9]}`
}
})
}
diff --git a/src/views/Assembly/QualityInspectionInformationInquiry/index.vue b/src/views/Assembly/QualityInspectionInformationInquiry/index.vue
index 21e49837..5cc4975e 100644
--- a/src/views/Assembly/QualityInspectionInformationInquiry/index.vue
+++ b/src/views/Assembly/QualityInspectionInformationInquiry/index.vue
@@ -74,12 +74,12 @@
已禁用
-
+
{{ scope.row.机床图号 }}
-
+
{{ scope.row.机床名称 }}
@@ -124,24 +124,81 @@
{{ scope.row.姓名 }}
-
+
- {{ scope.row.数量 }}
+
+
+
+
+ {{ scope.row.数量 }}
+
-
+
- {{ scope.row.不合格数量 }}
+
+
+
+
+
+
+ {{ scope.row.是否合格 ===1 ? '合格' : '不合格' }}
+
-
+
- {{ scope.row.不合格原因文本 }}
+
+
+
+
+ {{ scope.row.不合格数量 =0 }}
+
+
+ {{ scope.row.不合格数量 }}
+
-
+
- {{ scope.row.不合格处理文本 }}
+
+
+
+
+
+
+ {{ scope.row.不合格原因 = null }}
+
+
+ {{ scope.row.不合格原因文本 }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.处理结果 = null }}
+
+
+ {{ scope.row.不合格处理文本 }}
+
@@ -149,9 +206,24 @@
{{ scope.row.操作时间 ? scope.row.操作时间.split(' ')[0] : '' }}
-
+
- {{ scope.row.备注 }}
+
+
+
+
+ {{ scope.row.备注 }}
+
+
+
+
+
+ {{ scope.row.编辑人 }}
+
+
+
+
+ {{ scope.row.编辑时间 ? scope.row.编辑时间.split(' ')[0] : scope.row.编辑时间 }}
@@ -229,14 +301,27 @@
-
+
查看图片
+
+
+
+ 确定
+ 取消
+
+
+
+
+
+
+
@@ -456,7 +541,7 @@
-
+
@@ -472,7 +557,7 @@
-
+
-
+
-
+
-
+