优化代码

This commit is contained in:
java110 2021-05-31 17:48:32 +08:00
parent 543db0aa21
commit 7dc49c29be

View File

@ -65,7 +65,7 @@
_amount += parseFloat(item.amount)
});
$that.printPayFeeInfo.amount = _amount;
$that.printPayFeeInfo.amount = _amount.toFixed(2);
$that.printPayFeeInfo.roomName = _feeReceipt[0].objName;
$that.printPayFeeInfo.feeTime = _feeReceipt[0].createTime;
$that.printPayFeeInfo.receiptNum = _feeReceipt[0].receiptId;