Commit d4dc18df authored by youjie's avatar youjie

no message

parent 7d299721
...@@ -217,10 +217,10 @@ ...@@ -217,10 +217,10 @@
}, },
created(){ created(){
let userInfo = this.getLocalStorage(); let userInfo = this.getLocalStorage();
this.importFileUrl2=this.domainManager().UploadFileUrl + this.importFileUrl2=this.domainManager().UploadFileUrl +
"?cmd=dmc_post_LocalFileUpload&Type=10&fileType=1&fileLimit=1&EmployeeId="+userInfo.EmployeeId "?cmd=dmc_post_LocalFileUpload&Type=10&fileType=1&fileLimit=1&EmployeeId="+userInfo.EmployeeId
+'&RB_Group_id='+userInfo.RB_Group_id +'&KingdeeBId=' + this.addMsg.BranchId +'&RB_Group_id='+userInfo.RB_Group_id +'&KingdeeBId=' + this.addMsg.BranchId
; ;
this.downList =this.domainManager().LocalTemplateFileDownLoadUrl +"/Upload/Template/未认款导入模板.xls"; this.downList =this.domainManager().LocalTemplateFileDownLoadUrl +"/Upload/Template/未认款导入模板.xls";
this.getList(); this.getList();
this.Financial_post_GetEduBranchEnumList() this.Financial_post_GetEduBranchEnumList()
......
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