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
9cdbaba6
Commit
9cdbaba6
authored
May 13, 2022
by
yangchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
审批按钮弹框
parent
56445d75
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
56 additions
and
59 deletions
+56
-59
gh_agreeAction.js
...ugin-billexpand/src/actions/labourUnion/gh_agreeAction.js
+5
-5
gh_agreeActionDemo.js
...-billexpand/src/actions/labourUnion/gh_agreeActionDemo.js
+0
-45
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
emcon.js
develop/@gms/gms-plugin-billexpand/src/emcon.js
+37
-1
mcon.js
develop/@gms/gms-plugin-billexpand/src/mcon.js
+7
-1
No files found.
develop/@gms/gms-plugin-billexpand/src/actions/labourUnion/gh_agreeAction.js
View file @
9cdbaba6
import
Bridge
from
'../components-control/util/bridge'
import
Bridge
from
'../
../
components-control/util/bridge'
import
SelectApprovers
from
'../components-control/select-approvers.vue'
import
SelectApprovers
from
'../
../
components-control/select-approvers.vue'
import
{
compareData
}
from
"../components-control/util/dataChange"
import
{
compareData
}
from
"../
../
components-control/util/dataChange"
import
{
showSignModal
,
saveBill
,
verifyBill
}
from
'./util'
import
{
showSignModal
,
saveBill
,
verifyBill
}
from
'.
.
/util'
import
{
BILL_GLOBAL_PARAM
}
from
'../constant'
import
{
BILL_GLOBAL_PARAM
}
from
'../
../
constant'
export
default
{
export
default
{
execute
:
function
(
bill
,
param
)
{
execute
:
function
(
bill
,
param
)
{
...
...
develop/@gms/gms-plugin-billexpand/src/actions/labourUnion/gh_agreeActionDemo.js
deleted
100644 → 0
View file @
56445d75
import
approvalUserControl
from
'../../control/approvalOpinionControl.vue'
export
default
{
execute
:
function
(
bill
,
param
)
{
/* 审批组件值发生改变时 会触发事件on-change */
let
title
=
'审批意见'
GMS
.
$hideContainer
.
$Modal
.
confirm
({
width
:
700
,
top
:
100
,
render
:
(
h
)
=>
{
return
h
(
approvalUserControl
,
{
props
:
{
title
,
},
on
:
{
'on-change'
:
(
val
)
=>
{
console
.
log
(
'on-change'
,
val
)
}
}
}
)
},
onOk
:
()
=>
{
console
.
log
(
'OK'
)
},
onCancel
:
()
=>
{
console
.
log
(
'cancel'
)
}
});
},
approvalLogical
:
function
(
bill
,
param
)
{
},
executeApproval
:
function
(
bill
,
param
)
{
},
isApproverEqulloginer
:
function
(
bill
,
param
)
{
}
}
\ No newline at end of file
develop/@gms/gms-plugin-billexpand/src/actions/labourUnion/gh_rejectAction.js
View file @
9cdbaba6
import
Bridge
from
'../components-control/util/bridge'
import
Bridge
from
'../
../
components-control/util/bridge'
import
{
compareData
}
from
"../components-control/util/dataChange"
import
{
compareData
}
from
"../
../
components-control/util/dataChange"
import
{
SIGNATURE_TABLE_NAME
,
BILL_GLOBAL_PARAM
}
from
'../constant'
import
{
SIGNATURE_TABLE_NAME
,
BILL_GLOBAL_PARAM
}
from
'../
../
constant'
import
{
saveBill
}
from
'./util'
import
{
saveBill
}
from
'.
.
/util'
export
default
{
export
default
{
execute
:
function
(
bill
,
param
)
{
execute
:
function
(
bill
,
param
)
{
...
...
develop/@gms/gms-plugin-billexpand/src/actions/labourUnion/gh_submitAction.js
View file @
9cdbaba6
import
errorMessageUtil
from
"./util/errorMessageUtil"
;
import
errorMessageUtil
from
".
.
/util/errorMessageUtil"
;
import
{
minusIndex
}
from
'../query-actions/util/queryTag.js'
;
import
{
minusIndex
}
from
'../
../
query-actions/util/queryTag.js'
;
import
{
showSignModal
,
saveBill
}
from
"./util"
;
import
{
showSignModal
,
saveBill
}
from
".
.
/util"
;
export
default
{
export
default
{
execute
:
function
(
bill
,
param
)
{
execute
:
function
(
bill
,
param
)
{
...
...
develop/@gms/gms-plugin-billexpand/src/emcon.js
View file @
9cdbaba6
...
@@ -2205,7 +2205,43 @@ export default {
...
@@ -2205,7 +2205,43 @@ export default {
"title"
:
"末张[last]"
,
"title"
:
"末张[last]"
,
"value"
:
"last"
,
"value"
:
"last"
,
"btnDisable"
:
"false"
"btnDisable"
:
"false"
}
},
{
"discard"
:
false
,
"path"
:
"资产/通用"
,
"extends"
:
{
"param"
:
[
]
},
"description"
:
""
,
"title"
:
"工会_同意[GH_agreeAction]"
,
"value"
:
"GH_agreeAction"
,
"btnDisable"
:
"false"
},
{
"discard"
:
false
,
"path"
:
"资产/通用"
,
"extends"
:
{
"param"
:
[
]
},
"description"
:
""
,
"title"
:
"工会_拒绝[GH_rejectAction]"
,
"value"
:
"GH_rejectAction"
,
"btnDisable"
:
"billEdit"
},
{
"discard"
:
false
,
"path"
:
"资产/通用"
,
"extends"
:
{
"param"
:
[
]
},
"description"
:
""
,
"title"
:
"工会_提交[GH_submitAction]"
,
"value"
:
"GH_submitAction"
,
"btnDisable"
:
"billEdit"
},
],
],
billFormula
:
[
billFormula
:
[
{
{
...
...
develop/@gms/gms-plugin-billexpand/src/mcon.js
View file @
9cdbaba6
...
@@ -42,6 +42,9 @@ import saveActionBXD from './actions/saveActionBXD';
...
@@ -42,6 +42,9 @@ import saveActionBXD from './actions/saveActionBXD';
import
lincaoAddView
from
'./actions/lincaoAddView'
;
import
lincaoAddView
from
'./actions/lincaoAddView'
;
import
CW_verifySignature
from
'./actions/verifySignature'
;
import
CW_verifySignature
from
'./actions/verifySignature'
;
import
lincaoReadView
from
'./actions/lincaoReadView'
;
import
lincaoReadView
from
'./actions/lincaoReadView'
;
import
GH_agreeAction
from
'./actions/labourUnion/gh_agreeAction'
;
import
GH_rejectAction
from
'./actions/labourUnion/gh_rejectAction'
;
import
GH_submitAction
from
'./actions/labourUnion/gh_submitAction'
;
//queryAction
//queryAction
import
leafletGenerationAction
from
'./query-actions/leafletGenerationAction.js'
import
leafletGenerationAction
from
'./query-actions/leafletGenerationAction.js'
...
@@ -208,7 +211,10 @@ export default {
...
@@ -208,7 +211,10 @@ export default {
queryDeleteBill
,
queryDeleteBill
,
lincaoAddView
,
lincaoAddView
,
lincaoReadView
,
lincaoReadView
,
openNewPageDetail
openNewPageDetail
,
GH_agreeAction
,
GH_rejectAction
,
GH_submitAction
},
},
billAction
:
{
billAction
:
{
printMultiAction
,
printMultiAction
,
...
...
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