From 1045372e1ae5e8234a8f8f6b7415f524588a3817 Mon Sep 17 00:00:00 2001 From: wans <747101512@qq.com> Date: Wed, 12 May 2021 14:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E4=B8=8D=E7=94=9F=E6=95=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/route/classplan/list-report-exam.html | 10 ++++++---- .../static/route/classplan/save-report-exam.html | 6 ++++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/main/resources/static/route/classplan/list-report-exam.html b/src/main/resources/static/route/classplan/list-report-exam.html index e8b3e99..ef08059 100644 --- a/src/main/resources/static/route/classplan/list-report-exam.html +++ b/src/main/resources/static/route/classplan/list-report-exam.html @@ -231,11 +231,13 @@ // 日期选择 laydate.render({ elem: '#startTime', - format: 'yyyy-MM-dd' + format: 'yyyy-MM-dd', + trigger : 'click' }); laydate.render({ elem: '#endTime', - format: 'yyyy-MM-dd' + format: 'yyyy-MM-dd', + trigger : 'click' }); } @@ -258,7 +260,7 @@ type: 2, title: '提交考试申请', closeBtn: 1, - area: ['30%', '60%'], + area: ['60%', '80%'], shadeClose: false, anim: 2, content: top.restAjax.path('route/classplan/save-report-exam.html?classPlanId={classPlanId}', [obj.data.classPlanId]), @@ -285,7 +287,7 @@ type: 2, title: '查看申请信息', closeBtn: 1, - area: ['30%', '60%'], + area: ['60%', '80%'], shadeClose: false, anim: 2, content: top.restAjax.path('route/classplan/update-report-exam.html?classPlanId={classPlanId}', [obj.data.classPlanId]), diff --git a/src/main/resources/static/route/classplan/save-report-exam.html b/src/main/resources/static/route/classplan/save-report-exam.html index 1eaef97..991df0d 100644 --- a/src/main/resources/static/route/classplan/save-report-exam.html +++ b/src/main/resources/static/route/classplan/save-report-exam.html @@ -71,11 +71,13 @@ $('.layui-card').height($win.height()); laydate.render({ elem: '#estimateStart', - format: 'yyyy-MM-dd' + format: 'yyyy-MM-dd', + trigger : 'click' }); laydate.render({ elem: '#estimateEnd', - format: 'yyyy-MM-dd' + format: 'yyyy-MM-dd', + trigger : 'click' }); } initData();