From 916bb23ff27b63f436d69d826e64e311638fb97f Mon Sep 17 00:00:00 2001 From: xiaofajia <1665375861@qq.com> Date: Mon, 4 Nov 2024 15:26:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=91=98=E5=B7=A5=E9=A2=86?= =?UTF-8?q?=E6=96=99=E3=80=81=E9=80=80=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/repair/stockOperate/stockOperate.js | 8 +++---- .../repair/tickets/form/GetAndBackWares.vue | 22 ++++++++++++++++--- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/src/api/repair/stockOperate/stockOperate.js b/src/api/repair/stockOperate/stockOperate.js index e7e4d83..ab26f83 100644 --- a/src/api/repair/stockOperate/stockOperate.js +++ b/src/api/repair/stockOperate/stockOperate.js @@ -38,17 +38,17 @@ export function getRepairSoById(id){ } // 员工确认领料 -export function confirmGet(id){ +export function confirmGet(id, image){ return request({ - url: preUrl + "/confirmGet?id=" + id, + url: preUrl + "/confirmGet?id=" + id + "&image=" + image, method: 'get' }) } // 员工确认退料 -export function confirmBack(id){ +export function confirmBack(id, image){ return request({ - url: preUrl + "/confirmBack?id=" + id, + url: preUrl + "/confirmBack?id=" + id + "&image=" + image, method: 'get' }) } diff --git a/src/views/repair/tickets/form/GetAndBackWares.vue b/src/views/repair/tickets/form/GetAndBackWares.vue index b89ac3c..f28d3ab 100644 --- a/src/views/repair/tickets/form/GetAndBackWares.vue +++ b/src/views/repair/tickets/form/GetAndBackWares.vue @@ -49,6 +49,15 @@ + + + + + + + + +