shish hace 3 años
padre
commit
00570618e8
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7 1
      common/components/book.php

+ 7 - 1
common/components/book.php

@@ -12,6 +12,8 @@ class book
             ['title' => '花材和分类管理', 'id' => 'flowerManage'],
             ['title' => '批量修改库存', 'id' => 'batchModifyStock'],
             ['title' => '设置新订单通知', 'id' => 'setNewNotice'],
+        ]],
+        ['class' => '销售', 'icon' => '/book/kd.png', 'list' => [
             ['title' => '客户下单和给客户开单', 'id' => 'order'],
             ['title' => '用小票机打印小票', 'id' => 'print'],
             ['title' => '订单售后,退货退款和补单', 'id' => 'afterSale'],
@@ -21,16 +23,20 @@ class book
             ['title' => '小菊颜色很多如何管理', 'id' => 'moreColor'],
             ['title' => '给散客开单,拆散登记', 'id' => 'skOrder'],
             ['title' => '用标签机,打标签和价码', 'id' => 'label'],
+        ]],
+        ['class' => '采购', 'icon' => '/book/stock.png', 'list' => [
             ['title' => '采购入库和改价格', 'id' => 'cg'],
             ['title' => '采购入库后,自动改价格', 'id' => 'autoModifyPrice'],
             ['title' => '跟供货商结账', 'id' => 'clearWithGhs'],
+        ]],
+        ['class' => '管理', 'icon' => '/book/shop.png', 'list' => [
             ['title' => '损耗登记', 'id' => 'wastage'],
             ['title' => '员工添加和删除', 'id' => 'staff'],
             ['title' => '支出、库存和收入统计', 'id' => 'ioStat'],
             ['title' => '新增门店和切换门店', 'id' => 'addShop'],
             ['title' => '调拨出库到车上,回来后盘点并入仓', 'id' => 'car'],
             ['title' => '关于我们', 'id' => 'aboutUs'],
-        ]]
+        ]],
     ];
 
     public static $data = [