|
@@ -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);
|
|
|
}
|
|
|
|