| | |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label w-auto">单据编号:</label> |
| | | <div class="layui-input-inline mr0"> |
| | | <input name="experimentTypeName" class="layui-input" type="text" placeholder="输入单据编号"/> |
| | | <input name="bill_no" class="layui-input" type="text" placeholder="输入单据编号"/> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | |
| | | <script type="text/javascript" src="../../static/js/cool.js" charset="utf-8"></script> |
| | | <!--<script type="text/javascript" src="../../static/js/waitMatin/waitMatin.js" charset="utf-8"></script>--> |
| | | <script> |
| | | var pageCurr; |
| | | layui.config({ |
| | | base: baseUrl + "/static/layui/lay/modules/" |
| | | }).use(['layer', 'form', 'table', 'util', 'admin', 'xmSelect'], function () { |
| | |
| | | {field: 'billType$', align: 'center', title: '类型', minWidth: 140, width: 140}, |
| | | // {align: 'center', title: '星期', templet: '#eCourseTbWeek', minWidth: 350, width: 350}, |
| | | {align: 'center', title: '明细', toolbar: '#tbLook', minWidth: 140, width: 140}, |
| | | { |
| | | field: 'appeTime$', title: '创建时间', sort: true, templet: function (d) { |
| | | return util.toDateString(d.createTime); |
| | | }, width: 180 |
| | | }, |
| | | {field: 'appeTime$', title: '创建时间', minWidth: 180, width: 180}, |
| | | {align: 'center', title: '操作', toolbar: '#operate', minWidth: 130, width: 130} |
| | | ]], |
| | | request: { |
| | |
| | | response: { |
| | | statusCode: 200 |
| | | }, |
| | | done: function (res) { |
| | | done: function (res, curr, count) { |
| | | if (res.code === 403) { |
| | | top.location.href = baseUrl+"/"; |
| | | } |
| | | pageCurr=curr; |
| | | } |
| | | }); |
| | | |
| | |
| | | |
| | | // 显示表单弹窗 |
| | | function showEditModel(expTpe) { |
| | | console.log(expTpe) |
| | | admin.open({ |
| | | type: 1, |
| | | title: (expTpe ? '修改' : '添加') + '单据', |