GPS展示安装图
This commit is contained in:
parent
9632840996
commit
b26b41d6fa
@ -97,6 +97,13 @@
|
||||
|
||||
<%/*~BEGIN~可编辑区[Editable=true;CodeAreaID=View06;Describe=在页面装载时执行,初始化]~*/%>
|
||||
<script language="JavaScript">
|
||||
function showImage(){
|
||||
window.parent.showImage();
|
||||
}
|
||||
|
||||
function editImage(ul){
|
||||
window.parent.editImage(ul);
|
||||
}
|
||||
</script>
|
||||
<%/*~END~*/%>
|
||||
<%@ include file="/IncludeEnd.jsp"%>
|
||||
|
||||
@ -53,6 +53,7 @@
|
||||
%>
|
||||
<link rel="stylesheet" href="<%=sWebRootPath%>/Frame/page/resources/css/tabs.css">
|
||||
<link rel="stylesheet" type="text/css" href="<%=sWebRootPath%><%=sSkinPath%>/css/tabs.css">
|
||||
<link rel="stylesheet" href="<%=sWebRootPath%>/js/viewpicture/css/viewer.min.css">
|
||||
<script type='text/javascript' src='<%=sWebRootPath%>/Frame/resources/js/tabstrip-1.0.js'></script>
|
||||
<div>
|
||||
<span style="width:70%;display:inline-block; ">
|
||||
@ -233,5 +234,23 @@ function deleteConfigFlowToOtherUser(){
|
||||
FlowFunction.deleteConfigFlowToOtherUser(tasknos.split(","),param["ObjectNo"]);
|
||||
reloadSelf();
|
||||
}
|
||||
var viewer=null;
|
||||
function showImage(){
|
||||
if(viewer==null){
|
||||
alert("暂无图片信息!");
|
||||
return ;
|
||||
}
|
||||
viewer.show();
|
||||
}
|
||||
|
||||
function editImage(ul){
|
||||
if(viewer==null){
|
||||
$("body").append(ul);
|
||||
viewer = new Viewer(document.getElementById('dowebok'), {
|
||||
url: 'data-original'
|
||||
});
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script src="<%=sWebRootPath%>/js/viewpicture/js/viewer.min.js"></script>
|
||||
<%@ include file="/IncludeEnd.jsp"%>
|
||||
Loading…
x
Reference in New Issue
Block a user