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
b412f196
Commit
b412f196
authored
2 years ago
by
liyixun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cctset点击free of payment 数据不显示问题
parent
9c6af345
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
95 additions
and
29 deletions
+95
-29
index.js
src/model/Bttset/index.js
+2
-0
Setp.vue
src/views/Business/Cctset/Setp.vue
+14
-11
Detp.vue
src/views/Business/Gitpop/Detp.vue
+6
-5
Gidtxtp.vue
src/views/Business/Gitpop/Gidtxtp.vue
+20
-6
Gidtxtpc.vue
src/views/Business/Gitpop/Gidtxtpc.vue
+19
-4
Ovwp.vue
src/views/Business/Gitpop/Ovwp.vue
+1
-1
Preperp.vue
src/views/Business/Gitpop/Preperp.vue
+16
-1
Preperpc.vue
src/views/Business/Gitpop/Preperpc.vue
+17
-1
No files found.
src/model/Bttset/index.js
View file @
b412f196
...
...
@@ -9,6 +9,8 @@ export default class Bttset {
bttpayl1blk
:
""
,
bttprbl1blk
:
""
,
lendoc_botsetl1blk
:
""
,
bopmod_dbap_bopgatl1blk
:
""
,
bopmod_dbdp_bopimpl1blk
:
""
,
setmod
:
new
Pub
().
data
.
Setmod
,
mtabut
:
new
Pub
().
data
.
Mtabut
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Cctset/Setp.vue
View file @
b412f196
...
...
@@ -12,11 +12,7 @@
disabled
></c-input>
<template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
disabled
>
<c-button
size=
"small"
type=
"primary"
disabled
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
</c-button>
</
template
>
...
...
@@ -275,6 +271,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"ccdgrp.rec.frepayflg"
>
<c-checkbox
v-model=
"model.ccdgrp.rec.frepayflg"
@
click=
"frepayFlagChange"
>
Free of Payment
</c-checkbox
>
</el-form-item>
...
...
@@ -309,7 +306,6 @@
v-model=
"model.setmod.redamt"
style=
"text-align: left; width: 100%"
placeholder=
"请输入Reduction Amt"
@
change=
"change"
></c-input-currency>
</el-form-item>
</c-col>
...
...
@@ -495,11 +491,18 @@ export default {
},
methods
:
{
...
Event
,
async
change
()
{
if
(
this
.
model
.
ccdgrp
.
rec
.
frepayflg
===
"X"
)
{
this
.
model
.
setmod
.
redamt
=
this
.
model
.
setmod
.
docamt
;
}
else
{
this
.
model
.
setmod
.
redamt
=
"0.00"
;
// async change() {
// if (this.model.ccdgrp.rec.frepayflg === "X") {
// this.model.setmod.redamt = this.model.setmod.docamt;
// } else {
// this.model.setmod.redamt = "0.00";
// }
// },
async
frepayFlagChange
(){
let
rtnmsg
=
await
this
.
executeDefault
(
"setmod.redamt"
);
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
Utils
.
copyValueFromVO
(
this
.
model
,
rtnmsg
.
data
);
}
},
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Gitpop/Detp.vue
View file @
b412f196
...
...
@@ -474,14 +474,15 @@
label=
"InDirect Swift Add"
prop=
"gitp.indirectswiadd"
>
<c-input
rows=
"4px"
<c-input-xml
type=
"textarea"
v-model=
"model.gitp.indirectswiadd"
maxlength=
"65"
:maxRows=
"10"
:model=
"model.gitp.indirectswiadd"
@
change=
"selectOrCheckboxRule('gitp.indirectswiadd')"
maxlength=
"9750"
show-word-limit
placeholder=
"请输入InDirect Swift Add"
></c-input>
></c-input
-xml
>
</el-form-item>
</c-col>
</c-col>
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Gitpop/Gidtxtp.vue
View file @
b412f196
...
...
@@ -5,19 +5,33 @@
<c-col
:span=
"16"
>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.gidtxtmodflg == ''"
label=
"Guarantee Text with Variables"
prop=
"gidgrp.blk.gidtxt"
>
<i-stream-input
:disabled=
"model.gitp.gidtxtmodflg == ''"
type=
"textarea
"
rows=
"15
"
<c-input-xml
disabled
resize=
"none
"
:maxRows=
"10
"
:model=
"model.gidgrp.blk.gidtxt"
maxlength=
"32500"
show-word-limit
placeholder=
"请输入Guarantee Text with Variables"
></i-stream-input>
<!--
<c-input
:disabled=
"model.gitp.gidtxtmodflg == ''"
type=
"textarea"
rows=
"15"
v-model=
"model.gidgrp.blk.gidtxt"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Guarantee Text with Variables"
></c-input>
-->
></c-input-xml>
</el-form-item>
<el-form-item
v-if=
"model.gitp.gidtxtmodflg == 'X'"
label=
"Guarantee Text with Variables"
prop=
"gidgrp.blk.gtxgidtxt"
>
<c-input-xml
type=
"textarea"
:model=
"model.gidgrp.blk.gtxgidtxt"
:maxRows=
"10"
maxlength=
"32500"
show-word-limit
placeholder=
"请输入Guarantee Text with Variables"
></c-input-xml>
</el-form-item>
</c-col>
</c-col>
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Gitpop/Gidtxtpc.vue
View file @
b412f196
...
...
@@ -5,18 +5,33 @@
<c-col
:span=
"16"
>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.gitp.gidtxtmodflgc == ''"
label=
"Guarantee Text with Variables"
prop=
"gidgrp.blk.gtxgidtxt"
>
<c-input
<c-input
-xml
:disabled=
"model.gitp.gidtxtmodflgc == ''"
type=
"textarea"
rows=
"15"
v-
model=
"model.gidgrp.blk.gtxgidtxtc"
maxlength=
"
32500
"
:
model=
"model.gidgrp.blk.gtxgidtxtc"
maxlength=
"
65
"
show-word-limit
placeholder=
"请输入Guarantee Text with Variables"
></c-input>
></c-input-xml>
</el-form-item>
<el-form-item
v-if=
"model.gitp.gidtxtmodflgc == 'X'"
label=
"Guarantee Text with Variables - Counter Undertaking"
prop=
"gidgrp.blk.gtxgidtxtc"
>
<c-input-xml
type=
"textarea"
:modle=
"model.gidgrp.blk.gtxgidtxtc"
rows=
"15"
maxlength=
"65"
show-word-limit
placeholder=
"请输入Guarantee Text with Variables - Counter Undertaking"
></c-input-xml>
</el-form-item>
</c-col>
</c-col>
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Gitpop/Ovwp.vue
View file @
b412f196
...
...
@@ -397,7 +397,7 @@
placeholder=
"请选择Applicable Rules"
>
<el-option
v-for=
"item in codes.apprul"
v-for=
"item in codes.apprul
c1
"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Gitpop/Preperp.vue
View file @
b412f196
...
...
@@ -178,9 +178,10 @@
<el-form-item
label=
"Presentation Instr."
prop=
"gidgrp.blk.preper"
v-if=
"model.gitp.prepermodflg==''"
>
<c-input
:disabled=
"model.gitp.prepermodflg == ''"
disabled
type=
"textarea"
:rows=
"5"
v-model=
"model.gidgrp.blk.preper"
...
...
@@ -189,6 +190,20 @@
placeholder=
"请输入Presentation Instr."
></c-input>
</el-form-item>
<el-form-item
label=
"Presentation Instr."
prop=
"gidgrp.blk.atxpreper"
v-if=
"model.gitp.prepermodflg=='X'"
>
<c-input
type=
"textarea"
:rows=
"5"
v-model=
"model.gidgrp.blk.atxpreper"
maxlength=
"6500"
show-word-limit
placeholder=
"请输入Presentation Instr."
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
<c-checkbox
...
...
This diff is collapsed.
Click to expand it.
src/views/Business/Gitpop/Preperpc.vue
View file @
b412f196
...
...
@@ -79,9 +79,10 @@
<el-form-item
label=
"Presentation Instr. "
prop=
"gidgrp.blk.preperc"
v-if=
"model.gitp.prepercmodflg==''"
>
<c-input
:disabled=
"model.gitp.prepercmodflg == ''"
disabled
rows=
"6"
type=
"textarea"
v-model=
"model.gidgrp.blk.preperc"
...
...
@@ -90,6 +91,21 @@
placeholder=
"请输入Presentation Instr. "
></c-input>
</el-form-item>
<el-form-item
label=
"Presentation Instr. "
prop=
"gidgrp.blk.atxpreperc"
v-if=
"model.gitp.prepercmodflg=='X'"
>
<c-input
disabled
rows=
"6"
type=
"textarea"
v-model=
"model.gidgrp.blk.atxpreperc"
maxlength=
"6500"
show-word-limit
placeholder=
"请输入Presentation Instr. "
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
<c-checkbox
...
...
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