diff --git a/WebRoot/Excel/6c8c27f8-6aa4-45a0-82a6-2d716f43722c.xlsx b/WebRoot/Excel/6c8c27f8-6aa4-45a0-82a6-2d716f43722c.xlsx new file mode 100644 index 00000000..28e632eb Binary files /dev/null and b/WebRoot/Excel/6c8c27f8-6aa4-45a0-82a6-2d716f43722c.xlsx differ diff --git a/WebRoot/Excel/e3ff905b-d33a-41d3-b1f4-b4404aaf33d0.xlsx b/WebRoot/Excel/e3ff905b-d33a-41d3-b1f4-b4404aaf33d0.xlsx new file mode 100644 index 00000000..154e5183 Binary files /dev/null and b/WebRoot/Excel/e3ff905b-d33a-41d3-b1f4-b4404aaf33d0.xlsx differ diff --git a/WebRoot/view/tb/org/publish.html b/WebRoot/view/tb/org/publish.html index f912020d..9bb9e280 100644 --- a/WebRoot/view/tb/org/publish.html +++ b/WebRoot/view/tb/org/publish.html @@ -130,6 +130,13 @@ +
+ +
+ 设置不同阶段学校填报模板 +
+
@@ -336,7 +343,7 @@ table.reloadData('groupTable', { scrollPos: false }); - } + } form.on('submit(publish)', function (data) { @@ -450,6 +457,17 @@ }); } + $("#sheetSet").click(function () { + layer.open({ + type: 1, + area: ['420px', '240px'], // 宽高 + title: false, // 不显示标题栏 + closeBtn: 0, + shadeClose: true, // 点击遮罩关闭层 + content: './sheet_set.html?job_id=' + jobId + }); + }); + function GetQueryString(name, istop) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); var r = window.location.search.substr(1).match(reg); diff --git a/WebRoot/view/tb/org/sheet_set.html b/WebRoot/view/tb/org/sheet_set.html new file mode 100644 index 00000000..67d4cc5a --- /dev/null +++ b/WebRoot/view/tb/org/sheet_set.html @@ -0,0 +1,78 @@ + + + + + + 点击单元格变色 + + + + + + + +
+ + + + + + + \ No newline at end of file