Browse Source

修改发料提示

hella_online_20250227
lijuncheng 2 months ago
parent
commit
0c41a7a8fc
  1. 5
      src/pages/issue/coms/comScanIssuePack.vue

5
src/pages/issue/coms/comScanIssuePack.vue

@ -240,7 +240,8 @@
} }
}, },
showBalanceSelect(items) { showBalanceSelect(items,packageInfo) {
this.packageInfo = packageInfo;
this.$refs.balanceSelect.openPopup(items); this.$refs.balanceSelect.openPopup(items);
}, },
@ -332,7 +333,7 @@
this.afterGetBalance(result.label, result.balance, result.package); this.afterGetBalance(result.label, result.balance, result.package);
} else { } else {
// //
this.$refs.balanceSelect.openPopup(res.data); this.showBalanceSelect(res.data, result.package);
} }
uni.hideLoading() uni.hideLoading()
}).catch(error => { }).catch(error => {

Loading…
Cancel
Save