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
95fc2f4b
Commit
95fc2f4b
authored
Jul 26, 2023
by
WH
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复letrsv缺陷
parent
6bda1321
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
8 deletions
+30
-8
Ovwp1.vue
src/business/letdrw/views/Ovwp1.vue
+2
-2
index.js
src/business/letrsv/event/index.js
+0
-1
Aamp.vue
src/business/letrsv/views/Aamp.vue
+26
-4
Detp.vue
src/business/letrsv/views/Detp.vue
+2
-1
Ovwp1.vue
src/business/letrsv/views/Ovwp1.vue
+0
-0
No files found.
src/business/letdrw/views/Ovwp1.vue
View file @
95fc2f4b
...
...
@@ -449,8 +449,8 @@ export default {
this
.
model
.
ledgrp
.
cbs
.
max
.
cur
=
this
.
model
.
ledgrp
.
cbs
.
nom1
.
cur
return
this
.
model
.
ledgrp
.
cbs
.
max
.
cur
},
maxamt
(){
this
.
model
.
ledgrp
.
cbs
.
max
.
amt
=
this
.
model
.
ledgrp
.
cbs
.
nom1
.
amt
*
(
1
+
this
.
model
.
ledgrp
.
rec
.
nomtop
/
100
)
maxamt
()
{
this
.
model
.
ledgrp
.
cbs
.
max
.
amt
=
parseFloat
(
this
.
model
.
ledgrp
.
cbs
.
nom1
.
amt
*
(
1
+
this
.
model
.
ledgrp
.
rec
.
nomtop
/
100
)).
toFixed
(
2
)
return
this
.
model
.
ledgrp
.
cbs
.
max
.
amt
}
}
...
...
src/business/letrsv/event/index.js
View file @
95fc2f4b
...
...
@@ -157,7 +157,6 @@ export default {
ptsList
.
push
(
this
.
model
.
ledgrp
.
adv
)
ptsList
.
push
(
this
.
model
.
ledgrp
.
a2b
)
ptsList
.
push
(
this
.
model
.
ledgrp
.
iss
)
ptsList
.
push
(
this
.
model
.
ledgrp
.
own
)
let
params
=
{
avbwth
:
this
.
model
.
ledgrp
.
rec
.
avbwth
,
ptsList
...
...
src/business/letrsv/views/Aamp.vue
View file @
95fc2f4b
...
...
@@ -4,7 +4,7 @@
<c-col
:span=
"10"
>
<el-form-item
label=
"附加金额"
prop=
"ledgrp.cbs.max2.cur"
>
<c-select
v-model=
"m
odel.ledgrp.cbs.max2.
cur"
v-model=
"m
ax2
cur"
style=
"width: 100%"
placeholder=
"请选择币种"
disabled
...
...
@@ -32,7 +32,7 @@
<c-col
:span=
"10"
>
<el-form-item
label=
"附加金额余额"
prop=
"ledgrp.cbs.opn2.cur"
>
<c-select
v-model=
"
model.ledgrp.cbs.opn2.
cur"
v-model=
"
opn2
cur"
style=
"width: 100%"
placeholder=
"请选择币种"
:code=
"codes.curtxt1"
...
...
@@ -45,7 +45,7 @@
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"20px"
prop=
"ledgrp.cbs.opn2.amt"
>
<c-input-currency
v-model=
"
model.ledgrp.cbs.opn2.
amt"
v-model=
"
opn2
amt"
style=
"width: 100%"
placeholder=
"请输入附加金额余额"
disabled
...
...
@@ -57,7 +57,7 @@
<el-form-item
label=
"39C场"
prop=
"ledgrp.blk.addamtcov"
>
<c-input
type=
"textarea"
v-model=
"
model.ledgrp.blk.a
ddamtcov"
v-model=
"
getBlkA
ddamtcov"
maxlength=
"35"
show-word-limit
placeholder=
"请输入39C场"
...
...
@@ -84,6 +84,28 @@ export default {
},
methods
:
{
event
},
created
:
function
()
{},
computed
:{
max2cur
(){
this
.
model
.
ledgrp
.
cbs
.
max2
.
cur
=
this
.
model
.
ledgrp
.
cbs
.
max
.
cur
return
this
.
model
.
ledgrp
.
cbs
.
max2
.
cur
},
opn2cur
(){
this
.
model
.
ledgrp
.
cbs
.
opn2
.
cur
=
this
.
model
.
ledgrp
.
cbs
.
max
.
cur
return
this
.
model
.
ledgrp
.
cbs
.
opn2
.
cur
},
opn2amt
(){
this
.
model
.
ledgrp
.
cbs
.
opn2
.
amt
=
parseFloat
(
this
.
model
.
ledgrp
.
cbs
.
max2
.
amt
).
toFixed
(
3
)
return
this
.
model
.
ledgrp
.
cbs
.
opn2
.
amt
},
getBlkAddamtcov
(){
this
.
model
.
ledgrp
.
blk
.
addamtcov
=
this
.
model
.
ledgrp
.
cbs
.
opn2
.
cur
+
" "
+
this
.
model
.
ledgrp
.
cbs
.
opn2
.
amt
return
this
.
model
.
ledgrp
.
blk
.
addamtcov
}
},
};
</
script
>
<
style
>
...
...
src/business/letrsv/views/Detp.vue
View file @
95fc2f4b
...
...
@@ -11,8 +11,9 @@
style=
"width: 100%"
placeholder=
"请选择可用银行"
:code=
"codes.avbwth"
@
change=
"avbwth
Event
"
@
change=
"avbwth
Flg
"
>
<!-- @change="avbwthEvent"-->
</c-select>
</el-form-item>
</c-col>
...
...
src/business/letrsv/views/Ovwp1.vue
View file @
95fc2f4b
This diff is collapsed.
Click to expand it.
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