|
|
@@ -148,6 +148,7 @@
|
|
|
{field: 'image', title: '商品图片',templet:'#image',width:'10%'},
|
|
|
{field: 'store_name', title: '商品名称',templet:'#store_name'},
|
|
|
{field: 'ficti', title: '虚拟销量',edit:'ficti',width:'8%'},
|
|
|
+ {field: 'mer_id', title: '门店',edit:'mer_id',width:'8%'},
|
|
|
{field: 'stock', title: '库存',width:'8%'},
|
|
|
{field: 'sort', title: '排序',edit:'sort',width:'6%'},
|
|
|
{field: 'sales', title: '销量',sort: true,event:'sales',width:'8%'},
|
|
|
@@ -163,6 +164,7 @@
|
|
|
{field: 'store_name', title: '商品名称',templet:'#store_name'},
|
|
|
{field: 'price', title: '价格',edit:'price',width:'8%'},
|
|
|
{field: 'ficti', title: '虚拟销量',edit:'ficti',width:'8%'},
|
|
|
+ {field: 'mer_id', title: '门店',edit:'mer_id',width:'8%'},
|
|
|
{field: 'stock', title: '库存',width:'6%'},
|
|
|
{field: 'sort', title: '排序',edit:'sort',width:'6%'},
|
|
|
{field: 'sales', title: '销量',sort: true,event:'sales',width:'6%'},
|
|
|
@@ -177,6 +179,7 @@
|
|
|
{field: 'store_name', title: '商品名称',templet:'#store_name'},
|
|
|
{field: 'price', title: '商品价格',edit:'price'},
|
|
|
{field: 'ficti', title: '虚拟销量',edit:'ficti'},
|
|
|
+ {field: 'mer_id', title: '门店',edit:'mer_id',width:'8%'},
|
|
|
{field: 'stock', title: '库存'},
|
|
|
{field: 'sort', title: '排序',edit:'sort'},
|
|
|
{field: 'sales', title: '销量',sort: true,event:'sales'},
|