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
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
302 additions
and
213 deletions
+302
-213
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
+5
-1
Gitsetp1.vue
src/views/Business/Gctcan/Gitsetp1.vue
+20
-21
Canp.vue
src/views/Business/Getcan/Canp.vue
+19
-12
Gitdetp.vue
src/views/Business/Getcrq/Gitdetp.vue
+88
-45
Gitsetp1.vue
src/views/Business/Getcrq/Gitsetp1.vue
+66
-36
Canp.vue
src/views/Business/Gitcan/Canp.vue
+0
-7
Shisuan.vue
src/views/Business/Gitcan/Shisuan.vue
+29
-40
Gitsetp1.vue
src/views/Business/Gitcrj/Gitsetp1.vue
+2
-14
Gitsetp1.vue
src/views/Business/Gitcrq/Gitsetp1.vue
+57
-36
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,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/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;
<c-checkbox
v-model=
"model.gctp0.gctp0"
style=
"
margin-left: 18px;
height: 32px;
line-height: 32px;
padding-bottom: 2px;"
padding-bottom: 2px;
"
disabled
>
Add. Amount
</c-checkbox>
>
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>
...
...
@@ -275,8 +274,8 @@
<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=
"11"
style=
"margin-top:
15px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Booking Procedure"
prop=
"rebkpflg"
>
<c-select
v-model=
"model.rebkpflg"
...
...
@@ -464,9 +463,9 @@ 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"
},
],
};
},
...
...
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;
<c-checkbox
v-model=
"model.gitp0.gitp0s20"
disabled
style=
"
margin-left: 18px;
height: 32px;
line-height: 32px;
padding-bottom: 2px;"
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>
...
...
@@ -301,9 +305,12 @@
</c-col>
<c-col
:span=
"24"
:offset=
"6"
>
<c-checkbox
style=
"margin-left: 15px;height: 32px;
style=
"
margin-left: 15px;
height: 32px;
line-height: 32px;
padding-bottom: 2px;"
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
<
template
>
<div
class=
"eibs-tab"
>
<!--
<c-col
:span=
"24"
>
<el-form-item
label=
"Demand Statement"
prop=
"gcdgrp.rec.demstat"
>
<c-select
v-model=
"model.gcdgrp.rec.demstat"
style=
"width:100%"
...
...
@@ -25,7 +24,9 @@
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Demand Statement"
prop=
"gcdgrp.rec.demstat"
>
<c-select
v-model=
"model.gcdgrp.rec.demstat"
style=
"width:100%"
<c-select
v-model=
"model.gcdgrp.rec.demstat"
style=
"width: 100%"
placeholder=
"请选择Demand Statement"
:code=
"demstat"
>
...
...
@@ -35,41 +36,66 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"Demand Statem. Text "
prop=
"clmtxts20"
>
<c-input
type=
"textarea"
v-model=
"model.clmtxts20"
maxlength=
"65"
rows=
"4"
show-word-limit
placeholder=
"请输入Demand Statem. Text "
></c-input>
<c-input
type=
"textarea"
v-model=
"model.clmtxts20"
maxlength=
"65"
rows=
"10"
show-word-limit
placeholder=
"请输入Demand Statem. Text "
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"Add. Amt. Information"
prop=
"gcdgrp.blk.addamtinf"
>
<c-input
type=
"textarea"
v-model=
"model.gcdgrp.blk.addamtinf"
maxlength=
"65"
rows=
"4"
show-word-limit
placeholder=
"请输入Add. Amt. Information"
></c-input>
<c-input
type=
"textarea"
v-model=
"model.gcdgrp.blk.addamtinf"
maxlength=
"65"
rows=
"10"
show-word-limit
placeholder=
"请输入Add. Amt. Information"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
:offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Present. Compl. Det."
prop=
"gcdgrp.blk.presentdet"
>
<c-input
type=
"textarea"
v-model=
"model.gcdgrp.blk.presentdet"
maxlength=
"35"
rows=
"4"
show-word-limit
placeholder=
"请输入Present. Compl. Det."
:disabled=
"model.gcdgrp.rec.demstat!='INCP'"
<c-input
type=
"textarea"
v-model=
"model.gcdgrp.blk.presentdet"
maxlength=
"35"
rows=
"9"
show-word-limit
placeholder=
"请输入Present. Compl. Det."
:disabled=
"model.gcdgrp.rec.demstat != 'INCP'"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
:offset=
"1"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Intermediary"
prop=
"gcdgrp.int.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gcdgrp.int.pts.extkey"
maxlength=
"16"
<c-input
v-model=
"model.gcdgrp.int.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"showGridPromptDialog('gcdgrp.int.pts.extkey',model.gcdgrp.int.pts.extkey)"
@
keyup
.
enter
.
native=
"
showGridPromptDialog(
'gcdgrp.int.pts.extkey',
model.gcdgrp.int.pts.extkey
)
"
></c-input>
<template
slot=
"footer"
>
<c-button
style=
"margin:
0 10px 0 10px;padding: 0 12px;
"
style=
"margin:
0 10px 0 10px; padding: 0 12px
"
size=
"small"
type=
"primary"
@
click=
"onSeainf"
>
<span
style=
"font-family:
'宋体';font-weight:
bold"
>
i
</span>
<span
style=
"font-family:
'宋体'; font-weight:
bold"
>
i
</span>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onIntpDet"
>
Details
...
...
@@ -79,31 +105,39 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"gcdgrp.int.pts.nam"
>
<c-input
type=
"textarea"
v-model=
"model.gcdgrp.int.pts.nam"
<c-input
type=
"textarea"
v-model=
"model.gcdgrp.int.pts.nam"
rows=
"4"
maxlength=
"100"
show-word-limit
placeholder=
"请输入Address Block"
disabled
></c-input>
maxlength=
"100"
show-word-limit
placeholder=
"请输入Address Block"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"Acc.With Instit."
prop=
"gcdgrp.awi.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.gcdgrp.awi.pts.extkey"
maxlength=
"16"
<c-input
v-model=
"model.gcdgrp.awi.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"showGridPromptDialog('gcdgrp.awi.pts.extkey')"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.awi.pts.extkey')
"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin:
0 10px 0 10px;padding: 0 12px;
"
style=
"margin:
0 10px 0 10px; padding: 0 12px
"
size=
"small"
type=
"primary"
@
click=
"onSeainf"
>
<span
style=
"font-family:
'宋体';font-weight:
bold"
>
i
</span>
<span
style=
"font-family:
'宋体'; font-weight:
bold"
>
i
</span>
</c-button>
<c-button
size=
"small"
type=
"primary"
@
click=
"onAwipDet"
>
Details
...
...
@@ -113,12 +147,17 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"gcdgrp.awi.pts.nam"
>
<c-input
type=
"textarea"
v-model=
"model.gcdgrp.awi.pts.nam"
<c-input
type=
"textarea"
v-model=
"model.gcdgrp.awi.pts.nam"
rows=
"4"
maxlength=
"100"
show-word-limit
placeholder=
"请输入Address Block"
disabled
></c-input>
maxlength=
"100"
show-word-limit
placeholder=
"请输入Address Block"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -190,35 +229,39 @@
</div>
</template>
<
script
>
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
Event
from
"~/model/Getcrq/Event"
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Getcrq/Event"
;
export
default
{
inject
:
[
'root'
],
props
:[
"model"
,
"codes"
],
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
data
()
{
return
{
demstat
:
[
{
label
:
"COMP Complete demand, no other doc to accompany or follow this msg"
,
value
:
"COMP"
}
,
{
label
:
"INCP Incomplete demand, supporting doc. to be presented separately"
,
value
:
"INCP"
},
]
}
{
label
:
"COMP Complete demand, no other doc to accompany or follow this msg"
,
value
:
"COMP"
,
},
methods
:{...
Event
},
created
:
function
(){
{
label
:
"INCP Incomplete demand, supporting doc. to be presented separately"
,
value
:
"INCP"
,
},
],
};
},
methods
:
{
...
Event
},
created
:
function
()
{},
computed
:
{
flag
()
{
return
this
.
model
.
didgrp
.
apl
.
pts
.
extkey
==
""
;
},
},
}
}
;
</
script
>
<
style
>
</
style
>
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;
style=
"
margin-left: 18px;
height: 32px;
line-height: 32px;
padding-bottom: 2px;"
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;
style=
"
margin-left: 11px;
height: 32px;
line-height: 32px;
padding-bottom: 2px;"
padding-bottom: 2px;
"
>
Extend or Pay
</c-checkbox
>
</c-col>
...
...
@@ -434,13 +454,20 @@
<el-form-item
label=
"Presented by"
prop=
"gcdgrp.rec.docprbrol"
>
<c-select
:code=
"codes.docprbrol"
v-model=
"model.gcdgrp.rec.docprbrol"
style=
"width:100%"
placeholder=
"请选择Presented by"
>
v-model=
"model.gcdgrp.rec.docprbrol"
style=
"width: 100%"
placeholder=
"请选择Presented by"
>
</c-select>
</el-form-item>
</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"
>
...
...
@@ -450,7 +477,9 @@
v-model=
"model.gcdgrp.prb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"showGridPromptDialog('gcdgrp.prb.pts.extkey')"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.prb.pts.extkey')
"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -478,12 +507,15 @@
<el-form-item
label=
""
prop=
"gcdgrp.prb.pts.adrblk"
>
<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
:span=
"24"
>
<c-form-item
label=
"Payer"
prop=
"gcdgrp.rec.payrol"
>
<c-select
...
...
@@ -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"
...
...
@@ -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>
...
...
@@ -275,6 +263,7 @@ export default {
}
},
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;
style=
"
margin-left: 18px;
height: 32px;
line-height: 32px;
padding-bottom: 2px;"
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;
<c-checkbox
v-model=
"model.gitsetp1"
disabled
style=
"
margin-left: 10px;
height: 32px;
line-height: 32px;
padding-bottom: 2px;"
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"
>
...
...
@@ -518,13 +536,20 @@
<el-form-item
label=
"Presented by"
prop=
"gcdgrp.rec.docprbrol"
>
<c-select
:code=
"codes.docprbrol"
v-model=
"model.gcdgrp.rec.docprbrol"
style=
"width:100%"
placeholder=
"请选择Presented by"
>
v-model=
"model.gcdgrp.rec.docprbrol"
style=
"width: 100%"
placeholder=
"请选择Presented by"
>
</c-select>
</el-form-item>
</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"
>
...
...
@@ -534,7 +559,9 @@
v-model=
"model.gcdgrp.prb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
@
keyup
.
enter
.
native=
"showGridPromptDialog('gcdgrp.prb.pts.extkey')"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('gcdgrp.prb.pts.extkey')
"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -562,12 +589,15 @@
<el-form-item
label=
""
prop=
"gcdgrp.prb.pts.adrblk"
>
<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
:span=
"24"
>
<c-form-item
label=
"Payer"
prop=
"gcdgrp.rec.payrol"
>
<c-select
...
...
@@ -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"
...
...
@@ -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,12 +718,9 @@ export default {
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
data
()
{
return
{
};
return
{};
},
computed
:
{
computed
:
{
flag
()
{
return
this
.
model
.
gcdgrp
.
prb
.
pts
.
extkey
==
""
;
},
...
...
@@ -704,11 +729,7 @@ computed: {
...
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