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
3b3a8c24
Commit
3b3a8c24
authored
Feb 10, 2022
by
袁成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 查看单据情况下按钮状态
parent
6ebac789
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
emcon.js
develop/@gms/gms-plugin-billexpand/src/emcon.js
+4
-4
seeDetailAction.js
...ms-plugin-billexpand/src/query-actions/seeDetailAction.js
+1
-0
No files found.
develop/@gms/gms-plugin-billexpand/src/emcon.js
View file @
3b3a8c24
...
...
@@ -1157,7 +1157,7 @@ export default {
"title"
:
"财务_查询草稿[CW_draftSearchAction]"
,
"value"
:
"draftSearchAction"
,
"btnDisable"
:
"false"
,
"btnDisable"
:
"billReadOnly;90;91;92"
"btnDisable"
:
"billReadOnly;
1;
90;91;92"
},
{
"discard"
:
false
,
"path"
:
"单据/复制单据"
,
...
...
@@ -1354,7 +1354,7 @@ export default {
"description"
:
""
,
"title"
:
"财务_暂存[CW_tempSave]"
,
"value"
:
"CW_tempSave"
,
"btnDisable"
:
"billReadOnly;90;91;92"
"btnDisable"
:
"billReadOnly;
1;
90;91;92"
},
{
"discard"
:
false
,
...
...
@@ -1367,7 +1367,7 @@ export default {
"description"
:
""
,
"title"
:
"财务_保存[CW_saveAction]"
,
"value"
:
"CW_saveAction"
,
"btnDisable"
:
"billReadOnly;90;92"
"btnDisable"
:
"billReadOnly;
1;
90;92"
},
{
"discard"
:
false
,
...
...
@@ -1477,7 +1477,7 @@ export default {
"description"
:
""
,
"title"
:
"财务_提交[CW_submitAction]"
,
"value"
:
"CW_submitAction"
,
"btnDisable"
:
"billEdit;90;92"
"btnDisable"
:
"billEdit;
1;
90;92"
},
{
"discard"
:
false
,
...
...
develop/@gms/gms-plugin-billexpand/src/query-actions/seeDetailAction.js
View file @
3b3a8c24
...
...
@@ -39,6 +39,7 @@ export default {
c
.
init
=
true
;
c
.
modal_visible
=
true
;
c
.
isReadOnly
=
true
;
c
.
state
=
'readOnly'
});
}
},
...
...
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