Commit 6adc0ef9 authored by 黄奎's avatar 黄奎

页面修改

parent 8e7aca8c
...@@ -526,11 +526,7 @@ export default { ...@@ -526,11 +526,7 @@ export default {
if(item.FinanceId==0){ if(item.FinanceId==0){
this.customerListAll.push(item) this.customerListAll.push(item)
} }
}) })
console.log("this.customerListAll",this.customerListAll)
} }
}); });
}, },
......
...@@ -1666,7 +1666,6 @@ ...@@ -1666,7 +1666,6 @@
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
var tempObj = res.data.data; var tempObj = res.data.data;
console.log("temp", tempObj);
this.CtObj.ID = tempObj.ID; this.CtObj.ID = tempObj.ID;
this.CtObj.CType = tempObj.CType; this.CtObj.CType = tempObj.CType;
this.CtObj.T_ContractNum = tempObj.T_ContractNum; this.CtObj.T_ContractNum = tempObj.T_ContractNum;
......
...@@ -435,7 +435,6 @@ ...@@ -435,7 +435,6 @@
this.apipost("travelcontract_post_GetContractPageListService",this.msgOut,res => { this.apipost("travelcontract_post_GetContractPageListService",this.msgOut,res => {
this.loadingOut = false; this.loadingOut = false;
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
console.log(res,'ressss');
this.dataListOut = res.data.data.pageData; this.dataListOut = res.data.data.pageData;
this.total2=res.data.data.count; this.total2=res.data.data.count;
} else { } else {
......
...@@ -466,7 +466,8 @@ ...@@ -466,7 +466,8 @@
</li> </li>
<li> <li>
<button class="hollowFixedBtn" @click="getControlList(),resetPageIndex()">{{$t('pub.searchBtn')}}</button> <button class="hollowFixedBtn" @click="getControlList(),resetPageIndex()">{{$t('pub.searchBtn')}}</button>
<input type="button" class="hollowFixedBtn" :value="$t('op.TDHT')" @click="heTuan" v-show="this.ArrList.length>1" /> <input type="button" class="hollowFixedBtn" :value="$t('op.TDHT')" @click="heTuan"
v-show="this.ArrList.length>1" />
</li> </li>
</ul> </ul>
</div> </div>
...@@ -555,7 +556,16 @@ ...@@ -555,7 +556,16 @@
<span>{{$t('Airticket.Air_StartTime')}}</span> <span>{{$t('Airticket.Air_StartTime')}}</span>
{{item.StartDate}} {{item.StartDate}}
</p> </p>
<p>
<span>{{$t('leader.leader_Leader')}}</span>
<span v-if="item.LeaderName" class="TCL-greenType">{{item.LeaderName}}</span>
<span v-else class="TCL-redType">{{$t('Operation.Op_nozhipai')}}</span>
</p>
<p>
<span>{{$t('leader.leader_Guide')}}</span>
<span v-if="item.GuideName" class="TCL-greenType">{{item.GuideName}}</span>
<span v-else class="TCL-redType">{{$t('Operation.Op_nozhipai')}}</span>
</p>
</div> </div>
</td> </td>
<td> <td>
...@@ -576,6 +586,22 @@ ...@@ -576,6 +586,22 @@
<span v-if="item.IsSubstitution==1">{{$t('visa.v_yxhoubu')}}</span> <span v-if="item.IsSubstitution==1">{{$t('visa.v_yxhoubu')}}</span>
<span v-else class="TCL-redType">{{$t('visa.v_byxhoubu')}}</span> <span v-else class="TCL-redType">{{$t('visa.v_byxhoubu')}}</span>
</p> </p>
<p>
<span>参团</span>
<span>{{item.JoinNum+item.SingleGroupNum}}</span> <span class="TCL-redType" v-if="item.OrderLeaderGuestNum>=1">+{{item.OrderLeaderGuestNum}}</span>{{$t('Operation.Op_people')}}
</p>
<p>
<span>自由行</span>
<span>{{item.IndependentTravelNum}}</span>
</p>
<p>
<span>单机票</span>
<span>{{item.SingleAirTicketNum}}</span>
</p>
<p>
<span>单地接</span>
<span>{{item.SingleDMNum}}</span>
</p>
</div> </div>
</td> </td>
<td width="240"> <td width="240">
...@@ -804,6 +830,7 @@ ...@@ -804,6 +830,7 @@
myDate.getDate(); myDate.getDate();
this.queryMsg.StartGroupDate = nowDate; this.queryMsg.StartGroupDate = nowDate;
this.queryMsg.TCNUM = this.$route.query.TCNUM; this.queryMsg.TCNUM = this.$route.query.TCNUM;
this.queryMsg.TCNUM = "NRTCA07191219A";
this.getControlList(); this.getControlList();
} }
}; };
......
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