|
|
|
@ -346,6 +346,7 @@ import {
|
|
|
|
|
listReturnBC,
|
|
|
|
|
OutboundPostingSAP,
|
|
|
|
|
OutboundPostingzcSAP,
|
|
|
|
|
OutboundPostingzcSAPTH,
|
|
|
|
|
listOutorderZC,
|
|
|
|
|
listreturnderZC,
|
|
|
|
|
addreturnderZC,
|
|
|
|
@ -930,7 +931,7 @@ export default {
|
|
|
|
|
let postData = this.selectabletrows.map(item => ({ id: item.id }));
|
|
|
|
|
//let postData = this.ids.map(id => ({ id: id }));
|
|
|
|
|
console.log(postData)
|
|
|
|
|
OutboundPostingzcSAP(JSON.stringify(postData)).then(response => {
|
|
|
|
|
OutboundPostingzcSAPTH(JSON.stringify(postData)).then(response => {
|
|
|
|
|
this.$modal.msgSuccess("操作完成");
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|