diff --git a/WebRoot/html/zz103/index_mobile.html b/WebRoot/html/zz103/index_mobile.html new file mode 100644 index 0000000..0b742ed --- /dev/null +++ b/WebRoot/html/zz103/index_mobile.html @@ -0,0 +1,90 @@ + + + + + + + 登录 + + + + + + + + +
+
+
郑州市第一〇三高级中学
+
+ 高一新生信息完善 +
+
+
+ +
+
+ +
+ +
+ +
+
+ + + + + + \ No newline at end of file diff --git a/WebRoot/html/zz103/info.html b/WebRoot/html/zz103/info.html index 01ff550..2b0a77d 100644 --- a/WebRoot/html/zz103/info.html +++ b/WebRoot/html/zz103/info.html @@ -4,6 +4,7 @@ + 高一新生信息表 @@ -146,16 +147,14 @@
- +
- +
@@ -163,8 +162,7 @@
- +
@@ -174,16 +172,14 @@
- +
- +
@@ -191,8 +187,7 @@
- +
@@ -422,28 +417,36 @@ if (uuid == "") { layer.msg("请上传照片!", { icon: 2, - time: 2500 + time: 2000 }); - return; + return false; + } else { + layer.confirm('确定要提交吗?', { + icon: 3, + title: '提示' + }, function (index) { + layer.close(index); + + data.field["uuid"] = uuid; + $.ajax({ + type: "POST", + url: "/FengHuang/yp/save", + async: false, + data: data.field, + success: function (res) { + if (res.success) { + window.location = "./success.html"; + } else { + layer.msg(res.message, { + icon: 2, + time: 3000 + }); + } + } + }); + }); + return false; } - - data.field["uuid"] = uuid; - $.ajax({ - type: "POST", - url: "/FengHuang/yp/save", - data: data.field, - success: function (res) { - if (res.success) { - window.location = "./success.html"; - } else { - layer.msg(res.message, { - icon: 2, - time: 3000 - }); - } - } - }); - return false; }); }); diff --git a/WebRoot/html/zz103/info_mobile.html b/WebRoot/html/zz103/info_mobile.html new file mode 100644 index 0000000..ad1e1d8 --- /dev/null +++ b/WebRoot/html/zz103/info_mobile.html @@ -0,0 +1,458 @@ + + + + + + + 高一新生信息表 + + + + + + +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ + +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ + +
+ +
+ +
+
+ +
+ +
+ +
+ cm +
+
+
+ + + +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ + +
+
+ +
+ +
+ + +
+
+ +
+ +
+ + +
+
+ +
+ +
+ +
+
+ +
+ +
+ + +
+
+ +
+ +
+ + +
+
+ +
+ +
+ + +
+
+ +
+ +
+ +
+
+ +
+ +
+ + +
+
+ +
+ +
+
+ +

点击上传,或将文件拖拽到此处

+

文件小于5MB,可用扩展名: jpg

+
+
+ 上传成功后渲染 +
+
+
+
+ + + + + + +
+
+ +
+
+ + + + +
+
+ + + + + + \ No newline at end of file diff --git a/target/classes/ExcelExportTemplate/excelTemp/8856DD1A-20E1-41E4-B890-038D5ED94E5D.xls b/target/classes/ExcelExportTemplate/excelTemp/8856DD1A-20E1-41E4-B890-038D5ED94E5D.xls new file mode 100644 index 0000000..8a996c4 Binary files /dev/null and b/target/classes/ExcelExportTemplate/excelTemp/8856DD1A-20E1-41E4-B890-038D5ED94E5D.xls differ