全部
常见问题
产品动态
精选推荐

后台分类搜索查询问题

管理 管理 编辑 删除

问题说明:后台分类搜索查询有误

修改文件:app\services\product\category\StoreProductCategoryServices

修改方法:getTierList()

    public function getTierList($show = '', $type = 0, $relation_id = 0, $pid = 0)
    {
        $where = ['type' => $type, 'relation_id' => $relation_id];
        if ($show !== '') $where['is_show'] = $show;
        if (!$pid) $where['pid'] = 0;
        return sort_list_tier($this->dao->getTierList($where));
    }

修改文件:app\controller\store\product\StoreProductCategory

修改方法:tree_list()

    public function tree_list($type)
    {
        $relation_id = $type ? $this->storeId : 0;
        $list = $this->service->getTierList(1, $type, $relation_id);
        return $this->success($list);
    }


修改文件:app\controller\supplier\product\StoreProductCategory

修改方法:tree_list()

    public function tree_list($type)
    {
        $relation_id = $this->supplierId;
        $list = $this->service->getTierList(1, $type, $relation_id);
        return $this->success($list);
    }


修改文件:app\services\activity\coupon\StoreCouponService

修改方法:createForm()

public function createForm(int $type)
    {
        $f[] = Form::input('title', '优惠券名称');
        switch ($type) {
            case 1://品类券
                $options = function () {
                    /** @var StoreProductCategoryServices $storeCategoryService */
                    $storeCategoryService = app()->make(StoreProductCategoryServices::class);
                    $list = $storeCategoryService->getTierList(1);
                    $menus = [];
                    foreach (sort_list_tier($list) as $menu) {
                        $menus[] = ['value' => $menu['id'], 'label' => $menu['html'] . $menu['cate_name'], 'disabled' => false];
                    }

                    return $menus;
                };
                $f[] = Form::select('category_id', '选择品类')->setOptions(Form::setOptions($options))->filterable(1)->col(12);
                break;
            case 2://商品券
                $f[] = Form::frameImages('image', '商品', Url::buildUrl(config('admin.admin_prefix') . '/store.StoreProduct/index', array('fodder' => 'image', 'type' => 'many')))->icon('ios-add')->width('960px')->height('430px')->modal(['footer-hide' => true])->props(['srcKey' => 'image']);
                $f[] = Form::hidden('product_id', '');
                break;
        }
        $f[] = Form::number('coupon_price', '优惠券面值', 0)->min(0);
        $f[] = Form::number('use_min_price', '优惠券最低消费', 0)->min(0);
        $f[] = Form::number('coupon_time', '优惠券有效期限', 0)->min(0);
        $f[] = Form::number('sort', '排序', 1)->min(0);
        $f[] = Form::radio('status', '状态', 1)->options([['label' => '开启', 'value' => 1], ['label' => '关闭', 'value' => 0]]);
        $f[] = Form::hidden('type', $type);
        return create_form('添加优惠券', $f, Url::buildUrl('/marketing/coupon/save'), 'POST');
    }


请登录后查看

全 最后编辑于2024-11-05 12:18:32

快捷回复
回复({{post_count}}) {{!is_user ? '我的回复' :'全部回复'}}
排序 默认正序 回复倒序 点赞倒序

{{item.user_info.nickname ? item.user_info.nickname : item.user_name}}

作者 管理员 企业

{{item.floor}}# 同步到gitee 已同步到gitee {{item.is_suggest==1? '取消推荐': '推荐'}}
沙发 板凳 地板 {{item.floor}}#
{{item.user_info.title}}
附件

{{itemf.name}}

{{item.created_at}}  {{item.ip_address}}
{{item.like_count}}
{{item.showReply ? '取消回复' : '回复'}}
删除
回复
回复

{{itemc.user_info.nickname}}

{{itemc.user_name}}

作者 管理员 企业

回复 {{itemc.comment_user_info.nickname}}

附件

{{itemf.name}}

{{itemc.created_at}}   {{itemc.ip_address}}
{{itemc.like_count}}
{{itemc.showReply ? '取消回复' : '回复'}}
删除
回复
回复
查看更多
回复
回复
154
{{like_count}}
{{collect_count}}
添加回复 ({{post_count}})

相关推荐

快速安全登录

使用微信扫码登录
{{item.label}} {{item.label}} {{item.label}} 板块推荐 常见问题 产品动态 精选推荐 首页头条 首页动态 首页推荐
加精
取 消 确 定
回复
回复
问题:
问题自动获取的帖子内容,不准确时需要手动修改. [获取答案]
答案:
提交
bug 需求 取 消 确 定

微信登录/注册

切换手机号登录

{{ bind_phone ? '绑定手机' : '手机登录'}}

{{codeText}}
切换微信登录/注册
暂不绑定
CRMEB客服

CRMEB咨询热线 咨询热线

400-8888-794

微信扫码咨询

CRMEB开源商城下载 源码下载 CRMEB帮助文档 帮助文档
返回顶部 返回顶部
CRMEB客服