diff --git a/WebRoot/view/tb/org/postpone.html b/WebRoot/view/tb/org/postpone.html index 6d9e3c07..0186cfef 100644 --- a/WebRoot/view/tb/org/postpone.html +++ b/WebRoot/view/tb/org/postpone.html @@ -28,11 +28,11 @@
-
- -
+ class="require-star">填报截止日期: +
+ +
@@ -58,7 +58,8 @@ var laydate = layui.laydate; laydate.render({ - elem: '#endDate' + elem: '#endDate', + min: 0 }); var jobId = GetQueryString("job_id"); @@ -77,7 +78,7 @@ data: { "job_id": jobId, "deadline_time": $("#endDate").val() - }, + }, success: function (result) { if (result.success) { layer.msg("成功!", { diff --git a/WebRoot/view/tb/org/publish.html b/WebRoot/view/tb/org/publish.html index d493bd5e..e7176b11 100644 --- a/WebRoot/view/tb/org/publish.html +++ b/WebRoot/view/tb/org/publish.html @@ -117,7 +117,8 @@ var jobId = GetQueryString("job_id"); laydate.render({ - elem: '#endDate' + elem: '#endDate', + min: 0 }); @@ -225,7 +226,7 @@ }); } - form.on('submit(publish)', function (data) { + form.on('submit(publish)', function (data) { var shiZhiSchool = 0; var shiZhiJiaoFu = 0;