|
|
@@ -67,6 +67,7 @@
|
|
|
<a class="layui-btn layui-btn-xs" lay-event="equCode">二维码</a>
|
|
|
<a class="layui-btn layui-btn-xs" lay-event="detail">查看货道</a>
|
|
|
<a class="layui-btn layui-btn-xs" lay-event="edit">编辑</a>
|
|
|
+ <a class="layui-btn layui-btn-xs" lay-event="gameFreightwayManage">游戏购</a>
|
|
|
{{# if(d.songStatus == '00'){ }}
|
|
|
<a class="layui-btn layui-btn-xs" lay-event="close">关闭音乐</a>
|
|
|
{{# } }}
|
|
|
@@ -139,7 +140,7 @@
|
|
|
,page: true //开启分页
|
|
|
,cols: [[ //表头
|
|
|
{type:'numbers', title: '序号',width:'5%', fixed: true, align: 'center'}
|
|
|
- ,{field: 'machineNo', title: '机台号', width:"10%", sort: true, fixed: 'left'}
|
|
|
+ ,{field: 'machineNo', title: '机台号', width:"8%", sort: true, fixed: 'left'}
|
|
|
,{field: 'name', title: '机器名称', width:"10%"}
|
|
|
,{field: 'branchName', title: '所属商户', width:"10%"}
|
|
|
,{field: 'creditChannels', title: '收款通道', width:"10%"}
|
|
|
@@ -149,7 +150,7 @@
|
|
|
,{field: 'equTypeDesc', title: '机器类型', width:"5%"}
|
|
|
,{field: 'ioiCardNumber', title: '物联卡号', width:"5%"}
|
|
|
,{field: 'createTime', title: '创建时间', width:"10%"}
|
|
|
- ,{field: 'operate', title: '操作', width: "20%", toolbar: '#barDemo',fixed: 'right'}
|
|
|
+ ,{field: 'operate', title: '操作', width: "25%", toolbar: '#barDemo',fixed: 'right'}
|
|
|
]]
|
|
|
,done: function(res, curr, count){
|
|
|
//如果是异步请求数据方式,res即为你接口返回的信息。
|
|
|
@@ -234,7 +235,13 @@
|
|
|
area: ['50%', '80%'],
|
|
|
content: 'erWm.html'
|
|
|
});
|
|
|
+ }else if(layEvent =='gameFreightwayManage'){
|
|
|
+ // 寄存当前数据
|
|
|
+ layui.sessionData("ROW_DATA", {key:"NOW_ROW", value:data});
|
|
|
+ openMainTabPage('201001-05', '游戏购', 'gameFreightwayManage/gameFreightwayManage.html', '', '201001', reload);
|
|
|
+
|
|
|
}
|
|
|
+
|
|
|
});
|
|
|
|
|
|
var $ = layui.$, active = {
|