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
biyuewuhua
isc-web-vue
Commits
f2eb27ac
Commit
f2eb27ac
authored
Oct 15, 2024
by
huangshunlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nam 赋值
parent
efa26aae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
Ovwp.vue
src/page/Funds/Fxtssb/views/Ovwp.vue
+6
-5
No files found.
src/page/Funds/Fxtssb/views/Ovwp.vue
View file @
f2eb27ac
...
@@ -275,10 +275,11 @@
...
@@ -275,10 +275,11 @@
return
flg
;
return
flg
;
},
},
defaultNam950
:
function
()
{
defaultNam950
:
function
()
{
debugger
;
let
amount
=
this
.
moneyFormat
(
this
.
model
.
fxdgrp
.
cbs
.
max
.
amt
,
this
.
model
.
fxdgrp
.
cbs
.
max
.
cur
);
let
amount
=
this
.
moneyFormat
(
this
.
model
.
fxdgrp
.
cbs
.
max
.
amt
,
this
.
model
.
fxdgrp
.
cbs
.
max
.
cur
)
let
nam
=
this
.
getCodelabel
(
this
.
model
.
fxdgrp
.
rec
.
fxtyp
,
"fxt_fxtyp"
)
+
","
return
this
.
getCodelabel
(
this
.
model
.
fxdgrp
.
rec
.
fxtyp
,
"fxt_fxtyp"
)
+
","
+
this
.
model
.
fxdgrp
.
cbs
.
max
.
cur
+
" "
+
amount
+
this
.
model
.
fxdgrp
.
cbs
.
max
.
cur
+
" "
+
amount
;
this
.
model
.
fxdgrp
.
rec
.
nam
=
nam
;
return
nam
;
},
},
},
},
methods
:
{
methods
:
{
...
@@ -292,7 +293,7 @@
...
@@ -292,7 +293,7 @@
},
},
watch
:
{
watch
:
{
//申请人变动 本外币下拉框需变化、账号、汇率变动
//申请人变动 本外币下拉框需变化、账号、汇率变动
'model.fxdgrp.apl.pts.ptyinr'
:
{
'model.fxdgrp.apl.pts.ptyinr'
:
{
handler
(
newValue
)
{
handler
(
newValue
)
{
if
(
newValue
==
""
||
newValue
==
null
)
{
if
(
newValue
==
""
||
newValue
==
null
)
{
...
...
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