rbac/json/reseller.json
2025-07-17 13:52:07 +08:00

50 lines
1.0 KiB
JSON

{
"tblname": "organization",
"alias":"reseller",
"title":"商户",
"params": {
"get_data_url": "{{entire_url('../get_reseller.dspy')}}",
"new_data_url": "{{entire_url('../add_reseller.dspy')}}",
"sortby":"orgname",
"editor":{
"binds":[
{
"wid":"province_id",
"event":"changed",
"actiontype":"script",
"target":"city_id",
"script":"this.loadData({cond:'parentid=\\''+params.province_id+'\\''})"
},
{
"wid":"city_id",
"event":"changed",
"actiontype":"script",
"target":"distinct_id",
"script":"this.loadData({cond:'parentid=\\'' + params.city_id+ '\\''})"
}
]
},
"browserfields": {
"exclouded": ["id"],
"alters": {
}
},
"editexclouded": [
"id"
],
"subtables":[
{
"field":"orgid",
"title":"机构类型",
"subtable":"orgtypes"
},
{
"field":"orgid",
"title":"用户",
"subtable":"users"
}
],
"record_toolbar": null
}
}