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
9dab5efb
Commit
9dab5efb
authored
Feb 16, 2022
by
乔延琦
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop-yuancheng' into 'develop'
Develop yuancheng See merge request GFP/RBC/rbc-frontend!46
parents
cba4ad8a
07b465ab
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
2 deletions
+21
-2
typesBill.vue
...ms-plugin-billexpand/src/components-control/typesBill.vue
+2
-0
buttonGrouop.vue
...p/@gms/gms-plugin-billexpand/src/control/buttonGrouop.vue
+8
-0
emcon.js
develop/@gms/gms-plugin-billexpand/src/emcon.js
+8
-1
goToDetail.js
...gms/gms-plugin-billexpand/src/query-actions/goToDetail.js
+3
-1
No files found.
develop/@gms/gms-plugin-billexpand/src/components-control/typesBill.vue
View file @
9dab5efb
...
...
@@ -17,6 +17,7 @@
:id=
"billId"
:type=
"billId ? 'load' : 'init'"
:state=
"state"
:hideButtonGroup=
"hideButtonGroup"
@
loadFinish=
"loadFinishFun"
v-if=
"init"
></gms-bill-form>
...
...
@@ -39,6 +40,7 @@ export default {
isReadOnly
:
false
,
billClass
:
null
,
oldBillData
:
null
,
hideButtonGroup
:
false
};
},
watch
:
{
...
...
develop/@gms/gms-plugin-billexpand/src/control/buttonGrouop.vue
View file @
9dab5efb
...
...
@@ -40,6 +40,14 @@ export default {
},
immediate
:
true
},
'tmpBill.$attrs.hideButtonGroup'
:
{
handler
(
nv
)
{
if
(
nv
)
{
this
.
buttonShow
=
false
}
},
immediate
:
true
},
},
mounted
()
{
...
...
develop/@gms/gms-plugin-billexpand/src/emcon.js
View file @
9dab5efb
...
...
@@ -702,7 +702,14 @@ export default {
"type"
:
"field"
,
"title"
:
"单据id"
,
"key"
:
"billId"
}
},
{
"isRequired"
:
true
,
"ref"
:
"columnField"
,
"type"
:
"Boolean"
,
"title"
:
"隐藏工具栏"
,
"key"
:
"hideButton"
},
]
},
"description"
:
"指定跳转页面,配置单据id和单据类型,通过在当前页签打开形式进行跳转"
,
...
...
develop/@gms/gms-plugin-billexpand/src/query-actions/goToDetail.js
View file @
9dab5efb
...
...
@@ -24,7 +24,8 @@ export default {
{
templateName
:
context
.
selects
[
0
][
param
.
viewName
],
id
:
context
.
selects
[
0
][
param
.
billId
],
state
:
'readOnly'
state
:
'readOnly'
,
hideButtonGroup
:
param
.
hideButton
?
true
:
false
},
{
openWay
:
"FUNCTAB"
,
...
...
@@ -39,6 +40,7 @@ export default {
c
.
modal_visible
=
true
;
c
.
isReadOnly
=
true
c
.
state
=
'readOnly'
c
.
hideButtonGroup
=
param
.
hideButton
?
true
:
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