Commit 7858214f authored by youjie's avatar youjie

no message

parent 21860ec5
......@@ -219,7 +219,7 @@
}
},
created() {
this.downList = this.domainManager().LocalTemplateFileDownLoadUrl + "/ExportFile/金蝶科目关联导入-甲鹤专用.xlsx";
this.downList = this.domainManager().LocalTemplateFileDownLoadUrl + "/Upload/Template/金蝶科目关联导入-单项专用.xlsx";
this.getList();
this.GetKingdeeSubjectList()
},
......@@ -326,9 +326,6 @@
// type 1关联 2支出 3收入
clickDaoRu(type) {
let userInfo = this.getLocalStorage();
// this.importFileUrl2 = this.domainManager().UploadFileUrl +
// "?cmd=dmc_post_LocalFileUpload&KingdeeBId=0&Type=11&fileType=1&fileLimit=10&EmployeeId=" + userInfo.Id +
// '&RB_Group_id=' + userInfo.Group_Id;
this.importFileUrl2 = this.domainManager().UploadFileUrl +
`?cmd=dmc_post_LocalFileUpload&KingdeeBId=0&Type=${type}&fileType=1&fileLimit=10&EmployeeId=${userInfo.EmployeeId}&RB_Group_id=${userInfo.RB_Group_id}`;
......
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