Commit 2d9dc7c9 authored by 黄媛媛's avatar 黄媛媛

资金调拨

parent 082a6e83
...@@ -2591,6 +2591,7 @@ export const op={ ...@@ -2591,6 +2591,7 @@ export const op={
bmzg:'部門の主管', bmzg:'部門の主管',
fgszjl:'支社長', fgszjl:'支社長',
opszje:'OP設定金額', opszje:'OP設定金額',
fgszjdb:'日本印象を新たにする',
} }
......
...@@ -2586,6 +2586,7 @@ export const op={ ...@@ -2586,6 +2586,7 @@ export const op={
bmzg:'部門首長', bmzg:'部門首長',
fgszjl:'分公司總經理', fgszjl:'分公司總經理',
opszje:'OP設定金額', opszje:'OP設定金額',
fgszjdb:'新增日本印象',
} }
......
...@@ -2602,6 +2602,7 @@ export const op={ ...@@ -2602,6 +2602,7 @@ export const op={
bmzg:'部门主管', bmzg:'部门主管',
fgszjl:'分公司总经理', fgszjl:'分公司总经理',
opszje:'OP设置金额', opszje:'OP设置金额',
fgszjdb:'新增日本印象',
} }
import invoicesManager from './zhCN/invoicesManager' import invoicesManager from './zhCN/invoicesManager'
......
...@@ -51,6 +51,7 @@ ...@@ -51,6 +51,7 @@
<div class="query-box"> <div class="query-box">
<ul> <ul>
<li> <li>
<input v-if="btnShow" type="button" class="normalBtn" :value="$t('op.fgszjdb')" @click="goAddurl('addCapitalAllocation')"/>
<input type="button" class="normalBtn" :value="$t('pub.addBtn')" @click="goURL('addCapitalAllocation')"/> <input type="button" class="normalBtn" :value="$t('pub.addBtn')" @click="goURL('addCapitalAllocation')"/>
<input type="button" class="hollowFixedBtn" :value="$t('pub.searchBtn')" @click="getList()"/> <input type="button" class="hollowFixedBtn" :value="$t('pub.searchBtn')" @click="getList()"/>
<input type="button" class="normalBtn" :value="$t('visa.v_daochu')" @click="method5()"/> <input type="button" class="normalBtn" :value="$t('visa.v_daochu')" @click="method5()"/>
...@@ -261,7 +262,8 @@ export default { ...@@ -261,7 +262,8 @@ export default {
LogLoading: true, LogLoading: true,
EmId:0, EmId:0,
total: 0, total: 0,
currentPage: 0 currentPage: 0,
btnShow:false,
} }
}, },
created(){ created(){
...@@ -269,6 +271,10 @@ export default { ...@@ -269,6 +271,10 @@ export default {
let userInfo = this.getLocalStorage(); // 读取缓存数据 let userInfo = this.getLocalStorage(); // 读取缓存数据
this.getCompanyMsg.RB_Group_Id = this.employeeMsg.GroupId = this.getDepartmentMsg.RB_Group_Id = userInfo.RB_Group_id; // 集团ID this.getCompanyMsg.RB_Group_Id = this.employeeMsg.GroupId = this.getDepartmentMsg.RB_Group_Id = userInfo.RB_Group_id; // 集团ID
this.EmId=userInfo.EmployeeId; this.EmId=userInfo.EmployeeId;
let ActionMenuCode=userInfo.ActionMenuCode;
if(ActionMenuCode.indexOf('F_CreateBranchMoneyAllot')!=-1){
this.btnShow=true;
}
}, },
methods:{ methods:{
getList: function () { // 获取列表数据 getList: function () { // 获取列表数据
...@@ -353,6 +359,9 @@ export default { ...@@ -353,6 +359,9 @@ export default {
} }
}, err => {}) }, err => {})
}, },
goAddurl(url){
this.$router.push({ name: url,query:{fengs: 1,blank: 'y', tab: '新增资金调拨'}})
},
goURL: function (url, edit, id) { goURL: function (url, edit, id) {
this.$router.push({ name: url,query:{edit: edit, id: id, blank: 'y', tab: '新增资金调拨'}}) this.$router.push({ name: url,query:{edit: edit, id: id, blank: 'y', tab: '新增资金调拨'}})
}, },
......
...@@ -415,6 +415,9 @@ export default { ...@@ -415,6 +415,9 @@ export default {
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
this.msg.RB_Depart_Id = userInfo.RB_Department_Id; this.msg.RB_Depart_Id = userInfo.RB_Department_Id;
this.msg.RB_Branch_Id = userInfo.RB_Branch_id; this.msg.RB_Branch_Id = userInfo.RB_Branch_id;
if(this.$route.query.fengs){
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(this.msg.RB_Branch_Id===0 || this.msg.RB_Branch_Id===45 || this.msg.RB_Branch_Id===49){
this.msg.TemplateId=34; this.msg.TemplateId=34;
......
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