pricing/json/pricing_program.json
2025-12-11 14:54:59 +08:00

23 lines
423 B
JSON

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