8) 采购退货

This commit is contained in:
李兴辉 2025-03-24 11:47:43 +08:00
parent f0c6a5264f
commit 088410d9cf

View File

@ -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 = "";