45 lines
956 B
JSON
45 lines
956 B
JSON
{
|
|
"tblname": "organization",
|
|
"alias":"provider",
|
|
"title":"供应商",
|
|
"params": {
|
|
"sortby":"orgname",
|
|
"get_data_url": "{{entire_url('../get_provider.dspy')}}",
|
|
"new_data_url": "{{entire_url('../add_provider.dspy')}}",
|
|
"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"
|
|
}
|
|
],
|
|
"record_toolbar": null
|
|
}
|
|
}
|