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