From 1e99ad2cc8427594a34e26053a6207760ad969c0 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 13 Jul 2026 18:36:51 +0800 Subject: [PATCH] fix: hide resellerid in customer_bind list, add menu entries for free_customer_assign + customer_reassign --- json/discount_customer_bind_list.json | 3 ++- wwwroot/menu.ui | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/json/discount_customer_bind_list.json b/json/discount_customer_bind_list.json index b50b149..ec888d7 100644 --- a/json/discount_customer_bind_list.json +++ b/json/discount_customer_bind_list.json @@ -4,7 +4,8 @@ "title": "客户归属", "params": { "browserfields": { - "sale_id": { + "exclouded": ["id", "resellerid"], + "sale_id": { "title": "归属销售", "width": 120 }, diff --git a/wwwroot/menu.ui b/wwwroot/menu.ui index 24c187d..d12ee0f 100644 --- a/wwwroot/menu.ui +++ b/wwwroot/menu.ui @@ -25,6 +25,16 @@ "label": "客户归属", "url": "{{entire_url('discount_customer_bind_list/index.ui')}}" }, + { + "name":"free_customer_assign", + "label": "自由客户分配", + "url": "{{entire_url('free_customer_assign/index.ui')}}" + }, + { + "name":"customer_reassign", + "label": "客户再分配", + "url": "{{entire_url('customer_reassign/index.ui')}}" + }, { "name":"promotecode", "label": "生成促销码",