修复:超市员工添加报错

This commit is contained in:
wuhui_zzw 2024-04-17 10:42:02 +08:00
parent ab209b2119
commit b8363e5e43
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class StoreServiceRepository extends BaseRepository
] ]
]; ];
} }
else if($merchantType == 1 || $merchantType == 3){ else if($merchantType == 1 || $merchantType == 3 || $merchantType == 4){
$adminRule = [ $adminRule = [
Elm::switches('is_verify', '核销权限', 1)->activeValue(1)->inactiveValue(0)->inactiveText('关')->activeText('开')->col(8), 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), // Elm::switches('product_exchange', '商品兑换码', 1)->activeValue(1)->inactiveValue(0)->inactiveText('关')->activeText('开')->col(8),