| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- <!DOCTYPE html>
- <html>
- <head>
- <js.ss file="/ss/lc.js"/>
- <style>
- .btn {
- margin: 10px;
- }
- html{overflow: hidden;}
- .search-div-margin-bottom1{
- display: inline;
- }
- </style>
- </head>
- <body>
- <!--
- 业务分类
- -->
- <!--当前应用名-->
- <div class="search-div">
- <div style="padding: 15px 25px 12px 25px;">
- <%-- 去掉,不支持多个应用。Lin
- <wd:equal leftValue="${merge}" rightValue="1">项目
- <input name="xm" type="hidden" value="${thisAppName}" onchange="changeLocationThisAppsName(this.value)" />
- <input name="xmName" style="width:147px;" type="text" />
- <wd:write type="objectPicker" name="xm" codebook="wd.ywfl" />
- </wd:equal>
- --%>
- <equal.ss val="${empty businessMap}" val2="false">
- <input type="text" name="biz" value="${biz}" placeholder="业务名" onchange="changeLocationBusiness(this.value)" style="width: 145px;" />
- <%-- 统一用 ccp。Lin
- <objp@ss name="business" cb="biz" inp="true"/> --%>
- </equal.ss>
- <%-- 再去掉,去掉 thisAppName。Lin
- <in@put id="thisAppName" type="hidden" value="env"/>
- --%>
- <%--
- <select id="selectWorkFlow" onchange="workFlowDesigner()">
- <option>请选择</option>
- <wd:iterate name="bpmxmlList" id="item">
- <option version="${item.version}" value='<wd:write value="${item.fileName}"/>'>
- <wd:write value="${item.desc}" />
- </option>
- </wd:iterate>
- </select>
- --%>
- <input name="bpmjson" value="" id="selectWorkFlow" placeholder="流程" type="hidden" onchange="workFlowDesigner(this)" style="width: 350px;"/>
- <%-- 统一用 ccp。Lin
- <objp@ss name='bpmjson' cb='jsonBpmByBiz' filter='{biz:"${biz}"}'/> --%>
- <ccp.ss name="biz_bpmjson"/>
- <input type="button" value="增加" class="content-button" onclick="setObjectKey(this)">
- <input type="button" value="修改" class="content-button" onclick="modifiedObjectKey(this)">
- <input type="button" value="保存" type="button" id="save" class="content-invertButton" title="保存当前页面设计,不发布">
- <input type="button" value="发布" type="button" id="deployment" class="content-invertButton" title="生成jpdl,发布">
- </div>
- <span style="display:none">
- <div id="objectKeyOption" class="search-div search-div-margin-bottom1" style="">
- <span><%-- <select onchange="changeObjectKeyOption(this)" ></select>--%></span>
- <span><input type="button" value="增加" class="content-button" onclick="setObjectKey(this)"></span>
- <span><input type="button" value="修改" class="content-button" style="display: none;" onclick="modifiedObjectKey(this)"></span>
- </div>
- </span>
- </div>
- <input type="button" value="直接发布" type="button" style="display:none;" id="deployment2" class="content-button" title="直接发布">
- <input type="button" value="查看" type="button" style="display: none;" id="view" class="content-button" title="查看" onClick="view()">
- <div class="content">
- <!--设计URL-->
- <input id="workFlowDesignerURL" type="hidden" value="<serv.ss name='initJsonBpm' dest='bpmDiagDgn'/>">
- <!--查看URL-->
- <%-- 先去掉,没用到。Lin
- -- 只有,而且 </div> 配对有错
- -- <div id="jsonData">${jsonData}</div>
- -- <div id="demo"></div>
- -- </div>
- -- </div>
- -- 再保留,避免 lc.js 报错 -- 但不会编译 @service{}@ 了,避免发布时抛出错误
- -- var viewURL = document.getElementById("workFlowViewURL").value + '&fileName=' + selectName + '&thisAppName=' + getURLParam("thisAppName");
- <input id="workFlowViewURL" type="hidden" value='@service{name:"lc_cx_ck",dest:"lc_cx_ck"}@'> --%>
- <input id="workFlowViewURL" type="hidden" value='@service{name:"lc_cx_ck",dest:"lc_cx_ck"}@'>
- <!--设置objectKeyurl-->
- <input id="setObjectKeyURL" type="hidden" value="<serv.ss name='initBpmKey' dest='bpmDiagAdd'/>"> <%-- 再去掉 parm='{thisAppName:"${thisAppName}"}'。Lin --%>
- <!--修改objectKeyurl-->
- <input id="alterObjectKeyURL" type="hidden" value="<serv.ss name='editBpmKey' dest='bpmDiagEdit'/>"> <%-- 再去掉 parm='{thisAppName:"${thisAppName}"}'。Lin --%>
- <iframe style="border:1px solid #ddd;" id="workFlowDesigner" scr='' width="100%" ssFith='{max:623,min:400}'></iframe>
- </div>
- </body>
- </html>
|