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