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
a34828af
Commit
a34828af
authored
3 years ago
by
袁成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
seeDetail新增隐藏工具栏选项
parent
ee213d95
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
emcon.js
develop/@gms/gms-plugin-billexpand/src/emcon.js
+7
-0
seeDetailAction.js
...ms-plugin-billexpand/src/query-actions/seeDetailAction.js
+3
-1
No files found.
develop/@gms/gms-plugin-billexpand/src/emcon.js
View file @
a34828af
...
...
@@ -738,6 +738,13 @@ export default {
"title"
:
"页签名称"
,
"key"
:
"displayName"
},
{
"isRequired"
:
true
,
"ref"
:
"columnField"
,
"type"
:
"Boolean"
,
"title"
:
"隐藏工具栏"
,
"key"
:
"hideButton"
}
]
},
"description"
:
"指定跳转页面,配置单据id,通过在当前页签打开形式进行跳转"
,
...
...
This diff is collapsed.
Click to expand it.
develop/@gms/gms-plugin-billexpand/src/query-actions/seeDetailAction.js
View file @
a34828af
...
...
@@ -25,7 +25,8 @@ export default {
{
templateName
:
templateName
,
id
:
billId
,
state
:
'readOnly'
state
:
'readOnly'
,
hideButtonGroup
:
param
.
hideButton
?
true
:
false
},
{
openWay
:
"FUNCTAB"
,
...
...
@@ -40,6 +41,7 @@ export default {
c
.
modal_visible
=
true
;
c
.
isReadOnly
=
true
;
c
.
state
=
'readOnly'
c
.
hideButtonGroup
=
param
.
hideButton
?
true
:
false
});
}
},
...
...
This diff is collapsed.
Click to expand it.
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