Commit 4540c982 authored by youjie's avatar youjie

no message

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