discount/json/discount_promo_code_list.json

41 lines
1.1 KiB
JSON

{
"tblname": "discount_promo_code",
"alias": "discount_promo_code_list",
"title": "促销码",
"params": {
"browserfields": {
"id": {
"title": "促销码",
"width": 200
},
"marketing_id": {
"title": "营销方案",
"width": 150
},
"code_type": {
"title": "类型",
"width": 80
},
"status": {
"title": "状态",
"width": 80
},
"created_at": {
"title": "生成时间",
"width": 160
}
},
"editexclouded": [
"resellerid",
"sale_id",
"created_at"
],
"editable": {
"new_data_url": "{{entire_url('../api/promo_code_create.dspy')}}",
"update_data_url": "{{entire_url('../api/promo_code_update.dspy')}}",
"delete_data_url": "{{entire_url('../api/promo_code_delete.dspy')}}"
},
"logined_userorgid": "resellerid"
}
}