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
zhouqian
vue-gjjs
Commits
14815903
Commit
14815903
authored
Aug 11, 2022
by
panziyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitcrq,getcrq样式修改
parent
55e22089
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
424 additions
and
335 deletions
+424
-335
index.js
src/model/Getcan/index.js
+5
-0
Event.js
src/model/Getcrq/Event.js
+5
-1
index.js
src/model/Gitcan/index.js
+6
-0
Event.js
src/model/Gitcrq/Event.js
+6
-2
Gitsetp1.vue
src/views/Business/Gctcan/Gitsetp1.vue
+29
-30
Canp.vue
src/views/Business/Getcan/Canp.vue
+22
-15
Gitdetp.vue
src/views/Business/Getcrq/Gitdetp.vue
+146
-103
Gitsetp1.vue
src/views/Business/Getcrq/Gitsetp1.vue
+89
-59
Canp.vue
src/views/Business/Gitcan/Canp.vue
+0
-7
Shisuan.vue
src/views/Business/Gitcan/Shisuan.vue
+30
-41
Gitsetp1.vue
src/views/Business/Gitcrj/Gitsetp1.vue
+2
-14
Gitsetp1.vue
src/views/Business/Gitcrq/Gitsetp1.vue
+84
-63
No files found.
src/model/Getcan/index.js
View file @
14815903
...
...
@@ -4,6 +4,11 @@ import Pub from "../Public"
export
default
class
Getcan
{
constructor
()
{
this
.
data
=
{
gitapll2blk
:
""
,
gitapll1blk
:
""
,
gitbenl1blk
:
""
,
gitbenl2blk
:
""
,
setmod
:
new
Pub
().
data
.
Setmod
,
mtabut
:
new
Pub
().
data
.
Mtabut
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
...
...
src/model/Getcrq/Event.js
View file @
14815903
...
...
@@ -7,7 +7,11 @@ export default {
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
this
.
model
.
gcdgrp
.
rec
.
ownref
=
rtnmsg
.
data
.
gcdgrp_rec_ownref
this
.
$message
({
type
:
'success'
,
message
:
'获取成功!'
})
}
else
{
...
...
src/model/Gitcan/index.js
View file @
14815903
...
...
@@ -4,6 +4,12 @@ import Pub from "../Public"
export
default
class
Gitcan
{
constructor
()
{
this
.
data
=
{
gitapll2blk
:
""
,
gitapll1blk
:
""
,
gitbenl1blk
:
""
,
gitbenl2blk
:
""
,
gitcanl1blk
:
""
,
setmod
:
new
Pub
().
data
.
Setmod
,
mtabut
:
new
Pub
().
data
.
Mtabut
,
trnmod
:
new
Pub
().
data
.
Trnmod
,
...
...
src/model/Gitcrq/Event.js
View file @
14815903
...
...
@@ -7,8 +7,12 @@ export default {
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
}
this
.
model
.
gcdgrp
.
rec
.
ownref
=
rtnmsg
.
data
.
gcdgrp_rec_ownref
this
.
$message
({
type
:
'success'
,
message
:
'获取成功!'
})
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
...
...
src/views/Business/Gctcan/Gitsetp1.vue
View file @
14815903
...
...
@@ -60,7 +60,12 @@
prop=
"gcdgrp.cbs.max.cur"
previewLabel=
"信用证币种"
>
<c-input
v-model=
"model.gcdgrp.cbs.max.cur"
maxlength=
"3"
disabled
placeholder=
"请输入Amount Claimed"
></c-input>
<c-input
v-model=
"model.gcdgrp.cbs.max.cur"
maxlength=
"3"
disabled
placeholder=
"请输入Amount Claimed"
></c-input>
</c-form-item>
</c-col>
...
...
@@ -75,9 +80,6 @@
v-model=
"model.gcdgrp.cbs.max.amt"
placeholder=
"请输入信用证金额"
disabled
@
keyup
.
enter
.
native=
"
defaultFunction('gcdgrp.cbs.max.amt', model.gcdgrp.cbs.max.amt)
"
></c-input-currency>
</c-form-item>
</c-col>
...
...
@@ -95,11 +97,17 @@
</c-col> -->
<c-col
:span=
"5"
>
<c-checkbox
v-model=
"model.gctp0.gctp0"
style=
"margin-left:18px;height: 32px;
line-height: 32px;
padding-bottom: 2px;"
disabled
>
Add. Amount
</c-checkbox>
<c-checkbox
v-model=
"model.gctp0.gctp0"
style=
"
margin-left: 18px;
height: 32px;
line-height: 32px;
padding-bottom: 2px;
"
disabled
>
Add. Amount
</c-checkbox
>
</c-col>
<!-- <c-col :span="12">
<el-form-item label="Open Amount" prop="gcdgrp.cbs.opn1.cur">
...
...
@@ -121,7 +129,6 @@
<c-select
v-model=
"model.gcdgrp.cbs.opn1.cur"
placeholder=
""
@
keyup
.
enter
.
native=
"nom1CurEvent"
style=
"width: 100%"
disabled
>
...
...
@@ -147,9 +154,6 @@
v-model=
"model.gcdgrp.cbs.opn1.amt"
placeholder=
"请输入"
disabled
@
keyup
.
enter
.
native=
"
defaultFunction('gcdgrp.cbs.opn1.amt', model.gcdgrp.cbs.opn1.amt)
"
></c-input-currency>
</c-form-item>
</c-col>
...
...
@@ -175,7 +179,6 @@
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"12"
>
...
...
@@ -187,7 +190,6 @@
<c-select
v-model=
"model.gidgrp.cbs.opn1.cur"
placeholder=
""
@
keyup
.
enter
.
native=
"nom1CurEvent"
style=
"width: 100%"
disabled
>
...
...
@@ -212,9 +214,6 @@
v-model=
"model.gidgrp.cbs.opn1.amt"
placeholder=
"请输入信用证金额"
disabled
@
keyup
.
enter
.
native=
"
defaultFunction('gidgrp.cbs.opn1.amt', model.gidgrp.cbs.opn1.amt)
"
></c-input-currency>
</c-form-item>
</c-col>
...
...
@@ -271,18 +270,18 @@
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
style=
"height: 0px"
>
<el-divider></el-divider>
</c-col>
<c-col
:span=
"11"
style=
"margin-top:
15px"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
style=
"height: 0px"
>
<el-divider></el-divider>
</c-col>
<c-col
:span=
"11"
style=
"margin-top:
15px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Booking Procedure"
prop=
"rebkpflg"
>
<c-select
v-model=
"model.rebkpflg"
style=
"width: 100%"
placeholder=
"请选择Booking Procedure"
><el-option
><el-option
v-for=
"item in rebkpflg"
:key=
"item.value"
:label=
"item.label"
...
...
@@ -292,7 +291,7 @@
</c-select>
</el-form-item>
</c-col>
</c-col>
</c-col>
<!-- <c-col :span="12">
<el-form-item label="Drag Drop Sender" prop="gctp0.gidget.sdamod.dadsnd">
<c-input v-model="model.gctp0.gidget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input>
...
...
@@ -464,10 +463,10 @@ export default {
mixins
:
[
commonProcess
],
data
()
{
return
{
rebkpflg
:
[
{
label
:
"Reverse Booking (Claim)"
,
value
:
"1"
},
{
label
:
"Reverse Booking (Claim, Guarantee)"
,
value
:
"2"
},
],
rebkpflg
:
[
{
label
:
"Reverse Booking (Claim)"
,
value
:
"1"
},
{
label
:
"Reverse Booking (Claim, Guarantee)"
,
value
:
"2"
},
],
};
},
methods
:
{
...
Event
},
...
...
src/views/Business/Getcan/Canp.vue
View file @
14815903
...
...
@@ -61,7 +61,12 @@
prop=
"gidgrp.cbs.max.cur"
previewLabel=
"信用证币种"
>
<c-input
v-model=
"model.gidgrp.cbs.max.cur"
maxlength=
"3"
disabled
placeholder=
"请输入Amount Claimed"
></c-input>
<c-input
v-model=
"model.gidgrp.cbs.max.cur"
maxlength=
"3"
disabled
placeholder=
"请输入Amount Claimed"
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"8"
>
...
...
@@ -75,16 +80,19 @@
v-model=
"model.gidgrp.cbs.max.amt"
placeholder=
"请输入信用证金额"
disabled
@
keyup
.
enter
.
native=
"
defaultFunction('gidgrp.cbs.max.amt', model.gidgrp.cbs.max.amt)
"
></c-input-currency>
</c-form-item>
</c-col>
<c-col
:span=
"5"
>
<c-checkbox
v-model=
"model.gitp0.gitp0s20"
disabled
style=
"margin-left: 18px;height: 32px;
line-height: 32px;
padding-bottom: 2px;"
<c-checkbox
v-model=
"model.gitp0.gitp0s20"
disabled
style=
"
margin-left: 18px;
height: 32px;
line-height: 32px;
padding-bottom: 2px;
"
>
Add. Amount
</c-checkbox
>
</c-col>
...
...
@@ -98,7 +106,6 @@
<c-select
v-model=
"model.gidgrp.cbs.opn1.cur"
placeholder=
"请选择Currency"
@
keyup
.
enter
.
native=
"nom1CurEvent"
style=
"width: 100%"
disabled
>
...
...
@@ -123,9 +130,6 @@
v-model=
"model.gidgrp.cbs.opn1.amt"
placeholder=
"请输入信用证金额"
disabled
@
keyup
.
enter
.
native=
"
defaultFunction('gidgrp.cbs.opn1.amt', model.gidgrp.cbs.opn1.amt)
"
></c-input-currency>
</c-form-item>
</c-col>
...
...
@@ -173,7 +177,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
prop=
"gidgrp.rec.exptyp"
label-width=
"50px"
>
<el-form-item
label=
""
prop=
"gidgrp.rec.exptyp"
label-width=
"50px"
>
<c-input
v-model=
"model.gidgrp.rec.exptyp"
disabled
...
...
@@ -301,9 +305,12 @@
</c-col>
<c-col
:span=
"24"
:offset=
"6"
>
<c-checkbox
style=
"margin-left: 15px;height: 32px;
line-height: 32px;
padding-bottom: 2px;"
style=
"
margin-left: 15px;
height: 32px;
line-height: 32px;
padding-bottom: 2px;
"
v-model=
"model.mtabut.clsflg"
:disabled=
"model.gidgrp.rec.purcan != 'RR'"
>
Close Flag
</c-checkbox
...
...
src/views/Business/Getcrq/Gitdetp.vue
View file @
14815903
This diff is collapsed.
Click to expand it.
src/views/Business/Getcrq/Gitsetp1.vue
View file @
14815903
...
...
@@ -37,7 +37,11 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Valid until"
prop=
"gidgrp.rec.expdat"
label-width=
"40%"
>
<el-form-item
label=
"Valid until"
prop=
"gidgrp.rec.expdat"
label-width=
"40%"
>
<c-date-picker
type=
"date"
v-model=
"model.gidgrp.rec.expdat"
...
...
@@ -70,7 +74,12 @@
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onGctpGetrefbut"
>
<c-button
size=
"small"
type=
"primary"
:disabled=
"this.flag"
@
click=
"onGctpGetrefbut"
>
Get ref.
</c-button>
</
template
>
...
...
@@ -84,7 +93,12 @@
prop=
"gcdgrp.cbs.max.cur"
previewLabel=
"信用证币种"
>
<c-input
v-model=
"model.gcdgrp.cbs.max.cur"
maxlength=
"3"
disabled
placeholder=
"请输入Amount Claimed"
></c-input>
<c-input
v-model=
"model.gcdgrp.cbs.max.cur"
maxlength=
"3"
disabled
placeholder=
"请输入Amount Claimed"
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"9"
>
...
...
@@ -96,7 +110,8 @@
>
<c-input-currency
disabled
v-model=
"model.gcdgrp.cbs.max.amt"
placeholder=
"请输入Balance"
v-model=
"model.gcdgrp.cbs.max.amt"
placeholder=
"请输入Balance"
></c-input-currency>
</c-form-item>
</c-col>
...
...
@@ -116,9 +131,12 @@
<c-checkbox
v-model=
"model.gctp.gcthdr"
disabled
style=
"margin-left: 18px;height: 32px;
line-height: 32px;
padding-bottom: 2px;"
style=
"
margin-left: 18px;
height: 32px;
line-height: 32px;
padding-bottom: 2px;
"
>
Add. Amount
</c-checkbox
>
</c-col>
...
...
@@ -142,7 +160,6 @@
<c-select
v-model=
"model.gcdgrp.cbs.opn1.cur"
placeholder=
""
@
keyup
.
enter
.
native=
"nom1CurEvent"
style=
"width: 100%"
disabled
>
...
...
@@ -167,9 +184,6 @@
v-model=
"model.gcdgrp.cbs.opn1.amt"
placeholder=
"请输入"
disabled
@
keyup
.
enter
.
native=
"
defaultFunction('gcdgrp.cbs.opn1.amt', model.gcdgrp.cbs.opn1.amt)
"
></c-input-currency>
</c-form-item>
</c-col>
...
...
@@ -207,7 +221,6 @@
<c-select
v-model=
"model.gidgrp.cbs.opn1.cur"
placeholder=
""
@
keyup
.
enter
.
native=
"nom1CurEvent"
style=
"width: 100%"
disabled
>
...
...
@@ -232,9 +245,6 @@
v-model=
"model.gidgrp.cbs.opn1.amt"
placeholder=
"请输入信用证金额"
disabled
@
keyup
.
enter
.
native=
"
defaultFunction('gidgrp.cbs.opn1.amt', model.gidgrp.cbs.opn1.amt)
"
></c-input-currency>
</c-form-item>
</c-col>
...
...
@@ -314,7 +324,12 @@
prop=
"gcdgrp.cbs.max.cur"
previewLabel=
"信用证币种"
>
<c-input
v-model=
"model.gcdgrp.cbs.max.cur"
maxlength=
"3"
disabled
placeholder=
"请输入Amount Claimed"
></c-input>
<c-input
v-model=
"model.gcdgrp.cbs.max.cur"
maxlength=
"3"
disabled
placeholder=
"请输入Amount Claimed"
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"12"
>
...
...
@@ -351,7 +366,12 @@
prop=
"gcdgrp.cbs.opn2.cur"
previewLabel=
"信用证币种"
>
<c-input
v-model=
"model.gcdgrp.cbs.opn2.cur"
maxlength=
"3"
disabled
placeholder=
"请输入Amount Claimed"
></c-input>
<c-input
v-model=
"model.gcdgrp.cbs.opn2.cur"
maxlength=
"3"
disabled
placeholder=
"请输入Amount Claimed"
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"12"
>
...
...
@@ -365,9 +385,6 @@
v-model=
"model.gcdgrp.cbs.max2.amt"
placeholder=
"请输入信用证金额"
disabled
@
keyup
.
enter
.
native=
"
defaultFunction('gcdgrp.cbs.max2.amt', model.gcdgrp.cbs.max2.amt)
"
></c-input-currency>
</c-form-item>
</c-col>
...
...
@@ -410,9 +427,12 @@
<c-checkbox
v-model=
"model.extpay"
key=
"item.value"
style=
"margin-left: 11px;height: 32px;
line-height: 32px;
padding-bottom: 2px;"
style=
"
margin-left: 11px;
height: 32px;
line-height: 32px;
padding-bottom: 2px;
"
>
Extend or Pay
</c-checkbox
>
</c-col>
...
...
@@ -430,27 +450,36 @@
</c-col>
<c-col
:span=
"11"
:offset=
"1"
style=
"margin-top: 15px"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Presented by"
prop=
"gcdgrp.rec.docprbrol"
>
<c-select
<c-select
:code=
"codes.docprbrol"
v-model=
"model.gcdgrp.rec.docprbrol"
style=
"width:100%"
placeholder=
"请选择Presented by"
>
</c-select>
v-model=
"model.gcdgrp.rec.docprbrol"
style=
"width: 100%"
placeholder=
"请选择Presented by"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Reference"
prop=
"gcdgrp.prb.pts.ref"
>
<c-input
v-model=
"model.gcdgrp.prb.pts.ref"
maxlength=
"16"
placeholder=
"请输入Reference"
></c-input>
<c-input
v-model=
"model.gcdgrp.prb.pts.ref"
maxlength=
"16"
placeholder=
"请输入Reference"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"gcdgrp.prb.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gcdgrp.prb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"showGridPromptDialog('gcdgrp.prb.pts.extkey')"
<c-fullbox>
<c-input
v-model=
"model.gcdgrp.prb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.prb.pts.extkey')
"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -468,21 +497,24 @@
@
click=
"onPrbpDet"
>
Details
</c-button>
</c-button>
</
template
>
</c-fullbox>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"gcdgrp.prb.pts.adrblk"
>
<c-input
<c-input
:rows=
"4"
type=
"textarea"
v-model=
"model.gcdgrp.prb.pts.adrblk"
maxlength=
"300"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
type=
"textarea"
v-model=
"model.gcdgrp.prb.pts.adrblk"
maxlength=
"300"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-form-item
label=
"Payer"
prop=
"gcdgrp.rec.payrol"
>
...
...
@@ -505,10 +537,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"gcdgrp.oth.pts.extkey"
>
<el-form-item
label=
""
prop=
"gcdgrp.oth.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gcdgrp.oth.pts.extkey"
...
...
@@ -532,7 +561,7 @@
style=
"margin: 0 0"
size=
"small"
type=
"primary"
@
click=
"onOthpDet"
@
click=
"onOthpDet"
>
Details
</c-button>
...
...
@@ -553,7 +582,7 @@
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<el-form-item label="名称" prop="gcdgrp.oth.namelc">
<c-input type="textarea"
...
...
@@ -578,7 +607,7 @@
<c-input type="textarea" v-model="model.gcdgrp.oth.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="24">
<el-form-item label="地址" prop="gcdgrp.oth.adrelc">
<c-input type="textarea"
:rows="2"
...
...
@@ -607,15 +636,16 @@ export default {
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{
};
return
{};
},
computed
:
{
flag
()
{
return
this
.
model
.
gcdgrp
.
prb
.
pts
.
extkey
==
""
;
},
},
methods
:
{
...
Event
,
},
created
:
function
()
{},
};
...
...
src/views/Business/Gitcan/Canp.vue
View file @
14815903
...
...
@@ -80,9 +80,6 @@
v-model=
"model.gidgrp.cbs.max.amt"
placeholder=
"请输入信用证金额"
disabled
@
keyup
.
enter
.
native=
"
defaultFunction('gidgrp.cbs.max.amt', model.gidgrp.cbs.max.amt)
"
></c-input-currency>
</c-form-item>
</c-col>
...
...
@@ -109,7 +106,6 @@
<c-select
v-model=
"model.gidgrp.cbs.opn1.cur"
placeholder=
"请选择Currency"
@
keyup
.
enter
.
native=
"nom1CurEvent"
style=
"width: 100%"
disabled
>
...
...
@@ -134,9 +130,6 @@
v-model=
"model.gidgrp.cbs.opn1.amt"
placeholder=
"请输入信用证金额"
disabled
@
keyup
.
enter
.
native=
"
defaultFunction('gidgrp.cbs.opn1.amt', model.gidgrp.cbs.opn1.amt)
"
></c-input-currency>
</c-form-item>
</c-col>
...
...
src/views/Business/Gitcan/Shisuan.vue
View file @
14815903
...
...
@@ -3,57 +3,57 @@
<c-col
:span=
"24"
>
<div
class=
"e-table-wrapper"
>
<
el
-table
:
data=
"model.liaall.limmod.limpfp.clmcbe
"
<
c
-table
:
list=
"this.model.liaall.limmod.limpfp.clmcbe || []
"
style=
"width: 100%"
>
<el-table-column
prop=
"limtyp"
label=
"Limit Type"
sortable
width=
"1
5
0"
>
width=
"1
2
0"
>
</el-table-column>
<el-table-column
prop=
"cur"
label=
"业务币种"
sortable
width=
"
8
0"
>
width=
"
10
0"
>
</el-table-column>
<el-table-column
prop=
"cbeamt"
label=
"业务发生额"
sortable
width=
"
9
0"
>
width=
"
12
0"
>
</el-table-column>
<el-table-column
prop=
"reqtyp1"
label=
"Req.Typel"
sortable
width=
"1
0
0"
>
width=
"1
2
0"
>
</el-table-column>
<el-table-column
prop=
"limcbeamt"
label=
"额度发生额"
sortable
width=
"1
0
0"
>
width=
"1
2
0"
>
</el-table-column>
<el-table-column
prop=
"reqtyp2"
label=
"Req.Type2"
sortable
width=
"1
0
0"
>
width=
"1
2
0"
>
</el-table-column>
<el-table-column
prop=
"ckcbeamt"
label=
"敞口发生额"
sortable
width=
"1
0
0"
>
width=
"1
2
0"
>
</el-table-column>
<el-table-column
prop=
"credat"
label=
"额度日期"
sortable
width=
"1
0
0"
>
width=
"1
8
0"
>
</el-table-column>
<el-table-column
prop=
"ptyextkey"
...
...
@@ -77,7 +77,7 @@
prop=
"ccvbl"
label=
"合同保证金比例"
sortable
width=
"1
0
0"
>
width=
"1
5
0"
>
</el-table-column>
<el-table-column
prop=
"limvar"
...
...
@@ -91,18 +91,14 @@
sortable
width=
"100"
>
</el-table-column>
</el-table>
<!--
<el-pagination
layout=
"prev, pager, next"
:total=
"pager.liaall_limmod_limpfp_clmcbe.total"
>
</el-pagination>
-->
</c-table>
</div>
</c-col>
<c-col
:span=
"24"
>
<div
class=
"e-table-wrapper"
>
<
el
-table
:
data=
"model.liaall.limmod.limpfp.clmcbb
"
<
c
-table
:
list=
"this.model.liaall.limmod.limpfp.clmcbb || []
"
style=
"width: 100%"
>
<el-table-column
...
...
@@ -115,62 +111,58 @@
prop=
"tzhamt"
label=
"调整后业务余额"
sortable
width=
"1
0
0"
>
width=
"1
5
0"
>
</el-table-column>
<el-table-column
prop=
"tzhccv"
label=
"调整后保证金比例"
sortable
width=
"1
0
0"
>
width=
"1
5
0"
>
</el-table-column>
<el-table-column
prop=
"tzhlimamt"
label=
"调整后拟占用额度"
sortable
width=
"1
0
0"
>
width=
"1
5
0"
>
</el-table-column>
<el-table-column
prop=
"tzhlimck"
label=
"调整后拟占用敞口"
sortable
width=
"1
0
0"
>
width=
"1
5
0"
>
</el-table-column>
<el-table-column
prop=
"tzqamt"
label=
"调整前业务余额"
sortable
width=
"1
0
0"
>
width=
"1
5
0"
>
</el-table-column>
<el-table-column
prop=
"tzqccv"
label=
"调整后保证金比例"
sortable
width=
"1
0
0"
>
width=
"1
5
0"
>
</el-table-column>
<el-table-column
prop=
"tzqlimamt"
label=
"调整前已占用额度"
sortable
width=
"1
0
0"
>
width=
"1
5
0"
>
</el-table-column>
<el-table-column
prop=
"tzqlimck"
label=
"调整前已占用敞口"
sortable
width=
"1
0
0"
>
width=
"1
5
0"
>
</el-table-column>
</el-table>
<!--
<el-pagination
layout=
"prev, pager, next"
:total=
"pager.liaall_limmod_limpfp_clmcbb.total"
>
</el-pagination>
-->
</c-table>
</div>
</c-col>
<c-col
:span=
"24"
>
<div
class=
"e-table-wrapper"
>
<
el
-table
:
data=
"model.liaall.limmod.limpfp.clmpty
"
<
c
-table
:
list=
"this.model.liaall.limmod.limpfp.clmpty || []
"
style=
"width: 100%"
>
<el-table-column
...
...
@@ -243,19 +235,15 @@
prop=
"dgzyliminfref"
label=
"额度明细编号"
sortable
width=
"1
0
0"
>
width=
"1
2
0"
>
</el-table-column>
<el-table-column
prop=
"dgccvbl"
label=
"保证金比例"
sortable
width=
"1
0
0"
>
width=
"1
2
0"
>
</el-table-column>
</el-table>
<!--
<el-pagination
layout=
"prev, pager, next"
:total=
"pager.liaall_limmod_limpfp_clmpty.total"
>
</el-pagination>
-->
</c-table>
</div>
</c-col>
</div>
...
...
@@ -272,9 +260,10 @@ export default {
mixins
:
[
commonProcess
],
data
(){
return
{
}
},
methods
:{...
Event
},
created
:
function
(){
...
...
src/views/Business/Gitcrj/Gitsetp1.vue
View file @
14815903
...
...
@@ -92,9 +92,6 @@
v-model=
"model.gcdgrp.cbs.max.amt"
placeholder=
"请输入信用证金额"
disabled
@
keyup
.
enter
.
native=
"
defaultFunction('gcdgrp.cbs.max.amt', model.gcdgrp.cbs.max.amt)
"
></c-input-currency>
</c-form-item>
</c-col>
...
...
@@ -120,7 +117,6 @@
<c-select
v-model=
"model.gcdgrp.cbs.opn1.cur"
placeholder=
""
@
keyup
.
enter
.
native=
"nom1CurEvent"
style=
"width: 100%"
disabled
>
...
...
@@ -146,22 +142,18 @@
v-model=
"model.gcdgrp.cbs.opn1.amt"
placeholder=
"请输入"
disabled
@
keyup
.
enter
.
native=
"
defaultFunction('gcdgrp.cbs.opn1.amt', model.gcdgrp.cbs.opn1.amt)
"
></c-input-currency>
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Type of Undertaking"
prop=
"gidgrp.rec.gartyp"
>
<c-
selec
t
<c-
inpu
t
v-model=
"model.gidgrp.rec.gartyp"
style=
"width: 100%"
placeholder=
"请输入Type of Undertaking"
disabled
>
</c-
selec
t>
</c-
inpu
t>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -185,7 +177,6 @@
<c-select
v-model=
"model.gidgrp.cbs.opn1.cur"
placeholder=
""
@
keyup
.
enter
.
native=
"nom1CurEvent"
style=
"width: 100%"
disabled
>
...
...
@@ -210,9 +201,6 @@
v-model=
"model.gidgrp.cbs.opn1.amt"
placeholder=
"请输入信用证金额"
disabled
@
keyup
.
enter
.
native=
"
defaultFunction('gidgrp.cbs.opn1.amt', model.gidgrp.cbs.opn1.amt)
"
></c-input-currency>
</c-form-item>
</c-col>
...
...
src/views/Business/Gitcrq/Gitsetp1.vue
View file @
14815903
...
...
@@ -64,7 +64,6 @@
size=
"small"
type=
"primary"
:disabled=
"this.flag"
v-model=
"model.gctp.getrefbut"
@
click=
"onGctpGetrefbut"
>
Get ref.
...
...
@@ -80,7 +79,12 @@
prop=
"gcdgrp.cbs.max.cur"
previewLabel=
"信用证币种"
>
<c-input
v-model=
"model.gcdgrp.cbs.max.cur"
maxlength=
"3"
disabled
placeholder=
"请输入Amount Claimed"
></c-input>
<c-input
v-model=
"model.gcdgrp.cbs.max.cur"
maxlength=
"3"
disabled
placeholder=
"请输入Amount Claimed"
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"9"
>
...
...
@@ -92,7 +96,8 @@
>
<c-input-currency
disabled
v-model=
"model.gcdgrp.cbs.max.amt"
placeholder=
"请输入Balance"
v-model=
"model.gcdgrp.cbs.max.amt"
placeholder=
"请输入Balance"
></c-input-currency>
</c-form-item>
</c-col>
...
...
@@ -101,9 +106,12 @@
<c-checkbox
v-model=
"model.gctp.gcthdr"
disabled
style=
"margin-left: 18px;height: 32px;
line-height: 32px;
padding-bottom: 2px;"
style=
"
margin-left: 18px;
height: 32px;
line-height: 32px;
padding-bottom: 2px;
"
>
Add. Amount
</c-checkbox>
</c-col>
...
...
@@ -191,7 +199,6 @@
<c-select
v-model=
"model.gidgrp.cbs.opn1.cur"
placeholder=
""
@
keyup
.
enter
.
native=
"nom1CurEvent"
style=
"width: 100%"
disabled
>
...
...
@@ -216,9 +223,6 @@
v-model=
"model.gidgrp.cbs.opn1.amt"
placeholder=
"请输入信用证金额"
disabled
@
keyup
.
enter
.
native=
"
defaultFunction('gidgrp.cbs.opn1.amt', model.gidgrp.cbs.opn1.amt)
"
></c-input-currency>
</c-form-item>
</c-col>
...
...
@@ -299,7 +303,12 @@
prop=
"gcdgrp.cbs.max.cur"
previewLabel=
"信用证币种"
>
<c-input
v-model=
"model.gcdgrp.cbs.max.cur"
maxlength=
"3"
disabled
placeholder=
"请输入Amount Claimed"
></c-input>
<c-input
v-model=
"model.gcdgrp.cbs.max.cur"
maxlength=
"3"
disabled
placeholder=
"请输入Amount Claimed"
></c-input>
</c-form-item>
</c-col>
...
...
@@ -325,7 +334,12 @@
prop=
"gcdgrp.cbs.opn2.cur"
previewLabel=
"信用证币种"
>
<c-input
v-model=
"model.gcdgrp.cbs.opn2.cur"
maxlength=
"3"
disabled
placeholder=
"请输入Amount Claimed"
></c-input>
<c-input
v-model=
"model.gcdgrp.cbs.opn2.cur"
maxlength=
"3"
disabled
placeholder=
"请输入Amount Claimed"
></c-input>
</c-form-item>
</c-col>
...
...
@@ -340,9 +354,6 @@
v-model=
"model.gcdgrp.cbs.max2.amt"
placeholder=
"请输入信用证金额"
disabled
@
keyup
.
enter
.
native=
"
defaultFunction('gcdgrp.cbs.max2.amt', model.gcdgrp.cbs.max2.amt)
"
></c-input-currency>
</c-form-item>
</c-col>
...
...
@@ -372,9 +383,15 @@
</c-col>
<c-col
:span=
"5"
>
<c-checkbox
v-model=
"model.gitsetp1"
disabled
style=
"margin-left: 10px;height: 32px;
line-height: 32px;
padding-bottom: 2px;"
<c-checkbox
v-model=
"model.gitsetp1"
disabled
style=
"
margin-left: 10px;
height: 32px;
line-height: 32px;
padding-bottom: 2px;
"
>
Extend or Pay
</c-checkbox
>
</c-col>
...
...
@@ -396,7 +413,8 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"个工作日后付款"
label-width=
"120px"
>
</el-form-item>
<el-form-item
label=
"个工作日后付款"
label-width=
"120px"
>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -431,8 +449,8 @@
</c-select>
</el-form-item>
</c-col> -->
<!-- <c-col :span="24">
<!-- <c-col :span="24">
<c-form-item label="Presented by" prop="gcdgrp.rec.docprbrol">
<c-select
v-model="model.gcdgrp.rec.docprbrol"
...
...
@@ -513,28 +531,37 @@
></c-input>
</el-form-item>
</c-col> -->
<c-col
:span=
"11"
:offset=
"1"
style=
"margin-top: 15px"
>
<c-col
:span=
"24"
>
<c-col
:span=
"11"
:offset=
"1"
style=
"margin-top: 15px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Presented by"
prop=
"gcdgrp.rec.docprbrol"
>
<c-select
<c-select
:code=
"codes.docprbrol"
v-model=
"model.gcdgrp.rec.docprbrol"
style=
"width:100%"
placeholder=
"请选择Presented by"
>
</c-select>
v-model=
"model.gcdgrp.rec.docprbrol"
style=
"width: 100%"
placeholder=
"请选择Presented by"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Reference"
prop=
"gcdgrp.prb.pts.ref"
>
<c-input
v-model=
"model.gcdgrp.prb.pts.ref"
maxlength=
"16"
placeholder=
"请输入Reference"
></c-input>
<c-input
v-model=
"model.gcdgrp.prb.pts.ref"
maxlength=
"16"
placeholder=
"请输入Reference"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"gcdgrp.prb.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gcdgrp.prb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"showGridPromptDialog('gcdgrp.prb.pts.extkey')"
<c-fullbox>
<c-input
v-model=
"model.gcdgrp.prb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.prb.pts.extkey')
"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -552,21 +579,24 @@
@
click=
"onPrbpDet"
>
Details
</c-button>
</c-button>
</
template
>
</c-fullbox>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"gcdgrp.prb.pts.adrblk"
>
<c-input
<c-input
:rows=
"4"
type=
"textarea"
v-model=
"model.gcdgrp.prb.pts.adrblk"
maxlength=
"300"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
type=
"textarea"
v-model=
"model.gcdgrp.prb.pts.adrblk"
maxlength=
"300"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-form-item
label=
"Payer"
prop=
"gcdgrp.rec.payrol"
>
...
...
@@ -589,10 +619,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"gcdgrp.oth.pts.extkey"
>
<el-form-item
label=
""
prop=
"gcdgrp.oth.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gcdgrp.oth.pts.extkey"
...
...
@@ -616,7 +643,7 @@
style=
"margin: 0 0"
size=
"small"
type=
"primary"
@
click=
"onOthpDet"
@
click=
"onOthpDet"
>
Details
</c-button>
...
...
@@ -637,6 +664,7 @@
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<el-form-item label="名称" prop="gcdgrp.oth.namelc">
<c-input type="textarea"
...
...
@@ -690,25 +718,18 @@ export default {
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{
};
return
{};
},
computed
:
{
flag
()
{
return
this
.
model
.
gcdgrp
.
prb
.
pts
.
extkey
==
""
;
},
computed
:
{
flag
()
{
return
this
.
model
.
gcdgrp
.
prb
.
pts
.
extkey
==
""
;
},
},
methods
:
{
...
Event
,
// change(){
// },
},
created
:
function
()
{},
};
...
...
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