fix: discount_customer_bind列表隐藏customerid/resellerid显示和编辑输入
This commit is contained in:
parent
6c1e4d14d4
commit
a666aa1b18
@ -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')}}",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user