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
3efe1d6d
Commit
3efe1d6d
authored
Mar 08, 2022
by
袁成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 暂存保存状态
parent
bdaa7e57
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
9 deletions
+11
-9
buttonGrouop.vue
...p/@gms/gms-plugin-billexpand/src/control/buttonGrouop.vue
+9
-7
emcon.js
develop/@gms/gms-plugin-billexpand/src/emcon.js
+2
-2
No files found.
develop/@gms/gms-plugin-billexpand/src/control/buttonGrouop.vue
View file @
3efe1d6d
...
...
@@ -157,14 +157,16 @@ export default {
}
}
switch
(
approveState
)
{
case
90
:
return
disableState
.
includes
(
'90'
)
case
91
:
case
90
:
// 待审批
return
disableState
.
includes
(
'90'
)
case
91
:
// 被驳回
return
disableState
.
includes
(
'91'
)
||
getBillState
()
case
92
:
return
disableState
.
includes
(
'92'
)
case
1
:
return
disableState
.
includes
(
'1'
)
||
getBillState
()
case
92
:
// 审批完成
return
disableState
.
includes
(
'92'
)
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 @
3efe1d6d
...
...
@@ -1585,7 +1585,7 @@ export default {
"description"
:
""
,
"title"
:
"财务_暂存[CW_tempSave]"
,
"value"
:
"CW_tempSave"
,
"btnDisable"
:
"billReadOnly;90;9
1;9
2"
"btnDisable"
:
"billReadOnly;90;9
2;1;
2"
},
{
"discard"
:
false
,
...
...
@@ -1602,7 +1602,7 @@ export default {
"description"
:
""
,
"title"
:
"财务_保存[CW_saveAction]"
,
"value"
:
"CW_saveAction"
,
"btnDisable"
:
"billReadOnly;90;92"
"btnDisable"
:
"billReadOnly;90;92
;1;2
"
},
{
"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