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
f283b54a
Commit
f283b54a
authored
Jan 20, 2022
by
袁成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 页签新建单据传参
parent
1ab07d34
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
createBill.js
...gms/gms-plugin-billexpand/src/query-actions/createBill.js
+2
-0
bill-form-runner.vue
develop/@rbc/runner-bill-form/src/views/bill-form-runner.vue
+3
-3
No files found.
develop/@gms/gms-plugin-billexpand/src/query-actions/createBill.js
View file @
f283b54a
...
...
@@ -24,6 +24,8 @@ export default {
"runner-bill-form"
,
{
templateName
:
templateName
,
init
:
true
,
state
:
''
,
},
{
openWay
:
"FUNCTAB"
,
...
...
develop/@rbc/runner-bill-form/src/views/bill-form-runner.vue
View file @
f283b54a
...
...
@@ -4,7 +4,7 @@
v-if=
"init"
:templateName=
"templateName"
:id=
"billId"
:type=
"
type
"
:type=
"
billId ? 'load' : 'init'
"
:state=
"state"
@
loadFinish=
"loadFinishFun"
></gms-bill-form>
...
...
@@ -49,11 +49,11 @@ export default {
if
(
billId
!==
undefined
)
{
this
.
billId
=
billId
;
}
this
.
state
=
state
||
''
;
this
.
state
=
state
;
this
.
init
=
false
;
this
.
$nextTick
(()
=>
{
this
.
init
=
true
;
this
.
type
=
'load'
//
this.type = 'load'
});
});
},
...
...
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