Commit 3ef0f569 authored by 黄媛媛's avatar 黄媛媛

单据详情和审核新增模板Id判断

parent f323ae62
...@@ -460,7 +460,7 @@ ...@@ -460,7 +460,7 @@
</div> </div>
<p class="_splic">///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////</p> <p class="_splic">///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////</p>
<div class="_tit _tit2 w890px"> <div class="_tit _tit2 w890px">
<myGuanBill :ID="FrID" :FrID='FrID' :TemplateId='GetDetail.TemplateId' v-if="(GetDetail.TemplateId === 63 || GetDetail.TemplateId === 59 || GetDetail.TemplateId === 43 || GetDetail.TemplateId === 48 || GetDetail.TemplateId === 53 || GetDetail.TemplateId === 56) && showModel" /> <myGuanBill :ID="FrID" :FrID='FrID' :TemplateId='GetDetail.TemplateId' v-if="(((GetDetail.TemplateId === 36 || GetDetail.TemplateId === 37) && LeadState) || GetDetail.TemplateId === 63 || GetDetail.TemplateId === 59 || GetDetail.TemplateId === 43 || GetDetail.TemplateId === 48 || GetDetail.TemplateId === 53 || GetDetail.TemplateId === 56) && showModel" />
<myJiPiaoBill :ID="FrID" :FrID='FrID' :TemplateId='GetDetail.TemplateId' v-if="GetDetail.TemplateId === 2 || GetDetail.TemplateId === 12 && showModel" /> <myJiPiaoBill :ID="FrID" :FrID='FrID' :TemplateId='GetDetail.TemplateId' v-if="GetDetail.TemplateId === 2 || GetDetail.TemplateId === 12 && showModel" />
</div> </div>
<template v-if="sonTCIDList"> <template v-if="sonTCIDList">
...@@ -1477,6 +1477,7 @@ export default { ...@@ -1477,6 +1477,7 @@ export default {
showModel: false, showModel: false,
MsgUrl: true, MsgUrl: true,
CostTypeState:false, CostTypeState:false,
LeadState:false,
} }
},components:{ },components:{
"my-FlowChartModule": myFlowChartModule, "my-FlowChartModule": myFlowChartModule,
...@@ -2330,9 +2331,13 @@ export default { ...@@ -2330,9 +2331,13 @@ export default {
} }
this.chongJudge(data) this.chongJudge(data)
this.GetDetail = data; this.GetDetail = data;
console.log("this.GetDetail",this.GetDetail) if(this.GetDetail.DetailList){
console.log("this.GetDetail.FApplyForNumber",this.GetDetail.FApplyForNumber) this.GetDetail.DetailList.forEach(item=>{
if(item.CostTypeName=="领队导游资金池领款"){
this.LeadState=true;
}
})
}
if(this.GetDetail.DetailList.length>0){ if(this.GetDetail.DetailList.length>0){
this.GetDetail.DetailList.forEach(item=>{ this.GetDetail.DetailList.forEach(item=>{
if(item.CostTypeName=="差旅费"){ if(item.CostTypeName=="差旅费"){
......
...@@ -546,7 +546,7 @@ ...@@ -546,7 +546,7 @@
</div> </div>
<p class="_splic">///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////</p> <p class="_splic">///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////</p>
<div class="_tit _tit2 w890px"> <div class="_tit _tit2 w890px">
<myGuanBill :ID="FrID" :FrID='FrID' :TemplateId='GetDetail.TemplateId' v-if="(GetDetail.TemplateId === 63 || GetDetail.TemplateId === 59 || GetDetail.TemplateId === 43 || GetDetail.TemplateId === 48 || GetDetail.TemplateId === 53 || GetDetail.TemplateId === 56) && showModel" /> <myGuanBill :ID="FrID" :FrID='FrID' :TemplateId='GetDetail.TemplateId' v-if="(((GetDetail.TemplateId === 36 || GetDetail.TemplateId === 37) && LeadState) || GetDetail.TemplateId === 63 || GetDetail.TemplateId === 59 || GetDetail.TemplateId === 43 || GetDetail.TemplateId === 48 || GetDetail.TemplateId === 53 || GetDetail.TemplateId === 56) && showModel" />
<myJiPiaoBill :ID="FrID" :FrID='FrID' :TemplateId='GetDetail.TemplateId' v-if="GetDetail.TemplateId === 2 || GetDetail.TemplateId === 12 && showModel" /> <myJiPiaoBill :ID="FrID" :FrID='FrID' :TemplateId='GetDetail.TemplateId' v-if="GetDetail.TemplateId === 2 || GetDetail.TemplateId === 12 && showModel" />
</div> </div>
<template v-if="sonTCIDList"> <template v-if="sonTCIDList">
...@@ -848,6 +848,7 @@ import myJiPiaoBill from "./FinancialSubmodule/JiPiaoBillModule.vue"; ...@@ -848,6 +848,7 @@ import myJiPiaoBill from "./FinancialSubmodule/JiPiaoBillModule.vue";
export default { export default {
data(){ data(){
return{ return{
LeadState:false,
//驳回弹窗 //驳回弹窗
finacialDialog:false, finacialDialog:false,
ZhiDanRen: -1, ZhiDanRen: -1,
...@@ -1353,6 +1354,14 @@ export default { ...@@ -1353,6 +1354,14 @@ export default {
} }
this.chongJudge(data) this.chongJudge(data)
this.GetDetail = data; this.GetDetail = data;
if(this.GetDetail.DetailList){
this.GetDetail.DetailList.forEach(item=>{
if(item.CostTypeName=="领队导游资金池领款"){
this.LeadState=true;
}
})
}
this.showModel = true this.showModel = true
// 截取掉驳回后面的审核步骤 // 截取掉驳回后面的审核步骤
this.ZhiDanRen = this.GetDetail.CreatBy; this.ZhiDanRen = this.GetDetail.CreatBy;
......
...@@ -236,7 +236,6 @@ export default { ...@@ -236,7 +236,6 @@ export default {
}, },
methods:{ methods:{
Export(){ Export(){
console.log("msg.QStartDate",this.msg.QStartDate);
if(!this.msg.QStartDate || this.msg.QStartDate=="" ){ if(!this.msg.QStartDate || this.msg.QStartDate=="" ){
this.Error("请选择出发开始日期!") this.Error("请选择出发开始日期!")
return; return;
......
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