|
@@ -158,7 +158,7 @@ public class SalaryDistributeEditPlugin extends AbstractListPlugin implements Pl
|
|
|
}
|
|
|
RequestContext ctx = RequestContext.get();
|
|
|
String clientPath = UrlService.getDomainContextUrlByTenantCode(ctx.getTenantCode());//拿到完整的客户端网址
|
|
|
- String jspath = clientPath+"/public/thirdjs/salaryupload.js";
|
|
|
+ String jspath = clientPath+"/var/appstatic/static-files/cosmic/webapp/public/thirdjs/salaryupload.js";
|
|
|
this.getView().executeClientCommand("loadThirdPartyJS",jspath);
|
|
|
}
|
|
|
//分录类型为薪酬明细(内退)
|
|
@@ -172,7 +172,7 @@ public class SalaryDistributeEditPlugin extends AbstractListPlugin implements Pl
|
|
|
}
|
|
|
RequestContext ctx = RequestContext.get();
|
|
|
String clientPath = UrlService.getDomainContextUrlByTenantCode(ctx.getTenantCode());//拿到完整的客户端网址
|
|
|
- String jspath = clientPath+"/public/thirdjs/salaryupload.js";
|
|
|
+ String jspath = clientPath+"/var/appstatic/static-files/cosmic/webapp/public/thirdjs/salaryupload.js";
|
|
|
this.getView().executeClientCommand("loadThirdPartyJS",jspath);
|
|
|
}
|
|
|
//分录类型为薪酬明细退休
|
|
@@ -186,7 +186,7 @@ public class SalaryDistributeEditPlugin extends AbstractListPlugin implements Pl
|
|
|
}
|
|
|
RequestContext ctx = RequestContext.get();
|
|
|
String clientPath = UrlService.getDomainContextUrlByTenantCode(ctx.getTenantCode());//拿到完整的客户端网址
|
|
|
- String jspath = clientPath+"/public/thirdjs/salaryupload.js";
|
|
|
+ String jspath = clientPath+"/var/appstatic/static-files/cosmic/webapp/public/thirdjs/salaryupload.js";
|
|
|
this.getView().executeClientCommand("loadThirdPartyJS",jspath);
|
|
|
}
|
|
|
//分录类型为人力薪酬
|
|
@@ -200,7 +200,7 @@ public class SalaryDistributeEditPlugin extends AbstractListPlugin implements Pl
|
|
|
}
|
|
|
RequestContext ctx = RequestContext.get();
|
|
|
String clientPath = UrlService.getDomainContextUrlByTenantCode(ctx.getTenantCode());//拿到完整的客户端网址
|
|
|
- String jspath = clientPath+"/public/thirdjs/salaryupload.js";
|
|
|
+ String jspath = clientPath+"/var/appstatic/static-files/cosmic/webapp/public/thirdjs/salaryupload.js";
|
|
|
this.getView().executeClientCommand("loadThirdPartyJS",jspath);
|
|
|
}
|
|
|
//分录类型为人力薪酬(内退)
|