57 lines
863 B
XML
57 lines
863 B
XML
{
|
|
"widgettype":"VBox",
|
|
"options":{
|
|
"height":"100%",
|
|
"width":"100%"
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"Title4",
|
|
"options":{
|
|
"otext":"机构选择",
|
|
"i18n":true
|
|
}
|
|
},
|
|
{
|
|
"widgettype":"HBox",
|
|
"options":{
|
|
"cheight":2
|
|
},
|
|
"subwidgets":[
|
|
{
|
|
"widgettype":"Text",
|
|
"options":{
|
|
"cwidth":12,
|
|
"otext":"点击选择机构,输入名称过滤",
|
|
"i18n":true
|
|
}
|
|
},
|
|
{
|
|
"id":"orgname_input",
|
|
"widgettype":"UiStr",
|
|
"options":{
|
|
"name":"orgname",
|
|
"uitype":"str",
|
|
"css":"filler"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"widgettype":"urlwidget",
|
|
"options":{
|
|
"url":"{{entire_url('orglist.ui')}}"
|
|
}
|
|
}
|
|
],
|
|
"binds":[
|
|
{
|
|
"wid":"orgname_input",
|
|
"event":"changed",
|
|
"actiontype":"script",
|
|
"target":"organization_tbl",
|
|
"script":"this.render(params)"
|
|
}
|
|
]
|
|
}
|