摘要: // 删除 $('#lr_delete').on('click', function () { var keyValue = $('#gridtable').jfGridValue('ID'); if (learun.checkrow(keyValue)) { learun.layerConfirm 阅读全文
posted @ 2022-08-01 19:34 微渡 阅读(121) 评论(0) 推荐(0)
摘要: //新增 $('#lr_add').on('click', function () { selectedRow = null; learun.layerForm({ id: 'form', title: '新增', //btn: null, //不要按钮 //btn: ['确定','关闭'], // 阅读全文
posted @ 2022-08-01 19:32 微渡 阅读(409) 评论(0) 推荐(0)
摘要: 例如:学院和班级,学院改变后班级跟着改变 HTML: <div class="lr-layout-tool-item" style="padding-top:20px">学院</div> <div class="lr-layout-tool-item"> <div id="dwbh" style=" 阅读全文
posted @ 2022-08-01 19:27 微渡 阅读(341) 评论(0) 推荐(0)
摘要: HTML: <div class="lr-layout-tool-item" style="margin-top:4px">用工类型</div> <div class="lr-layout-tool-item"> <div id="list_three" class="form-control" i 阅读全文
posted @ 2022-08-01 19:11 微渡 阅读(54) 评论(0) 推荐(0)
摘要: HTML: <div class="lr-layout-tool-item" style="margin-top:4px">类型</div> <div class="lr-layout-tool-item"> <div id="list_two" type="select" class="form- 阅读全文
posted @ 2022-08-01 19:07 微渡 阅读(122) 评论(0) 推荐(0)
摘要: <div class="lr-layout-tool-item" style="margin-top:4px;padding-left:20px">试题类型</div> <div class="lr-layout-tool-item"> <select id="list_one" class="fo 阅读全文
posted @ 2022-08-01 19:06 微渡 阅读(44) 评论(0) 推荐(0)
摘要: html: <div class="lr-layout-tool-item" style="padding-top:20px">日期</div> <div class="lr-layout-tool-item"> <div id="datesearch"></div> </div> js: var 阅读全文
posted @ 2022-08-01 19:05 微渡 阅读(69) 评论(0) 推荐(0)
摘要: HTML: <div class="lr-layout-tool-item" style="padding-top:20px ;padding-left:30px">日期</div> <div class="lr-layout-tool-item"> <input id="startTime" ty 阅读全文
posted @ 2022-08-01 18:59 微渡 阅读(78) 评论(0) 推荐(0)