Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-bpm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
鲁鑫
topsun-bpm
Commits
1c6e9dd3
Commit
1c6e9dd3
authored
Apr 16, 2024
by
鲁鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
不加载关联任务
parent
aba01645
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
job.jsp
huigou-xt/src/main/webapp/WEB-INF/decorators/job.jsp
+4
-4
job.js
huigou-xt/src/main/webapp/system/bpm/job.js
+2
-2
PersonDetail.jsp
.../src/main/webapp/system/opm/organization/PersonDetail.jsp
+1
-1
No files found.
huigou-xt/src/main/webapp/WEB-INF/decorators/job.jsp
View file @
1c6e9dd3
...
@@ -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>
...
...
huigou-xt/src/main/webapp/system/bpm/job.js
View file @
1c6e9dd3
...
@@ -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
},
...
...
huigou-xt/src/main/webapp/system/opm/organization/PersonDetail.jsp
View file @
1c6e9dd3
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment