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) => { }).then((res) => {
console.log(res.resultObj) console.log(res.resultObj)
this.opCode = res.resultObj this.opCode = res.resultObj
this.$MyRequest('/bpel/event', { let param = {
header: { opcode: opcode,
MESSAGENAME:'CompleteShipRequestForPurReturn', user: this.userId,
LANGUAGE: 'Chinese', siteName: this.siteName,
EventUser: this.userId boxList: this.boxList,
}, commitDate: this.commitDate,
body: { shipRequestName: this.receiveRequestName
SITENAME: 'SDK', }
RECEIVEREQUESTNAME: this.receiveRequestName, this.$MyRequest('/purchase/CompleteReceiveRequest', {
RECEIVEREQUESTDETAILNAME: '', param
RECEIVEREQUESTDETAILTYPE: '',
MATERIALSPECNAME: '',
ReceiveActNo: '',
CHECKBOX: false,
ACTTYPE: 'STCO',
RECEIVEREQUESTTYPE: '45',
REASONCODE: '',
REASONCODETYPE: ''
}
}).then(res => { }).then(res => {
console.log(res) console.log(res)
this.opCode = ""; this.opCode = "";