Commit 63cbeb37 authored by 黄媛媛's avatar 黄媛媛

用款计划

parent 0b21bcca
......@@ -19,8 +19,8 @@
._bg__ ._bg_green:hover{
color:rgb(66, 182, 132);
}
._bg_red{color: #E95252;}
._bg_green{color: #2BB87C}
.page_CompanyAccDetail .CAcc_bg_red{color: #E95252;}
.page_CompanyAccDetail .CAcc_bg_green{color: #2BB87C}
.page_CompanyAccDetail .el-dialog__wrapper input{border: none !important;background-color: transparent !important;padding: 0 2px !important; text-align: center}
.page_CompanyAccDetail .el-dialog--center .el-dialog__body{
......@@ -178,10 +178,10 @@
</td>
<td> {{ item.BName }} </td>
<!-- <td>
<span class="cursorpointer" :class=" item.Type === 1 ? '_bg_green' : '_bg_red'" @click="goUrl('FinancialDocumentsDetail',item.FinanceId)">{{ item.FinanceId }}</span>
<span class="cursorpointer" :class=" item.Type === 1 ? 'CAcc_bg_green' : 'CAcc_bg_red'" @click="goUrl('FinancialDocumentsDetail',item.FinanceId)">{{ item.FinanceId }}</span>
</td> -->
<td>
<span class="cursorpointer" :class=" item.Type === 1 ? '_bg_green' : '_bg_red'" @click="goUrlNew(item)">{{ item.FinanceId }}</span>
<span class="cursorpointer" :class=" item.Type === 1 ? 'CAcc_bg_green' : 'CAcc_bg_red'" @click="goUrlNew(item)">{{ item.FinanceId }}</span>
</td>
<td>
<p v-if="item.CostTypeList&&item.CostTypeList.length"> <span v-for="(i,o) in item.CostTypeList">{{ i }} </span> </p>
......
......@@ -19,8 +19,8 @@
._bg__ ._bg_green:hover{
color:rgb(66, 182, 132);
}
._bg_red{color: #E95252;}
._bg_green{color: #2BB87C}
.page_CompanyAccDetail .CAcc_bg_red{color: #E95252;}
.page_CompanyAccDetail .CAcc_bg_green{color: #2BB87C}
.page_CompanyAccDetail .el-dialog__wrapper input{border: none !important;background-color: transparent !important;padding: 0 2px !important; text-align: center}
.page_CompanyAccDetail .el-dialog--center .el-dialog__body{
......@@ -125,7 +125,7 @@
</td>
<td> {{ item.BName }} </td>
<td>
<span class="cursorpointer" :class=" item.Type === 1 ? '_bg_green' : '_bg_red'" @click="goUrl('FinancialDocumentsDetail',item.FinanceId)">{{ item.FinanceId }}</span>
<span class="cursorpointer" :class=" item.Type === 1 ? 'CAcc_bg_green' : 'CAcc_bg_red'" @click="goUrl('FinancialDocumentsDetail',item.FinanceId)">{{ item.FinanceId }}</span>
</td>
<td>
<p v-if="item.CostTypeList&&item.CostTypeList.length"> <span v-for="(i,o) in item.CostTypeList">{{ i }} </span> </p>
......
......@@ -19,8 +19,8 @@
._bg__ ._bg_green:hover{
color:rgb(66, 182, 132);
}
._bg_red{color: #E95252;}
._bg_green{color: #2BB87C}
.page_CompanyAccDetail .CAcc_bg_red{color: #E95252;}
.page_CompanyAccDetail .CAcc_bg_green{color: #2BB87C}
._addChuNa_tit{color: gray;margin-bottom: 10px;}
._addChuNa_tit span{ color:#333333}
.page_CompanyAccDetail .singeRowTable tr td{
......@@ -159,7 +159,7 @@
<!-- <td><span class="cursorpointer" :class="item.Type==1?'_bg_green':'_bg_red'" @click="goUrl('FinancialDocumentsDetail',item.FinanceId)">{{ item.FinanceId }}</span> </td> -->
<td>
<span class="cursorpointer" :class=" item.Type === 1 ? '_bg_green' : '_bg_red'" @click="goUrlNew(item)">{{ item.FinanceId }}</span>
<span class="cursorpointer" :class=" item.Type === 1 ? 'CAcc_bg_green' : 'CAcc_bg_red'" @click="goUrlNew(item)">{{ item.FinanceId }}</span>
</td>
<td>
<p>{{item.CostTypeName}}</p>
......
......@@ -19,8 +19,8 @@
._bg__ ._bg_green:hover{
color:rgb(66, 182, 132);
}
._bg_red{color: #E95252;}
._bg_green{color: #2BB87C}
.page_CompanyAccDetail .CAcc_bg_red{color: #E95252;}
.page_CompanyAccDetail .CAcc_bg_green{color: #2BB87C}
._addChuNa_tit{color: gray;margin-bottom: 10px;}
._addChuNa_tit span{ color:#333333}
</style>
......@@ -161,7 +161,7 @@
<span class="cursorpointer" :class=" item.Type == 1 ? '_bg_green' : '_bg_red'" @click="goUrl('FinancialDocumentsDetail',item.FinanceId)">{{ item.FinanceId }}</span>
</td> -->
<td>
<span class="cursorpointer" :class=" item.Type === 1 ? '_bg_green' : '_bg_red'" @click="goUrlNew(item)">{{ item.FinanceId }}</span>
<span class="cursorpointer" :class=" item.Type === 1 ? 'CAcc_bg_green' : 'CAcc_bg_red'" @click="goUrlNew(item)">{{ item.FinanceId }}</span>
</td>
<td>
<p> {{ item.CostTypeName }} </p>
......
......@@ -360,7 +360,7 @@
<el-input v-model="detailList.UnitPrice" type="text" @keyup.native="checkPrice(detailList,'UnitPrice',true)" @blur="addList(1)" @change="Calculation(1)" class="w80 h34 _border_b_1"></el-input>
</td>
<td>
<el-select filterable v-model='detailList.CurrencyId' :placeholder="$t('rule.qxzbzhong')" @change="getRate(detailList.CostTypeId,detailList.CurrencyId,1),addList(1)" class=" _border_b_1">
<el-select filterable :disabled="detailCurrDis" v-model='detailList.CurrencyId' :placeholder="$t('rule.qxzbzhong')" @change="getRate(detailList.CostTypeId,detailList.CurrencyId,1),addList(1)" class=" _border_b_1">
<el-option v-for='item in coinGetList'
:label='item.Name'
:value='item.ID'
......@@ -538,6 +538,7 @@ import myFlowChartModule from "./FinancialSubmodule/FlowChartModule.vue";
export default {
data(){
return{
detailCurrDis:false,
Description:"",
msg:{
FrID:0,
......@@ -831,6 +832,10 @@ export default {
e.target.value = (e.target.value.match(/^\d*(\.?\d{0,1})/g)[0]) || null
},
AddFinancial(z){ //保存
if(this.orderObj.CurrencyId){
this.msg.detailList=[];
this.msg.detailList.push(this.detailList);
}
if(z){
this.msg.Status = 0;
......@@ -888,6 +893,8 @@ export default {
this.loading = true;
this.msg.Description=this.Description;
this.apipost('Financial_post_Set',this.msg,res=>{
console.log("res",res);
console.log("this.msg",this.msg);
if(res.data.resultCode==1){
//清除旅客名单数据
sessionStorage.removeItem("saveGuestInfo");
......@@ -1030,6 +1037,7 @@ export default {
})
},
getRate(cID,i,t,index){ // 根据选择币种获取汇率
this.coinGetList.forEach(x=>{
if(x.ID==i){
if(t==1){
......@@ -1042,6 +1050,8 @@ export default {
this.$forceUpdate();
}
})
console.log("this.coinGetList",this.coinGetList)
console.log("this.detailList.Rate",this.detailList.Rate)
this.Calculation(t,index+1)
},
financeinfo_post_GetClientTypeList(){ // 获取对象类型
......@@ -1245,6 +1255,16 @@ export default {
if (!JSON.parse(sessionStorage.getItem("saveGuestInfo"))){
this.Description = this.orderObj.laRemark?this.orderObj.laRemark:'';
}
}
if(this.orderObj.CurrencyId){
this.detailList.CurrencyId=Number(this.orderObj.CurrencyId);
this.detailCurrDis=true;
this.detailList.CostTypeId=this.orderObj.CostType?this.orderObj.CostType: '';
this.getRate(this.detailList.CostTypeId,this.detailList.CurrencyId,1)
}
if(data.VorcherInos){
data.VorcherInos.forEach(x=>{
......@@ -1440,7 +1460,7 @@ export default {
var that=this;
this.orderObj = this.$route.query.orderObj?JSON.parse(this.$route.query.orderObj):null;
this.isFrompassenger = this.orderObj.isFromPassenger;
// console.log(this.$route.query.orderObj)
if(this.orderObj!=null&&this.orderObj.OrderSource===10&&this.isFrompassenger==undefined){
that.Description="旅客名单:";
that.describeList=JSON.parse(sessionStorage.getItem("saveGuestInfo"));
......@@ -1451,6 +1471,7 @@ export default {
}
}
},
mounted(){
let userInfo = this.getLocalStorage();
......
......@@ -123,10 +123,15 @@
</span>
</td>
</tr>
<tr v-if="TotalNav.reimburseTotalPrice">
<tr v-if="TotalNav.busPrice">
<td>总金额</td>
<td colspan="16">
<span v-for="item in TotalNav.busPrice">{{item.Str + ':' +item.TotalPrice}} &nbsp;&nbsp;&nbsp;&nbsp;</span>
<span v-for="item in TotalNav.busPrice">
<span v-for="plan in TotalNav.planPriceList" v-if="plan.UserType==4">
现付:{{plan.PlanTotalPrice}}
</span>
<span v-if="item.PayType!=1">{{item.Str + ':' +item.TotalPrice}} &nbsp;&nbsp;&nbsp;&nbsp;</span>
</span>
</td>
</tr>
</table>
......@@ -329,10 +334,13 @@
</tr>
</template>
</template>
<tr v-if="TotalNav.reimburseTotalPrice">
<tr v-if="TotalNav.planPriceList">
<td>总金额</td>
<td colspan="23">
{{moneyFormat(TotalNav.reimburseTotalPrice.ExpendTotalPrice)}}
<span v-for="plan in TotalNav.planPriceList" v-if="plan.UserType==1">
{{plan.PlanTotalPrice}} <span v-if="plan.CurrencyId>0"> ({{plan.CurrencyName}}) </span>
</span>
<!-- {{moneyFormat(TotalNav.reimburseTotalPrice.ExpendTotalPrice)}} -->
</td>
</tr>
</table>
......@@ -404,10 +412,13 @@
</tr>
</template>
</template>
<tr v-if="TotalNav.reimburseTotalPrice">
<tr v-if="TotalNav.planPriceList">
<td>总金额</td>
<td colspan="11">
{{moneyFormat(TotalNav.reimburseTotalPrice.IncomeTotalPrice)}}
<span v-for="plan in TotalNav.planPriceList" v-if="plan.UserType==2">
{{plan.PlanTotalPrice}} <span v-if="plan.CurrencyId>0"> ({{plan.CurrencyName}}) </span>
</span>
<!-- {{moneyFormat(TotalNav.reimburseTotalPrice.IncomeTotalPrice)}} -->
</td>
</tr>
</table>
......@@ -477,10 +488,13 @@
</tr>
</template>
</template>
<tr v-if="TotalNav.reimburseTotalPrice">
<tr v-if="TotalNav.planPriceList">
<td>总金额</td>
<td colspan="11">
{{moneyFormat(TotalNav.reimburseTotalPrice.OtherTotalPrice)}}
<span v-for="plan in TotalNav.planPriceList" v-if="plan.UserType==3">
{{plan.PlanTotalPrice}} <span v-if="plan.CurrencyId>0"> ({{plan.CurrencyName}}) </span>
</span>
<!-- {{moneyFormat(TotalNav.reimburseTotalPrice.OtherTotalPrice)}} -->
</td>
</tr>
</table>
......@@ -528,13 +542,23 @@
</tr>
<tr v-for='(item, index) in nav'>
<td :rowspan="nav.length" width="180" v-if="index===0">总金额:
{{moneyFormat(TotalNav.reimburseTotalPrice.PlanPrice)}}</td>
<!-- {{moneyFormat(TotalNav.reimburseTotalPrice.PlanPrice)}} -->
<span v-for="(cur,index) in CurrencyListMoney" :key="index+5000">{{cur.money}}&nbsp;&nbsp;</span>
</td>
<td>{{item.TCNUMS}}</td>
<td style="display: flex;align-items: center;padding: 5px 20px; height: 40px;">
<p style="padding-right: 20px;" v-if="item.LeaderGetPrice>0">已领款:<span
style="color: red;">{{moneyFormat(item.LeaderGetPrice)}}</span></p>
<el-input v-if="item.LeaderGetPrice < (TotalNav.reimburseTotalPrice.PlanPrice * 0.95)" class="w300"
type="number" v-model="item.LeaderGetPriceT"></el-input>
<td style="padding: 5px 20px;">
<div v-for="cur in CurrencyListMoney">
<template v-for="leadr in cur.LeaderGetPriceArr">
<p style="padding-right: 20px;display:inline-block" v-if="leadr.LeaderGetPrice>0">已领款:
<span style="color: red;">{{moneyFormat(leadr.LeaderGetPrice)}}</span></p>
<el-input class="w300" v-if="leadr.LeaderGetPrice < leadr.PlanPrice"
type="number" v-model="leadr.LeaderGetPriceT"></el-input>
</template>
</div>
</td>
<td>
<p v-for="(subItem, subIndex) in item.FinanceIds"><span class="cursorpointer text-decoration"
......@@ -544,8 +568,13 @@
@click="goFncUrl('DebitNote', subItem.FinanceId)">借支单</span></p>
</td>
<td width="80" class="_zhidan">
<input type="button" v-if="item.TeamType == 1" value="日当费" class="normalBtn" @click="goZhiDan(item, 2)" />
<input v-if="item.hideZDBtn" type="button" value="制单" class="normalBtn" @click="goZhiDan(item)" />
<div v-for="(cur,index2) in CurrencyListMoney">
<template v-for="leadr in cur.LeaderGetPriceArr">
<input type="button" v-if="item.TeamType == 1 && index2==0" value="日当费" class="normalBtn" @click="goZhiDan(item, 2)" />
<input type="button" v-if="item.hideZDBtn" value="制单" class="normalBtn" @click="goZhiDan(item,0,leadr)" />
</template>
</div>
</td>
</tr>
</table>
......@@ -685,6 +714,7 @@
showCaozuoTime: true, //操作时间
colspanLength: 6 //跨行
},
CurrencyListMoney:[],
}
},
components: {
......@@ -758,16 +788,19 @@
}
});
},
goZhiDan2: function (obj, type) {
if (!type) {
let allMoney = this.TotalNav.reimburseTotalPrice.PlanPrice * 0.95
let totailMoney = 0
this.nav.forEach(x => {
totailMoney += parseFloat(x.LeaderGetPriceT)
totailMoney += x.LeaderGetPrice
})
goZhiDan2: function (obj,type,leadr) {
console.log("leadr",leadr)
if (leadr) {
// let allMoney = this.TotalNav.reimburseTotalPrice.PlanPrice * 0.95
let allMoney = leadr.PlanPrice;
let totailMoney = 0;
totailMoney=Number(leadr.LeaderGetPriceT)+Number(leadr.LeaderGetPrice);
// this.nav.forEach(x => {
// totailMoney += parseFloat(x.LeaderGetPriceT)
// totailMoney += x.LeaderGetPrice
// })
if ((allMoney - totailMoney) < 0) return this.$message.error('最大领款为预付合计金额的95%!')
if (!obj.LeaderGetPriceT || obj.LeaderGetPriceT <= 0) return this.$message.error('请输入金额!')
if (!leadr.LeaderGetPriceT || leadr.LeaderGetPriceT <= 0) return this.$message.error('请输入金额!')
}
let TCIDARR = [obj.TCIDS]
let orderObj = {
......@@ -777,8 +810,9 @@
SourceID: 0,
TCIDList: TCIDARR,
CostType: 56,
Money: obj.LeaderGetPriceT,
TCNUMS: obj.TCNUMS
Money: leadr.LeaderGetPriceT,
TCNUMS: obj.TCNUMS,
CurrencyId:leadr.CurrencyId,
}
let id = [];
if (obj.OutBranchId === 0) {
......@@ -798,19 +832,19 @@
}
});
},
goZhiDan: function (obj) {
goZhiDan: function (obj,num,leadr) {
if (this.list.hotelNoSureInfo !== '') {
this.$confirm(`${this.list.hotelNoSureInfo},是否去制单?`, this.$t('tips.tips'), {
confirmButtonText: this.$t('pub.sureBtn'),
cancelButtonText: this.$t('pub.cancelBtn'),
type: 'warning'
}).then(() => {
this.goZhiDan2(obj)
this.goZhiDan2(obj,num,leadr)
}).catch(() => {
return false
});
} else {
this.goZhiDan2(obj)
this.goZhiDan2(obj,num,leadr)
}
},
addOtherList(index, id) {
......@@ -976,24 +1010,117 @@
TCIDs: this.$route.query.id
}, res => {
if (res.data.resultCode == 1) {
let nav = res.data.data.list
let nav = res.data.data.list;
// console.log("nav",nav)
let num = 0;
nav.forEach(x => {
x.CurrencyIdArr=[];
nav.LeaderGetPriceT = 0;
num += x.LeaderGetPrice
x.hideZDBtn = false;
if (Number(x.DMCRemark) >= 0) {
x.hideZDBtn = true;
}
x.LeaderGetPriceList.forEach(lead=>{
if(x.CurrencyIdArr.indexOf(lead.CurrencyId) < 0){
x.CurrencyIdArr.push(lead.CurrencyId)
}
})
nav.forEach((x, i) => {
})
// 预付合计总金额
let CurrencyIdArr=[];
this.CurrencyListMoney=[];
if(this.TotalNav.planPriceList){
this.TotalNav.planPriceList.forEach(item=>{
if(CurrencyIdArr.indexOf(item.CurrencyId) < 0){
CurrencyIdArr.push(item.CurrencyId)
}
})
CurrencyIdArr.forEach(id=>{
let obj={
money:0,
CurrencyId:0
};
this.TotalNav.planPriceList.forEach(item=>{
if(item.CurrencyId==id){
obj.money+=item.PlanTotalPrice;
obj.CurrencyId=item.CurrencyId;
}
})
this.CurrencyListMoney.push(obj);
})
// console.log("CurrencyListMoney",this.CurrencyListMoney)
}
//TotalNav
// nav.forEach((x,i) => {
// x.LeaderGetPriceArr=[];
// x.CurrencyIdArr.forEach(id=>{
// let obj={
// CurrencyId:0,
// LeaderGetPrice:0
// };
// x.LeaderGetPriceList.forEach(price=>{
// if(price.CurrencyId==id){
// console.log("price",price)
// obj.CurrencyId=price.CurrencyId;
// obj.LeaderGetPrice+=price.OrderMakingPrice;
// }
// })
// x.LeaderGetPriceArr.push(obj);
// })
// console.log("x.LeaderGetPriceArr",x.LeaderGetPriceArr)
// x.LeaderGetPriceArr.forEach(lead=>{
// this.CurrencyListMoney.forEach(cur=>{
// if(lead.CurrencyId==cur.CurrencyId){
// if (i === 0) {
// lead.LeaderGetPriceT = Math.floor(((cur.money * 0.95) - lead.LeaderGetPrice) *100) / 100;
// lead.PlanPrice=cur.money * 0.95;
// } else {
// lead.LeaderGetPriceT = 0;
// lead.PlanPrice=cur.money * 0.95;
// }
// }
// })
// })
// })
this.CurrencyListMoney.forEach((cur,i)=>{
cur.LeaderGetPriceArr=[];
let obj={
CurrencyId:cur.CurrencyId,
LeaderGetPrice:0,
LeaderGetPriceT:0,
};
nav.forEach(x => {
x.LeaderGetPriceList.forEach(price=>{
if(cur.CurrencyId==price.CurrencyId){
obj.CurrencyId=price.CurrencyId;
obj.LeaderGetPrice+=price.OrderMakingPrice;
}
})
})
cur.LeaderGetPriceArr.push(obj);
})
this.CurrencyListMoney.forEach((cur,i)=>{
cur.LeaderGetPriceArr.forEach(lead=>{
if (i === 0) {
x.LeaderGetPriceT = Math.floor(((_this.TotalNav.reimburseTotalPrice.PlanPrice * 0.95) - num) *
100) / 100;
lead.LeaderGetPriceT = Math.floor(((cur.money * 0.95) - lead.LeaderGetPrice) *100) / 100;
lead.PlanPrice=cur.money * 0.95;
} else {
x.LeaderGetPriceT = 0
lead.LeaderGetPriceT = 0;
lead.PlanPrice=cur.money * 0.95;
}
})
})
console.log("this.CurrencyListMoney",this.CurrencyListMoney)
this.nav = nav;
} else {
this.Error(res.data.message)
......@@ -1001,9 +1128,10 @@
}, err => {})
},
getTotalNav() {
this.apipost('dmcstatistics_post_GetNewPlanTotalPrice', {
this.apipost('dmcstatistics_post_GetNewPlanTotalPrice_V2', {
TCIDs: this.$route.query.id
}, res => {
// console.log("111",res);
if (res.data.resultCode == 1) {
this.TotalNav = res.data.data;
this.getNav();
......
......@@ -140,7 +140,7 @@ input[type="number"] {
._TradeWayList{padding: 5px 10px;background-color: #EEEEEE;border-radius: 4px;margin: 10px 0;width: 230px}
._bold{font-weight: bold}
._bank_name,._bank_type{display: inline-block;background-color: #333333;color: white;padding: 2px 4px;border-radius: 4px;margin-left:10px;}
._bank_name{margin-left: 10px;}
._bank_name{margin-left: 10px;cursor: pointer;}
._bank_type{background-color: #2AAEF2}
._bank_type2{background-color: #FF9C01}
</style>
......@@ -587,58 +587,47 @@ input[type="number"] {
<td>
</td>
</tr>
<tr v-show="totalScenicPrice>0">
<tr v-for="item in planPriceList">
<td>
<span v-if="item.UserType==3">景点门票</span>
<span v-if="item.UserType==1">酒店</span>
<span v-if="item.UserType==2">餐饮</span>
<span v-if="item.UserType==4">交通</span>
</td>
<td>{{item.PlanTotalPrice}}</td>
<td>{{item.UserTotalPrice}}</td>
<td style="cursor: pointer;">
<span v-if="item.UserType==3" @click="godetailAll('ticket')">明细</span>
<span v-if="item.UserType==1" @click="godetailAll('hotel')">明细</span>
<span v-if="item.UserType==2" @click="godetailAll('dining')">明细</span>
<span v-if="item.UserType==4" @click="godetailAll('bus')">明细</span>
</td>
</tr>
<!-- <tr v-show="totalScenicPrice>0">
<td>景点门票</td>
<td>{{moneyFormat(OtherTotalPrice)}}</td>
<td>{{moneyFormat(totalScenicPrice)}}</td>
<td><span class="cursorpointer text-decoratio" @click="godetailAll('ticket')">明细</span></td>
<!-- <td>
<el-input
size="mini"
class="w150"
type="number"
v-model="BaoZhangPrice.ScenicPrice" @change="getAllBZPrice"></el-input>
</td> -->
</tr>
<tr v-show="totalTrafficPrice>0">
<td>交通</td>
<td>{{moneyFormat(SelfPayingExpendTotalPrice)}}</td>
<td>{{moneyFormat(totalTrafficPrice)}}</td>
<td><span class="cursorpointer text-decoratio" @click="godetailAll('bus')">明细</span></td>
<!-- <td>
<el-input
size="mini"
class="w150"
type="number"
v-model="BaoZhangPrice.BusPrice" @change="getAllBZPrice"></el-input>
</td> -->
</tr>
<tr v-show="totalDinnerPrice>0">
<td>餐饮</td>
<td>{{moneyFormat(IncomeTotalPrice)}}</td>
<td>{{moneyFormat(totalDinnerPrice)}}</td>
<td><span class="cursorpointer text-decoratio" @click="godetailAll('dining')">明细</span></td>
<!-- <td>
<el-input
size="mini"
class="w150"
type="number"
v-model="BaoZhangPrice.DiningPrice" @change="getAllBZPrice"></el-input>
</td> -->
</tr>
<tr v-show="totalHotelPrice>0">
<td>酒店</td>
<td>{{moneyFormat(ExpendTotalPrice)}}</td>
<td>{{moneyFormat(totalHotelPrice)}}</td>
<td><span class="cursorpointer text-decoratio" @click="godetailAll('hotel')">明细</span></td>
<!-- <td>
<el-input
size="mini"
class="w150"
type="number"
v-model="BaoZhangPrice.HotelPrice" @change="getAllBZPrice"></el-input>
</td> -->
</tr>
</tr> -->
</table>
<table border="0" cellspacing="1" class="leaderPayTable">
<tr>
......@@ -1080,6 +1069,7 @@ input[type="number"] {
export default {
data() {
return {
planPriceList:[],
zhuijiaList: [],
zhuijiaMoney: 0,
dialogFormVisibleLoding: false,
......@@ -1611,10 +1601,15 @@ export default {
},
getnewList(){
this.loading = true;
// dmcstatistics_post_GetNewPlanTotalPrice_V2
this.apipost('dmcstatistics_post_GetNewLeaderPayStatics_V1', this.msg, res => {
this.loading = false;
console.log("1131232",res);
if (res.data.resultCode == 1) {
this.list = res.data.data;
// 预计金额
this.planPriceList=this.list.planPriceList;
// 车
let busList = res.data.data.BusList
var busmap = {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment