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();