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')}}",