| | |
| | | patrolMap = function(){
 |
| | | var select = view.get("#dataGridMain").get("selection");
 |
| | | if(select){
 |
| | | var patrolId = select.get("id");
 |
| | | 
 |
| | | var url = "/security/patrol-record?patrolId="+patrolId+"&time="+ new Date().getTime();
 |
| | | var patrolId = select.get("id"); |
| | | var userId = select.get("userId"); |
| | | var confId = select.get("confId");
 |
| | | 
 |
| | | var url = "/security/patrol-record?patrolId="+patrolId+"&userId="+userId+"&confId="+confId;
 |
| | | 
 |
| | | view.get("#iFrameTrack").set("path",url);
 |
| | | view.get("#dialogTrack").show();
 |
| | |
| | | <Container> |
| | | <Property name="className">c-param</Property> |
| | | <AutoForm> |
| | | <Property name="cols">*,*,*,*,90,90,120</Property> |
| | | <Property name="cols">*,*,280,280,90,90,120</Property> |
| | | <Property name="dataSet">dsParam</Property> |
| | | <Property name="labelAlign">right</Property> |
| | | <Property name="labelWidth">100</Property> |