8) 采购退货
This commit is contained in:
parent
f0c6a5264f
commit
088410d9cf
@ -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 = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user