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
cee1be6d
Commit
cee1be6d
authored
Jul 16, 2024
by
鲁鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
任务中心高级搜索
parent
26dc02f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
Org.js
huigou-xt/src/main/webapp/system/opm/organization/Org.js
+3
-2
TaskCenter.js
huigou-xt/src/main/webapp/system/taskCenter/TaskCenter.js
+2
-2
No files found.
huigou-xt/src/main/webapp/system/opm/organization/Org.js
View file @
cee1be6d
...
...
@@ -618,11 +618,12 @@ function doSavePerson() {
var
param
=
{};
var
url
=
web_app
.
name
+
(
id
?
'/org/updatePerson.ajax'
:
'/org/insertPerson.ajax'
);
$
(
'#submitForm'
).
ajaxSubmit
({
url
:
url
,
param
:
param
,
success
:
function
()
{
if
(
isSapPerson
==
"1"
&&
Public
.
isBlank
(
type
)){
if
(
isSapPerson
==
"1"
&&
(
Public
.
isBlank
(
type
)
||
type
==
"E"
)){
Public
.
ajax
(
web_app
.
name
+
"/syncOrg/insertOrUpdatePersonToSap.ajax"
,
{
code
:
$
(
"#code"
).
val
(),
flag
:
"I"
},
function
()
{
Public
.
successTip
(
"数据操作成功!"
)
reloadGrid
();
})
}
refreshFlag
=
true
;
...
...
huigou-xt/src/main/webapp/system/taskCenter/TaskCenter.js
View file @
cee1be6d
...
...
@@ -31,8 +31,8 @@ function initializateUI() {
{
id
:
'showChart'
,
remark
:
'流程图'
,
name
:
'common.button.flowchart'
,
icon
:
'fa-sitemap'
,
event
:
processChart
},
{
id
:
'showApprovalHistory'
,
remark
:
'流程轨迹'
,
name
:
'common.button.approvalhistory'
,
icon
:
'fa-table'
,
event
:
showApprovalHistory
},
{
id
:
'taskCollect'
,
remark
:
'收藏任务'
,
name
:
'common.button.taskcollect'
,
icon
:
'fa-star'
,
event
:
saveTaskCollect
},
{
id
:
'exportExcelHandler'
,
remark
:
'导出Excel'
,
name
:
'导出Excel'
,
icon
:
'fa-cloud-download'
,
event
:
exportExcelHandler
}
/*
,
{ id: 'queryTask', remark: '高级搜索', name :'common.button.seniorquery' , icon: 'fa-search', event: showTaskQueryDialog}
*/
{
id
:
'exportExcelHandler'
,
remark
:
'导出Excel'
,
name
:
'导出Excel'
,
icon
:
'fa-cloud-download'
,
event
:
exportExcelHandler
},
{
id
:
'queryTask'
,
remark
:
'高级搜索'
,
name
:
'common.button.seniorquery'
,
icon
:
'fa-search'
,
event
:
showTaskQueryDialog
}
]
};
$
(
'#taskBar'
).
toolBar
(
toolBarOptions
);
...
...
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