mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化手工出厂优惠券核销bug 修复
This commit is contained in:
parent
620268c31a
commit
9a7ff0d166
@ -158,6 +158,7 @@
|
||||
_that.amount = _data[0].payCharge;
|
||||
_that.inoutId = _data[0].inoutId;
|
||||
_that.costMin = _data[0].hours + "时" + _data[0].min + "分";
|
||||
_that.paId = _data[0].paId;
|
||||
});
|
||||
|
||||
getIotOpenApi(this, {
|
||||
@ -180,7 +181,7 @@
|
||||
_changeCoupons: function(e) {
|
||||
let _that =this;
|
||||
this.pccIds = e.detail.value;
|
||||
if(!_pccIds || _pccIds.length<1){
|
||||
if(!this.pccIds || this.pccIds.length<1){
|
||||
this._queryCustomCarMoney();
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user