fix: discount_customer_bind列表隐藏customerid/resellerid显示和编辑输入

This commit is contained in:
Hermes Agent 2026-06-24 09:19:44 +08:00
parent 6c1e4d14d4
commit a666aa1b18

View File

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