修复:超市员工添加报错
This commit is contained in:
parent
ab209b2119
commit
b8363e5e43
|
|
@ -107,7 +107,7 @@ class StoreServiceRepository extends BaseRepository
|
|||
]
|
||||
];
|
||||
}
|
||||
else if($merchantType == 1 || $merchantType == 3){
|
||||
else if($merchantType == 1 || $merchantType == 3 || $merchantType == 4){
|
||||
$adminRule = [
|
||||
Elm::switches('is_verify', '核销权限', 1)->activeValue(1)->inactiveValue(0)->inactiveText('关')->activeText('开')->col(8),
|
||||
// Elm::switches('product_exchange', '商品兑换码', 1)->activeValue(1)->inactiveValue(0)->inactiveText('关')->activeText('开')->col(8),
|
||||
|
|
|
|||
Loading…
Reference in New Issue