23 lines
439 B
JSON
23 lines
439 B
JSON
{
|
|
"tblname": "pricing_program_timing",
|
|
"title": "定价项目时序",
|
|
"params": {
|
|
"logined_userorgid": "ownerid",
|
|
"browserfields": {
|
|
"exclouded": ["id", "ownerid", "ppid" ],
|
|
"alters": {}
|
|
},
|
|
"editexclouded": [
|
|
"id", "ownerid", "ppid"
|
|
],
|
|
"subtables":[
|
|
{
|
|
"field": "pptid",
|
|
"title": "定价细项",
|
|
"icon": "{{entire_url('/pricing/imgs/pricing_item.svg')}}",
|
|
"subtable": "pricing_item"
|
|
}
|
|
]
|
|
}
|
|
}
|