|
|
@@ -51,7 +51,9 @@ class book
|
|
|
['title' => '删除员工', 'id' => 'delStaff'],
|
|
|
]],
|
|
|
['class' => '营销', 'icon' => '/book/market.png', 'list' => [
|
|
|
- ['title' => '处理花材做特价', 'id' => 'itemTj']
|
|
|
+ ['title' => '处理花材做特价', 'id' => 'itemTj'],
|
|
|
+ ['title' => '节日预售', 'id' => 'presell'],
|
|
|
+ ['title' => '提示预订', 'id' => 'book'],
|
|
|
]],
|
|
|
['class' => '资金管理', 'icon' => '/book/capital.png', 'list' => [
|
|
|
['title' => '提现', 'id' => 'cash'],
|
|
|
@@ -180,6 +182,14 @@ class book
|
|
|
['style' => 'info', 'value' => '处理的花材想做特价,可以按以下方式操作:'],
|
|
|
['style' => 'image', 'value' => '/book/image/tj3.png'],
|
|
|
],
|
|
|
+ 'book' => [
|
|
|
+ ['style' => 'info', 'value' => '客户提前几天需要订一些花材,我们可以这样做:'],
|
|
|
+ ['style' => 'video', 'value' => 'jc/book.mp4'],
|
|
|
+ ],
|
|
|
+ 'presell' => [
|
|
|
+ ['style' => 'info', 'value' => '节日来临前,可以做预售,增加收入'],
|
|
|
+ ['style' => 'video', 'value' => 'jc/book.mp4'],
|
|
|
+ ],
|
|
|
'cash' => [
|
|
|
['style' => 'info', 'value' => '提现申请后,一个工作日会提现到你指定的银行卡,提现账号可以用个人或公司的。'],
|
|
|
['style' => 'image', 'value' => '/book/image/cash1.png'],
|