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
519f5017
Commit
519f5017
authored
Mar 09, 2022
by
乔延琦
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop-yuancheng' into 'develop'
Develop yuancheng See merge request GFP/RBC/rbc-frontend!81
parents
a699f0b0
2de83b22
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
buttonGrouop.vue
...p/@gms/gms-plugin-billexpand/src/control/buttonGrouop.vue
+6
-4
emcon.js
develop/@gms/gms-plugin-billexpand/src/emcon.js
+1
-1
No files found.
develop/@gms/gms-plugin-billexpand/src/control/buttonGrouop.vue
View file @
519f5017
...
...
@@ -157,14 +157,16 @@ export default {
}
}
switch
(
approveState
)
{
case
90
:
case
90
:
// 待审批
return
disableState
.
includes
(
'90'
)
case
91
:
case
91
:
// 被驳回
return
disableState
.
includes
(
'91'
)
||
getBillState
()
case
92
:
case
92
:
// 审批完成
return
disableState
.
includes
(
'92'
)
case
1
:
case
1
:
// 已暂存
return
disableState
.
includes
(
'1'
)
||
getBillState
()
case
2
:
// 已保存
return
disableState
.
includes
(
'2'
)
||
getBillState
()
default
:
return
getBillState
()
}
...
...
develop/@gms/gms-plugin-billexpand/src/emcon.js
View file @
519f5017
...
...
@@ -1585,7 +1585,7 @@ export default {
"description"
:
""
,
"title"
:
"财务_暂存[CW_tempSave]"
,
"value"
:
"CW_tempSave"
,
"btnDisable"
:
"billReadOnly;90;9
1;9
2"
"btnDisable"
:
"billReadOnly;90;92"
},
{
"discard"
:
false
,
...
...
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