42 lines
902 B
JSON
42 lines
902 B
JSON
{
|
|
"tblname": "pricing_program",
|
|
"title": "定价项目",
|
|
"params": {
|
|
"sortby": "name",
|
|
"logined_userorgid": "ownerid",
|
|
"browserfields": {
|
|
"exclouded": ["id", "ownerid", "pricing_spec" ],
|
|
"alters": {
|
|
"providerid":{
|
|
"valueField": "id",
|
|
"textField": "orgname",
|
|
"dataurl":"{{entire_url('/rbac/get_provider.dspy')}}"
|
|
}
|
|
}
|
|
},
|
|
"editexclouded": [
|
|
"id", "ownerid"
|
|
],
|
|
"subtables":[
|
|
{
|
|
"field": "ppid",
|
|
"title": "定价项目时序",
|
|
"icon": "{{entire_url('/pricing/imgs/pricing_program_timing.svg')}}",
|
|
"subtable": "pricing_program_timing"
|
|
}
|
|
],
|
|
"toolbar":{
|
|
"tools":[
|
|
{
|
|
"name": "download_pattern",
|
|
"label": "定价模版",
|
|
"selected_row": true,
|
|
"icon": "{{entire_url('/bricks/imgs/download.svg')}}"
|
|
}
|
|
]
|
|
},
|
|
"binds":[
|
|
]
|
|
}
|
|
}
|