Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
zhouqian
vue-gjjs
Commits
e81589b0
Commit
e81589b0
authored
Sep 10, 2021
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
申请人开户行的弹出回填
parent
b432a9ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
Ovwp.vue
src/views/Business/Ditopn/Ovwp.vue
+19
-0
No files found.
src/views/Business/Ditopn/Ovwp.vue
View file @
e81589b0
...
...
@@ -494,6 +494,7 @@
v-model=
"model.didgrp.apb.pts.bankno"
maxlength=
"20"
placeholder=
"请输入Number of bank"
@
keyup
.
enter
.
native=
"apbPtsBanknoEvent"
></c-input>
</el-form-item>
</el-col>
...
...
@@ -763,6 +764,24 @@ export default {
}
);
},
apbPtsBanknoEvent
()
{
Api
.
post
(
"ditopn/executeRule/didgrp.apb.pts.bankno"
,
Utils
.
getRequestDataFn
.
call
(
this
)).
then
(
(
res
)
=>
{
if
(
res
.
respCode
=
"AAAAAA"
){
if
(
res
.
data
.
params
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
res
.
data
);
}
else
{
this
.
$refs
.
etyDialog
.
show
=
true
this
.
gridPromptDialog
.
title
=
res
.
data
.
title
this
.
gridPromptDialog
.
columnStr
=
res
.
data
.
columns
this
.
gridPromptDialog
.
data
=
res
.
data
.
vals
.
rows
this
.
gridPromptDialog
.
type
=
'bankno'
this
.
gridPromptDialog
.
rulePath
=
'didgrp.apb.pts.bankno'
}
}
}
)
},
banknoEvent
()
{
// const data = Utils.flatObject(this.model);
// var temp = this.model.didgrp.beb.pts.bankno;
...
...
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