diff --git a/ruoyi-admin/src/main/resources/templates/system/check/add.html b/ruoyi-admin/src/main/resources/templates/system/check/add.html index 59bd3e70..41981e80 100644 --- a/ruoyi-admin/src/main/resources/templates/system/check/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/check/add.html @@ -6,24 +6,24 @@
-
-
+ +
- +
-
+
- +
-
+
- +
@@ -40,37 +40,37 @@
-
+
-
+
-
+
-
+
-
+
-
+
@@ -91,12 +91,17 @@ $.operate.save(prefix + "/add", $('#form-check-add').serialize()); } } - - $("input[name='checkStartTime']").datetimepicker({ - format: "yyyy-mm-dd", - minView: "month", - autoclose: true - }); + var now = new Date(); + var year = now.getFullYear(); + var month = ("0" + (now.getMonth() + 1)).slice(-2); + var day = ("0" + now.getDate()).slice(-2); + var formattedNow = year + "-" + month + "-" + day; + $("input[name='checkStartTime']").val(formattedNow); + // $("input[name='checkStartTime']").datetimepicker({ + // format: "yyyy-mm-dd", + // minView: "month", + // autoclose: true + // }); $("input[name='checkEndTime']").datetimepicker({ format: "yyyy-mm-dd", @@ -111,4 +116,4 @@ }); - \ No newline at end of file + diff --git a/ruoyi-admin/src/main/resources/templates/system/check/check.html b/ruoyi-admin/src/main/resources/templates/system/check/check.html index 659fa8d0..a069b1d1 100644 --- a/ruoyi-admin/src/main/resources/templates/system/check/check.html +++ b/ruoyi-admin/src/main/resources/templates/system/check/check.html @@ -60,6 +60,7 @@ - \ No newline at end of file + diff --git a/ruoyi-admin/src/main/resources/templates/system/check/detail.html b/ruoyi-admin/src/main/resources/templates/system/check/detail.html new file mode 100644 index 00000000..4a249b43 --- /dev/null +++ b/ruoyi-admin/src/main/resources/templates/system/check/detail.html @@ -0,0 +1,115 @@ + + + + + + + +
+ + +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+
+ + +
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+ +
+ + + + + diff --git a/ruoyi-admin/src/main/resources/templates/system/check/selfcheck.html b/ruoyi-admin/src/main/resources/templates/system/check/selfcheck.html index 543caf2b..2acaae5f 100644 --- a/ruoyi-admin/src/main/resources/templates/system/check/selfcheck.html +++ b/ruoyi-admin/src/main/resources/templates/system/check/selfcheck.html @@ -30,55 +30,61 @@
- -
- -
-
-
- +
- +
+ + +
- +
- +
-
- - +
+ +
- +
- +
-
- - +
+ +
- +
+
+
+ + +
+
+
+
+
@@ -86,11 +92,29 @@
- +
+ + +
+
+
+
+ +
+ +
+
+
+ +
+
+ + +
- +
@@ -107,7 +131,7 @@ function submitHandler() { if ($.validate.form()) { - $.operate.save(prefix + "/edit", $('#form-check-edit').serialize()); + $.operate.save(prefix + "/selfcheck", $('#form-check-edit').serialize()); } } @@ -130,4 +154,4 @@ }); - \ No newline at end of file + diff --git a/ruoyi-admin/src/main/resources/templates/system/checkresult/checkresult.html b/ruoyi-admin/src/main/resources/templates/system/checkresult/checkresult.html index 307cb491..c0f40542 100644 --- a/ruoyi-admin/src/main/resources/templates/system/checkresult/checkresult.html +++ b/ruoyi-admin/src/main/resources/templates/system/checkresult/checkresult.html @@ -1,7 +1,7 @@ - +
@@ -56,8 +56,10 @@
- \ No newline at end of file + diff --git a/ruoyi-admin/src/main/resources/templates/system/checkresult/checkresultprint.html b/ruoyi-admin/src/main/resources/templates/system/checkresult/checkresultprint.html index 566549bd..a25c7dae 100644 --- a/ruoyi-admin/src/main/resources/templates/system/checkresult/checkresultprint.html +++ b/ruoyi-admin/src/main/resources/templates/system/checkresult/checkresultprint.html @@ -1,10 +1,1579 @@ - - + + + + - - Title + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
检查结果
检查单位:[[${tdCheckResult.checkAddress}]][[${tdCheckResult.checkEndTime}]]
序号检查内容检查的具体内容检查结果备注
人员检查[[${tdCheckResult.checkcontentry}]][[${tdCheckResult.remark1}]]
文件检查[[${tdCheckResult.checkcontentrywj}]][[${tdCheckResult.remark2}]]
资产检查[[${tdCheckResult.checkcontentrysb}]][[${tdCheckResult.remark3}]]
泄密事件检查[[${tdCheckResult.checkcontentryxmsj}]][[${tdCheckResult.remark4}]]
管理制度检查[[${tdCheckResult.checkcontentryglzd}]][[${tdCheckResult.remark5}]]
其他项目检查[[${tdCheckResult.checkcontentryother}]][[${tdCheckResult.remark6}]]
检查人员:[[${tdCheckResult.checkName}]]
+ + - \ No newline at end of file + + diff --git a/ruoyi-admin/src/main/resources/templates/system/checkresult/docheck.html b/ruoyi-admin/src/main/resources/templates/system/checkresult/docheck.html index 566549bd..19c55e14 100644 --- a/ruoyi-admin/src/main/resources/templates/system/checkresult/docheck.html +++ b/ruoyi-admin/src/main/resources/templates/system/checkresult/docheck.html @@ -1,10 +1,310 @@ - + - - Title + + - + + +
+
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+
+ + +
+
+
+
+
+
+ +
+
+ + +
+
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+
+ + +
+ 自检结果: + 合格 + 不合格 + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+
+ + +
+ 自检结果: + 合格 + 不合格 + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+
+ + +
+ 自检结果: + 合格 + 不合格 + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+
+ + +
+ 自检结果: + 合格 + 不合格 + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+
+ + +
+ 自检结果: + 合格 + 不合格 + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+
+ +
+
+ + +
+ 自检结果: + 合格 + 不合格 + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+ + + - \ No newline at end of file + diff --git a/ruoyi-admin/src/main/resources/templates/system/checkresult/edit.html b/ruoyi-admin/src/main/resources/templates/system/checkresult/edit.html deleted file mode 100644 index fec868c0..00000000 --- a/ruoyi-admin/src/main/resources/templates/system/checkresult/edit.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - - - - -
-
- -
- -
- -
-
-
- -
- -
-
-
- -
-
- - -
-
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
-
- - - - - \ No newline at end of file