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
aee2af66
Commit
aee2af66
authored
Feb 09, 2022
by
Joey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(@gms/gms-plugin-billexpand): 驳回的单据保存和提交按钮状态不对
parent
c8b0095b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
buttonGrouop.vue
...p/@gms/gms-plugin-billexpand/src/control/buttonGrouop.vue
+1
-1
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 @
aee2af66
...
...
@@ -131,7 +131,7 @@ export default {
case
90
:
return
disableState
.
includes
(
'90'
)
case
91
:
return
disableState
.
includes
(
'91'
)
return
disableState
.
includes
(
'91'
)
||
getBillState
()
case
92
:
return
disableState
.
includes
(
'92'
)
case
1
:
...
...
develop/@gms/gms-plugin-billexpand/src/emcon.js
View file @
aee2af66
...
...
@@ -1372,7 +1372,7 @@ export default {
"description"
:
""
,
"title"
:
"财务_保存[CW_saveAction]"
,
"value"
:
"CW_saveAction"
,
"btnDisable"
:
"billReadOnly;90;9
1;9
2"
"btnDisable"
:
"billReadOnly;90;92"
},
{
"discard"
:
false
,
...
...
@@ -1482,7 +1482,7 @@ export default {
"description"
:
""
,
"title"
:
"财务_提交[CW_submitAction]"
,
"value"
:
"CW_submitAction"
,
"btnDisable"
:
"billEdit;90;9
1;9
2"
"btnDisable"
:
"billEdit;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