|
|
@@ -110,6 +110,12 @@ class CustomController extends BaseController
|
|
|
util::fail('不能充值销单哈');
|
|
|
}
|
|
|
}
|
|
|
+ //恋善好多花控制销账权限
|
|
|
+ if (in_array($this->shopId, [55238,56609,56611])) {
|
|
|
+ if (!in_array($this->adminId, [43856, 54620])) {
|
|
|
+ util::fail('暂无权限销单,请联系老板或财务');
|
|
|
+ }
|
|
|
+ }
|
|
|
//天天鲜花 陈江店
|
|
|
if (in_array($this->shopId, [763, 1405, 795])) {
|
|
|
if (!in_array($this->adminId, [2094, 5959])) {
|
|
|
@@ -140,7 +146,7 @@ class CustomController extends BaseController
|
|
|
util::fail('只能叶荷操作');
|
|
|
}
|
|
|
}
|
|
|
- //花大苪
|
|
|
+ //花大苪,多处请搜索关键词hdb_clear_control
|
|
|
if (in_array($this->shopId, [8249])) {
|
|
|
if (!in_array($this->adminId, [9303])) {
|
|
|
util::fail('只能叶荷和财务操作');
|