WIN-2308041133\Administrator 2 weeks ago
parent
commit
ea06a4aeb7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/admin/view/store/store_product/index.php

+ 3 - 0
app/admin/view/store/store_product/index.php

@@ -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'},