sgj
5 天以前 f71f31780ed55200f3e370e61c81cfd05feb34bd
fzzy-igdss-view/src/main/java/com/fzzy/igds/ConfByDept.view.xml
@@ -132,25 +132,19 @@
    </DataType>
  </Model>
  <View layout="padding:10">
    <ClientEvent name="onReady">
/**&#xD;
* 出入库配置&#xD;
*/&#xD;
    <ClientEvent name="onReady">//出入库配置&#xD;
inoutConf = function(){&#xD;
    var cur = view.get(&quot;#dgMain&quot;).get(&quot;selection&quot;);&#xD;
    if(cur){&#xD;
        var deptId = cur.get(&quot;id&quot;);&#xD;
        var url = &quot;/com.fzzy.igds.inoutConfManage.d?deptId=&quot;+ deptId;&#xD;
        var url = &quot;/com.fzzy.igds.InoutConfManage.d?deptId=&quot;+ deptId;&#xD;
        window.$openTab(&quot;出入库配置&quot;, url);
    }else{&#xD;
        $notify(&quot;请先选择库区……&quot;);&#xD;
    }
};&#xD;
/**&#xD;
* 抓拍配置&#xD;
*/&#xD;
&#xD;
// 抓拍配置&#xD;
snapConf = function(){&#xD;
    var cur = view.get(&quot;#dgMain&quot;).get(&quot;selection&quot;);&#xD;
    if(cur){&#xD;
@@ -163,9 +157,7 @@
    }
};&#xD;
/**&#xD;
* 巡检配置&#xD;
*/&#xD;
//巡检配置&#xD;
patrolConf = function(){&#xD;
    var cur = view.get(&quot;#dgMain&quot;).get(&quot;selection&quot;);&#xD;
    if(cur){&#xD;
@@ -175,11 +167,9 @@
    }else{&#xD;
        $notify(&quot;请先选择库区……&quot;);&#xD;
    }
};
};&#xD;
/**
* 工单配置
*/
//工单配置
workOrderConf = function(){
    var cur = view.get(&quot;#dgMain&quot;).get(&quot;selection&quot;);
    if(cur){
@@ -191,9 +181,7 @@
    }
};&#xD;
/**&#xD;
* 流媒体配置&#xD;
*/&#xD;
//流媒体配置&#xD;
cameraMediaConf = function(){&#xD;
    var cur = view.get(&quot;#dgMain&quot;).get(&quot;selection&quot;);&#xD;
    if(cur){&#xD;
@@ -204,7 +192,6 @@
        $notify(&quot;请先选择库区……&quot;);&#xD;
    }
};
//操作&#xD;
renderCell1 = function(arg,self){&#xD;
    var data = arg.data;&#xD;