Commit 465723f0 authored by Mac's avatar Mac

1

parent 0e84720a
......@@ -158,7 +158,8 @@
<div class="page_addCapitalAllocation" v-loading="loading">
<div class="_top">
<p>{{BillName}}</p>
<p><span>{{msg.TemplateId==34?$t('fnc.zongbu'):$t('fnc.fgongsi')}}{{$t('fnc.zjdbodan')}}</span></p>
<!-- <p><span>{{msg.TemplateId==34?$t('fnc.zongbu'):$t('fnc.fgongsi')}}{{$t('fnc.zjdbodan')}}</span></p>-->
<p><span>{{$t('fnc.zjdbodan')}}</span></p>
</div>
<div class="_conten">
<ul v-if="inList.length">
......@@ -415,8 +416,8 @@
} else {
this.initMsg()
let userInfo = this.getLocalStorage();
this.msg.RB_Depart_Id = userInfo.RB_Department_Id;
this.msg.RB_Branch_Id = userInfo.RB_Branch_id;
this.msg.RB_Depart_Id = userInfo.DeptId;
this.msg.RB_Branch_Id = userInfo.School_Id;
if(this.$route.query.fengs){
this.msg.RB_Branch_Id = 1218;
}
......
......@@ -73,7 +73,7 @@ export default{
Vue.prototype.getLocalStorage = function () {
var localStorageData = window.localStorage["loginUserInfo"];
if (localStorageData !== undefined && localStorageData != 'undefined') {
return JSON.parse(localStorageData);
return JSON.parse(localStorageData).data;
} else {
return null;
}
......@@ -84,8 +84,8 @@ export default{
let mallUrl = ""; //商城API
let locationName = window.location.hostname;
// domainUrl = "http://127.0.0.1";
// domainUrl = "http://192.168.1.13:8083";
domainUrl = "http://192.168.1.48:8015";
domainUrl = "http://192.168.1.13:8083";
// domainUrl = "http://192.168.1.48:8015";
//domainUrl = "http://192.168.1.21:8069";
let javaUrldo = "";
......
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