| 1 |
- <html>
<head>
</head>
<body>
<%
pageContext.setAttribute("dataType","bdplay");
%>
<script>
function addWdDragHeight(selecter,param,top){
console.log(selecter);
console.log(param);
var aa="";
if(param.minHeight){
aa+="min:"+param.minHeight+",";
}
if(param.maxHeight){
aa+="max:"+param.maxHeight+",";
}
if(top){
aa+="top:"+top+",";
}
if(param&&aa){
aa=aa.substr(0,aa.length-1)
document.querySelector(selecter).setAttribute("ssDragh",aa); // ("wdDragHeight",。Lin
}
}
</script>
<data.ss name="info"/>
<form method="post" id="myForm">
<div class="content-div" ssFith='{max:490,min:100,lvl:1}' style="padding: 0px">
<div ssDragh='{max:490,min:50,lvl:2,pct:60}' >
<iframe width="100%" height="100%" frameborder="0" src="<varServ.ss name='${info.service}' dest='${info.dest}' parm='${info.param}'/>"></iframe>
</div>
<div ssDragh='{max:490,min:50,lvl:2,pct:40}'>
<iframe width="100%" height="100%" frameborder="0" src="<serv.ss name='selSh' dest='shList' parm='{sqid:"${sqid}"}'/>"></iframe>
</div>
</div>
<div class="bottom-div" >
<div class="bottom-up-div">
<div class="bottom-up-div-left" style="width: 16%;display: inline-block;height: 100%;line-height: 99px;font-size: 16px;text-align: right;padding-right: 16px;box-sizing: border-box;">
审核意见
</div>
<div class="bottom-up-div-left-right" style="width: 84%;display: inline-block;float: right;height: 100%;">
<input type='hidden' name='ynrid' value='' />
<div id='ynrEdit' style="height: 63px;"></div>
<%-- 再改,规范命名。Lin
<inper@ss name='ynr' btn='{name:"附件",key:"fjid",val:""}'/> --%>
<inper.ss name='ynr' btn='{desc:"附件",name:"fjid",val:""}'/>
</div>
</div>
<div class="bottom-down-div">
<data.ss name="agrAdd"/>
<data.ss name="rejAdd"/>
<equal.ss val="${empty agree}" val2="false">
<input type="submit" value="同意" class="bottom-button" style="letter-spacing: 6px;"
<%-- 再改,去掉 wd.display.changeFormAction(,统一用 <varServ@ss subm="true"。Lin
onclick="wd.display.changeFormAction("<wd:token service='${agree.service}' dest='${agree.dest}' param='shid:"${shid}"' test='false' />",this);" style="letter-spacing: 6px;"/> --%>
onclick="<varServ.ss subm='true' name='${agree.service}' dest='${agree.dest}' parm='shid:"${shid}"'/>"/>
</equal.ss>
<equal.ss val="${empty reject}" val2="false">
<input type="submit" value="退回" class="bottom-button" style="letter-spacing: 6px;"
<%-- 再改,去掉 wd.display.changeFormAction(,统一用 <varServ@ss subm="true"。Lin
onclick="wd.display.changeFormAction("<wd:token service='${reject.service}' dest='${reject.dest}' param='shid:"${shid}"' test='false' />",this);" style="letter-spacing: 6px;"/> --%>
onclick="<varServ.ss subm='true' name='${reject.service}' dest='${reject.dest}' parm='shid:"${shid}"'/>"/>
</equal.ss>
<%--
<input type="submit" value="同意" class="bottom-button" onclick="@service{submit:true,name:'check',dest:'sys_info',param:{shid:'${shid}',sfty:'1'}}@" style="letter-spacing: 6px;"/>
<input type="submit" class="bottom-button" value="退回" onclick="@service{submit:true,name:'check',dest:'sys_info',param:{shid:'${shid}',sfty:'0'}}@" style="letter-spacing: 6px;"/>
--%>
<input type="button" onclick="wd.display.closeDialog();" class="bottom-button" value="关闭" style="letter-spacing: 6px;"/>
</div>
</div>
</form>
</body>
</html>
|