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
9c96875f
Commit
9c96875f
authored
Apr 29, 2022
by
qiaoyanqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
单据 详情按钮,是否展示按钮组配置
parent
a49f80e3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
showDetailAction.js
...gms/gms-plugin-billexpand/src/actions/showDetailAction.js
+1
-1
showDetailSPAction.js
...s/gms-plugin-billexpand/src/actions/showDetailSPAction.js
+1
-1
emcon.js
develop/@gms/gms-plugin-billexpand/src/emcon.js
+12
-0
No files found.
develop/@gms/gms-plugin-billexpand/src/actions/showDetailAction.js
View file @
9c96875f
...
@@ -31,7 +31,7 @@ export default {
...
@@ -31,7 +31,7 @@ export default {
c
.
subBillData
=
obj
.
BILLDETAILOBJ
;
c
.
subBillData
=
obj
.
BILLDETAILOBJ
;
c
.
modal_visible
=
true
;
c
.
modal_visible
=
true
;
c
.
state
=
'readOnly'
c
.
state
=
'readOnly'
c
.
hideButtonGroup
=
true
c
.
hideButtonGroup
=
param
.
param
.
showButtonGroup
?
false
:
true
;
c
.
$nextTick
(()
=>
{
c
.
$nextTick
(()
=>
{
component
.
addListener
({
component
.
addListener
({
close
:
function
()
{
close
:
function
()
{
...
...
develop/@gms/gms-plugin-billexpand/src/actions/showDetailSPAction.js
View file @
9c96875f
...
@@ -12,7 +12,7 @@ export default {
...
@@ -12,7 +12,7 @@ export default {
c
.
bill
=
bill
;
c
.
bill
=
bill
;
c
.
isReadOnly
=
true
;
c
.
isReadOnly
=
true
;
c
.
state
=
'readOnly'
;
c
.
state
=
'readOnly'
;
c
.
hideButtonGroup
=
true
;
c
.
hideButtonGroup
=
param
.
param
.
showButtonGroup
?
false
:
true
;
let
tableName
=
null
;
let
tableName
=
null
;
if
(
param
.
param
&&
param
.
param
.
tableName
){
if
(
param
.
param
&&
param
.
param
.
tableName
){
tableName
=
param
.
param
.
tableName
tableName
=
param
.
param
.
tableName
...
...
develop/@gms/gms-plugin-billexpand/src/emcon.js
View file @
9c96875f
...
@@ -1449,6 +1449,12 @@ export default {
...
@@ -1449,6 +1449,12 @@ export default {
"title"
:
"单据界面"
,
"title"
:
"单据界面"
,
"key"
:
"billDefineName"
,
"key"
:
"billDefineName"
,
"type"
:
"String"
,
"type"
:
"String"
,
},{
"isRequired"
:
true
,
"ref"
:
"columnField"
,
"type"
:
"Boolean"
,
"title"
:
"展示工具栏"
,
"key"
:
"showButtonGroup"
}]
}]
},
},
"description"
:
""
,
"description"
:
""
,
...
@@ -1475,6 +1481,12 @@ export default {
...
@@ -1475,6 +1481,12 @@ export default {
"title"
:
"单据界面"
,
"title"
:
"单据界面"
,
"key"
:
"billDefineName"
,
"key"
:
"billDefineName"
,
"type"
:
"String"
,
"type"
:
"String"
,
},{
"isRequired"
:
true
,
"ref"
:
"columnField"
,
"type"
:
"Boolean"
,
"title"
:
"展示工具栏"
,
"key"
:
"showButtonGroup"
}]
}]
},
},
"description"
:
""
,
"description"
:
""
,
...
...
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