zq-erp/src/main/resources/templates/views/admin/hive/beautySalon/order-form.html
@@ -916,12 +916,12 @@ this.$message.warning("请输入" + item.type + "的付款金额"); return false; } flow.amount = item.money; flow.amount = parseFloat(item.money); if (item.type == '储值卡'){ flow.isGift = item.isGift; flow.cardId = item.id; } total += item.money; total += parseFloat(item.money); flows.push(flow) }) if (total != _this.order.payMoney) {