Browse Source

asn收货添加加载中

intex_online20241228
zhang_li 1 month ago
parent
commit
7472421bed
  1. 5
      src/pages/purchaseReceipt/job/purchaseReceiptAsn.vue

5
src/pages/purchaseReceipt/job/purchaseReceiptAsn.vue

@ -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{

Loading…
Cancel
Save