20 lines
565 B
JSON
20 lines
565 B
JSON
{
|
|
"tblname": "pricing_program_timing",
|
|
"title": "定价项目时序",
|
|
"params": {
|
|
"editable": {
|
|
"get_data_url": "{{entire_url('get_pricing_program_timing.dspy')}}",
|
|
"new_data_url": "{{entire_url('../api/pricing_program_timing_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/pricing_program_timing_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/pricing_program_timing_delete.dspy')}}"
|
|
},
|
|
"sortby": "enabled_date desc",
|
|
"browserfields": {
|
|
"exclouded": ["id", "ppid"]
|
|
},
|
|
"editexclouded": [
|
|
"id", "ppid"
|
|
]
|
|
}
|
|
}
|