Browse Source

加载中

shish 3 năm trước cách đây
mục cha
commit
312c51ae12

+ 2 - 0
hdApp/src/pagesPurchase/gathering.vue

@@ -186,7 +186,9 @@ export default {
         that.selectList.forEach(item => {
         that.selectList.forEach(item => {
           arr.push(item.id)
           arr.push(item.id)
         })
         })
+        uni.showLoading({title: '加载中',mask:true})
         purchaseClearCreateOrder({ purchaseIds:arr.join(','),ghsId:that.ghsId }).then(res => {
         purchaseClearCreateOrder({ purchaseIds:arr.join(','),ghsId:that.ghsId }).then(res => {
+          uni.hideLoading()
           if(res.code == 1) {
           if(res.code == 1) {
             if(res.data.hasUnComplete && res.data.hasUnComplete == 1){
             if(res.data.hasUnComplete && res.data.hasUnComplete == 1){
               that.$util.confirmModal({content:'还有待完成的账单',okText:'查看'},() => {
               that.$util.confirmModal({content:'还有待完成的账单',okText:'查看'},() => {