From 088410d9cf521b5daa361420e34b04683c485286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=B4=E8=BE=89?= Date: Mon, 24 Mar 2025 11:47:43 +0800 Subject: [PATCH] =?UTF-8?q?8)=20=E9=87=87=E8=B4=AD=E9=80=80=E8=B4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../features/PurchaseReturn/index.vue | 29 +++++++------------ 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/pages/StockOut/features/PurchaseReturn/index.vue b/pages/StockOut/features/PurchaseReturn/index.vue index ff8f151..493f41d 100644 --- a/pages/StockOut/features/PurchaseReturn/index.vue +++ b/pages/StockOut/features/PurchaseReturn/index.vue @@ -498,25 +498,16 @@ }).then((res) => { console.log(res.resultObj) this.opCode = res.resultObj - this.$MyRequest('/bpel/event', { - header: { - MESSAGENAME:'CompleteShipRequestForPurReturn', - LANGUAGE: 'Chinese', - EventUser: this.userId - }, - body: { - SITENAME: 'SDK', - RECEIVEREQUESTNAME: this.receiveRequestName, - RECEIVEREQUESTDETAILNAME: '', - RECEIVEREQUESTDETAILTYPE: '', - MATERIALSPECNAME: '', - ReceiveActNo: '', - CHECKBOX: false, - ACTTYPE: 'STCO', - RECEIVEREQUESTTYPE: '45', - REASONCODE: '', - REASONCODETYPE: '' - } + let param = { + opcode: opcode, + user: this.userId, + siteName: this.siteName, + boxList: this.boxList, + commitDate: this.commitDate, + shipRequestName: this.receiveRequestName + } + this.$MyRequest('/purchase/CompleteReceiveRequest', { + param }).then(res => { console.log(res) this.opCode = "";