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
90563ee3
Commit
90563ee3
authored
May 13, 2022
by
qiaoyanqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
路径不对
parent
283c60a7
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
package-lock.json
develop/@gms/gms-plugin-billexpand/package-lock.json
+0
-0
gh_agreeAction.js
...ugin-billexpand/src/actions/labourUnion/gh_agreeAction.js
+5
-5
gh_rejectAction.js
...gin-billexpand/src/actions/labourUnion/gh_rejectAction.js
+4
-4
gh_submitAction.js
...gin-billexpand/src/actions/labourUnion/gh_submitAction.js
+3
-3
No files found.
develop/@gms/gms-plugin-billexpand/package-lock.json
View file @
90563ee3
This source diff could not be displayed because it is too large. You can
view the blob
instead.
develop/@gms/gms-plugin-billexpand/src/actions/labourUnion/gh_agreeAction.js
View file @
90563ee3
import
Bridge
from
'../components-control/util/bridge'
import
SelectApprovers
from
'../components-control/select-approvers.vue'
import
{
compareData
}
from
"../components-control/util/dataChange"
import
{
showSignModal
,
saveBill
,
verifyBill
}
from
'./util'
import
{
BILL_GLOBAL_PARAM
}
from
'../constant'
import
Bridge
from
'../
../
components-control/util/bridge'
import
SelectApprovers
from
'../
../
components-control/select-approvers.vue'
import
{
compareData
}
from
"../
../
components-control/util/dataChange"
import
{
showSignModal
,
saveBill
,
verifyBill
}
from
'.
.
/util'
import
{
BILL_GLOBAL_PARAM
}
from
'../
../
constant'
export
default
{
execute
:
function
(
bill
,
param
)
{
...
...
develop/@gms/gms-plugin-billexpand/src/actions/labourUnion/gh_rejectAction.js
View file @
90563ee3
import
Bridge
from
'../components-control/util/bridge'
import
{
compareData
}
from
"../components-control/util/dataChange"
import
{
SIGNATURE_TABLE_NAME
,
BILL_GLOBAL_PARAM
}
from
'../constant'
import
{
saveBill
}
from
'./util'
import
Bridge
from
'../
../
components-control/util/bridge'
import
{
compareData
}
from
"../
../
components-control/util/dataChange"
import
{
SIGNATURE_TABLE_NAME
,
BILL_GLOBAL_PARAM
}
from
'../
../
constant'
import
{
saveBill
}
from
'.
.
/util'
export
default
{
execute
:
function
(
bill
,
param
)
{
...
...
develop/@gms/gms-plugin-billexpand/src/actions/labourUnion/gh_submitAction.js
View file @
90563ee3
import
errorMessageUtil
from
"./util/errorMessageUtil"
;
import
{
minusIndex
}
from
'../query-actions/util/queryTag.js'
;
import
{
showSignModal
,
saveBill
}
from
"./util"
;
import
errorMessageUtil
from
".
.
/util/errorMessageUtil"
;
import
{
minusIndex
}
from
'../
../
query-actions/util/queryTag.js'
;
import
{
showSignModal
,
saveBill
}
from
".
.
/util"
;
export
default
{
execute
:
function
(
bill
,
param
)
{
...
...
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