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
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
59 additions
and
20 deletions
+59
-20
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
+29
-12
No files found.
src/business/letdrw/views/Ovwp1.vue
View file @
95fc2f4b
...
@@ -449,8 +449,8 @@ export default {
...
@@ -449,8 +449,8 @@ export default {
this
.
model
.
ledgrp
.
cbs
.
max
.
cur
=
this
.
model
.
ledgrp
.
cbs
.
nom1
.
cur
this
.
model
.
ledgrp
.
cbs
.
max
.
cur
=
this
.
model
.
ledgrp
.
cbs
.
nom1
.
cur
return
this
.
model
.
ledgrp
.
cbs
.
max
.
cur
return
this
.
model
.
ledgrp
.
cbs
.
max
.
cur
},
},
maxamt
(){
maxamt
()
{
this
.
model
.
ledgrp
.
cbs
.
max
.
amt
=
this
.
model
.
ledgrp
.
cbs
.
nom1
.
amt
*
(
1
+
this
.
model
.
ledgrp
.
rec
.
nomtop
/
100
)
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
return
this
.
model
.
ledgrp
.
cbs
.
max
.
amt
}
}
}
}
...
...
src/business/letrsv/event/index.js
View file @
95fc2f4b
...
@@ -157,7 +157,6 @@ export default {
...
@@ -157,7 +157,6 @@ export default {
ptsList
.
push
(
this
.
model
.
ledgrp
.
adv
)
ptsList
.
push
(
this
.
model
.
ledgrp
.
adv
)
ptsList
.
push
(
this
.
model
.
ledgrp
.
a2b
)
ptsList
.
push
(
this
.
model
.
ledgrp
.
a2b
)
ptsList
.
push
(
this
.
model
.
ledgrp
.
iss
)
ptsList
.
push
(
this
.
model
.
ledgrp
.
iss
)
ptsList
.
push
(
this
.
model
.
ledgrp
.
own
)
let
params
=
{
let
params
=
{
avbwth
:
this
.
model
.
ledgrp
.
rec
.
avbwth
,
avbwth
:
this
.
model
.
ledgrp
.
rec
.
avbwth
,
ptsList
ptsList
...
...
src/business/letrsv/views/Aamp.vue
View file @
95fc2f4b
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<c-col
:span=
"10"
>
<c-col
:span=
"10"
>
<el-form-item
label=
"附加金额"
prop=
"ledgrp.cbs.max2.cur"
>
<el-form-item
label=
"附加金额"
prop=
"ledgrp.cbs.max2.cur"
>
<c-select
<c-select
v-model=
"m
odel.ledgrp.cbs.max2.
cur"
v-model=
"m
ax2
cur"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择币种"
placeholder=
"请选择币种"
disabled
disabled
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<c-col
:span=
"10"
>
<c-col
:span=
"10"
>
<el-form-item
label=
"附加金额余额"
prop=
"ledgrp.cbs.opn2.cur"
>
<el-form-item
label=
"附加金额余额"
prop=
"ledgrp.cbs.opn2.cur"
>
<c-select
<c-select
v-model=
"
model.ledgrp.cbs.opn2.
cur"
v-model=
"
opn2
cur"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择币种"
placeholder=
"请选择币种"
:code=
"codes.curtxt1"
:code=
"codes.curtxt1"
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"20px"
prop=
"ledgrp.cbs.opn2.amt"
>
<el-form-item
label=
""
label-width=
"20px"
prop=
"ledgrp.cbs.opn2.amt"
>
<c-input-currency
<c-input-currency
v-model=
"
model.ledgrp.cbs.opn2.
amt"
v-model=
"
opn2
amt"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请输入附加金额余额"
placeholder=
"请输入附加金额余额"
disabled
disabled
...
@@ -57,7 +57,7 @@
...
@@ -57,7 +57,7 @@
<el-form-item
label=
"39C场"
prop=
"ledgrp.blk.addamtcov"
>
<el-form-item
label=
"39C场"
prop=
"ledgrp.blk.addamtcov"
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
v-model=
"
model.ledgrp.blk.a
ddamtcov"
v-model=
"
getBlkA
ddamtcov"
maxlength=
"35"
maxlength=
"35"
show-word-limit
show-word-limit
placeholder=
"请输入39C场"
placeholder=
"请输入39C场"
...
@@ -84,6 +84,28 @@ export default {
...
@@ -84,6 +84,28 @@ export default {
},
},
methods
:
{
event
},
methods
:
{
event
},
created
:
function
()
{},
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
>
</
script
>
<
style
>
<
style
>
...
...
src/business/letrsv/views/Detp.vue
View file @
95fc2f4b
...
@@ -11,8 +11,9 @@
...
@@ -11,8 +11,9 @@
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择可用银行"
placeholder=
"请选择可用银行"
:code=
"codes.avbwth"
:code=
"codes.avbwth"
@
change=
"avbwth
Event
"
@
change=
"avbwth
Flg
"
>
>
<!-- @change="avbwthEvent"-->
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
src/business/letrsv/views/Ovwp1.vue
View file @
95fc2f4b
...
@@ -97,7 +97,8 @@
...
@@ -97,7 +97,8 @@
:disabled=
"true"
:disabled=
"true"
v-model=
"model.ledgrp.rec.collflg"
v-model=
"model.ledgrp.rec.collflg"
style=
"margin-left: 10px"
style=
"margin-left: 10px"
>
担保信用证
</c-checkbox
>
担保信用证
</c-checkbox
>
>
</c-col>
</c-col>
</c-col>
</c-col>
...
@@ -130,7 +131,8 @@
...
@@ -130,7 +131,8 @@
<c-checkbox
<c-checkbox
v-model=
"model.letp.aamp.aammod.addamtflg"
v-model=
"model.letp.aamp.aammod.addamtflg"
style=
"margin-left: 10px"
style=
"margin-left: 10px"
>
附加金额
</c-checkbox
>
附加金额
</c-checkbox
>
>
</c-col>
</c-col>
</c-col>
</c-col>
...
@@ -165,7 +167,8 @@
...
@@ -165,7 +167,8 @@
v-model=
"model.ledgrp.rec.inctrf"
v-model=
"model.ledgrp.rec.inctrf"
disabled
disabled
style=
"margin-left: 10px"
style=
"margin-left: 10px"
>
Incoming Transfer
</c-checkbox
>
Incoming Transfer
</c-checkbox
>
>
</c-col>
</c-col>
</c-col>
</c-col>
...
@@ -185,7 +188,8 @@
...
@@ -185,7 +188,8 @@
</c-col>
</c-col>
<c-col
:span=
"5"
>
<c-col
:span=
"5"
>
<c-checkbox
v-model=
"resflg"
style=
"margin-left: 10px"
<c-checkbox
v-model=
"resflg"
style=
"margin-left: 10px"
>
保留合同
</c-checkbox
>
保留合同
</c-checkbox
>
>
</c-col>
</c-col>
</c-col>
</c-col>
...
@@ -194,7 +198,7 @@
...
@@ -194,7 +198,7 @@
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"最大金额"
prop=
"ledgrp.cbs.max.cur"
>
<el-form-item
label=
"最大金额"
prop=
"ledgrp.cbs.max.cur"
>
<c-select
<c-select
v-model=
"model.ledgrp.cbs.max.
cur"
v-model=
"max
cur"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择币种"
placeholder=
"请选择币种"
disabled
disabled
...
@@ -207,7 +211,7 @@
...
@@ -207,7 +211,7 @@
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"20px"
prop=
"ledgrp.cbs.max.amt"
>
<el-form-item
label=
""
label-width=
"20px"
prop=
"ledgrp.cbs.max.amt"
>
<c-input
<c-input
v-model=
"model.ledgrp.cbs.max.
amt"
v-model=
"max
amt"
placeholder=
"请输入金额"
placeholder=
"请输入金额"
class=
"m-input-currency"
class=
"m-input-currency"
disabled
disabled
...
@@ -404,18 +408,20 @@
...
@@ -404,18 +408,20 @@
>
>
</c-ptap>
</c-ptap>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"model.ledgrp.rec.revflg"
class=
"checkbox-left"
style=
"margin: 0px 0 10px 120px"
>
循环信用证
</c-checkbox>
<c-checkbox
v-model=
"model.ledgrp.rec.revflg"
class=
"checkbox-left"
style=
"margin: 0px 0 10px 120px"
>
循环信用证
</c-checkbox>
</c-col>
</c-col>
<!-- Authorization to Debit -->
<!-- Authorization to Debit -->
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"dbtflg"
style=
"margin: 0px 0 10px 100px"
>
借记授权
</c-checkbox>
<c-checkbox
v-model=
"dbtflg"
style=
"margin: 0px 0 10px 100px"
>
借记授权
</c-checkbox>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<c-checkbox
v-model=
"nonban"
class=
"checkbox-left"
style=
"margin: 0px 0 10px 120px"
>
非银行开证
</c-checkbox>
<c-checkbox
v-model=
"nonban"
class=
"checkbox-left"
style=
"margin: 0px 0 10px 120px"
>
非银行开证
</c-checkbox>
...
@@ -433,7 +439,7 @@ import event from "../event"
...
@@ -433,7 +439,7 @@ import event from "../event"
import
Ptap
from
"~/views/Public/Ptap"
;
import
Ptap
from
"~/views/Public/Ptap"
;
export
default
{
export
default
{
components
:
{
"c-ptap"
:
Ptap
},
components
:
{
"c-ptap"
:
Ptap
},
inject
:
[
"root"
],
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
event
],
mixins
:
[
event
],
...
@@ -476,6 +482,16 @@ export default {
...
@@ -476,6 +482,16 @@ export default {
this
.
model
.
ledgrp
.
rec
.
teskeyunc
=
val
?
"X"
:
""
;
this
.
model
.
ledgrp
.
rec
.
teskeyunc
=
val
?
"X"
:
""
;
},
},
},
},
maxcur
()
{
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
=
parseFloat
(
this
.
model
.
ledgrp
.
cbs
.
nom1
.
amt
*
(
1
+
this
.
model
.
ledgrp
.
rec
.
nomtop
/
100
)).
toFixed
(
2
)
return
this
.
model
.
ledgrp
.
cbs
.
max
.
amt
}
},
},
methods
:
{
methods
:
{
apprulChange
(
v
)
{
apprulChange
(
v
)
{
...
@@ -484,7 +500,8 @@ export default {
...
@@ -484,7 +500,8 @@ export default {
}
}
},
},
},
},
created
:
function
()
{},
created
:
function
()
{
},
};
};
</
script
>
</
script
>
<
style
>
<
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