导引回访按钮增加是否显示配置
This commit is contained in:
parent
a5be307594
commit
e42c9970c4
@ -370,7 +370,7 @@
|
||||
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.ui.js'></script>
|
||||
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/designer.extend.link.js'></script>
|
||||
<script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/lib/designer/extend/js/coe.designer.extend.events.js'></script>
|
||||
<!-- <script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js'></script>-->
|
||||
<!-- <script type='text/javascript' charset='UTF-8' src='../apps/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js'></script>-->
|
||||
<script type="text/javascript" src="../<I18N#COEPATH>/js/jquery.tablednd_0_5.js"></script>
|
||||
<script type="text/javascript" src="../<I18N#COEPATH>/js/coe.pal.processlevel.create.js"></script>
|
||||
|
||||
@ -478,7 +478,7 @@
|
||||
$('#bar_importPolicyFile').css('display','none')
|
||||
}
|
||||
|
||||
|
||||
isGetHidden();
|
||||
if (!installBatch) {// 未安装批处理应用,删除功能入口
|
||||
$('li[ac=batchreplace]').remove();
|
||||
}
|
||||
@ -532,6 +532,24 @@
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
function isGetHidden(){
|
||||
debugger;
|
||||
$.ajax({
|
||||
url: "./jd?sid=" + sid + "&cmd=com.actionsoft.apps.bpa.IsHidden_Modeling_Guidance",
|
||||
type: 'GET',
|
||||
success: function(data) {
|
||||
if(data==true){
|
||||
//初始化建模导引
|
||||
//initGuide();
|
||||
$('#modelingGuide').css('display','')
|
||||
}else{
|
||||
$('#modelingGuide').css('display','none')
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
//建模导引
|
||||
function initGuide(){
|
||||
$.ajax({
|
||||
@ -837,8 +855,8 @@
|
||||
</head>
|
||||
|
||||
<body style="overflow:hidden;" onload="updateShapePanel();">
|
||||
<canvas id="support_canvas" style="display: none;"></canvas>
|
||||
<div id="designer_header">
|
||||
<canvas id="support_canvas" style="display: none;"></canvas>
|
||||
<div id="designer_header">
|
||||
|
||||
<div class="row row1">
|
||||
<div id="title_container" style="width: 100%;">
|
||||
@ -1006,8 +1024,8 @@
|
||||
<div class="ico ico_import"></div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
<div id="designer">
|
||||
</div>
|
||||
<div id="designer">
|
||||
<div id="shape_panel" class="layout"></div>
|
||||
<div id="shape_panel_more_shape" style="display:none;">
|
||||
<!--<input id="moreShapes" type='button' style='height: 24px;width: 80px;margin-top: 4px;line-height: 24px;' class="designer_button" onclick="UI.showShapesManage()" value="更多图形" />-->
|
||||
@ -1529,7 +1547,7 @@
|
||||
</div>
|
||||
<ul id="attr_no_more_attribute_id">
|
||||
<li class="attr_no_more_attribute">
|
||||
<!-- <iframe id="file_attribute" frameborder="0" width="100%" style="width:100%;height:380px" src="./w?sid=<#sid>&cmd=com.actionsoft.apps.coe.pal_processlevel_create&wsid=<#wsId>&pid=<#parentChartId>&id=<#uuid>&editable=<#editable>"></iframe>-->
|
||||
<!-- <iframe id="file_attribute" frameborder="0" width="100%" style="width:100%;height:380px" src="./w?sid=<#sid>&cmd=com.actionsoft.apps.coe.pal_processlevel_create&wsid=<#wsId>&pid=<#parentChartId>&id=<#uuid>&editable=<#editable>"></iframe>-->
|
||||
<iframe id="file_attribute" frameborder="0" width="100%" style="width:100%;height:380px" src=""></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
@ -1617,9 +1635,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
<div id="designer_footer">
|
||||
</div>
|
||||
<!--
|
||||
<div id="designer_footer">
|
||||
<div class="footer_content">
|
||||
<div class="left_box">
|
||||
<input id="moreShapes" type='button' style='height: 24px;width: 80px;margin-top: 4px;line-height: 24px;<#btnShapeStyle>' class="designer_button" onclick="UI.showShapesManage()" value="更多图形" />
|
||||
@ -1649,9 +1667,9 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
<div id="ui_container">
|
||||
<div id="ui_container">
|
||||
<div id='color_picker' class="menu color_picker" style="display: none;">
|
||||
<div class="color_items">
|
||||
<div style="background-color:rgb(255,255,255);"></div>
|
||||
@ -2634,7 +2652,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--
|
||||
<!--
|
||||
<div class="dialog-button-wrap" style="text-align:right">
|
||||
<div class="dlg-button">
|
||||
<button type="button" class="button blue" onclick="UI.setLink()">新增</button>
|
||||
@ -2928,9 +2946,9 @@
|
||||
<li class="devider"></li>
|
||||
<li ac="out">退出</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <div class="share_container">
|
||||
<!-- <div class="share_container">
|
||||
|
||||
|
||||
<div class="header_right_btn">
|
||||
@ -2946,26 +2964,26 @@
|
||||
<div class="ico ico_accordion"></div>
|
||||
</div>
|
||||
</div>-->
|
||||
<div id="link-dialog-normal" class="dialog" style="min-width: 250px; display:none;">
|
||||
<div id="link-dialog-normal" class="dialog" style="min-width: 250px; display:none;">
|
||||
<div id="link-content" class="dialog_content" style="padding-top: 30px; text-align: center;">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- dialog -->
|
||||
<div id="attribute-edit-window" style="width:500px;height:315px;display:none;">
|
||||
<!-- dialog -->
|
||||
<div id="attribute-edit-window" style="width:500px;height:315px;display:none;">
|
||||
<div style='margin:0px;height:225px;width:500px;'>
|
||||
<textarea rows="" cols="" style="height: 215px; width: 493px;" id='attribute-edit-content'></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div style="width:510px;display:none;" id="shapes_dialog">
|
||||
</div>
|
||||
<div style="width:510px;display:none;" id="shapes_dialog">
|
||||
<div id="content" class="dlg-content awsui-ux">
|
||||
<ul id="shape_manage_list">
|
||||
<#liStr>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="shapes_dialog2" class="dialog" style="width: 400px; display:none;">
|
||||
</div>
|
||||
<div id="shapes_dialog2" class="dialog" style="width: 400px; display:none;">
|
||||
<div class="dialog_header">图形管理</div>
|
||||
<div class="dialog_content" style="padding: 0px; max-height: 372px; overflow: auto;">
|
||||
<li>
|
||||
@ -3041,8 +3059,8 @@
|
||||
<span class="designer_button" onclick="UI.saveShapesManage()">确定</span>
|
||||
<span class="designer_button normal" onclick="$('#shapes_dialog').dlg('close')">取消</span>
|
||||
</div>
|
||||
</div>
|
||||
<div style="width:510px; display:none;" id="custom_define_dialog" title="自定义形状">
|
||||
</div>
|
||||
<div style="width:510px; display:none;" id="custom_define_dialog" title="自定义形状">
|
||||
<div class="dlg-content awsui-ux">
|
||||
<table class="awsui-ux">
|
||||
<tr>
|
||||
@ -3086,10 +3104,10 @@
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 数据属性弹框表格 -->
|
||||
<div id="attribute-table-window" style="width:500px;height:325px;display:none;">
|
||||
<!-- 数据属性弹框表格 -->
|
||||
<div id="attribute-table-window" style="width:500px;height:325px;display:none;">
|
||||
<div style='margin:0px;height:235px;width:500px;'>
|
||||
<div style="height: 225px;width: 493px;overflow:auto;">
|
||||
<table style="width: 100%;border-collapse:collapse;border-top: 2px solid #928d8d;border-bottom: 2px solid #928d8d">
|
||||
@ -3100,10 +3118,10 @@
|
||||
<div style="margin-top: 5px" id="attribute-add-content"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- 文件属性弹框表格 -->
|
||||
<div id="attribute-table-window1" style="width:700px;height:325px;display:none;">
|
||||
<!-- 文件属性弹框表格 -->
|
||||
<div id="attribute-table-window1" style="width:700px;height:325px;display:none;">
|
||||
<div style='margin:0px;height:235px;width:500px;'>
|
||||
<div style="height: 225px;width: 700px;overflow:auto;">
|
||||
<table id="table" style="width: 100%;border-collapse:collapse;border-top: 2px solid #928d8d;border-bottom: 2px solid #928d8d">
|
||||
@ -3114,9 +3132,9 @@
|
||||
<div style="margin-top: 5px" id="attribute-add-content1"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="checkoutTip">
|
||||
<div id="checkoutTip">
|
||||
<div style="width: 36px; float: left;">
|
||||
<img src="../apps/_bpm.platform/js/designer/extend/images/lock.png" />
|
||||
</div>
|
||||
@ -3124,8 +3142,8 @@
|
||||
<font color="green"><b><#checkouttime></b>
|
||||
</font>,点击此处<a style="text-decoration: none;" href="#" onclick="BPMNBiz.getCheckoutRight();return false;">强行获取编辑权</a>
|
||||
</div>
|
||||
</div>
|
||||
<div title="添加到前后置流程" class="awsui-size-x-large awsui-hide" id="addLeadAndRearProcessDlg">
|
||||
</div>
|
||||
<div title="添加到前后置流程" class="awsui-size-x-large awsui-hide" id="addLeadAndRearProcessDlg">
|
||||
<div style="height: 30px;">
|
||||
<span class="awsui-input-wrapper">
|
||||
<input type="text" id="leadAndRearProcessSearchKey" class="awsui-input" placeholder="输入名称查询" value=""/>
|
||||
@ -3136,7 +3154,7 @@
|
||||
<input type="hidden" id="attrMark"/>
|
||||
</div>
|
||||
<div style="height:290px;overflow-y: auto;">
|
||||
<!-- <div class="awsui-code-demo awsui-align-center" style="display: none;position: relative; top: 100px;" id="leadAndRearProcessDataLoading"></div>-->
|
||||
<!-- <div class="awsui-code-demo awsui-align-center" style="display: none;position: relative; top: 100px;" id="leadAndRearProcessDataLoading"></div>-->
|
||||
<table id="leadAndRearProcessDataTable" class="awsui-table awsui-table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -3147,9 +3165,9 @@
|
||||
<tbody id="leadAndRearProcessDataTableTbody"></tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 不支持HTML5的页面显示图片 -->
|
||||
<div id="mainDiv" style="display: none;">
|
||||
</div>
|
||||
<!-- 不支持HTML5的页面显示图片 -->
|
||||
<div id="mainDiv" style="display: none;">
|
||||
<div class="view_box">
|
||||
<div id="chartDivBox" style="background: none;">
|
||||
<div id="chartDiv" style="left: 148.5px; top: 0px;">
|
||||
@ -3163,9 +3181,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="checkoutTip">
|
||||
<div id="checkoutTip">
|
||||
<div style="width: 36px; float: left;">
|
||||
<img src="../apps/_bpm.platform/js/designer/extend/images/lock.png" />
|
||||
</div>
|
||||
@ -3173,15 +3191,15 @@
|
||||
<font color="green"><b><#checkouttime></b>
|
||||
</font>,点击此处<a style="text-decoration: none;" href="#" onclick="BPMNBiz.getCheckoutRight();return false;">强行获取编辑权</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div title="" style="width:550px;display:none;" id="upfile-dialog">
|
||||
<div title="" style="width:550px;display:none;" id="upfile-dialog">
|
||||
<div id='upfile-content' style='height:330px;'>
|
||||
<iframe width="100%" id="upfile-content-iframe" name="upfile-content-iframe" frameBorder="0" style="width: 100%; height:100%;"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="visio_import_dlg" title="Visio导入" style="display: none;">
|
||||
<div id="visio_import_dlg" title="Visio导入" style="display: none;">
|
||||
<table class="awsui-ux" cellspacing="3" cellpadding="0" style="width: 100%; margin: 25px auto;">
|
||||
<tr>
|
||||
<td style="width: 250px;"><input id="visio_import_input" type="text" placeholder="请上传visio文件..." class="awsui-input" readonly=true style="width: 240px;" /></td>
|
||||
@ -3190,9 +3208,9 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="shape_import_dlg" title="导入" style="display: none;">
|
||||
<div id="shape_import_dlg" title="导入" style="display: none;">
|
||||
<div style="width: 550px;height: 280px;vertical-align: top;">
|
||||
<button id="upShapeFile" onclick="return false;" type="button" class="awsui-btn awsui-btn-green" style="margin-left: 20px;margin-top:10px">新增</button>
|
||||
<div style="margin-left: 20px;padding: 5px; font-size: 12px; color: rgb(120, 120, 120);">
|
||||
@ -3219,9 +3237,9 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="policyfile_import_dlg" title="导入" style="display: none;">
|
||||
<div id="policyfile_import_dlg" title="导入" style="display: none;">
|
||||
<div style="width: 550px;height: 280px;vertical-align: top;">
|
||||
<button id="pupShapeFile" onclick="return false;" type="button" class="awsui-btn awsui-btn-green" style="margin-left: 20px;margin-top:10px">新增</button>
|
||||
<div style="margin-left: 20px;padding: 5px; font-size: 12px; color: rgb(120, 120, 120);">
|
||||
@ -3248,10 +3266,10 @@
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--<I18N#流程属性的对话框>-->
|
||||
<div id="dialog_properties" style="width:525px;display:none;">
|
||||
<!--<I18N#流程属性的对话框>-->
|
||||
<div id="dialog_properties" style="width:525px;display:none;">
|
||||
<div id="dialog_properties_area" style="height:260px;" class="dlg-content">
|
||||
<iframe id="properties_frame" src="" frameborder="0" width="100%" height="100%"></iframe>
|
||||
</div>
|
||||
@ -3262,11 +3280,11 @@
|
||||
<button class="button" onclick="$('#dialog_properties').dialog('close');return false;"><I18N#取消></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="sameShapeNameAlert" title="提示" style="width:300px;display:none;"></div>
|
||||
<#batch-dlg>
|
||||
<form id="openNewModelForm" name="openNewModelForm" method="post" action="./w" target="_blank">
|
||||
<div id="sameShapeNameAlert" title="提示" style="width:300px;display:none;"></div>
|
||||
<#batch-dlg>
|
||||
<form id="openNewModelForm" name="openNewModelForm" method="post" action="./w" target="_blank">
|
||||
<input type="hidden" name="sid" id="sid" value="<#sid>">
|
||||
<input type="hidden" name="imgPath" id="imgPath" value="<#imgPath>">
|
||||
<input type="hidden" name="openType" id="openType" value="<#openType>">
|
||||
@ -3277,7 +3295,7 @@
|
||||
<input type="hidden" name="moreAttrRight" id="moreAttrRight" value="<#moreAttrRight>" />
|
||||
<input type="hidden" name="appId" id="appId" value="<#appId>">
|
||||
|
||||
</form>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user