From bb0b4977abdedb61658cdecfc0c344e68ddc04cc Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Tue, 7 May 2024 17:57:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=96=99=E6=8E=A5=E6=94=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/api/claimAndRefund/return.js | 8 +- .../claimAndRefund/return/returnInDetail.vue | 124 +++++++++--------- 2 files changed, 70 insertions(+), 62 deletions(-) diff --git a/sgzb-ui/src/api/claimAndRefund/return.js b/sgzb-ui/src/api/claimAndRefund/return.js index f984573c..b0533a96 100644 --- a/sgzb-ui/src/api/claimAndRefund/return.js +++ b/sgzb-ui/src/api/claimAndRefund/return.js @@ -174,7 +174,13 @@ export function backReceiveRecordWeb(data) { data: data }) } - +export function backReceiveRecordWebPt(data) { + return request({ + url: 'base/backReceive/backReceiveRecordWebPt ', + method: 'post', + data: data + }) +} // 退料接收 数量接收 export function setNumBack(data) { diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue index 7d802a7b..20474550 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnInDetail.vue @@ -196,63 +196,7 @@ -
-
退料数量:{{ returnNum }}
- - - - 保存 - - - - - - - - - - - - - - - - - - - -
-
+
接收抱杆类型:{{ dialogData.typeName }},型号:{{ dialogData.typeCode }},付数:{{ returnNum }}。接收明细如下
@@ -311,6 +255,63 @@
+ +
+
退料数量:{{ returnNum }}
+ + + + 保存 + + + + + + + + + + + + + + + + + + + +
@@ -320,6 +321,7 @@ import { receiveView, getBackMachine, backReceiveRecordWeb, + backReceiveRecordWebPt, setNumBack, setCodeBack, getRecord, @@ -517,7 +519,7 @@ export default { } backReceiveRecordWeb(param).then(res => { if (res.code == 200) { - this.title = '查看' + this.title = '查看1' this.openNum = true this.dialogIsView = true this.numList = res.data.rows @@ -544,7 +546,7 @@ export default { } }) } else if (row.manageType == '0') { - this.title = '查看' + this.title = '查看0' this.openCode = true this.resetForm('codeQuery') this.codeQuery.parentId = row.id @@ -665,9 +667,9 @@ export default { }, //获取退料编码查看列表 getCodeViewList() { - backReceiveRecordWeb(this.codeQuery).then(response => { + backReceiveRecordWebPt(this.codeQuery).then(response => { this.codeList = response.data.rows - this.codeList + // this.codeList this.codeList.forEach(item => { item.typeModelName = item.typeCode if (item.backStatus == '1') {