@ -476,6 +476,10 @@
}
},
submitJob(){
uni.showLoading({
title: "加载中....",
mask: true
});
purchaseReceiptJobSubmitASN(this.params).then(res => {
if (res.data) {
// this.showCommitSuccessMessage("提交成功\n生成采购上架记录\n" + res.data)
@ -488,6 +492,7 @@
str1+= `ASN单号【${item.asnNumber}】提交失败,失败原因:${item.message}\n`
})
uni.hideLoading()
if(str){
this.showCommitSuccessMessage(str+str1)
}else{