| | |
| | | if(select){
 |
| | | var patrolId = select.get("id");
 |
| | | 
 |
| | | var url = "/security/patrol/patrolRecord/"+patrolId+"?time="+ new Date().getTime();
 |
| | | var url = "/security/patrol-record?patrolId="+patrolId+"&time="+ new Date().getTime();
 |
| | | 
 |
| | | view.get("#iFrameTrack").set("path",url);
 |
| | | view.get("#dialogTrack").show();
 |
| | |
| | | <Container> |
| | | <Property name="className">c-param</Property> |
| | | <AutoForm> |
| | | <Property name="cols">*,*,*,*,90,90</Property> |
| | | <Property name="cols">*,*,*,*,90,90,120</Property> |
| | | <Property name="dataSet">dsParam</Property> |
| | | <Property name="labelAlign">right</Property> |
| | | <Property name="labelWidth">100</Property> |
| | |
| | | <Property name="exClassName">btn-q1</Property> |
| | | </Button> |
| | | <Button> |
| | | <ClientEvent name="onClick">view.get("#dsParam").flushAsync();</ClientEvent> |
| | | <ClientEvent name="onClick">view.get("#dsParam").setData({});</ClientEvent> |
| | | <Property name="caption">重置</Property> |
| | | <Property name="exClassName">btn-q2</Property> |
| | | <Property name="iconClass">fa fa-refresh</Property> |
| | | </Button> |
| | | <Button> |
| | | <ClientEvent name="onClick"> |
| | | var url = "/com.fzzy.igds.PatrolConf.d";
 |
| | | window.$openTab("巡更配置", url); |
| | | </ClientEvent> |
| | | <Property name="caption">巡更配置</Property> |
| | | <Property name="exClassName">btn-q1</Property> |
| | | <Property name="iconClass">fa fa-plus-square</Property> |
| | | </Button> |
| | | </AutoForm> |
| | | </Container> |
| | | <Container> |