Kirin 3 years ago
parent
commit
93bf48f773
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/admin/view/company/goods/bill.php

+ 2 - 1
app/admin/view/company/goods/bill.php

@@ -110,10 +110,11 @@
             {field: 'id', title: 'ID', sort: true, event: 'id', width: '6%'},
             {field: 'store', title: '门店', width: '10%'},
             {field: 'image', title: '商品图片', templet: '#image', width: '10%'},
-            {field: 'store_name', title: '商品名称', templet: '#store_name'},
+            {field: 'store_name', title: '商品名称', templet: '#store_name', width: '15%'},
             {field: 'in_stock', title: '入库', width: '8%', templet: '#in_stock'},
             {field: 'add_time', title: '入库时间', width: '8%'},
             {field: 'status', title: '状态', templet: "#checkboxstatus", width: '8%'},
+            {field: 'info', title: '增减缘由'},
             {field: 'right', title: '操作', align: 'center', toolbar: '#act', width: '14%'},
         ];