Commit 1d92c5a9 authored by huangyuanyuan's avatar huangyuanyuan

update

parent 52efb5e4
......@@ -1703,8 +1703,9 @@ export default {
this.BranchStatus=false;
}else{
this.BranchStatus=true;
this.msg.Is_Transport=BranchStatus;
}
this.msg.Is_Transport=BranchStatus;
let data = res.data.data.pmodel.pageData;
// res.data.data.TotalRevenue
this.total = res.data.data.pmodel.count;
......
......@@ -1055,8 +1055,9 @@ export default {
this.BranchStatus=false;
}else{
this.BranchStatus=true;
this.msg.BranchId=BranchStatus;
}
this.msg.BranchId=BranchStatus;
let data = res.data.data
data.sharelist.forEach((x, i) => {
this.monthList[i].value = x.Money
......
......@@ -652,15 +652,16 @@ export default {
if (!this.msg.TCID) this.msg.TCID = 0;
if (this.msg.QStartDate == "") this.msg.QStartDate = "2019";
this.apipost('financestatistics_get_GetTravelMonthReportList', this.msg, res=>{
console.log(res);
// console.log(res);
if (res.data.resultCode == 1) {
let BranchStatus=res.data.data.IsBranchButton;
if(BranchStatus==-1){
this.BranchStatus=false;
}else{
this.BranchStatus=true;
this.msg.OutBranchId=BranchStatus;
}
this.msg.OutBranchId=BranchStatus;
this.DataList = res.data.data.RObj;
this.columns = [
// 团队编号、团号 点击跳转团控列表
......
......@@ -2089,8 +2089,9 @@ export default {
this.BranchStatus=false;
}else{
this.BranchStatus=true;
this.msg.OutBranchId=BranchStatus;
}
this.msg.OutBranchId=BranchStatus;
//console.log( res.data.data);
let data = res.data.data.pmodel.pageData;
// res.data.data.TotalRevenue
......
......@@ -58,7 +58,8 @@
<table class="singeRowTable" border="0" cellspacing="0" cellpadding="0" v-loading='loading'>
<tr>
<th>{{$t('scen.sc_temID')}}</th>
<th>线路系列</th>
<th>线路</th>
<th>系列</th>
<th>{{$t('visa.v_tuanhao')}}</th>
<th>{{$t('scen.sc_ftTime')}}</th>
<th>{{$t('admin.admin_Department')}}</th>
......@@ -74,6 +75,7 @@
<tr v-for="item in tableList" :key="item.Id">
<td><span @click='goUrl("priceIncomeConfirmInfo",item.TCID,"收入确认单")' style="cursor:pointer;text-decoration: underline">{{item.TCID}}</span></td>
<td>{{item.LineName}}</td>
<td>{{item.LtName}}</td>
<td>{{item.TCNUM}}</td>
<td>{{item.StartDate}}</td>
<td>{{item.DepartmentName}}</td>
......
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