|
|
@@ -151,6 +151,7 @@ layui.config({
|
|
|
, { field: 'BrandId', width: 200, title: '产品类型', sort: true }
|
|
|
, { field: 'StoreIdCode', width: 200, title: '所在仓库编号', sort: true }
|
|
|
, { field: 'StoreIdName', width: 200, title: '所在仓库名称', sort: true }
|
|
|
+ , { field: 'OutBatchNo', width: 200, title: '广电卡地区', sort: true }
|
|
|
, { field: 'UserIdMakerCode', width: 200, title: '创客编号', sort: true }
|
|
|
, { field: 'UserIdRealName', width: 200, title: '创客姓名', sort: true }
|
|
|
, { field: 'BindMerchantIdMerchantNo', width: 200, title: '绑定商户编号', sort: true }
|
|
|
@@ -172,7 +173,6 @@ layui.config({
|
|
|
, { field: 'PosIsFirst', width: 200, title: '是否首台(机具奖励发放)', sort: true }
|
|
|
, { field: 'SeoKeyword', width: 200, title: '实际押金金额', sort: true }
|
|
|
, { field: 'PrizeParams', width: 200, title: '设置押金金额', sort: true }
|
|
|
- , { field: 'OutBatchNo', width: 200, title: '广电卡地区', sort: true }
|
|
|
, { title: '操作', width: 100, align: 'center', fixed: 'right', toolbar: '#table-list-tools' }
|
|
|
]]
|
|
|
, where: {
|