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
fukai
vue-gjjs
Commits
56a1d2f9
Commit
56a1d2f9
authored
Oct 27, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litame 详情信息中可用银行的动态显示 修改
parent
822d817a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
33 deletions
+23
-33
index.js
src/business/litame/event/index.js
+19
-0
Detp.vue
src/business/litame/views/Detp.vue
+4
-33
No files found.
src/business/litame/event/index.js
View file @
56a1d2f9
...
...
@@ -172,6 +172,25 @@ export default {
return
}
},
async
avbwthChange
()
{
let
ptsList
=
[]
ptsList
.
push
(
this
.
model
.
lidgrp
.
cmb
)
ptsList
.
push
(
this
.
model
.
lidgrp
.
rmb
)
ptsList
.
push
(
this
.
model
.
lidgrp
.
adv
)
let
params
=
{
avbwth
:
this
.
model
.
lidgrp
.
rec
.
avbwth
,
ptsList
};
let
res
=
await
Api
.
post
(
'/service/litame/avbwth'
,
params
);
if
(
res
.
respCode
==
SUCCESS
)
{
this
.
model
.
lidgrp
.
avb
.
pts
.
extkey
=
res
.
data
.
pts
.
extkey
;
this
.
model
.
lidgrp
.
avb
.
pts
.
adrblk
=
res
.
data
.
pts
.
adrblk
;
// this.model.lidgrp.avb.pts.nam=res.data.avbwth.pts.nam;
// this.model.lidgrp.avb.pts.ptainr =res.data.avbwth.pts.ptainr;
// this.model.lidgrp.avb.pts.ptyinr=res.data.avbwth.pts.ptyinr;
// this.model.lidgrp.avb.pts.rol="AVB";
}
},
onSeainf
()
{},
},
};
src/business/litame/views/Detp.vue
View file @
56a1d2f9
...
...
@@ -9,6 +9,7 @@
style=
"width: 100%"
placeholder=
"请选择可用银行"
:code=
"codes.avbwth"
@
change=
"avbwthChange"
>
</c-select>
</el-form-item>
...
...
@@ -19,11 +20,11 @@
<c-fullbox>
<c-input
:disabled=
"this.flag5"
v-model=
"
avbpts
extkey"
v-model=
"
model.lidgrp.avb.pts.
extkey"
maxlength=
"16"
placeholder=
"请输入地址编码"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('lidgrp.avb.pts.extkey
')
queryGridEtyPromptDialogData('AVB','B
')
"
></c-input>
<template
slot=
"footer"
>
...
...
@@ -52,7 +53,7 @@
<c-input
:disabled=
"this.flag6"
type=
"textarea"
v-model=
"
avbpts
adrblk"
v-model=
"
model.lidgrp.avb.pts.
adrblk"
maxlength=
"135"
:rows=
"4"
show-word-limit
...
...
@@ -429,36 +430,6 @@ export default {
},
},
},
computed
:
{
avbptsextkey
(){
if
(
this
.
model
.
lidgrp
.
rec
.
avbwth
==
'A'
){
return
this
.
model
.
lidgrp
.
avb
.
pts
.
extkey
}
if
(
this
.
model
.
lidgrp
.
rec
.
avbwth
==
'I'
){
return
this
.
model
.
lidgrp
.
avb
.
pts
.
extkey
}
if
(
this
.
model
.
lidgrp
.
rec
.
avbwth
==
'C'
){
return
this
.
model
.
lidgrp
.
cmb
.
pts
.
extkey
}
if
(
this
.
model
.
lidgrp
.
rec
.
avbwth
==
'R'
){
return
this
.
model
.
lidgrp
.
rmb
.
pts
.
extkey
}
},
avbptsadrblk
(){
if
(
this
.
model
.
lidgrp
.
rec
.
avbwth
==
'A'
){
return
this
.
model
.
lidgrp
.
avb
.
pts
.
adrblk
}
if
(
this
.
model
.
lidgrp
.
rec
.
avbwth
==
'I'
){
return
this
.
model
.
lidgrp
.
avb
.
pts
.
adrblk
}
if
(
this
.
model
.
lidgrp
.
rec
.
avbwth
==
'C'
){
return
this
.
model
.
lidgrp
.
cmb
.
pts
.
adrblk
}
if
(
this
.
model
.
lidgrp
.
rec
.
avbwth
==
'R'
){
return
this
.
model
.
lidgrp
.
rmb
.
pts
.
adrblk
}
}
},
};
</
script
>
<
style
>
...
...
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