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
f3233ce3
Commit
f3233ce3
authored
Mar 03, 2022
by
qiaoyanqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加hideButtonGroup属性
parent
a29f1257
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
customerQueryAction.js
.../gms-plugin-billexpand/src/actions/customerQueryAction.js
+1
-1
bill-form-runner.vue
develop/@rbc/runner-bill-form/src/views/bill-form-runner.vue
+3
-0
No files found.
develop/@gms/gms-plugin-billexpand/src/actions/customerQueryAction.js
View file @
f3233ce3
...
...
@@ -10,7 +10,7 @@ export default {
for
(
const
key
in
filterFieldObj
)
{
let
extrConditionObj
=
{
name
:
filterFieldObj
[
key
]
}
let
value
=
bill
.
getMasterData
().
getValue
(
key
)
extrConditionObj
.
values
=
await
getExtrConditionObjValue
(
value
)
,
extrConditionObj
.
values
=
await
getExtrConditionObjValue
(
value
)
extrConditionObj
.
type
=
getExtrConditionObjType
(
value
)
extrConditions
.
push
(
extrConditionObj
)
}
...
...
develop/@rbc/runner-bill-form/src/views/bill-form-runner.vue
View file @
f3233ce3
...
...
@@ -6,6 +6,7 @@
:id=
"billId"
:type=
"billId ? 'load' : 'init'"
:state=
"state"
:hideButtonGroup=
"hideButtonGroup"
@
loadFinish=
"loadFinishFun"
></gms-bill-form>
</div>
...
...
@@ -32,6 +33,7 @@ export default {
templateName
:
""
,
init
:
true
,
curTagId
:
null
,
hideButtonGroup
:
false
};
},
created
()
{
...
...
@@ -39,6 +41,7 @@ export default {
this
.
billId
=
this
.
config
.
id
;
this
.
state
=
this
.
config
.
state
||
''
;
this
.
templateName
=
this
.
config
.
templateName
||
this
.
config
.
name
;
this
.
hideButtonGroup
=
this
.
config
.
hideButtonGroup
||
false
;
},
mounted
()
{
this
.
$portalAPI
.
on
(
"resetBillData"
,
this
.
changeData
);
...
...
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