| | |
| | | , {field: 'modiTime$', align: 'center', title: '修改时间'} |
| | | , {field: 'appeUser$', align: 'center', title: '创建者'} |
| | | , {field: 'appeTime$', align: 'center', title: '添加时间'} |
| | | , {fixed: 'right', title: '操作', align: 'center', toolbar: '#operate', width: 120} |
| | | , {fixed: 'right', title: '操作', align: 'center', toolbar: '#operate', width: 220} |
| | | ]], |
| | | request: { |
| | | pageName: 'curr', |
| | |
| | | case "del": |
| | | del([data.id]); |
| | | break; |
| | | case "detlShow": |
| | | detail(data); |
| | | break; |
| | | } |
| | | }); |
| | | |
| | | function detail(data) { |
| | | devNo = data?.devNo |
| | | // 弹层显示 |
| | | layer.open({ |
| | | type: 2, |
| | | title: '查看明细', |
| | | maxmin: true, |
| | | area: [top.detailWidth, top.detailHeight], |
| | | shadeClose: true, |
| | | content: 'basStationDetl.html', |
| | | success: function (layero, index) { |
| | | } |
| | | }); |
| | | } |
| | | |
| | | /* 弹窗 - 新增、修改 */ |
| | | function showEditModel(mData) { |
| | | admin.open({ |