|
@@ -255,16 +255,13 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <script src="../../layui/layui.js"></script>
|
|
|
<script src="../../js/jquery.js"></script>
|
|
|
<script src="../../js/common.js"></script>
|
|
|
- <script src="../../layui/layui.js"></script>
|
|
|
<script type="text/javascript">
|
|
|
- layui.use(['element'], function () {
|
|
|
- var element = layui.element;
|
|
|
- });
|
|
|
- // 创建表格
|
|
|
- layui.use(['table', 'form','laydate'], function () {
|
|
|
- var table = layui.table,
|
|
|
+ layui.use(['element','table', 'form','laydate'], function () {
|
|
|
+ var element = layui.element,
|
|
|
+ table = layui.table,
|
|
|
form = layui.form,
|
|
|
laydate = layui.laydate;
|
|
|
laydate.render({
|