|  |  |  | 
|---|
|  |  |  | <el-row style="line-height: 50px;" v-for="(item, index) in payMoneys"> | 
|---|
|  |  |  | <el-col :span="6" style="text-align: right; padding-right: 10px; font-size: 12px;">{{item.value}}</el-col> | 
|---|
|  |  |  | <el-col :span="8"><el-input v-model="item.money"></el-input></el-col> | 
|---|
|  |  |  | <el-col :span="6" style="margin-left: 10px;" v-if="item.type == '储值卡'">{{item.isGift == 1 ? '赠送余额' : '余额' }}:<span class="arrears">¥ {{item.balance}}</span></el-col> | 
|---|
|  |  |  | </el-row> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | </el-row> | 
|---|
|  |  |  | 
|---|
|  |  |  | let _this = this; | 
|---|
|  |  |  | this.cardInfo = /*[[${obj}]]*/ | 
|---|
|  |  |  |  | 
|---|
|  |  |  | this.cardInfo.vipId = vipId; | 
|---|
|  |  |  | //获取用户列表 | 
|---|
|  |  |  | AjaxProxy.requst({ | 
|---|
|  |  |  | app: _this, | 
|---|
|  |  |  | 
|---|
|  |  |  | total += item.money; | 
|---|
|  |  |  | flows.push(flow); | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | if (total == _this.rechargeMoney) { | 
|---|
|  |  |  | if (total != _this.rechargeMoney) { | 
|---|
|  |  |  | this.$message.warning("付款金额应等于充值金额"); | 
|---|
|  |  |  | return false; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | return false; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | _this.cardInfo.bjMoney = _this.rechargeMoney; | 
|---|
|  |  |  | let achaeveList = []; | 
|---|
|  |  |  | _this.achieveList.forEach(achieve => { | 
|---|
|  |  |  | let achieveNew = { | 
|---|
|  |  |  | beaultId: achieve.saleId, | 
|---|
|  |  |  | t1: achieve.achieveMoney, | 
|---|
|  |  |  | t3: '现金业绩', | 
|---|
|  |  |  | projPercentage: achieve.commission, | 
|---|
|  |  |  | }; | 
|---|
|  |  |  | achaeveList.push(achieveNew); | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | _this.cardInfo.bjmoney = _this.rechargeMoney; | 
|---|
|  |  |  | _this.cardInfo.achaeveList = achaeveList; | 
|---|
|  |  |  | let url = basePath + "/admin/moneyCardUse/cz"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | console.log(_this.cardInfo); | 
|---|
|  |  |  | AjaxProxy.requst({ | 
|---|
|  |  |  | app: _this, | 
|---|
|  |  |  | data: _this.cardInfo, | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | if (parent.app) { | 
|---|
|  |  |  | parent.app.orderQuery(); | 
|---|
|  |  |  | parent.app.vipInfoFn(); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | _this.closeFrame(); | 
|---|
|  |  |  | 
|---|
|  |  |  | for(var i = 0; i < payMoneys.length; i++) { | 
|---|
|  |  |  | hasAmount += parseFloat(payMoneys[i].money); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | if (_this.order.arrears - hasAmount > 0) { | 
|---|
|  |  |  | if (_this.rechargeMoney - hasAmount > 0) { | 
|---|
|  |  |  | Vue.set(item, 'money', _this.rechargeMoney - hasAmount); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | _this.payMoneys.push(item); | 
|---|