摘要: 在例子插件中的install.sql中,里面有地区表数据 阅读全文
posted @ 2020-12-16 10:49 niushuangmeng 阅读(942) 评论(0) 推荐(0) 编辑
摘要: js页面 { field: 'area', title: '地址', operate: 'LIKE', formatter: function (value, row, index) { if (row.province && row.city && row.area){ return row.pr 阅读全文
posted @ 2020-12-16 10:37 niushuangmeng 阅读(1425) 评论(0) 推荐(0) 编辑
摘要: 新增页面:add.html <div data-toggle="cxselect" data-selects="province,city,area,engineer"> <div class="form-group"> <label class="control-label col-xs-12 c 阅读全文
posted @ 2020-12-16 10:26 niushuangmeng 阅读(1122) 评论(0) 推荐(0) 编辑
摘要: js文件 var table = $("#table"); table.on('post-common-search.bs.table', function (event, table) { var form = $("form", table.$commonsearch); $("input[na 阅读全文
posted @ 2020-12-16 10:17 niushuangmeng 阅读(4044) 评论(0) 推荐(0) 编辑