|
|
|
@ -183,6 +183,7 @@ import {
|
|
|
|
|
addPurchaseOrderOutbound,
|
|
|
|
|
getlistCK,
|
|
|
|
|
OutboundPostingSAP,
|
|
|
|
|
OutboundPostingzcSAP,
|
|
|
|
|
listOutorderZC,
|
|
|
|
|
listOutorderZU
|
|
|
|
|
} from '@/api/wms/outorderfc'
|
|
|
|
@ -622,7 +623,7 @@ export default {
|
|
|
|
|
let postData = this.selectabletrows.map(item => ({ produceCode: item.produceCode,userDefined1:item.userDefined1 }));
|
|
|
|
|
//let postData = this.ids.map(id => ({ id: id }));
|
|
|
|
|
console.log(postData)
|
|
|
|
|
OutboundPostingSAP(JSON.stringify(postData)).then(response => {
|
|
|
|
|
OutboundPostingzcSAP(JSON.stringify(postData)).then(response => {
|
|
|
|
|
this.$modal.msgSuccess("操作完成");
|
|
|
|
|
});
|
|
|
|
|
},
|
|
|
|
|