Commit f9fd6f5c authored by 黄奎's avatar 黄奎

页面修改

parent ad63d1aa
...@@ -362,7 +362,7 @@ ...@@ -362,7 +362,7 @@
<span v-else-if="subItem.PayStyle === 11">刷卡</span> <span v-else-if="subItem.PayStyle === 11">刷卡</span>
<span v-else-if="subItem.PayStyle === 10">领队导游垫付</span> <span v-else-if="subItem.PayStyle === 10">领队导游垫付</span>
<span v-else></span> <span v-else></span>
<br/> <br />
<span v-show="subItem.PayStyle==6">付款团号:{{subItem.PayTypeTCNUM}}</span> <span v-show="subItem.PayStyle==6">付款团号:{{subItem.PayTypeTCNUM}}</span>
</td> </td>
<td v-if="childIndex==0" :rowspan="6"> <td v-if="childIndex==0" :rowspan="6">
...@@ -504,7 +504,7 @@ ...@@ -504,7 +504,7 @@
<span v-else-if="subItem.PayStyle === 11">刷卡</span> <span v-else-if="subItem.PayStyle === 11">刷卡</span>
<span v-else-if="subItem.PayStyle === 10">领队导游垫付</span> <span v-else-if="subItem.PayStyle === 10">领队导游垫付</span>
<span v-else></span> <span v-else></span>
<br/> <br />
<span v-show="subItem.PayStyle==6">付款团号:{{subItem.PayTypeTCNUM}}</span> <span v-show="subItem.PayStyle==6">付款团号:{{subItem.PayTypeTCNUM}}</span>
</td> </td>
<td v-if="childIndex==0" :rowspan="3"> <td v-if="childIndex==0" :rowspan="3">
...@@ -711,23 +711,35 @@ ...@@ -711,23 +711,35 @@
@click="goFncUrl('DebitNote', subItem.FinanceId)">借支单</span></p> @click="goFncUrl('DebitNote', subItem.FinanceId)">借支单</span></p>
</td> </td>
<td width="80" class="_zhidan"> <td width="80" class="_zhidan">
<div style="margin:10px 0" v-for="(cur,index2) in CurrencyListMoney"> <template v-if="myLineId==90">
<template v-for="leadr in cur.LeaderGetPriceArr" v-if=" leadr.TCNUMS == item.TCNUMS"> <div style="margin:10px 0" v-for="(cur,index2) in CurrencyListMoney">
<input type="button" v-if="item.TeamType == 1 && index2==0" value="日当费" class="normalBtn" <template v-for="leadr in cur.LeaderGetPriceArr" v-if=" leadr.TCNUMS == item.TCNUMS">
@click="goZhiDan(item, 2)" />
<template v-if="item.hideZDBtn && ContractUrlCount == 0">
<el-tooltip class="item" effect="dark" :content="currencyTypeObj[leadr.CurrencyId]" placement="top"> <el-tooltip class="item" effect="dark" :content="currencyTypeObj[leadr.CurrencyId]" placement="top">
<input type="button" value="制单" class="normalBtn" @click="goZhiDan(item,0,leadr,cur)" /> <input type="button" value="制单" class="normalBtn" @click="goZhiDan(item,0,leadr,cur)" />
</el-tooltip> </el-tooltip>
</template> </template>
<template v-else-if="ContractUrlCount !== 0 && index2==0"> </div>
<span>未上传现付、刷卡的酒店手配书无法制单</span> </template>
</template> <template v-else>
<template v-else-if="!item.hideZDBtn && index2==0"> <div style="margin:10px 0" v-for="(cur,index2) in CurrencyListMoney">
<span>超过五天时间限制,无法制单</span> <template v-for="leadr in cur.LeaderGetPriceArr" v-if=" leadr.TCNUMS == item.TCNUMS">
<input type="button" v-if="item.TeamType == 1 && index2==0" value="日当费" class="normalBtn"
@click="goZhiDan(item, 2)" />
<template v-if="item.hideZDBtn && ContractUrlCount == 0">
<el-tooltip class="item" effect="dark" :content="currencyTypeObj[leadr.CurrencyId]" placement="top">
<input type="button" value="制单" class="normalBtn" @click="goZhiDan(item,0,leadr,cur)" />
</el-tooltip>
</template>
<template v-else-if="ContractUrlCount !== 0 && index2==0">
<span>未上传现付、刷卡的酒店手配书无法制单</span>
</template>
<template v-else-if="!item.hideZDBtn && index2==0">
<span>超过五天时间限制,无法制单</span>
</template>
</template> </template>
</template> </div>
</div> </template>
</td> </td>
</tr> </tr>
</table> </table>
...@@ -863,8 +875,8 @@ ...@@ -863,8 +875,8 @@
//判断是否显示人民币 //判断是否显示人民币
IsShowRMB: false, IsShowRMB: false,
ContractUrlCount: 1, ContractUrlCount: 1,
myLineId:0, //zk新增 myLineId: 0, //zk新增
comRate:1//公用乘以 zk新增 comRate: 1 //公用乘以 zk新增
}; };
}, },
components: { components: {
...@@ -1298,7 +1310,7 @@ ...@@ -1298,7 +1310,7 @@
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
let nav = res.data.data.list; let nav = res.data.data.list;
this.LineId = res.data.data.EntryId; this.LineId = res.data.data.EntryId;
if (nav[0].OutBranchId == 1216 || this.myLineId==90) { if (nav[0].OutBranchId == 1216 || this.myLineId == 90) {
this.IsShowRMB = true; this.IsShowRMB = true;
} }
let num = 0; let num = 0;
...@@ -1423,10 +1435,10 @@ ...@@ -1423,10 +1435,10 @@
this.msg.TCIDs = this.$route.query.id; this.msg.TCIDs = this.$route.query.id;
this.NewCombinationNum = this.$route.query.NewCombinationNum; this.NewCombinationNum = this.$route.query.NewCombinationNum;
this.myLineId = this.$route.query.lineId; this.myLineId = this.$route.query.lineId;
if(this.myLineId==14){ if (this.myLineId == 14) {
this.comRate=0.95; this.comRate = 0.95;
}else{ } else {
this.comRate=1; this.comRate = 1;
} }
if (this.$route.query.OutBranchId == 1216) { if (this.$route.query.OutBranchId == 1216) {
this.IsShowRMB = true; this.IsShowRMB = true;
......
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