浏览代码

计算跑腿费

shish 10 月之前
父节点
当前提交
2d8365fc4a
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      common/components/book.php

+ 4 - 0
common/components/book.php

@@ -30,6 +30,7 @@ class book
             ['title' => '零售开单,拆散登记', 'id' => 'skOrder'],
             ['title' => '用标签机,打标签和价码', 'id' => 'label'],
             ['title' => '大客户价的管理', 'id' => 'super_member'],
+            ['title' => '客户下单自动计算跑腿费', 'id' => 'auto_calc_pt_fee'],
         ]],
         ['class' => '采购', 'icon' => '/book/stock.png', 'list' => [
             ['title' => '采购入库和改价格(重要)', 'id' => 'cg', 'style' => 'red'],
@@ -221,6 +222,9 @@ class book
         'label' => [
             ['style' => 'video', 'value' => 'jc/44labelPrint.mp4'],
         ],
+        'auto_calc_pt_fee'=>[
+            ['style' => 'video', 'value' => 'jc/auto_calc_pt_fee.mp4'],
+        ],
         'super_member' => [
             ['style' => 'video', 'value' => 'jc/super_member.mp4'],
         ],