From c93b3fa75a184130d59104dccb9899da66dbb381 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Mon, 15 Apr 2024 17:47:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=96=99=E6=8E=A5=E6=94=B6=E6=92=A4?= =?UTF-8?q?=E5=9B=9E=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/api/claimAndRefund/return.js | 10 +++++++++ .../claimAndRefund/return/returnInDetail.vue | 22 ++++++++++++++++--- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/sgzb-ui/src/api/claimAndRefund/return.js b/sgzb-ui/src/api/claimAndRefund/return.js index 1cee4bdf..f984573c 100644 --- a/sgzb-ui/src/api/claimAndRefund/return.js +++ b/sgzb-ui/src/api/claimAndRefund/return.js @@ -202,6 +202,16 @@ export function getRecord(query) { params: query }) } + +// 退料接收 撤回操作 +export function revoke(data) { + return request({ + url: 'base/backReceive/revoke', + method: 'post', + data: data + }) +} + // 退料接收 完成接收 export function endBack(data) { return request({ diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue index 75419576..bb64f1d2 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue @@ -93,9 +93,9 @@ 数量退料 - + @@ -240,7 +240,7 @@