dever 3 năm trước cách đây
mục cha
commit
826ca1d2ed
1 tập tin đã thay đổi với 6 bổ sung2 xóa
  1. 6 2
      service/bill/database/goods_stat.php

+ 6 - 2
service/bill/database/goods_stat.php

@@ -80,6 +80,10 @@ return array
             'default'   => '-1',
             'desc'      => 'sku_id',
             'match'     => 'is_numeric',
+            'list'      => true,
+            'list_name' => '剩余数量',
+            'list'      => '{total_num} - {sell_num}',
+            'list_order' => 7,
         ),
 
         'name'      => array
@@ -116,7 +120,7 @@ return array
             'desc'      => '已兑换数量',
             'match'     => 'option',
             'list'      => true,
-            'list_order' => 7,
+            'list_order' => 8,
         ),
 
         'cash'      => array
@@ -128,7 +132,7 @@ return array
             'match'     => 'is_numeric',
             'update'    => 'text',
             'list'      => true,
-            'list_order' => 8,
+            'list_order' => 9,
         ),
 
         'state'     => array