Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
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
isc-v3.1-tmp
isc-web-vue
Commits
7aba6a40
Commit
7aba6a40
authored
Oct 12, 2024
by
huangshunlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
即期结售汇 账号下拉
parent
dddc12a9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
index.js
src/page/Funds/Fxtssb/event/index.js
+2
-2
Ovwp.vue
src/page/Funds/Fxtssb/views/Ovwp.vue
+3
-3
index.js
src/page/Funds/Fxtsss/event/index.js
+2
-2
Ovwp.vue
src/page/Funds/Fxtsss/views/Ovwp.vue
+3
-3
No files found.
src/page/Funds/Fxtssb/event/index.js
View file @
7aba6a40
...
...
@@ -46,8 +46,8 @@ export default {
return
;
}
// this.updateValueSet(res.codeSet);
this
.
model
.
accLst
=
res
.
codeSet
[
"accLst"
];
this
.
model
.
accLst2
=
res
.
codeSet
[
"acc2Lst"
];
this
.
accLst
=
res
.
codeSet
[
"accLst"
];
this
.
accLst2
=
res
.
codeSet
[
"acc2Lst"
];
this
.
model
.
fxdgrp
.
rec
.
acc
=
res
.
data
.
fxdgrp
.
rec
.
acc
;
this
.
model
.
fxdgrp
.
rec
.
acc2
=
res
.
data
.
fxdgrp
.
rec
.
acc2
;
},
...
...
src/page/Funds/Fxtssb/views/Ovwp.vue
View file @
7aba6a40
...
...
@@ -293,14 +293,14 @@
},
watch
:
{
//申请人变得 本外币下拉框需变化
//申请人变动 本外币下拉框需变化、账号、汇率变动
'model.fxdgrp.apl.pts.ptyinr'
:
{
handler
(
newValue
)
{
if
(
newValue
==
""
||
newValue
==
null
)
{
this
.
model
.
fxdgrp
.
rec
.
acc
=
""
;
this
.
model
.
fxdgrp
.
rec
.
acc2
=
""
;
this
.
model
.
accLst
=
[];
this
.
model
.
accLst2
=
[];
this
.
accLst
=
[];
this
.
accLst2
=
[];
return
}
this
.
defaultAccAndRate
();
...
...
src/page/Funds/Fxtsss/event/index.js
View file @
7aba6a40
...
...
@@ -46,8 +46,8 @@ export default {
return
;
}
// this.updateValueSet(res.codeSet);
this
.
model
.
accLst
=
res
.
codeSet
[
"accLst"
];
this
.
model
.
accLst2
=
res
.
codeSet
[
"acc2Lst"
];
this
.
accLst
=
res
.
codeSet
[
"accLst"
];
this
.
accLst2
=
res
.
codeSet
[
"acc2Lst"
];
this
.
model
.
fxdgrp
.
rec
.
acc
=
res
.
data
.
fxdgrp
.
rec
.
acc
;
this
.
model
.
fxdgrp
.
rec
.
acc2
=
res
.
data
.
fxdgrp
.
rec
.
acc2
;
},
...
...
src/page/Funds/Fxtsss/views/Ovwp.vue
View file @
7aba6a40
...
...
@@ -289,14 +289,14 @@
},
watch
:
{
//申请人变
得 本外币下拉框需变化
//申请人变
动 本外币下拉框需变化、账号、汇率变动
'model.fxdgrp.apl.pts.ptyinr'
:
{
handler
(
newValue
)
{
if
(
newValue
==
""
||
newValue
==
null
)
{
this
.
model
.
fxdgrp
.
rec
.
acc
=
""
;
this
.
model
.
fxdgrp
.
rec
.
acc2
=
""
;
this
.
model
.
accLst
=
[];
this
.
model
.
accLst2
=
[];
this
.
accLst
=
[];
this
.
accLst2
=
[];
return
}
this
.
defaultAccAndRate
();
...
...
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