Commit 2da00834 authored by zhengke's avatar zhengke

修改

parent bd327267
...@@ -156,7 +156,14 @@ ...@@ -156,7 +156,14 @@
<div class="page_addCapitalAllocation" v-loading="loading"> <div class="page_addCapitalAllocation" v-loading="loading">
<div class="_top"> <div class="_top">
<p>{{BillName}}</p> <p>{{BillName}}</p>
<p><span>{{msg.TemplateId==34?$t('fnc.zongbu'):$t('fnc.fgongsi')}}{{$t('fnc.zjdbodan')}}</span></p> <p>
<template v-if="msg.TemplateId==145">
<span>甲鹤资金调拨单</span>
</template>
<template v-else>
<span>{{msg.TemplateId==34?$t('fnc.zongbu'):$t('fnc.fgongsi')}}{{$t('fnc.zjdbodan')}}</span>
</template>
</p>
</div> </div>
<div class="_conten"> <div class="_conten">
<ul v-if="inList.length"> <ul v-if="inList.length">
...@@ -419,10 +426,14 @@ export default { ...@@ -419,10 +426,14 @@ export default {
this.msg.RB_Branch_Id = 1218; this.msg.RB_Branch_Id = 1218;
} }
this.BillName = userInfo.GroupName; this.BillName = userInfo.GroupName;
if(this.msg.RB_Branch_Id===0 || this.msg.RB_Branch_Id===45 || this.msg.RB_Branch_Id===49){ if(userInfo.RB_Group_id==96){
this.msg.TemplateId=34; this.msg.TemplateId = 145;
}else{ }else{
this.msg.TemplateId=35; if(this.msg.RB_Branch_Id===0 || this.msg.RB_Branch_Id===45 || this.msg.RB_Branch_Id===49){
this.msg.TemplateId=34;
}else{
this.msg.TemplateId=35;
}
} }
} }
}, },
......
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