Commit 19604cf2 authored by 黄媛媛's avatar 黄媛媛

修改

parent 663a769e
...@@ -331,6 +331,10 @@ ...@@ -331,6 +331,10 @@
<span v-if="GetDetail.TemplateId==28 || GetDetail.TemplateId==30" @click="Gourl(GetDetail)" style="cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;">提成详情</span> <span v-if="GetDetail.TemplateId==28 || GetDetail.TemplateId==30" @click="Gourl(GetDetail)" style="cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;">提成详情</span>
<span v-if="CostTypeState" @click="GourlCostType('VisitRecord',1)" style="margin:0 10px;cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;">拜访记录</span> <span v-if="CostTypeState" @click="GourlCostType('VisitRecord',1)" style="margin:0 10px;cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;">拜访记录</span>
<span v-if="CostTypeState" @click="GourlCostType('yingyanMap',2)" style="cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;">鹰眼轨迹</span> <span v-if="CostTypeState" @click="GourlCostType('yingyanMap',2)" style="cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;">鹰眼轨迹</span>
<span v-if="GetDetail.OtherType==6" style="cursor: pointer;float: right;color: #000;font-size: 12px;">
<span style="text-decoration: underline;margin-right:10px" @click="goHand(1,GetDetail)">团号:{{GetDetail.TCNUM}}</span>
<span style="text-decoration: underline;" @click="goHand(2,GetDetail)">相关单据:{{GetDetail.ReFinanceId}}</span>
</span>
</p> </p>
<table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%" v-if="GetDetail.TCIDAndTCNUMList.length>0"> <table border="1" bordercolor="#D2D2D2" style="border-collapse:collapse;margin-top:15px;" width="100%" v-if="GetDetail.TCIDAndTCNUMList.length>0">
<tr v-for="(o,ox) in GetDetail.TCIDAndTCNUMList" class="_fujiashuoming_tr"> <tr v-for="(o,ox) in GetDetail.TCIDAndTCNUMList" class="_fujiashuoming_tr">
...@@ -1485,7 +1489,8 @@ export default { ...@@ -1485,7 +1489,8 @@ export default {
CostTypeState:false, CostTypeState:false,
LeadState:false, LeadState:false,
} }
},components:{ },
components:{
"my-FlowChartModule": myFlowChartModule, "my-FlowChartModule": myFlowChartModule,
"my-Bill": myBill, "my-Bill": myBill,
"new-Bill":newBill, "new-Bill":newBill,
...@@ -1502,6 +1507,29 @@ export default { ...@@ -1502,6 +1507,29 @@ export default {
'myJiPiaoBill': myJiPiaoBill 'myJiPiaoBill': myJiPiaoBill
}, },
methods:{ methods:{
goHand(type,GetDetail){
if(type==1){
this.$router.push({
name: 'TeamBalancePayment',
query: {
id:GetDetail.TCID,
IsHaveAuth:true,
blank: "y",
tab: "团队收支明细"
}
});
}
else{
this.$router.push({
name: 'FinancialDocumentsDetail',
query: {
id:GetDetail.ReFinanceId,
blank: "y",
tab: "单据详情"
}
});
}
},
GourlCostType(path,num){ GourlCostType(path,num){
this.$router.push({ this.$router.push({
name: path, name: path,
......
...@@ -395,7 +395,7 @@ ...@@ -395,7 +395,7 @@
<button class="normalBtn" v-if="checkboxShow" @click="Financial_post_SetBatch">{{$t('fnc.piltijiao')}}</button> <button class="normalBtn" v-if="checkboxShow" @click="Financial_post_SetBatch">{{$t('fnc.piltijiao')}}</button>
<button class="normalBtn" @click="method5()">{{$t('visa.v_daochu')}}</button> <button class="normalBtn" @click="method5()">{{$t('visa.v_daochu')}}</button>
<button class="hollowFixedBtn" @click="goUrl('WorkEntrustmentMy')">{{$t('fnc.gzweituo')}}</button> <button class="hollowFixedBtn" @click="goUrl('WorkEntrustmentMy')">{{$t('fnc.gzweituo')}}</button>
<button class="hollowFixedBtn" @click="Handwithfee">手配费收入</button> <button v-if="HandShow" class="hollowFixedBtn" @click="Handwithfee">手配费收入</button>
<button class="hollowFixedBtn" @click="BOSSBtn = !BOSSBtn, checkList = [], getPageList(1), BOSSBtn2 = false" v-if="msg.Conditon === 3 && userMenuCode">{{BOSSBtn ? '关闭一键审批' : '一键审批'}}</button> <button class="hollowFixedBtn" @click="BOSSBtn = !BOSSBtn, checkList = [], getPageList(1), BOSSBtn2 = false" v-if="msg.Conditon === 3 && userMenuCode">{{BOSSBtn ? '关闭一键审批' : '一键审批'}}</button>
<button class="hollowFixedBtn" v-if="msg.Conditon === 3 && BOSSBtn" @click="BOSSBtnClick(1)">{{$t('ios.shenpi')}}</button> <button class="hollowFixedBtn" v-if="msg.Conditon === 3 && BOSSBtn" @click="BOSSBtnClick(1)">{{$t('ios.shenpi')}}</button>
<button class="hollowFixedBtn" @click="BOSSBtn2 = !BOSSBtn2, checkList = [], getPageList(1), BOSSBtn = false" v-if="msg.Conditon === 3">{{BOSSBtn2 ? '关闭一键转交' : '一键转交'}}</button> <button class="hollowFixedBtn" @click="BOSSBtn2 = !BOSSBtn2, checkList = [], getPageList(1), BOSSBtn = false" v-if="msg.Conditon === 3">{{BOSSBtn2 ? '关闭一键转交' : '一键转交'}}</button>
...@@ -724,7 +724,7 @@ ...@@ -724,7 +724,7 @@
<el-form-item label="团号"> <el-form-item label="团号">
<el-input v-model="HandMsg.TCNUM" class="w200"></el-input> <el-input v-model="HandMsg.TCNUM" class="w200"></el-input>
</el-form-item> </el-form-item>
<el-form-item label="单据号"> <el-form-item label="相关单据">
<el-input v-model="HandMsg.ReFinanceId" class="w200"></el-input> <el-input v-model="HandMsg.ReFinanceId" class="w200"></el-input>
</el-form-item> </el-form-item>
</el-form> </el-form>
...@@ -881,9 +881,15 @@ export default { ...@@ -881,9 +881,15 @@ export default {
BOSSDialog: false, BOSSDialog: false,
userMenuCode: false, userMenuCode: false,
BOSSDialogText: false, BOSSDialogText: false,
HandShow:false,
} }
}, },
created(){ created(){
let userinfo = this.getLocalStorage();
let ActionMenuCode=userinfo.ActionMenuCode;
if(ActionMenuCode.indexOf('F_HandWithFee')!=-1){
this.HandShow=true;
}
if(this.$route.query.returnCode){ if(this.$route.query.returnCode){
this.active = this.$route.query.returnCode; this.active = this.$route.query.returnCode;
this.msg.Conditon = this.$route.query.returnCode; this.msg.Conditon = this.$route.query.returnCode;
...@@ -942,7 +948,7 @@ export default { ...@@ -942,7 +948,7 @@ export default {
return; return;
} }
if(this.HandMsg.ReFinanceId==''){ if(this.HandMsg.ReFinanceId==''){
this.Error("请输入单据号!"); this.Error("请输入相关单据号!");
return; return;
} }
let msg=JSON.stringify(this.HandMsg); let msg=JSON.stringify(this.HandMsg);
......
...@@ -981,7 +981,6 @@ export default { ...@@ -981,7 +981,6 @@ export default {
} }
}); });
} }
}, },
GourlHotelZr(){ GourlHotelZr(){
this.$router.push({ this.$router.push({
......
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