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 @@
+
+
+
+
+
+
+ 高一新生信息表
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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