Commit 9d5531c6 authored by youjie's avatar youjie

no message

parent 57adacad
......@@ -491,13 +491,11 @@
</div>
<!-- <p v-if="GetDetail.OrderSource==4&&GetDetail.SourceID>0" @click="jumpPage('FinancialOrder',GetDetail.SourceID,4)" class="_jump_page _font_bold">机票收支</p> -->
</template>
<template v-if="isHandFee">
<el-tooltip content="配置手配费" placement="top"></el-tooltip>
<el-switch
<el-switch v-if="isHandFee"
v-model="is_HandFee" @change="getHandFee">
</el-switch>
</el-tooltip>
</template>
</div>
<template v-if="isHandFee&&is_HandFee">
<div>
......@@ -1608,10 +1606,14 @@ export default {
// if((data.TemplateId==245
// ||data.TemplateId==246
// ||data.TemplateId==247
// ||data.TemplateId==248)&&!this.isHandFee&&data.KingdeeBranchId){
// ||data.TemplateId==248)&&!this.isHandFee&&data.KingdeeBranchId&&this.msg.RB_Branch_Id!=1220){
// this.GetHandFeeList()//获取手配费功能权限配置
// this.is_HandFee = true
// this.isHandFee = true
// this.HandFee.BranchId = data.KingdeeBranchId
// }else{
// this.is_HandFee = false
// this.isHandFee = false
// }
this.editTemplateId=data.TemplateId;
this.getCompany();
......
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