35 lines
997 B
JSON
35 lines
997 B
JSON
{
|
|
"tblname": "discount_customer_bind",
|
|
"alias": "discount_customer_bind_list",
|
|
"title": "客户归属",
|
|
"params": {
|
|
"browserfields": {
|
|
"sale_id": {
|
|
"title": "归属销售",
|
|
"width": 120
|
|
},
|
|
"promo_code_id": {
|
|
"title": "促销码",
|
|
"width": 150
|
|
},
|
|
"bind_type": {
|
|
"title": "绑定方式",
|
|
"width": 100
|
|
},
|
|
"created_at": {
|
|
"title": "绑定时间",
|
|
"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')}}",
|
|
"delete_data_url": "{{entire_url('../api/customer_bind_delete.dspy')}}"
|
|
}
|
|
}
|
|
}
|