Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
Overview
Overview
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
王衍超
rbc-demo
Commits
a060a6ad
Commit
a060a6ad
authored
Feb 18, 2022
by
Joey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: warning
parent
69b67513
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
+0
-7
agreeAction.js
...lop/@gms/gms-plugin-billexpand/src/actions/agreeAction.js
+0
-2
rejectAction.js
...op/@gms/gms-plugin-billexpand/src/actions/rejectAction.js
+0
-2
role-participant.vue
...ugin-workflow/src/actions/components/role-participant.vue
+0
-3
No files found.
develop/@gms/gms-plugin-billexpand/src/actions/agreeAction.js
View file @
a060a6ad
import
{
getUUID
}
from
"../query-actions/util/lib"
;
import
Bridge
from
'../components-control/util/bridge'
import
SelectApprovers
from
'../components-control/select-approvers.vue'
export
default
{
...
...
@@ -90,7 +89,6 @@ export default {
}
},
approval
:
function
(
bill
,
param
)
{
let
billId
=
bill
.
getMasterData
().
getValue
(
'id'
);
let
taskId
=
bill
.
getGlobalParam
(
'reviewParam'
).
taskId
;
let
comments
=
bill
.
getGlobalParam
(
'reviewParam'
).
suggestions
?
bill
.
getGlobalParam
(
'reviewParam'
).
suggestions
:
""
;
GMS
.
$http
.
post
(
'/gms/workflow/task/completed/'
+
taskId
+
'?result=1&comments='
+
comments
).
then
(
...
...
develop/@gms/gms-plugin-billexpand/src/actions/rejectAction.js
View file @
a060a6ad
import
{
getUUID
}
from
"../query-actions/util/lib"
;
import
Bridge
from
'../components-control/util/bridge'
export
default
{
execute
:
function
(
bill
,
param
)
{
...
...
@@ -32,7 +31,6 @@ export default {
}
},
approval
:
function
(
bill
,
param
){
let
billId
=
bill
.
getMasterData
().
getValue
(
'id'
);
let
taskId
=
bill
.
getGlobalParam
(
'reviewParam'
).
taskId
;
let
comments
=
bill
.
getGlobalParam
(
'reviewParam'
).
suggestions
?
bill
.
getGlobalParam
(
'reviewParam'
).
suggestions
:
""
;
GMS
.
$http
.
post
(
'/gms/workflow/task/completed/'
+
taskId
+
'?result=3&comments='
+
comments
).
then
(
...
...
develop/@gms/gms-plugin-workflow/src/actions/components/role-participant.vue
View file @
a060a6ad
<
style
>
</
style
>
<
template
>
<div>
<Form
ref=
"formInline"
>
...
...
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