|
|
@@ -30,6 +30,7 @@ class book
|
|
|
['title' => '采购入库和改价格', 'id' => 'cg'],
|
|
|
['title' => '采购入库后,自动改价格', 'id' => 'autoModifyPrice'],
|
|
|
['title' => '跟供货商结账', 'id' => 'clearWithGhs'],
|
|
|
+ ['title' => '路上库存的管理', 'id' => 'onStock'],
|
|
|
]],
|
|
|
['class' => '管理', 'icon' => '/book/shop.png', 'list' => [
|
|
|
['title' => '损耗登记', 'id' => 'wastage'],
|
|
|
@@ -118,6 +119,9 @@ class book
|
|
|
'clearWithGhs' => [
|
|
|
['style' => 'video', 'value' => 'jc/51clearWithGhs.mp4'],
|
|
|
],
|
|
|
+ 'onStock'=>[
|
|
|
+ ['style' => 'video', 'value' => 'jc/onStock.mp4'],
|
|
|
+ ],
|
|
|
'wastage' => [
|
|
|
['style' => 'video', 'value' => 'jc/57wastage.mp4'],
|
|
|
],
|