diff --git a/WEB-INF/classes/ExcelExportTemplate/excelTemp/8856DD1A-20E1-41E4-B890-038D5ED94E5D.xls b/WEB-INF/classes/ExcelExportTemplate/excelTemp/8856DD1A-20E1-41E4-B890-038D5ED94E5D.xls new file mode 100644 index 0000000..8a996c4 Binary files /dev/null and b/WEB-INF/classes/ExcelExportTemplate/excelTemp/8856DD1A-20E1-41E4-B890-038D5ED94E5D.xls differ diff --git a/WebRoot/html/zz103/index.html b/WebRoot/html/zz103/index.html index 5b4a2f5..3b034ce 100644 --- a/WebRoot/html/zz103/index.html +++ b/WebRoot/html/zz103/index.html @@ -44,6 +44,9 @@
+
+ 注: +
+
+ + + + + + + \ No newline at end of file diff --git a/WebRoot/html/zz103/info.html b/WebRoot/html/zz103/info.html index 01ff550..2f50dad 100644 --- a/WebRoot/html/zz103/info.html +++ b/WebRoot/html/zz103/info.html @@ -4,6 +4,7 @@ + 高一新生信息表 @@ -73,7 +74,7 @@
-
cm @@ -95,8 +96,8 @@
- +
@@ -146,16 +147,14 @@
- +
- +
@@ -163,8 +162,7 @@
- +
@@ -174,16 +172,14 @@
- +
- +
@@ -191,8 +187,7 @@
- +
@@ -322,10 +317,8 @@ // 自定义验证规则 form.verify({ - pass: [ - /^[\S]{6,12}$/, - '密码必须6到12位,且不能出现空格' - ] + shengao:[/^[1-9]\d*$/,'只允许输入大于0的整数!'], + score: [/^[1-9]\d*(\.\d+)?$/, '只允许输入大于0的整数或小数!'] }); var uuid = ""; @@ -422,28 +415,36 @@ if (uuid == "") { layer.msg("请上传照片!", { icon: 2, - time: 2500 + time: 2000 + }); + 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; + 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..61cef02 --- /dev/null +++ b/WebRoot/html/zz103/info_mobile.html @@ -0,0 +1,461 @@ + + + + + + + 高一新生信息表 + + + + + + +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ + +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ + +
+ +
+ +
+
+ +
+ +
+ +
+ cm +
+
+
+ + + + + +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+ + +
+
+ +
+ +
+ + +
+
+ +
+ +
+ + +
+
+ +
+ +
+ +
+
+ +
+ +
+ + +
+
+ +
+ +
+ + +
+
+ +
+ +
+ + +
+
+ +
+ +
+ +
+
+ +
+ +
+ + +
+
+ +
+ +
+
+ +

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

+

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

+
+
+ 上传成功后渲染 +
+
+
+
+ + + + + + +
+
+ +
+
+ + + + +
+
+ + + + + + \ No newline at end of file