Commit 1c6e9dd3 authored by 鲁鑫's avatar 鲁鑫

不加载关联任务

parent aba01645
...@@ -68,10 +68,10 @@ ...@@ -68,10 +68,10 @@
</c:if> </c:if>
</div> </div>
<c:if test="${useRightHandlerPage!=false}"> <c:if test="${useRightHandlerPage!=false}">
<div position="right" id="jobPageRight"> <%-- <div position="right" id="jobPageRight">--%>
<x:title title="job.task.relations" name="group"/> <%-- <x:title title="job.task.relations" name="group"/>--%>
<div id="showHiTaskinstRelations" class="dom-overflow-auto"></div> <%-- <div id="showHiTaskinstRelations" class="dom-overflow-auto"></div>--%>
</div> <%-- </div>--%>
</c:if> </c:if>
</div> </div>
</div> </div>
......
...@@ -11,7 +11,7 @@ $(document).ready(function () { ...@@ -11,7 +11,7 @@ $(document).ready(function () {
refreshBtnStatus(); refreshBtnStatus();
bindJobPageEvent();//绑定事件 bindJobPageEvent();//绑定事件
initFloatHandleDialog(); //初始化快捷处理对话框 initFloatHandleDialog(); //初始化快捷处理对话框
initHiTaskinstRelations(); //初始化关联任务显示 //initHiTaskinstRelations(); //初始化关联任务显示
function initTaskDetailParameters() { function initTaskDetailParameters() {
/** /**
...@@ -180,7 +180,7 @@ function initializeToolBar(){ ...@@ -180,7 +180,7 @@ function initializeToolBar(){
{ id: 'makeACopyFor', remark: '知会',name:'common.button.makeacopyfor', icon: 'fa-send-o', event: makeACopyFor}, { id: 'makeACopyFor', remark: '知会',name:'common.button.makeacopyfor', icon: 'fa-send-o', event: makeACopyFor},
{ id: 'sleep', remark: '暂缓',name:'common.button.sleep', icon: 'fa-pause-circle', event: sleep }, { id: 'sleep', remark: '暂缓',name:'common.button.sleep', icon: 'fa-pause-circle', event: sleep },
{ id: 'abort', remark: '终止',name:'common.button.abort', icon: 'fa-stop-circle', event: abort}, { id: 'abort', remark: '终止',name:'common.button.abort', icon: 'fa-stop-circle', event: abort},
{ id: 'relate', remark: '协同关联',name:'common.button.relate', icon: 'fa-link', event: relate}, //{ id: 'relate', remark: '协同关联',name:'common.button.relate', icon: 'fa-link', event: relate},
//{ id: 'print', remark: '打印',name:'common.button.print', icon: 'fa-print', event: print }, //{ id: 'print', remark: '打印',name:'common.button.print', icon: 'fa-print', event: print },
{ id: 'showChart', remark: '流程图',name:'common.button.flowchart', icon: 'fa-sitemap', event: showChart}, { id: 'showChart', remark: '流程图',name:'common.button.flowchart', icon: 'fa-sitemap', event: showChart},
{ id: 'showApprovalHistory', remark: '流程轨迹',name:'common.button.approvalhistory', icon: 'fa-table', event: showApprovalHistory}, { id: 'showApprovalHistory', remark: '流程轨迹',name:'common.button.approvalhistory', icon: 'fa-table', event: showApprovalHistory},
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<x:selectC name="isSapPerson" required="true" label="是否SAP员工" dictionary="yesorno" labelCol="2" fieldCol="4" /> <x:selectC name="isSapPerson" required="true" label="是否SAP员工" dictionary="yesorno" labelCol="2" fieldCol="4" />
</div> </div>
<div class="hg-form-row" id="sapMes2"> <div class="hg-form-row" id="sapMes2">
<x:inputC name="langu" label="语言" labelCol="2" fieldCol="4" /> <x:selectC name="langu" label="语言" labelCol="2" fieldCol="4" dictionary="langu"/>
<x:selectC dictionary="country" name="country" label="国家" labelCol="2" fieldCol="4" /> <x:selectC dictionary="country" name="country" label="国家" labelCol="2" fieldCol="4" />
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment