|
|
@@ -208,6 +208,42 @@ layui.config({
|
|
|
}
|
|
|
});
|
|
|
|
|
|
+
|
|
|
+ // //激活预览列表数据
|
|
|
+ // table.render({
|
|
|
+ // elem: '#LAY-list-managesim'
|
|
|
+ // , url: '/Admin/TradeRecord/IndexDataSIMDo' //模拟接口
|
|
|
+ // , cols: [[
|
|
|
+ // { type: 'checkbox', fixed: 'left' }
|
|
|
+ // , { field: 'iccId', width: 200, title: '广电卡号', sort: true } //广电卡号
|
|
|
+ // , { field: 'orderNo', width: 200, title: '订单编码', sort: true } //订单编码
|
|
|
+ // , { field: 'orderCreateTime', width: 200, title: '订单创建时间', sort: true } //订单创建时间
|
|
|
+ // , { field: 'phoneNo', width: 200, title: '选择号码', sort: true } //选择号码
|
|
|
+ // , { field: 'firstCharge', width: 200, title: '是否有首充', sort: true } //是否有首充
|
|
|
+ // , { field: 'initialChargeAmount', width: 200, title: '首充金额(元)', sort: true } //首充金额(元)
|
|
|
+ // , { field: 'province', width: 200, title: '号码归属省份', sort: true } //号码归属省份
|
|
|
+ // , { field: 'city', width: 200, title: '号码归属地市', sort: true } //号码归属地市
|
|
|
+ // , { field: 'productName', width: 200, title: '商品名称', sort: true } //商品名称
|
|
|
+ // , { field: 'promotionName', width: 200, title: '促销活动名称', sort: true } //促销活动名称
|
|
|
+ // , { field: 'productTypeName', width: 200, title: '商品类型名称', sort: true } //商品类型名称
|
|
|
+ // , { field: 'paidInAmount', width: 200, title: '实付金额', sort: true } //实付金额(元)
|
|
|
+ // , { field: 'orderStatus', width: 200, title: '订单状态', sort: true } //订单状态
|
|
|
+ // , { field: 'activationStatusName', width: 200, title: '激活状态名称', sort: true } //激活状态名称
|
|
|
+ // , { field: 'activationTime', width: 200, title: '激活时间', sort: true } //激活时间
|
|
|
+ // , { field: 'jobId', width: 200, title: 'BOSS员工工号', sort: true } //BOSS员工工号
|
|
|
+ // ]]
|
|
|
+ // , where: {
|
|
|
+ // DateStr: DateStr
|
|
|
+ // }
|
|
|
+ // , page: true
|
|
|
+ // , limit: 30
|
|
|
+ // , height: 'full-' + String($('.layui-card-header').height() + 130)
|
|
|
+ // , text: '对不起,加载出现异常!'
|
|
|
+ // , done: function (res, curr, count) {
|
|
|
+ // $(".layui-none").text("无数据");
|
|
|
+ // }
|
|
|
+ // });
|
|
|
+
|
|
|
//监听工具条
|
|
|
table.on('tool(LAY-list-manage)', function (obj) {
|
|
|
var data = obj.data;
|
|
|
@@ -306,6 +342,19 @@ layui.config({
|
|
|
}
|
|
|
});
|
|
|
});
|
|
|
+
|
|
|
+ // form.on('submit(LAY-list-front-searchsim)', function (data) {
|
|
|
+ // var field = data.field;
|
|
|
+
|
|
|
+ // //执行重载
|
|
|
+ // table.reload('LAY-list-managesim', {
|
|
|
+ // where: field,
|
|
|
+ // page: {
|
|
|
+ // curr: 1
|
|
|
+ // }
|
|
|
+ // });
|
|
|
+ // });
|
|
|
+
|
|
|
form.on('submit(LAY-list-front-searchall)', function (data) {
|
|
|
table.reload('LAY-list-manage', {
|
|
|
where: null,
|
|
|
@@ -498,7 +547,7 @@ layui.config({
|
|
|
submit.trigger('click');
|
|
|
}
|
|
|
});
|
|
|
- }
|
|
|
+ }
|
|
|
, ImportTrade: function () {
|
|
|
// var perContent = layer.open({
|
|
|
// type: 2,
|