From a666aa1b18c07977d7f2fbf7065d1088d2cb6b15 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 24 Jun 2026 09:19:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20discount=5Fcustomer=5Fbind=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=9A=90=E8=97=8Fcustomerid/resellerid=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=92=8C=E7=BC=96=E8=BE=91=E8=BE=93=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/discount_customer_bind_list.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/json/discount_customer_bind_list.json b/json/discount_customer_bind_list.json index 032f933..07931fc 100644 --- a/json/discount_customer_bind_list.json +++ b/json/discount_customer_bind_list.json @@ -4,14 +4,6 @@ "title": "客户归属", "params": { "browserfields": { - "customerid": { - "title": "客户用户id", - "width": 200 - }, - "resellerid": { - "title": "归属商户", - "width": 150 - }, "sale_id": { "title": "归属销售", "width": 120 @@ -29,6 +21,10 @@ "width": 160 } }, + "editexclouded": [ + "customerid", + "resellerid" + ], "editable": { "new_data_url": "{{entire_url('../api/customer_bind_create.dspy')}}", "update_data_url": "{{entire_url('../api/customer_bind_update.dspy')}}",