Commit aa35f038 authored by Mac's avatar Mac

1

parent 46ab1f9c
......@@ -12,7 +12,7 @@ export default {
<style>
@import url('~assets/css/font.css');
@import url('//at.alicdn.com/t/font_2077629_yp91bsm9op.css');
@import url('//at.alicdn.com/t/font_2077629_linnfuttjwb.css');
html,
body,
......
......@@ -352,7 +352,6 @@
+'&GroupId='+userInfo.Group_Id
+'&SystemType=Edu'
;
console.log( this.importFileUrl2)
this.downList =this.domainManager().LocalTemplateFileDownLoadUrl +"/Upload/Template/未认款导入模板.xls";
this.GetAccount();
this.GetAccount2();
......
......@@ -79,6 +79,7 @@
}
.page_addCapitalAllocation ._conten ul li._inList ._add_btn span,.page_addCapitalAllocation ._conten ul li._outList ._add_btn span{
cursor: pointer;
margin-right: 5px;
}
.page_addCapitalAllocation ._conten ul li._inList textarea,.page_addCapitalAllocation ._conten ul li._outList textarea{
border: none;
......@@ -382,7 +383,8 @@
Description: '',
IsHave: 1,
emList: [],
BankList: []
BankList: [],
RB_DepartName:'',
},
queryAccMsg: {
pageIndex: 1,
......@@ -449,8 +451,11 @@
this.msg.TemplateId = data.TemplateId
this.msg.Status = data.Status
this.msg.IsPublic = 0
this.msg.RB_Depart_Id = this.getLocalStorage().RB_Department_Id
this.msg.RB_Depart_Id = this.getLocalStorage().DeptId
this.msg.RB_DepartName = data.DepartName;
this.msg.RB_Branch_Id = data.RB_Branch_Id
this.msg.Description = ''
this.msg.IsHave = 1
this.msg.emList = []
......
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