优化手工出厂优惠券核销bug 修复

This commit is contained in:
wuxw 2025-08-05 12:34:20 +08:00
parent 620268c31a
commit 9a7ff0d166

View File

@ -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;
}