|
@@ -563,9 +563,11 @@ public class ExcelTabController extends BladeController {
|
|
// 复制模版htmlURL
|
|
// 复制模版htmlURL
|
|
|
|
|
|
File file_in = ResourceUtil.getFile(excelTab.getHtmlUrl());
|
|
File file_in = ResourceUtil.getFile(excelTab.getHtmlUrl());
|
|
|
|
+// File file_in = ResourceUtil.getFile("C:\\Users\\泓创研发01\\Desktop\\privateUrl\\1605183410156863488.html");
|
|
|
|
|
|
String filecode = SnowFlakeUtil.getId() + "";
|
|
String filecode = SnowFlakeUtil.getId() + "";
|
|
String thmlUrl = file_path + "/privateUrl/" + filecode + ".html";
|
|
String thmlUrl = file_path + "/privateUrl/" + filecode + ".html";
|
|
|
|
+// String thmlUrl = "C:\\Users\\泓创研发01\\Desktop\\privateUrl\\out\\acc.html";
|
|
File file_out = ResourceUtil.getFile(thmlUrl);
|
|
File file_out = ResourceUtil.getFile(thmlUrl);
|
|
FileUtil.copy(file_in, file_out);
|
|
FileUtil.copy(file_in, file_out);
|
|
updateWrapper.set("html_url", thmlUrl);
|
|
updateWrapper.set("html_url", thmlUrl);
|
|
@@ -655,7 +657,9 @@ public class ExcelTabController extends BladeController {
|
|
element.children().get(0).attr("placeholder", lastName)
|
|
element.children().get(0).attr("placeholder", lastName)
|
|
.attr("weighing", maxScore + "").attr("id", attrInfo).attr("keyName", attrInfo)
|
|
.attr("weighing", maxScore + "").attr("id", attrInfo).attr("keyName", attrInfo)
|
|
.attr("@blur", "getRegularExpression(" + regularExpression + ",'" + filedLength + "')")
|
|
.attr("@blur", "getRegularExpression(" + regularExpression + ",'" + filedLength + "')")
|
|
- .attr("maxlength", filedLength);
|
|
|
|
|
|
+ .attr("maxlength", filedLength)
|
|
|
|
+ .attr("class", "warnstyle");
|
|
|
|
+
|
|
}
|
|
}
|
|
element.attr("@click", "getInformation(" + oncklickText + ")");
|
|
element.attr("@click", "getInformation(" + oncklickText + ")");
|
|
}
|
|
}
|