|
|
@@ -52,18 +52,20 @@ class SetMealController extends BaseController
|
|
|
$detail = SetMealService::getSetById($id);
|
|
|
$detail['introduce'] = '可以满足日常的经常、管理和营销需求。';
|
|
|
$function = [
|
|
|
- ['name' => '小程序商城', 'has' => 1],
|
|
|
- ['name' => '节日涨价', 'has' => 1],
|
|
|
- ['name' => '客户管理', 'has' => 1],
|
|
|
- ['name' => '图库管理', 'has' => 1],
|
|
|
- ['name' => '收银工具', 'has' => 1],
|
|
|
- ['name' => '老带新', 'has' => 1],
|
|
|
- ['name' => '员工管理', 'has' => 1],
|
|
|
+ ['name' => '商城', 'has' => 1],
|
|
|
+ ['name' => '开单功能', 'has' => 1],
|
|
|
+ ['name' => '改价', 'has' => 1],
|
|
|
+ ['name' => '自动调价', 'has' => 1],
|
|
|
+ ['name' => '欠款管理', 'has' => 1],
|
|
|
['name' => '门店管理', 'has' => 1],
|
|
|
- ['name' => '优惠券管理', 'has' => 1],
|
|
|
+ ['name' => '花材功能', 'has' => 1],
|
|
|
+ ['name' => '库存管理', 'has' => 1],
|
|
|
+ ['name' => '调拨出库', 'has' => 1],
|
|
|
+ ['name' => '调拨入库', 'has' => 1],
|
|
|
+ ['name' => '员工管理', 'has' => 1],
|
|
|
['name' => '订单管理', 'has' => 1],
|
|
|
['name' => '发货管理', 'has' => 1],
|
|
|
- ['name' => '刷脸支付', 'has' => 0],
|
|
|
+ ['name' => '客户管理', 'has' => 1],
|
|
|
];
|
|
|
$free = rand(0, 1);
|
|
|
$data = ['detail' => $detail, 'function' => $function, 'free' => $free];
|