|
@@ -128,6 +128,7 @@ layui.config({
|
|
|
{ type: 'checkbox', fixed: 'left' }
|
|
{ type: 'checkbox', fixed: 'left' }
|
|
|
, { field: 'PosSn', width: 200, title: 'SN编号', sort: true }
|
|
, { field: 'PosSn', width: 200, title: 'SN编号', sort: true }
|
|
|
, { field: 'BrandId', width: 200, title: '产品类型', sort: true }
|
|
, { field: 'BrandId', width: 200, title: '产品类型', sort: true }
|
|
|
|
|
+ , { field: 'ActivityList', width: 200, title: '是否真实调升/降', sort: true }
|
|
|
, { field: 'StoreIdCode', width: 200, title: '所在仓库编号', sort: true }
|
|
, { field: 'StoreIdCode', width: 200, title: '所在仓库编号', sort: true }
|
|
|
, { field: 'StoreIdName', width: 200, title: '所在仓库名称', sort: true }
|
|
, { field: 'StoreIdName', width: 200, title: '所在仓库名称', sort: true }
|
|
|
, { field: 'UserIdMakerCode', width: 200, title: '创客编号', sort: true }
|
|
, { field: 'UserIdMakerCode', width: 200, title: '创客编号', sort: true }
|