diff --git a/WebContent/Tenwa/Core/FlowManager/FlowBussinessView/ProductView.jsp b/WebContent/Tenwa/Core/FlowManager/FlowBussinessView/ProductView.jsp index 948c52ba9..5ca573ce4 100644 --- a/WebContent/Tenwa/Core/FlowManager/FlowBussinessView/ProductView.jsp +++ b/WebContent/Tenwa/Core/FlowManager/FlowBussinessView/ProductView.jsp @@ -97,6 +97,13 @@ <%/*~BEGIN~可编辑区[Editable=true;CodeAreaID=View06;Describe=在页面装载时执行,初始化]~*/%> <%/*~END~*/%> <%@ include file="/IncludeEnd.jsp"%> diff --git a/WebContent/Tenwa/Core/FlowManager/FlowPage/FlowPageViewTab.jsp b/WebContent/Tenwa/Core/FlowManager/FlowPage/FlowPageViewTab.jsp index 2dcd3dfe6..903903b6e 100644 --- a/WebContent/Tenwa/Core/FlowManager/FlowPage/FlowPageViewTab.jsp +++ b/WebContent/Tenwa/Core/FlowManager/FlowPage/FlowPageViewTab.jsp @@ -53,6 +53,7 @@ %> +
@@ -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' + }); + } +} + <%@ include file="/IncludeEnd.jsp"%> \ No newline at end of file