17 lines
329 B
JSON
17 lines
329 B
JSON
{
|
|
"tblname": "pricing_program_timing",
|
|
"title": "定价项目时序",
|
|
"params": {
|
|
"editable": {
|
|
"get_data_url": "{{entire_url('get_pricing_program_timing.dspy')}}"
|
|
},
|
|
"sortby": "enabled_date desc",
|
|
"browserfields": {
|
|
"exclouded": ["id", "ppid", "pricing_data"]
|
|
},
|
|
"editexclouded": [
|
|
"id", "ppid"
|
|
]
|
|
}
|
|
}
|