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