Browse Source

asn收货添加加载中

intex_online20241228
张立 2 months ago
parent
commit
7472421bed
  1. 5
      src/pages/purchaseReceipt/job/purchaseReceiptAsn.vue

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

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

Loading…
Cancel
Save