| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559 |
- <!DOCTYPE HTML>
- <%@ page language="java" pageEncoding="UTF-8" import="java.util.*"
- contentType="text/html; charset=UTF-8"%>
- <%@ page import="cn.sinobest.framework.comm.iface.IOperator"%>
- <%@ page import="cn.sinobest.sysmngr.comm.ConVar"%>
- <%@ page import="cn.sinobest.framework.util.Util"%>
- <%@ page import="java.util.Date"%>
- <%@ include file="/jsp/framework/head.jsp"%>
- <%@ taglib uri="/WEB-INF/hnisi.tld" prefix="hnisi"%>
- <%@ include file="./taglib.jsp"%>
- <%@ page import="cn.sinobest.appcomm.service.sy.AppcommSyService"%>
- <%@ page import="java.util.Map"%>
- <script src="/web/js/comm/fw/wf.js" type="text/javascript"></script>
- <%
- response.setHeader("Pragma", "No-cache");
- response.setHeader("Cache-Control", "no-cache");
- response.setDateHeader("Expires", 0);
- Object obj = request.getSession().getAttribute(
- ConVar.LOGIN_SESSION_ID);
- String OperID = "";
- String wherebgr = " 1=2 ";
- String wherebgw = " 1=2 ";
- String whereCh = " 1=2 ";
- String UnitID="";
- String BAE001="";
- if (obj != null) {
- IOperator Operator = (IOperator) obj;
- OperID = Operator.getOperID();
- UnitID=Operator.getOperUnitID();
- BAE001 = Operator.getBAE001();
- //撤回至人个待办 :上一个环节是自己,且当前环节不是自己
- whereCh = " c.operid = '" + OperID+"' AND PARENTINSID IS NULL and v.operid<>'" + OperID+"' and c.ACTION_DEF_NAME<>'窗口受理' ";
- wherebgr = " operid = '" + OperID + "' AND PARENTINSID IS NULL";
- wherebgw = " operid is null"
- + " and bae006 like '"
- + BAE001
- + "%'"
- + " and exists (select 1 from fw_operator2right a, fw_right b where a.rightid = b.rightid and a.AAE100 = b.AAE100 and a.AUTHTYPE='1' and a.AAE100 ='1' and b.action_def_id = v.action_def_id and a.operid ='"
- + OperID + "' AND PARENTINSID IS NULL)";
- }
- String orderBy = " order by BSTART_TIME, BAE007";
-
- String chOrderBy=" order by v.BSTART_TIME, v.BAE007";
- //提交完后需要返回首页
- String rtnURL=request.getContextPath()+"/jsp/framework/blank2.jsp?RightID=blank";
- //个人经办效能获取
- AppcommSyService appcommSyService = (AppcommSyService)Util.getBean("appcommSyService");
- Map<String, Object> rMap = appcommSyService.getGrywltjByOperid(OperID);
- String xnall=rMap.get("20") == null?"0":(String)rMap.get("20");
- String xnyear=rMap.get("21") == null?"0":(String)rMap.get("21");
- String xnmonth=rMap.get("22") == null?"0":(String)rMap.get("22");
- String xnweek=rMap.get("23") == null?"0":(String)rMap.get("23");
- String xnck=rMap.get("24") == null?"0":(String)rMap.get("24");
- String xnws=rMap.get("25") == null?"0":(String)rMap.get("25");
- String xnapp=rMap.get("26") == null?"0":(String)rMap.get("26");
- String xnzd=rMap.get("27") == null?"0":(String)rMap.get("27");
-
- //辅助功能菜单获取
- String fzgnhtml = "";
- String path = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+request.getContextPath();
- List<Map<String, Object>> rightlist = appcommSyService.getFzgnrightByOperid(OperID);
- if(rightlist !=null && !rightlist.isEmpty()){
- for(int i = 0; i<rightlist.size() ;i++){
- fzgnhtml +="<a class='assist-item' href='"+path+rightlist.get(i).get("URL")+"'>";
- fzgnhtml +="<div class='assist-item-icon'><img src='"+path+"/themes/zjrs/images/"+rightlist.get(i).get("ATTR2")+"'></div>";
- fzgnhtml +="<div class='assist-item-text'>"+rightlist.get(i).get("RIGHTNAME")+"</div> </a>";
- }
- }
-
- //常见问题
- String normalProblemsHtml = "<ul>";
- List<Map<String, Object>> normalProblemsList = appcommSyService.getNormalProblems();
- if(normalProblemsList !=null && !normalProblemsList.isEmpty()){
- for(int i = 0; i<normalProblemsList.size() ;i++){
- normalProblemsHtml +="<li><a href='";
- normalProblemsHtml +=path+"/appcomm/web/cjwt/cjwtwh!toAddOrUpdate.do?WHATTODO=VIEW&USERTYPE=KS&RS_CJWT_LSH="+normalProblemsList.get(i).get("RS_CJWT_LSH");
- normalProblemsHtml +="' >"+normalProblemsList.get(i).get("WTMS")+"</a></li>";
- }
- }
- normalProblemsHtml +="</ul>";
-
- //默认TAB页
- String deTab = request.getParameter("deTab");
- //网办业务申请状态
- String sqzt = request.getParameter("sqzt") == null ? "1":request.getParameter("sqzt");
- int n=0;
- if(!(deTab==null||"".equals(deTab))){
- n = Integer.parseInt(deTab);
- }
- String json = "";
- json = "{cache:false,selected:"+ n +"}";
-
- %>
- <html>
- <head lang="zh-cn">
- <style>
- #attach{
- backgound:#ffffff !important;
- margin:0 1%;
- }
- </style>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1">
- <title>科室待办首页</title>
- </head>
- <body >
- <div id="root">
- <!-- 第二行 -->
- <div class="row" style="margin-bottom:10px">
- <div class="col col-6">
- <div class="section">
- <div class="section-title">
- <img class="title-icon" src="${ctx}/themes/zjrs/images/title-icon.png" />
- <span class="section-title-text">个人业务经办量统计</span>
- <span class="section-title-extra"></span>
- </div>
- <div class="section-content handing-content">
- <div class="handing-item2">
- <div class="handing-item-inbox">
- <div class="handing-item-content handing-part3">
- <div class="count-item2 count-item-0">
- <img class="count-item-pic" src="${ctx}/themes/zjrs/images/ico01.png" />
- <div class="count-item-info2">
- <h2 class="ad_color1"><%=xnweek %></h2>
- <p>本周业务量</p>
- </div>
- </div>
- <div class="count-item2 count-item-00">
- <img class="count-item-pic" src="${ctx}/themes/zjrs/images/ico02.png" />
- <div class="count-item-info2">
- <h2 class="ad_color2"><%=xnapp %></h2>
- <p>移动端受理</p>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="handing-item2">
- <div class="handing-item-inbox">
- <div class="handing-item-content handing-part3">
- <div class="count-item2 count-item-3">
- <img class="count-item-pic" src="${ctx}/themes/zjrs/images/ico03.png" />
- <div class="count-item-info2">
- <h2 class="ad_color3"><%=xnmonth %></h2>
- <p>月度业务经办</p>
- </div>
- </div>
- <div class="count-item2 count-item-4">
- <img class="count-item-pic" src="${ctx}/themes/zjrs/images/ico04.png" />
- <div class="count-item-info2">
- <h2 class="ad_color4"><%=xnws %></h2>
- <p>公共服务受理</p>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="handing-item2">
- <div class="handing-item-inbox">
- <div class="handing-item-content handing-part3">
- <div class="count-item2 count-item-5">
- <img class="count-item-pic" src="${ctx}/themes/zjrs/images/ico05.png" />
- <div class="count-item-info2">
- <h2 class="ad_color5"><%=xnyear %></h2>
- <p>年度业务量</p>
- </div>
- </div>
- <div class="count-item2 count-item-6">
- <img class="count-item-pic" src="${ctx}/themes/zjrs/images/ico06.png" />
- <div class="count-item-info2">
- <h2 class="ad_color6"><%=xnzd %></h2>
- <p>自助机受理</p>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="handing-item2">
- <div class="handing-item-inbox">
- <div class="handing-item-content handing-part3">
- <div class="count-item2 count-item-7" style="border:0;">
- <img class="count-item-pic" src="${ctx}/themes/zjrs/images/ico07.png" />
- <div class="count-item-info2">
- <h2 class="ad_color7"><%=xnall %></h2>
- <p>累计业务经办</p>
- </div>
- </div>
- <div class="count-item2 count-item-8" style="border:0;">
- <img class="count-item-pic" src="${ctx}/themes/zjrs/images/ico08.png" />
- <div class="count-item-info2">
- <h2 class="ad_color8"><%=xnck %></h2>
- <p>经办柜台受理</p>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="col col-6">
- <div class="row">
- <div class="col col-6">
- <div class="section">
- <div class="section-title">
- <img class="title-icon" src="${ctx}/themes/zjrs/images/title-icon.png" />
- <span class="section-title-text">辅助功能</span>
- <span class="section-title-extra"></span>
- </div>
- <div class="section-content assist-content">
- <div class="assist-items" id="fzgndiv"></div>
- </div>
- </div>
- </div>
- <div class="col col-6">
- <div class="section">
- <div class="section-title">
- <img class="title-icon" src="${ctx}/themes/zjrs/images/title-icon.png" />
- <span class="section-title-text">常见问题</span>
- <span class="section-title-extra">
- <span class="more-link" onclick="getMoreNormalProblems();" >更多</span>
- </span>
- </div>
- <div class="question_box1"><!-- 常见问题内容 -->
- <div class="section-content question-content" id="normalProblems">
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- 第三行 -->
- <div class="row">
- <div class="col col-12">
- <div class="section">
- <div class="section-title">
- <img class="title-icon" src="${ctx}/themes/zjrs/images/title-icon.png" />
- <span class="section-title-text">待签领事项</span>
- <span class="section-title-extra">
- <span class="show-label todo-case">
- <span class="label-text">个人待办</span>
- <span class="label-count" id='showdb'></span>
- </span>
- <span class="show-label todo-case">
- <span class="label-text" >岗位待办</span>
- <span class="label-count" id='showdq'></span>
- </span>
- <span class="show-label todo-case">
- <span class="label-text" >网办业务办理</span>
- <span class="label-count" id='showwb'></span>
- </span>
- </span>
- </div>
- <div class="section-content case-content">
- <form name="aForm">
- <div class="index_input_box">
- <hnisi:gt id="appcomm_wf_q" hasTitle="false" hasBorder="false"></hnisi:gt>
- </div>
- </form>
- <div class="index_height"><!-- 首页待签事项高度 -->
- <hnisi:tabPanel id="test_tab" attr1="abcd" attr2="def" init="<%=json %>">
- <hnisi:tab title="个人待办" id="grdb">
- <hnisi:glt id="appcomm_wf_grdb_list" pageSize="10" height="auto" hasTitle="false" whereCls="<%=wherebgr+orderBy%>" />
- </hnisi:tab>
- <hnisi:tab title="岗位待办" id="gwdb">
- <hnisi:glt id="appcomm_wf_gwdb_list" pageSize="10" height="auto" hasTitle="false" whereCls="<%=wherebgw+orderBy%>" />
- </hnisi:tab>
- <hnisi:tab title="撤回至个人待办" id="chdb">
- <hnisi:glt id="appcomm_wf_chzgrdb_list" pageSize="10" height="auto" hasTitle="false" whereCls="<%=whereCh+chOrderBy%>" />
- </hnisi:tab>
- <hnisi:tab title="网办业务办理" id="wbjs">
- <form name="wbsqztForm">
- <hnisi:gt id="ck_wbywysl_tab_q" hasTitle="false" hasBorder="false">
- <hnisi:gtWhere whereCls=" aaa100='RS_WB_BJ_SQZT' and aaa102 in('0','1','2','5') " id="dyndict_wbsqzt"></hnisi:gtWhere>
-
- </hnisi:gt>
- </form>
- <hnisi:glt id="ck_ywsl_wbywysl_tab_list" pageSize="10" height="auto" hasTitle="false" whereCls=" 1=2 " />
- </hnisi:tab>
- </hnisi:tabPanel>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- <div class="div_wf" id="div_wf" sizset="0" sizcache="6"> -->
- <form name="chForm" action="/web/CommSave.do" method="post" sizset="0" sizcache="6">
- <input name="_commDo" type="hidden" value="workflowProxyService.doWork"/>
- <input name="_rtnURL" id="chForm_rtnURL" type="hidden" value="<%=rtnURL%>"/>
- <input name="pid" id="chForm_pid" type="hidden"/>
- <input name="wid" id="chForm_wid" type="hidden"/>
- <input name="_wfState" id="chForm_wfState" type="hidden" value="data"/>
- <input name="_isWfStart" id="chForm_isWfStart" type="hidden" value="false"/>
- <input name="_processDefId" title="流程定义ID" id="chForm_processDefId" type="hidden"/>
- <input name="_curActDefId" title="当前环节定义ID" id="chForm_curActDefId" type="hidden"/>
- <input name="_curActDefName" title="当前环节定义名称" id="chForm_curActDefName" type="hidden"/>
- <input name="_nextActDefId" title="下一环节定义ID" id="chForm_nextActDefId" type="hidden"/>
- <input name="_nextActDefName" title="下一环节定义名称" id="chForm_nextActDefName" type="hidden"/>
- <input name="_keyData" title="关键信息" id="chForm_keyData" type="hidden"/>
- <input name="_toApplyOpr" title="回退给原提交人" id="chForm_toApplyOpr" type="hidden" value="true"/>
- <input name="_operId" title="经办人" id="chForm_operId" type="hidden" value="<%=OperID%>"/>
- <input name="_unitId" title="经办单位" id="chForm_unitId" type="hidden" value="<%=UnitID%>"/>
- <input name="_accepterId" title="接收人" id="chForm_accepter" type="hidden" value="<%=OperID%>"/>
- <input name="_comment" title="办理意见" type="hidden"/>
- </form>
- <%--常见问题查看 --%>
- <form name ="cjwtform" action="${ctx}/appcomm/web/cjwt/cjwtwh!syToMore.do" method="post">
- </form>
- <form name="jdform" action="${ctx}/ck/web/ywsl/ywsl!toMulti.do"
- method="post">
- <input type="hidden" name="sllsh" />
- <input type="hidden" name="status" />
- </form>
- <form name="wbblform" action="${ctx}/ck/web/wbywysl/wbywysl!toMulti.do"
- method="post">
- <input type="hidden" name="rs_wb_bj_lsh" />
- <input type="hidden" name="wbid" />
- <input type="hidden" name="status" />
- <input type="hidden" name="sllsh" />
- <input type="hidden" name="returnURL" value="jsp/framework/blank2.jsp?RightID=blank&deTab=3"/>
- <input type="hidden" name="RightID" value="blank"/>
- </form>
- <!-- </div> -->
- </body>
- <script type="text/javascript">
- //初始化
- $(function(){
- //辅助功能菜单初始化
- var fzgndiv = document.getElementById("fzgndiv");
- var innerstr = "<%=fzgnhtml%>";
- fzgndiv.innerHTML="";
- fzgndiv.innerHTML=innerstr;
- //统计待办待签
- getShowDbDqAjaxData();
- //常见问题
- var fzgndiv = document.getElementById("normalProblems");
- var normalProblemsHtml = "<%=normalProblemsHtml%>";
- fzgndiv.innerHTML="";
- fzgndiv.innerHTML=normalProblemsHtml;
- //网办业务受理,默认待接收
- wbsqztForm.SQZT.value="<%=sqzt%>";
- wbQueryList("<%=sqzt%>");
- });
- function queryRw(){
- var datas=CFW.oGt.fnGetForm (aForm);
- var whereCls1 = "<%=wherebgr.toString()%>";
- var whereCls2 = "<%=wherebgw.toString()%>";
- //撤回至人个待办
- var whereCh = "<%=whereCh%>";
-
- if(datas.YWGJC!=null && datas.YWGJC!='' && datas.YWGJC!=undefined){
- whereCls1 +=" and PROCESS_KEY_INFO LIKE '%" + datas.YWGJC + "%'";
- whereCls2 +=" and PROCESS_KEY_INFO LIKE '%" + datas.YWGJC + "%'";
- whereCh +=" and v.PROCESS_KEY_INFO LIKE '%" + datas.YWGJC + "%'";
- }
- if(datas.YWDY!=null && datas.YWDY!='' && datas.YWDY!=undefined){
- whereCls1 +=" and SXMC LIKE '" + datas._DIC_YWDY + "%'";
- whereCls2 +=" and SXMC LIKE '" + datas._DIC_YWDY + "%'";
- whereCh +=" and v.SXMC LIKE '" + datas._DIC_YWDY + "%'";
- }
- whereCls1 += " <%=orderBy%>";
- whereCls2 += " <%=orderBy%>";
- whereCh += "<%=chOrderBy%>";
- CFW.oGlt.fnGetData('appcomm_wf_grdb_list',whereCls1);
- CFW.oGlt.fnGetData('appcomm_wf_gwdb_list',whereCls2);
- CFW.oGlt.fnGetData('appcomm_wf_chzgrdb_list',whereCh);
- //刷新网办接收列表
- wbQueryList(wbsqztForm.SQZT.value);
- }
- function clearFrom(from){
- CFW.oGt.fnClear(from);
- }
- function jieShou(workid) {
- var datas=CFW.oGt.fnGetForm (aForm);
- var wheregr = "<%=wherebgr.toString()%>";
- var wheregw = "<%=wherebgw.toString()%>";
-
- if(datas.YWGJC!=null && datas.YWGJC!='' && datas.YWGJC!=undefined){
- wheregr +=" and PROCESS_KEY_INFO LIKE '%" + datas.YWGJC + "%'";
- wheregw +=" and PROCESS_KEY_INFO LIKE '%" + datas.YWGJC + "%'";
- }
- if(datas.YWDY!=null && datas.YWDY!='' && datas.YWDY!=undefined){
- wheregr +=" and SXMC LIKE '" + datas._DIC_YWDY + "%'";
- wheregw +=" and SXMC LIKE '" + datas._DIC_YWDY + "%'";
- }
- wheregr += " <%=orderBy%>";
- wheregw += " <%=orderBy%>";
-
- var operid = '<%=OperID%>' ;
- new Service().appendQuery({
- configId:'WF.WF_WORK_ITE_U1',
- parameters:{OPERID:operid,WORK_ITEM_ID:workid},
- transform:'firstRow'/*只取第一条*/
- }).sentAjax('传值',function(data){
- CFW.oGlt.fnGetData('appcomm_wf_grdb_list',wheregr);
- CFW.oGlt.fnGetData('appcomm_wf_gwdb_list',wheregw);
- getShowDbDqAjaxData();
- });
- }
- function cheXiao(workid) {
- var datas=CFW.oGt.fnGetForm (aForm);
- var wheregr = "<%=wherebgr.toString()%>";
- var wheregw = "<%=wherebgw.toString()%>";
-
- if(datas.YWGJC!=null && datas.YWGJC!='' && datas.YWGJC!=undefined){
- wheregr +=" and PROCESS_KEY_INFO LIKE '%" + datas.YWGJC + "%'";
- wheregw +=" and PROCESS_KEY_INFO LIKE '%" + datas.YWGJC + "%'";
- }
- if(datas.YWDY!=null && datas.YWDY!='' && datas.YWDY!=undefined){
- wheregr +=" and SXMC LIKE '" + datas._DIC_YWDY + "%'";
- wheregw +=" and SXMC LIKE '" + datas._DIC_YWDY + "%'";
- }
- wheregr += " <%=orderBy%>";
- wheregw += " <%=orderBy%>";
-
- var operid = "<%=OperID%>";
- new Service().appendQuery({
- configId : 'WF.WF_WORK_ITE_U2',
- parameters : {
- OPERID : operid,
- WORK_ITEM_ID : workid
- },
- transform : 'firstRow'/*只取第一条*/
- }).sentAjax('传值', function(data) {
- CFW.oGlt.fnGetData('appcomm_wf_grdb_list', wheregr);
- CFW.oGlt.fnGetData('appcomm_wf_gwdb_list', wheregw);
- getShowDbDqAjaxData();
- });
- }
- function detail(pid) {
- var url = "blank_todolist_detail2.jsp?pid=" + pid + "&_t="+ new Date().getTime();
- var position = "resizable:1;status:0;help:0;scroll:1;center:1;dialogWidth:850px;dialogHeight:380px";
- window.hasOpenWindow = true;
- if(position) var position = position.replace(/(dialog)|(px)/ig,"").replace(/;/g,',').replace(/\:/g,"=");
- position = "left=280,top=100," + position;
- window.myNewWindow = window.open(url,"_blank",position);
- }
- function chzgrdb(process_def_id,bae007,work_item_id,naction_def_id,naction_def_name,jaction_def_id,jaction_def_name){
- chForm.pid.value=bae007;
- chForm.wid.value=work_item_id;
- chForm._processDefId.value=process_def_id;
- chForm._curActDefId.value=naction_def_id;
- chForm._curActDefName.value=naction_def_name;
- chForm._nextActDefId.value=jaction_def_id;
- chForm._nextActDefName.value=jaction_def_name;
-
- chForm._comment.value="撤回";//办理意见
- $("#chForm_accepterId").val("<%=OperID%>");
- $("#chForm_nextActDefId").val(jaction_def_id);
- $("#chForm_nextActDefName").val(jaction_def_name);
- $("#chForm_wfState").val("all");
- if (!_wfJY('chForm',jaction_def_name)) {
- return;
- }
- document.chForm.submit();
- }
- /**
- * 待办,待签
- */
- function getShowDbDqAjaxData(){
- var mParams = {
- "OPERID":"<%=OperID%>",
- "BAE001":"<%=BAE001%>"
- };
-
- // 加载待办,待签
- CFW.oAJax.doService("appcommSyService.getDbDq", mParams, "", function(data) {
- var result = data[0];
- document.getElementById("showdb").innerText=result.DBCNT;
- document.getElementById("showdq").innerText=result.DQCNT;
- document.getElementById("showwb").innerText=result.WBCNT;
- }, function(Msg) {
- CFW.oWin.fnAlert(Msg);
- }, true);
- }
- //常见问题-更多
- function getMoreNormalProblems(){
- cjwtform.submit();
- }
- //窗口保存,个人待办,办理
- function updateJd(sllsh){
- jdform.status.value = '1';
- jdform.sllsh.value = sllsh;
- jdform.submit();
- }
- //网办接收
- function intoBl(rs_wb_bj_lsh){
- wbblform.rs_wb_bj_lsh.value = rs_wb_bj_lsh;
- wbblform.submit();
- }
- //网办查看
- function intoView(sllsh,rs_wb_bj_lsh){
- wbblform.status.value = "0";
- wbblform.sllsh.value = sllsh;
- wbblform.wbid.value = rs_wb_bj_lsh;
- wbblform.returnURL.value = "jsp/framework/blank2.jsp?RightID=blank&deTab=3"+"&sqzt="+wbsqztForm.SQZT.value;
-
- if(CFW.oValid.fnIsNull(sllsh)){
- wbblform.action="${ctx}/appcomm/web/wf/wf!toWbTab.do";
- }
-
- wbblform.submit();
- }
- //网办接收响应过滤
- function SQZT_onchange(){
- wbQueryList(wbsqztForm.SQZT.value);
- }
- //网办接收,刷新列表
- function wbQueryList(sqzt){
- //网办业务处理tab
- var whereWbtab = " exists(select 1 from RS_OPERATOR2SXCONFIG f, rs_sx_config g where f.sxbm=g.sxbm and f.SXBM=b.sbsx and f.operid='<%=OperID%>') ";
- if(sqzt == 0){
- whereWbtab += " and b.SQZT in('1','2','3','4','5') ";
- }else if(sqzt == 1){
- whereWbtab += " and b.SQZT in('1') ";
- }else if(sqzt == 2){
- whereWbtab += " and b.SQZT in('2','3','4') ";
- }else{
- whereWbtab += " and (b.SQZT in ('5') or (b.SQZT in ('0') and shyj is not null)) ";
- }
- if(!CFW.oValid.fnIsNull(aForm.YWDY.value)){
- whereWbtab += " and b.sbsx = '"+aForm.YWDY.value+"'";
- }
-
- if(sqzt == 2 || sqzt == 5){
- whereWbtab += " and b.TS_YXBZ='1' order by a.jbsj desc nulls last,b.RS_WB_BJ_LSH";
-
- }else{
- whereWbtab += " and b.TS_YXBZ='1' order by b.SQZT,b.SQSJ desc";
- }
-
- CFW.oGlt.fnGetData('ck_ywsl_wbywysl_tab_list',whereWbtab);
- }
- </script>
- <script>
- parent.mLoadStatus.workspace = true;
- </script>
- </html>
|