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
822d817a
Commit
822d817a
authored
Oct 27, 2023
by
liaoxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litame 详情信息中可用银行的 动态显示
parent
ca46533d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
3 deletions
+33
-3
Detp.vue
src/business/litame/views/Detp.vue
+33
-3
No files found.
src/business/litame/views/Detp.vue
View file @
822d817a
...
...
@@ -19,7 +19,7 @@
<c-fullbox>
<c-input
:disabled=
"this.flag5"
v-model=
"
model.lidgrp.avb.pts.
extkey"
v-model=
"
avbpts
extkey"
maxlength=
"16"
placeholder=
"请输入地址编码"
@
keyup
.
enter
.
native=
"
...
...
@@ -52,7 +52,7 @@
<c-input
:disabled=
"this.flag6"
type=
"textarea"
v-model=
"
model.lidgrp.avb.pts.
adrblk"
v-model=
"
avbpts
adrblk"
maxlength=
"135"
:rows=
"4"
show-word-limit
...
...
@@ -381,7 +381,7 @@ export default {
else
if
(
val
==
'S'
)
{
this
.
flag4
=
true
;
this
.
flag5
=
false
;
this
.
flag6
=
tru
e
;
this
.
flag6
=
fals
e
;
}
//Reimbursing Bank 偿付行
else
if
(
val
==
'R'
)
{
...
...
@@ -429,6 +429,36 @@ 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