diff --git a/src/api/quality/defectdata.js b/src/api/quality/defectdata.js index cd76c13..069b1ed 100644 --- a/src/api/quality/defectdata.js +++ b/src/api/quality/defectdata.js @@ -113,4 +113,21 @@ export function submitRecliner (data) { method: 'post', data: data }) +} + +// 坐盆返修调角器查询 +export function bidetReclinerQuery (code) { + return request({ + url: `/admin/qm/reclinerreclst/serione/${code}`, + method: 'get', + }) +} + +// 坐盆返修根据扫码获取产品缺陷记录 +export function submitBidetRepair (data) { + return request({ + url: `/admin/qm/reclinerreclst/insertserione`, + method: 'post', + data: data + }) } \ No newline at end of file diff --git a/src/api/quality/pkg.js b/src/api/quality/pkg.js index f10a3d6..d3d2f1b 100644 --- a/src/api/quality/pkg.js +++ b/src/api/quality/pkg.js @@ -94,3 +94,10 @@ export function demolitionPkg (data) { }) } +// 获取包装扫码计划和实际数量 +export function getPkgPlanCount (code) { + return request({ + url: `/admin/log/packorder/get/` + code, + method: 'get' + }) +} diff --git a/src/views/quality/component/bidetRepair.vue b/src/views/quality/component/bidetRepair.vue new file mode 100644 index 0000000..74d6e19 --- /dev/null +++ b/src/views/quality/component/bidetRepair.vue @@ -0,0 +1,129 @@ + + + + + \ No newline at end of file diff --git a/src/views/quality/component/login.vue b/src/views/quality/component/login.vue index 555413c..6982c53 100644 --- a/src/views/quality/component/login.vue +++ b/src/views/quality/component/login.vue @@ -2,16 +2,15 @@
- - 工位信息 + 工位信息
- 返修 + 坐盆返修 + 靠背返修 登录人员:{{userInfo.name}} - - 登录时间:{{userInfo.time}} + 登录时间:{{userInfo.time}}
@@ -26,10 +25,7 @@ - + @@ -42,9 +38,7 @@ - + - +
@@ -80,7 +74,6 @@

产品条码:{{productCodeEcho}}

调角器条码:{{repairCodeEcho}}

-
关 闭
+ +