Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
8475f069
Commit
8475f069
authored
Oct 27, 2022
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lttopn、lttame、lttcan、lttopn交易ui改造
parent
efda07f6
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
980 additions
and
772 deletions
+980
-772
IStreamTable.vue
src/components/IStreamTable.vue
+1
-1
IStreamTableNoPag.vue
src/components/IStreamTableNoPag.vue
+1
-1
index.vue
src/views/Business/Infbtd/index.vue
+2
-11
index.vue
src/views/Business/Infltd/index.vue
+63
-78
Aamp.vue
src/views/Business/Lttame/Aamp.vue
+1
-1
Adcpame.vue
src/views/Business/Lttame/Adcpame.vue
+29
-10
Amep.vue
src/views/Business/Lttame/Amep.vue
+350
-420
Dogpame.vue
src/views/Business/Lttame/Dogpame.vue
+27
-7
Dorpame.vue
src/views/Business/Lttame/Dorpame.vue
+31
-7
Inspame.vue
src/views/Business/Lttame/Inspame.vue
+2
-2
Lttinf.vue
src/views/Business/Lttame/Lttinf.vue
+68
-13
Ovwp1.vue
src/views/Business/Lttame/Ovwp1.vue
+51
-47
Rbip.vue
src/views/Business/Lttame/Rbip.vue
+1
-1
Spbpame.vue
src/views/Business/Lttame/Spbpame.vue
+62
-35
Sprpame.vue
src/views/Business/Lttame/Sprpame.vue
+59
-29
Canp.vue
src/views/Business/Lttcan/Canp.vue
+98
-72
Aamp.vue
src/views/Business/Lttopn/Aamp.vue
+1
-1
Cnyp1.vue
src/views/Business/Lttopn/Cnyp1.vue
+6
-6
Detp.vue
src/views/Business/Lttopn/Detp.vue
+2
-2
Lttinf.vue
src/views/Business/Lttopn/Lttinf.vue
+61
-5
Ovwp.vue
src/views/Business/Lttopn/Ovwp.vue
+7
-5
Ovwp1.vue
src/views/Business/Lttopn/Ovwp1.vue
+56
-17
quick.vue
src/views/Home/common/quick.vue
+1
-1
No files found.
src/components/IStreamTable.vue
View file @
8475f069
...
...
@@ -23,7 +23,7 @@
:highlight-current-row="true"
@row-click="rowClick"
:border="true"
max-height="3
5
0"
max-height="3
8
0"
>
<el-table-column
type=
"selection"
...
...
src/components/IStreamTableNoPag.vue
View file @
8475f069
...
...
@@ -23,7 +23,7 @@
:highlight-current-row="true"
@row-click="rowClick"
:border="true"
max-height="3
5
0"
max-height="3
8
0"
>
<el-table-column
type=
"selection"
...
...
src/views/Business/Infbtd/index.vue
View file @
8475f069
<
template
>
<c-page
title=
"转让信用证查询"
>
<div
class=
"eContainer"
>
<div
class=
"eContainer-search"
>
<!--
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
-->
<el-form
:model=
"model"
...
...
@@ -11,19 +10,11 @@
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<!--PD000006 Selection -->
<el-tab-pane
label=
"转让信用证查询"
name=
"infsea"
>
<c-content>
<c-content>
<m-infsea
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
</div>
</c-page>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
...
...
src/views/Business/Infltd/index.vue
View file @
8475f069
<
template
>
<c-page
title=
"转让信用证查询"
>
<div
class=
"eContainer"
>
<!--
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
-->
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"left"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<!--PD000006 Selection -->
<el-tab-pane
label=
"转让信用证查询"
name=
"infsea"
>
<c-content>
<m-infsea
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
</div>
</c-page>
<div
class=
"eContainer-search"
>
<!--
<c-bus-button
:
$
pntvm=
"this"
></c-bus-button>
-->
<el-form
:model=
"model"
:rules=
"rules"
ref=
"modelForm"
label-width=
"120px"
label-position=
"left"
size=
"small"
:validate-on-rule-change=
"false"
>
<c-content>
<m-infsea
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-form>
</div>
</
template
>
<
script
>
import
Api
from
"~/service/Api"
import
CodeTable
from
"~/config/CodeTable"
import
Infltd
from
"~/model/Infltd"
import
commonProcess
from
"~/mixin/commonProcess"
import
Check
from
"~/model/Infltd/Check"
import
Default
from
"~/model/Infltd/Default"
import
Pattern
from
"~/model/Infltd/Pattern"
import
Infsea
from
"./Infsea"
import
Api
from
"~/service/Api"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
Infltd
from
"~/model/Infltd"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
Check
from
"~/model/Infltd/Check"
;
import
Default
from
"~/model/Infltd/Default"
;
import
Pattern
from
"~/model/Infltd/Pattern"
;
import
Infsea
from
"./Infsea"
;
export
default
{
name
:
"Infltd"
,
components
:{
"m-infsea"
:
Infsea
,
},
provide
()
{
return
{
root
:
this
}
},
mixins
:
[
commonProcess
],
// 里面包含了Default、Check等的公共处理
data
(){
return
{
tabVal
:
"infsea"
,
trnName
:
"infltd"
,
model
:
new
Infltd
().
data
,
checkRules
:
Check
,
defaultRules
:
Default
,
pattern
:
Pattern
,
rules
:
null
,
codes
:{...
CodeTable
},
}
},
methods
:{
tabClick
(){
}
},
created
:
async
function
(){
console
.
log
(
"进入infltd交易"
);
let
rtnmsg
=
await
this
.
init
({})
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//更新数据
this
.
updateModel
(
rtnmsg
.
data
)
// Utils.copyValueFromVO(this.model, rtnmsg.data);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
}
else
{
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
name
:
"Infltd"
,
components
:
{
"m-infsea"
:
Infsea
,
},
provide
()
{
return
{
root
:
this
,
};
},
mixins
:
[
commonProcess
],
// 里面包含了Default、Check等的公共处理
data
()
{
return
{
tabVal
:
"infsea"
,
trnName
:
"infltd"
,
model
:
new
Infltd
().
data
,
checkRules
:
Check
,
defaultRules
:
Default
,
pattern
:
Pattern
,
rules
:
null
,
codes
:
{
...
CodeTable
},
};
},
methods
:
{
tabClick
()
{},
},
created
:
async
function
()
{
console
.
log
(
"进入infltd交易"
);
let
rtnmsg
=
await
this
.
init
({});
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//更新数据
this
.
updateModel
(
rtnmsg
.
data
);
// Utils.copyValueFromVO(this.model, rtnmsg.data);
if
(
this
.
isInDisplay
)
{
this
.
restoreDisplay
();
}
}
else
{
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
}
},
};
</
script
>
<
style
>
</
style
>
src/views/Business/Lttame/Aamp.vue
View file @
8475f069
<
template
>
<div
class=
"eibs"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-col
:span=
"10"
>
<el-form-item
label=
"附加金额"
prop=
"ltdgrp.cbs.max2.cur"
>
...
...
src/views/Business/Lttame/Adcpame.vue
View file @
8475f069
...
...
@@ -9,7 +9,26 @@
type=
"textarea"
v-model=
"model.ltdgrp.blk.adlcnd"
maxlength=
"1650"
show-word-limit
placeholder=
"请输入附加条款"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"22"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"在当前修改中添加或删除文本"
prop=
"lttamep.adlcndamep.usrblk"
>
<c-fullbox>
<c-input
:disabled=
"this.flag2"
:rows=
"22"
type=
"textarea"
v-model=
"model.lttamep.adlcndamep.usrblk"
maxlength=
"1650"
show-word-limit
placeholder=
"请输入"
></c-input>
<template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
:disabled=
"this.flag2"
@
click=
"showGridPromptDialog('lttamep.adlcndame.buttxmsel',null,null,
{TXT: 'lttamep.adlcndamep.usrblk'}, {TXT: false},'doxpDialog')">
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<!-- <c-col :span="22">
<el-form-item label="在当前修改中添加或删除文本" prop="lttamep.adlcndamep.usrblk">
<c-input
:disabled="this.flag2"
...
...
@@ -22,7 +41,7 @@
:disabled="this.flag2"
@click="showGridPromptDialog('lttamep.adlcndame.buttxmsel',null,null,{TXT: 'lttamep.adlcndamep.usrblk'}, {TXT: false},'doxpDialog')">
</c-button>
</c-col>
</c-col>
-->
</el-col>
<el-col
:span=
"12"
style=
"padding-left: 20px;"
>
...
...
@@ -37,26 +56,26 @@
<c-col
:span=
"12"
>
<c-checkbox
style=
" margin: 0px 0 10px 1
50px
;"
style=
" margin: 0px 0 10px 1
20px;float:left
;"
v-model=
"model.ltdgrp.rec.redclsflg"
>
红/绿条款
</c-checkbox>
</c-col>
<c-col
:span=
"12"
>
<c-checkbox
style=
" margin: 0px 0 10px 100px;"
style=
" margin: 0px 0 10px 100px;
float:left;
"
v-model=
"model.ltdgrp.rec.spcbenflg"
>
受益人的特殊付款条款
</c-checkbox>
</c-col>
<c-col
:span=
"12"
>
<c-checkbox
@
change=
"open"
style=
" margin: 0px 0 10px 1
50px
;"
style=
" margin: 0px 0 10px 1
20px;float:left
;"
v-model=
"model.lttamep.adlcndamep.modflg"
>
修改要替换的文本
</c-checkbox>
</c-col>
<c-col
:span=
"12"
>
<c-checkbox
style=
" margin: 0px 0 10px 100px;"
style=
" margin: 0px 0 10px 100px;
float:left;
"
v-model=
"model.ltdgrp.rec.spcrcbflg"
>
仅适用于银行的特殊付款条款
</c-checkbox>
</c-col>
...
...
@@ -65,13 +84,13 @@
<c-col
:span=
"12"
>
<c-checkbox
@
change=
"open1"
style=
" margin: 0px 0 10px 1
50px
;"
style=
" margin: 0px 0 10px 1
20px;float:left
;"
v-model=
"model.lttamep.adlcndamep.modmanflg"
>
修改内部文本
</c-checkbox>
</c-col>
<c-col
:span=
"24"
>
<c-button
style=
" margin: 0px 0 10px 1
50px
;"
style=
" margin: 0px 0 10px 1
20px;float:left
;"
size=
"small"
type=
"primary"
@
click=
"onAdlcndamepButdif"
>
显示差异
</c-button>
...
...
@@ -79,7 +98,7 @@
<c-col
:span=
"24"
>
<c-button
style=
" margin: 0px 0 10px 1
50px
;"
style=
" margin: 0px 0 10px 1
20px;float:left
;"
size=
"small"
type=
"primary"
disabled
@
click=
"onAdlcndamepButadd"
>
添加文本
</c-button>
...
...
@@ -87,7 +106,7 @@
<c-col
:span=
"24"
>
<c-button
style=
" margin: 0px 0 10px 1
50px
;"
style=
" margin: 0px 0 10px 1
20px;float:left
;"
size=
"small"
type=
"primary"
disabled
icon=
"el-icon-delete"
@
click=
"onAdlcndamepButdel"
>
删除文本
</c-button>
...
...
src/views/Business/Lttame/Amep.vue
View file @
8475f069
<
template
>
<div
class=
"eibs"
>
<!-- 页面布局由上到下,不是直接分左右 -->
<!-- =============================顶部============================ -->
<!-- ======================= 左边 ========================= -->
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<el-form-item
label=
"转让信用证业务编号"
prop=
"ltdgrp.rec.ownref"
style=
"width: 100%"
>
<c-fullbox>
<c-input
v-model=
"model.ltdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入转让信用证业务编号"
style=
"width: 95%"
:disabled=
"true"
<el-form-item
label=
"转让信用证业务编号"
prop=
"ltdgrp.rec.ownref"
style=
"width: 100%"
>
<c-fullbox>
<c-input
v-model=
"model.ltdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入转让信用证业务编号"
style=
"width: 95%"
:disabled=
"true"
>
</c-input>
<template
slot=
"footer"
>
<c-button
style=
"margin: 0 0 0 0; padding: 0 10px"
size=
"small"
type=
"primary"
@
click=
"onSeainf"
icon=
"el-icon-info"
>
</c-input>
<template
slot=
"footer"
>
<c-button
style=
"margin: 0 0 0 0; padding: 0 10px"
size=
"small"
type=
"primary"
@
click=
"onSeainf"
>
<i
class=
"el-icon-info"
style=
"font-size:15px"
></i>
</c-button>
</
template
>
</c-fullbox>
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"修改日期"
prop=
"trnmod.swiadd.amedat"
>
<c-date-picker
type=
"date"
v-model=
"model.trnmod.swiadd.amedat"
style=
"width: 100%"
placeholder=
"请选择修改日期"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"原始数据"
prop=
"ltdgrp.cbs.nom1.cur"
>
<c-select
v-model=
"model.ltdgrp.cbs.nom1.cur"
maxlength=
"3"
placeholder=
"请选择"
:code=
"codes.curtxt1"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<el-form-item
label=
"简略信息"
prop=
"ltdgrp.rec.nam"
>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"oldltdgrp.cbs.nom1.amt"
>
<c-input
text-align=
"middle"
v-model=
"model.ltdgrp.rec.nam"
maxlength=
"40"
v-model=
"model.oldltdgrp.cbs.nom1.amt"
placeholder=
"请输入"
style=
"width: 100%"
@
keyup
.
enter
.
native=
"$event.target.blur()"
class=
"m-input-currency"
disabled
>
</c-input>
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- ====================第二行================= -->
<c-col
:span=
"24"
>
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<el-form-item
label=
"修改日期"
prop=
"trnmod.swiadd.amedat"
>
<c-date-picker
type=
"date"
v-model=
"model.trnmod.swiadd.amedat"
<c-col
:span=
"13"
>
<el-form-item
label=
"修改"
prop=
"trnmod.swiadd.amecur"
>
<c-select
v-model=
"model.trnmod.swiadd.amecur"
style=
"width: 100%"
placeholder=
"请选择修改日期"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"未收到的修改"
prop=
"trnmod.swiadd.amenbr"
:code=
"codes.curtxt1"
placeholder=
"请选择修改"
disabled
>
<c-input
v-model
.
number=
"model.trnmod.swiadd.amenbr"
style=
"width: 90%"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"实际修改编号"
prop=
"lttamep.amenbr"
>
<c-input
v-model
.
number=
"model.lttamep.amenbr"
placeholder=
"请输入实际修改编号"
style=
"width: 100%"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
<!-- ===========第三行开始第三模块---金额部分============= -->
<c-col
:span=
"24"
>
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<span
class=
"lttame_amep_amt"
>
面额
</span>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"原始数据"
prop=
"ltdgrp.cbs.nom1.cur"
>
<c-select
v-model=
"model.ltdgrp.cbs.nom1.cur"
maxlength=
"3"
placeholder=
"请选择"
:code=
"codes.curtxt1"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"oldltdgrp.cbs.nom1.amt"
>
<c-input
v-model=
"model.oldltdgrp.cbs.nom1.amt"
placeholder=
"请输入"
style=
"width: 100%"
@
keyup
.
enter
.
native=
"$event.target.blur()"
class=
"m-input-currency"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"13"
>
<el-form-item
label=
"修改"
prop=
"trnmod.swiadd.amecur"
>
<c-select
v-model=
"model.trnmod.swiadd.amecur"
style=
"width: 100%"
:code=
"codes.curtxt1"
placeholder=
"请选择修改"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"trnmod.swiadd.ameamt"
>
<c-input
v-model=
"model.trnmod.swiadd.ameamt"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"$event.target.blur()"
@
blur=
"ameamtOtherDefault"
style=
"width: 100%"
class=
"m-input-currency"
></c-input>
<!-- 回车失去焦点,失去焦点会自动触发默认事件:@keyup.enter.native="$event.target.blur()" -->
</el-form-item>
</c-col>
<c-col
:span=
"13"
>
<el-form-item
label=
"新日期"
prop=
"trnmod.swiadd.newcur"
>
<c-select
v-model=
"model.trnmod.swiadd.newcur"
style=
"width: 100%"
:code=
"codes.curtxt1"
disabled
placeholder=
"请选择"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"trnmod.swiadd.newamt"
>
<c-input
v-model=
"model.trnmod.swiadd.newamt"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"eventFunction('trnmod.swiadd.newamt')"
style=
"width: 100%"
class=
"m-input-currency"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
<!-- Tolerance +/- % -->
<c-col
:span=
"4"
:offset=
"1"
>
<span
class=
"lttame_amed_nomtx"
>
Tolerance +/- %
</span>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"oldltdgrp.rec.nomtop"
>
<c-input
v-model
.
number=
"model.oldltdgrp.rec.nomtop"
placeholder=
"请输入"
style=
"width: 100%"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"oldltdgrp.rec.nomton"
>
<c-input
v-model
.
number=
"model.oldltdgrp.rec.nomton"
placeholder=
"请输入"
style=
"width: 100%"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<span
class=
"lttame_amed_newnomtx"
>
Total Amendment
</span>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"trnmod.swiadd.newnomtop"
>
<c-input
v-model
.
number=
"model.trnmod.swiadd.newnomtop"
placeholder=
"请输入"
style=
"width: 100%"
@
keyup
.
enter
.
native=
"$event.target.blur()"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"trnmod.swiadd.newnomton"
>
<c-input
v-model
.
number=
"model.trnmod.swiadd.newnomton"
placeholder=
"请输入"
style=
"width: 100%"
@
keyup
.
enter
.
native=
"$event.target.blur()"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<span
class=
"lttame_amed_nomtx"
>
Maximum Amount
</span>
<c-col
:span=
"24"
>
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"20px"
prop=
"oldltdgrp.cbs.max.cur"
>
<c-select
v-model=
"model.oldltdgrp.cbs.max.cur"
maxlength=
"3"
placeholder=
"请选择"
:code=
"codes.cur"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col
:span=
"14"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"oldltdgrp.cbs.max.amt"
>
<c-input
v-model=
"model.oldltdgrp.cbs.max.amt"
placeholder=
"请输入"
style=
"width: 100%"
disabled
class=
"m-input-currency"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"20px"
prop=
"lttamep.engcur"
>
<c-select
v-model=
"model.lttamep.engcur"
style=
"width: 100%"
placeholder=
"请选择"
:code=
"codes.cur"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"14"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"lttamep.engamt"
>
<c-input
v-model=
"model.lttamep.engamt"
placeholder=
"请输入"
disabled
class=
"m-input-currency"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<el-form-item
label=
""
label-width=
"20px"
prop=
"lttamep.maxcur"
>
<c-select
v-model=
"model.lttamep.maxcur"
style=
"width: 100%"
placeholder=
"请选择"
:code=
"codes.cur"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"14"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"lttamep.maxamt"
>
<c-input
v-model=
"model.lttamep.maxamt"
placeholder=
"请输入"
disabled
class=
"m-input-currency"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"trnmod.swiadd.ameamt"
>
<c-input
v-model=
"model.trnmod.swiadd.ameamt"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"$event.target.blur()"
@
blur=
"ameamtOtherDefault"
style=
"width: 100%"
class=
"m-input-currency"
></c-input>
<!-- 回车失去焦点,失去焦点会自动触发默认事件:@keyup.enter.native="$event.target.blur()" -->
</el-form-item>
</c-col>
</c-col>
<!-- Amount Specification -->
<c-col
:span=
"24"
>
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<el-form-item
label=
"适用金额规范"
prop=
"trnmod.swiadd.nomspc"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"新日期"
prop=
"trnmod.swiadd.newcur"
>
<c-select
v-model=
"model.trnmod.swiadd.n
omspc
"
v-model=
"model.trnmod.swiadd.n
ewcur
"
style=
"width: 100%"
placeholder=
"请选择适用金额规范"
:code=
"codes.nomspc"
:code=
"codes.curtxt1"
disabled
placeholder=
"请选择"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
<!-- ===================日期部分的左边================= -->
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"trnmod.swiadd.newamt"
>
<c-input
v-model=
"model.trnmod.swiadd.newamt"
placeholder=
"请输入"
@
keyup
.
enter
.
native=
"eventFunction('trnmod.swiadd.newamt')"
style=
"width: 100%"
class=
"m-input-currency"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"适用金额规范"
prop=
"trnmod.swiadd.nomspc"
>
<c-select
v-model=
"model.trnmod.swiadd.nomspc"
style=
"width: 100%"
placeholder=
"请选择适用金额规范"
:code=
"codes.nomspc"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"到期日"
prop=
"oldltdgrp.rec.expdat"
>
<c-date-picker
...
...
@@ -376,36 +155,6 @@
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
<!-- ===================日期部分的右边================= -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"装运日期"
prop=
"oldltdgrp.rec.shpdat"
>
<c-date-picker
type=
"date"
v-model=
"model.oldltdgrp.rec.shpdat"
style=
"width: 100%"
placeholder=
"请选择装运日期"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"新装运日期"
prop=
"trnmod.swiadd.newshpdat"
>
<c-date-picker
type=
"date"
v-model=
"model.trnmod.swiadd.newshpdat"
style=
"width: 100%"
placeholder=
"请选择新装运日期"
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
<!--==========================下部(左边)==================== -->
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"报文的目的"
prop=
"trnmod.swiadd.purpos"
>
<c-select
...
...
@@ -417,34 +166,52 @@
</c-select>
</el-form-item>
</c-col>
<!-- 交单期 -->
<c-col
:span=
"13"
>
<el-form-item
label=
"交单期"
prop=
"oldltdgrp.rec.prepers18"
>
<c-input
v-model
.
number=
"model.oldltdgrp.rec.prepers18"
placeholder=
"请输入交单期"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"oldltdgrp.rec.prepertxts18"
>
<c-input
v-model=
"model.oldltdgrp.rec.prepertxts18"
maxlength=
"35"
placeholder=
"请输入"
disabled
></c-input>
</el-form-item>
<c-col
:span=
"24"
>
<!-- 交单期 -->
<c-col
:span=
"13"
>
<el-form-item
label=
"交单期"
prop=
"oldltdgrp.rec.prepers18"
>
<c-input
v-model
.
number=
"model.oldltdgrp.rec.prepers18"
placeholder=
"请输入交单期"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"oldltdgrp.rec.prepertxts18"
>
<c-input
v-model=
"model.oldltdgrp.rec.prepertxts18"
maxlength=
"35"
placeholder=
"请输入"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"新交单期"
prop=
"trnmod.swiadd.prepers18"
>
<c-input
v-model
.
number=
"model.trnmod.swiadd.prepers18"
placeholder=
"请输入新交单期"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"交单期文本"
prop=
"trnmod.swiadd.prepertxts18"
>
<c-input
v-model=
"model.trnmod.swiadd.prepertxts18"
maxlength=
"35"
placeholder=
"请输入交单期文本"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"修改收费方式"
prop=
"trnmod.swiadd.trnchato"
>
<c-select
...
...
@@ -456,57 +223,192 @@
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"收费详情"
prop=
"trnmod.swiadd.trnfeetxt"
>
<el-form-item
label=
"收费详情"
prop=
"trnmod.swiadd.trnfeetxt"
>
<c-input
type=
"textarea"
v-model=
"model.trnmod.swiadd.trnfeetxt"
maxlength=
"35"
show-word-limit
placeholder=
"请输入收费详情"
:disabled=
"model.trnmod.swiadd.trnchato
!=
'OTHR'"
:disabled=
"model.trnmod.swiadd.trnchato
!=
'OTHR'"
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- ================================下部(右边)================================= -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<!-- ======================= 右边 ========================= -->
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"新交单期"
prop=
"trnmod.swiadd.prepers18"
>
<el-form-item
label=
"简略信息"
prop=
"ltdgrp.rec.nam"
>
<c-input
v-model
.
number=
"model.trnmod.swiadd.prepers18"
placeholder=
"请输入新交单期"
></c-input>
v-model=
"model.ltdgrp.rec.nam"
style=
"width: 100%"
maxlength=
"40"
placeholder=
"请输入简略信息"
disabled
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"未收到的修改"
prop=
"trnmod.swiadd.amenbr"
>
<c-input
v-model
.
number=
"model.trnmod.swiadd.amenbr"
style=
"width: 100%"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"实际修改编号"
prop=
"lttamep.amenbr"
>
<c-input
v-model
.
number=
"model.lttamep.amenbr"
placeholder=
"请输入实际修改编号"
style=
"width: 100%"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-col
:span=
"17"
>
<el-form-item
label=
"浮动(+/-)"
prop=
"oldltdgrp.rec.nomtop"
>
<c-input
v-model
.
number=
"model.oldltdgrp.rec.nomtop"
placeholder=
"请输入上浮比例"
style=
"width: 100%"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"oldltdgrp.rec.nomton"
>
<c-input
v-model
.
number=
"model.oldltdgrp.rec.nomton"
placeholder=
"请输入下浮比例"
style=
"width: 100%"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"最大金额"
prop=
"oldltdgrp.cbs.max.amt"
>
<c-input
v-model=
"model.oldltdgrp.cbs.max.amt"
placeholder=
"请输入金额"
style=
"width: 100%"
disabled
class=
"m-input-currency"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"交单期文本"
prop=
"trnmod.swiadd.prepertxts18"
>
<c-input
v-model=
"model.trnmod.swiadd.prepertxts18"
maxlength=
"35"
placeholder=
"请输入交单期文本"
></c-input>
<c-col
:span=
"10"
>
<el-form-item
label=
"Maximum Amount"
prop=
"lttamep.engcur"
>
<c-select
v-model=
"model.lttamep.engcur"
style=
"width: 100%"
placeholder=
"请选择"
:code=
"codes.cur"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"14"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"lttamep.engamt"
>
<c-input
v-model=
"model.lttamep.engamt"
placeholder=
"请输入"
disabled
class=
"m-input-currency"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<c-col
:span=
"17"
>
<el-form-item
label=
"浮动(+/-)"
prop=
"trnmod.swiadd.newnomtop"
>
<c-input
v-model
.
number=
"model.trnmod.swiadd.newnomtop"
placeholder=
"请输入"
style=
"width: 100%"
@
keyup
.
enter
.
native=
"$event.target.blur()"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"7"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"trnmod.swiadd.newnomton"
>
<c-input
v-model
.
number=
"model.trnmod.swiadd.newnomton"
placeholder=
"请输入"
style=
"width: 100%"
@
keyup
.
enter
.
native=
"$event.target.blur()"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"最大金额"
prop=
"lttamep.maxamt"
>
<c-input
v-model=
"model.lttamep.maxamt"
placeholder=
"请输入金额"
disabled
class=
"m-input-currency"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"装运日期"
prop=
"oldltdgrp.rec.shpdat"
>
<c-date-picker
type=
"date"
v-model=
"model.oldltdgrp.rec.shpdat"
style=
"width: 100%"
placeholder=
"请选择装运日期"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"lttp.aamp.aammod.addamtflg"
>
<c-checkbox
v-model=
"model.lttp.aamp.aammod.addamtflg"
>
附加金额
</c-checkbox
>
<el-form-item
label=
"新装运日期"
prop=
"trnmod.swiadd.newshpdat"
>
<c-date-picker
type=
"date"
v-model=
"model.trnmod.swiadd.newshpdat"
style=
"width: 100%"
placeholder=
"请选择新装运日期"
></c-date-picker>
</el-form-item>
</c-col>
...
...
@@ -550,13 +452,41 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"trnmod.swiadd.reqcan"
>
<c-checkbox
v-model=
"model.trnmod.swiadd.reqcan"
>
取消请求
</c-checkbox
>
</el-form-item>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"lttp.aamp.aammod.addamtflg"
class=
"checkbox-left"
>
<c-checkbox
v-model=
"model.lttp.aamp.aammod.addamtflg"
>
附加金额
</c-checkbox
>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"trnmod.swiadd.reqcan"
class=
"checkbox-left"
>
<c-checkbox
v-model=
"model.trnmod.swiadd.reqcan"
>
取消请求
</c-checkbox
>
</el-form-item>
</c-col>
</c-col>
</c-col>
<!-- 页面布局由上到下,不是直接分左右 -->
<!-- =============================顶部============================ -->
<!-- ====================第二行================= -->
<!-- ===========第三行开始第三模块---金额部分============= -->
<!-- Amount Specification -->
<!-- ===================日期部分的左边================= -->
<!-- ===================日期部分的右边================= -->
<!--==========================下部(左边)==================== -->
<!-- ================================下部(右边)================================= -->
</div>
</template>
<
script
>
...
...
src/views/Business/Lttame/Dogpame.vue
View file @
8475f069
...
...
@@ -11,7 +11,27 @@
</el-form-item>
</c-col>
<c-col
:span=
"22"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"在当前修改中添加或删除文本"
prop=
"lttamep.lcrgodamep.usrblk"
>
<c-fullbox>
<c-input
:disabled=
"this.flag2"
:rows=
"22"
type=
"textarea"
v-model=
"model.lttamep.lcrgodamep.usrblk"
maxlength=
"1650"
show-word-limit
placeholder=
"请输入"
></c-input>
<template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
:disabled=
"this.flag2"
@
click=
"showGridPromptDialog('lttamep.lcrgodame.buttxmsel',null,null,
{TXT: 'lttamep.lcrgodamep.usrblk'}, {TXT: false},'doxpDialog')">
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<!-- <c-col :span="22">
<el-form-item label="在当前修改中添加或删除文本" prop="lttamep.lcrgodamep.usrblk">
<c-input
:disabled="this.flag2"
...
...
@@ -24,11 +44,11 @@
:disabled="this.flag2"
@click="showGridPromptDialog('lttamep.lcrgodame.buttxmsel',null,null,{TXT: 'lttamep.lcrgodamep.usrblk'}, {TXT: false},'doxpDialog')">
</c-button>
</c-col>
</c-col>
-->
</el-col>
<el-col
:
:
span=
"12"
style=
"padding-left: 20px;"
>
<el-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"历史概述"
prop=
"ltdgrp.blk.lcrgodame"
>
<c-input
...
...
@@ -41,7 +61,7 @@
<c-col
:span=
"12"
>
<c-checkbox
@
change=
"open"
style=
" margin: 0px 0 10px 1
50px
;"
style=
" margin: 0px 0 10px 1
20px;float:left
;"
v-model=
"model.lttamep.lcrgodamep.modflg"
>
修改要替换的文本
</c-checkbox>
</c-col>
...
...
@@ -54,7 +74,7 @@
<c-col
:span=
"24"
>
<c-button
style=
" margin: 0px 0 10px 1
50px
;"
style=
" margin: 0px 0 10px 1
20px;float:left
;"
size=
"small"
type=
"primary"
@
click=
"onLcrgodamepButdif"
>
显示差异
</c-button>
...
...
@@ -62,7 +82,7 @@
<c-col
:span=
"24"
>
<c-button
style=
" margin: 0px 0 10px 1
50px
;"
style=
" margin: 0px 0 10px 1
20px;float:left
;"
disabled
size=
"small"
type=
"primary"
@
click=
"onLcrgodamepButadd"
>
添加文本
...
...
@@ -71,7 +91,7 @@
<c-col
:span=
"24"
>
<c-button
style=
" margin: 0px 0 10px 1
50px
;"
style=
" margin: 0px 0 10px 1
20px;float:left
;"
disabled
size=
"small"
type=
"primary"
icon=
"el-icon-delete"
@
click=
"onLcrgodamepButdel"
>
删除文本
...
...
src/views/Business/Lttame/Dorpame.vue
View file @
8475f069
...
...
@@ -10,7 +10,31 @@
</el-form-item>
</c-col>
<c-col
:span=
"22"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"在当前修改中添加或删除文本"
prop=
"lttamep.lcrdocamep.usrblk"
>
<c-fullbox>
<c-input
type=
"textarea"
:disabled=
"this.flag2"
v-model=
"model.lttamep.lcrdocamep.usrblk"
maxlength=
"1650"
show-word-limit
placeholder=
"请输入"
:rows=
"22"
></c-input>
<template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
:disabled=
"this.flag2"
@
click=
"showGridPromptDialog('lttamep.lcrdocame.buttxmsel',null,null,
{TXT: 'lttamep.lcrdocamep.usrblk'}, {TXT: false},'doxpDialog')">
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
<!-- <c-col :span="22">
<el-form-item label="在当前修改中添加或删除文本" prop="lttamep.lcrdocamep.usrblk">
<c-input type="textarea"
:disabled="this.flag2"
...
...
@@ -26,8 +50,8 @@
:disabled="this.flag2"
@click="showGridPromptDialog('lttamep.lcrdocame.buttxmsel',null,null,{TXT: 'lttamep.lcrdocamep.usrblk'}, {TXT: false},'doxpDialog')">
</c-button>
</c-col>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"24"
>
...
...
@@ -46,7 +70,7 @@
<c-checkbox
@
change=
"open"
style=
" margin: 0px 0 10px 1
50px
;"
style=
" margin: 0px 0 10px 1
20px;float:left
;"
v-model=
"model.lttamep.lcrdocamep.modflg"
>
修改要替换的文本
</c-checkbox>
</c-col>
...
...
@@ -60,7 +84,7 @@
<c-col
:span=
"12"
>
<c-button
style=
" margin: 0px 0 10px 1
50px
;"
style=
" margin: 0px 0 10px 1
20px;float:left
;"
size=
"small"
type=
"primary"
@
click=
"onLcrdocamepButdif"
>
显示差异
</c-button>
...
...
@@ -68,7 +92,7 @@
<c-col
:span=
"24"
>
<c-button
style=
" margin: 0px 0 10px 1
50px
;"
style=
" margin: 0px 0 10px 1
20px;float:left
;"
disabled
size=
"small"
type=
"primary"
@
click=
"onLcrdocamepButadd"
>
添加文本
...
...
@@ -77,7 +101,7 @@
<c-col
:span=
"24"
>
<c-button
style=
" margin: 0px 0 10px 1
50px
;"
style=
" margin: 0px 0 10px 1
20px;float:left
;"
disabled
size=
"small"
type=
"primary"
icon=
"el-icon-delete"
@
click=
"onLcrdocamepButdel"
>
删除文本
...
...
src/views/Business/Lttame/Inspame.vue
View file @
8475f069
...
...
@@ -2,8 +2,8 @@
<div
class=
"eibs"
>
<!-- SG000347 : Instructions to Paying/Accepting/Negotiating Bank -->
<c-col
:span=
"2
0
"
>
<el-form-item
label=
"对付款、承兑、议付行的指示"
prop=
"ltdgrp.blk.insbnk"
>
<c-col
:span=
"2
4
"
>
<el-form-item
label=
"对付款、承兑、议付行的指示"
prop=
"ltdgrp.blk.insbnk"
label-width=
"200px"
>
<c-input
type=
"textarea"
v-model=
"model.ltdgrp.blk.insbnk"
...
...
src/views/Business/Lttame/Lttinf.vue
View file @
8475f069
...
...
@@ -20,7 +20,7 @@
<c-input
v-model=
"model.ledgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入
转让
信用证参考号"
placeholder=
"请输入信用证参考号"
style=
"width: 100%"
disabled
></c-input>
...
...
@@ -28,6 +28,34 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"信用证金额"
prop=
"ledgrp.cbs.nom1.cur"
>
<c-select
v-model=
"model.ledgrp.cbs.nom1.cur"
maxlength=
"3"
placeholder=
"请输入信用证金额"
:code=
"codes.curtxt1"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.nom1.amt"
>
<c-input
v-model=
"model.ledgrp.cbs.nom1.amt"
class=
"m-input-currency"
placeholder=
"请输入金额"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
<c-checkbox
v-model=
"model.lttp.aamp.aammod.addamtflg"
disabled
>
附加金额
</c-checkbox
>
</c-col>
</c-col>
<!--
<c-col
:span=
"24"
>
<el-form-item
label=
"信用证金额"
prop=
"ledgrp.cbs.nom1.cur"
>
<c-fullbox>
<c-input
...
...
@@ -54,8 +82,36 @@
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"余额"
prop=
"ledgrp.cbs.opn1.cur"
>
<c-select
v-model=
"model.ledgrp.cbs.opn1.cur"
maxlength=
"3"
placeholder=
"请输入余额"
:code=
"codes.curtxt1"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.opn1.amt"
>
<c-input
v-model=
"model.ledgrp.cbs.opn1.amt"
class=
"m-input-currency"
placeholder=
"请输入金额"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"3"
:offset=
"1"
>
<c-checkbox
v-model=
"model.ledgrp.rec.revflg"
disabled
>
循环信用证
</c-checkbox
>
</c-col>
</c-col>
<!-- <c-col :span="24">
<el-form-item label="余额" prop="ledgrp.cbs.opn1.cur">
<c-fullbox>
<c-input
...
...
@@ -82,7 +138,7 @@
</template>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"被授权的银行当事人"
prop=
"ledgrp.avbnam"
>
<c-input
...
...
@@ -184,7 +240,7 @@
</c-col>
<!-- right -->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"简略信息"
prop=
"ledgrp.rec.nam"
>
<c-input
...
...
@@ -252,11 +308,11 @@
<el-form-item
class=
"formItemLabel"
label=
"利用上面的信息开立可转让的背对背信用证"
label-width=
"
300
px"
label-width=
"
248
px"
>
</el-form-item>
</c-col>
<c-col
:span=
"2
3"
style=
"margin:0 0 10px 9
px"
>
<c-col
:span=
"2
4"
style=
"margin:0 0 10px 0
px"
>
<c-istream-table
:list=
"model.lttp.leltb2b.litb2bstm.rows || []"
:columns=
"columns"
...
...
@@ -280,7 +336,7 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"
20
px"
prop=
"ltdgrp.cbs.opn1.amt"
>
<el-form-item
label=
""
label-width=
"
5
px"
prop=
"ltdgrp.cbs.opn1.amt"
>
<c-input
v-model=
"model.ltdgrp.cbs.opn1.amt"
placeholder=
"请输入"
...
...
@@ -332,10 +388,10 @@
</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/Ltt
ame/Event"
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Ltt
opn/Event"
;
import
Ptsmsg
from
"~/views/Public/Ptsmsg"
;
export
default
{
...
...
@@ -350,8 +406,8 @@ export default {
'4 2 "信用证编号" 150'
,
'7 3 "币种" 140'
,
'8 4 "余额" 150 2 8 1 7'
,
'5 5 "
最迟装船
日期" 150 4 7 1'
,
'6 6 "
有效
期" 150 4 7 1'
,
'5 5 "
装运
日期" 150 4 7 1'
,
'6 6 "
到
期" 150 4 7 1'
,
'3 7 "名称" 150'
,
'9 8 "Info" 150 5 6:1 0 I'
,
],
...
...
@@ -368,4 +424,3 @@ export default {
font-weight
:
bold
;
}
</
style
>
src/views/Business/Lttame/Ovwp1.vue
View file @
8475f069
...
...
@@ -3,7 +3,7 @@
<!-- =================顶部====================== -->
<c-row>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
style=
"padding-right: 20px
;
"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<el-form-item
label=
"信用证参考号"
prop=
"ledgrp.rec.ownref"
...
...
@@ -24,14 +24,14 @@
size=
"small"
type=
"primary"
@
click=
"onSeainf"
icon=
"el-icon-info"
>
<i
class=
"el-icon-info"
style=
"font-size:15px"
></i>
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"12"
style=
"padding-left: 20px
;
"
>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<el-form-item
label=
"摘要"
prop=
"ledgrp.rec.nam"
>
<c-input
text-align=
"middle"
...
...
@@ -45,7 +45,7 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
style=
"padding-right: 20px
;
"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<el-form-item
label=
"转让信用证业务编号"
prop=
"ltdgrp.rec.ownref"
...
...
@@ -66,8 +66,8 @@
size=
"small"
type=
"primary"
@
click=
"onSeainf"
icon=
"el-icon-info"
>
<i
class=
"el-icon-info"
style=
"font-size:15px"
></i>
</c-button>
<c-button
style=
"margin: 0 0"
...
...
@@ -81,7 +81,7 @@
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"12"
style=
"padding-left: 20px
;
"
>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<el-form-item
label=
"摘要"
prop=
"ltdgrp.rec.nam"
>
<c-input
text-align=
"middle"
...
...
@@ -97,7 +97,7 @@
</c-row>
<!-- ====================左边======================= -->
<c-col
:span=
"12"
style=
"padding-right: 20px
;
"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<!-- 信用证类型 -->
<c-col
:span=
"24"
>
<el-form-item
label=
"转让信用证类型"
prop=
"ltdgrp.rec.lcrtyp"
>
...
...
@@ -127,8 +127,8 @@
size=
"small"
type=
"primary"
@
click=
"onExtkey"
><i
class=
"el-icon-info"
style=
"font-size:15px"
></i></c-button
>
icon=
"el-icon-info"
>
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
...
...
@@ -170,7 +170,7 @@
<!-- 金额浮动 Amount Tolerance +/- -->
<c-col
:span=
"24"
>
<c-col
:span=
"1
2
"
>
<c-col
:span=
"1
5
"
>
<c-form-item
label=
"金额容差 +/-"
prop=
"ltdgrp.rec.nomtop"
>
<c-input
v-model
.
number=
"model.ltdgrp.rec.nomtop"
...
...
@@ -183,12 +183,12 @@
></c-input>
</c-form-item>
</c-col>
<c-col
:span=
"
7
"
>
<c-col
:span=
"
9
"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ltdgrp.rec.nomton"
>
<c-input
v-model
.
number=
"model.ltdgrp.rec.nomton"
maxlength=
"2"
style=
"width:
95
%"
style=
"width:
100
%"
placeholder=
"请输入金额上限"
@
keyup
.
enter
.
native=
"$event.target.blur()"
class=
"m-input-currency"
...
...
@@ -196,24 +196,21 @@
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"5"
>
</c-col>
<c-col
:span=
"5"
>
</c-col>
</c-col>
<!-- Amount Specification 适用金额规范-->
<c-col
:span=
"24"
>
<c-col
:span=
"19"
>
<el-form-item
label=
"适用金额规范"
prop=
"ltdgrp.rec.nomspc"
>
<c-select
v-model=
"model.ltdgrp.rec.nomspc"
style=
"width: 97%"
placeholder=
"请选择适用金额规范"
:code=
"codes.nomspc"
disabled
>
</c-select>
</el-form-item>
</c-col>
<el-form-item
label=
"适用金额规范"
prop=
"ltdgrp.rec.nomspc"
>
<c-select
v-model=
"model.ltdgrp.rec.nomspc"
style=
"width: 100%"
placeholder=
"请选择适用金额规范"
:code=
"codes.nomspc"
disabled
>
</c-select>
</el-form-item>
</c-col>
<!-- Maximum Amount 信用证最大金额-->
...
...
@@ -345,10 +342,7 @@
<!-- 其他规则 -->
<c-col
:span=
"24"
>
<el-form-item
label=
"其他适用规则"
prop=
"ltdgrp.rec.apprultxt"
>
<el-form-item
label=
"其他适用规则"
prop=
"ltdgrp.rec.apprultxt"
>
<c-input
v-model=
"model.ltdgrp.rec.apprultxt"
maxlength=
"35"
...
...
@@ -372,17 +366,25 @@
</c-col>
<!-- ========================右边======================= -->
<c-col
:span=
"12"
style=
"padding-left: 20px
;
"
>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"第一受益人参考号"
prop=
"ltdgrp.be1.pts.ref"
>
<c-input
v-model=
"model.ltdgrp.be1.pts.ref"
maxlength=
"16"
placeholder=
"请输入第一受益人参考号"
></c-input>
<c-input
v-model=
"model.ltdgrp.be1.pts.ref"
maxlength=
"16"
placeholder=
"请输入第一受益人参考号"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"第一受益人"
prop=
"ltdgrp.be1.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.ltdgrp.be1.pts.extkey"
maxlength=
"16"
placeholder=
""
></c-input>
<c-fullbox>
<c-input
v-model=
"model.ltdgrp.be1.pts.extkey"
maxlength=
"16"
placeholder=
""
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px"
...
...
@@ -390,7 +392,6 @@
type=
"primary"
icon=
"el-icon-search"
>
</c-button>
<c-button
style=
"margin: 0 0"
...
...
@@ -402,14 +403,19 @@
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"名称"
prop=
"ltdgrp.be1.pts.nam"
>
<c-input
<c-input
disabled
type=
"textarea"
v-model=
"model.ltdgrp.be1.pts.nam"
maxlength=
"35"
show-word-limit
placeholder=
"请输入"
></c-input>
type=
"textarea"
v-model=
"model.ltdgrp.be1.pts.nam"
maxlength=
"35"
show-word-limit
placeholder=
"请输入"
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- 开证行 Issuer Ref.-->
<c-col
:span=
"24"
>
...
...
@@ -444,10 +450,8 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
prop=
"ltdgrp.rec.rmbflg"
>
<c-checkbox
v-model=
"model.ltdgrp.rec.rmbflg"
>
偿付信息
</c-checkbox
>
<el-form-item
label=
""
prop=
"ltdgrp.rec.rmbflg"
class=
"checkbox-left"
>
<c-checkbox
v-model=
"model.ltdgrp.rec.rmbflg"
>
偿付信息
</c-checkbox>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Lttame/Rbip.vue
View file @
8475f069
<
template
>
<div
class=
"eibs"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
...
...
src/views/Business/Lttame/Spbpame.vue
View file @
8475f069
<
template
>
<div
class=
"eibs"
>
<c-col
:span=
"12"
style=
"padding-right: 20px
;
"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"受益人的特殊付款条款"
prop=
"ltdgrp.blk.spcben"
>
<el-form-item
label=
"受益人的特殊付款条款"
prop=
"ltdgrp.blk.spcben"
>
<c-input
:rows=
"12"
:disabled=
"this.flag1"
...
...
@@ -18,7 +15,45 @@
</el-form-item>
</c-col>
<c-col
:span=
"22"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"在当前修改中添加或删除文本"
prop=
"lttamep.spcbenamep.usrblk"
>
<c-fullbox>
<c-input
type=
"textarea"
:disabled=
"this.flag2"
v-model=
"model.lttamep.spcbenamep.usrblk"
maxlength=
"1650"
show-word-limit
placeholder=
"请输入"
:rows=
"22"
></c-input>
<template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
:disabled=
"this.flag2"
@
click=
"
showGridPromptDialog(
'lttamep.spcbenamep.buttxmsel',
null,
null,
{ TXT: 'lttamep.spcbenamep.usrblk' },
{ TXT: false },
'doxpDialog'
)
"
>
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<!-- <c-col :span="22">
<el-form-item
label="在当前修改中添加或删除文本"
prop="lttamep.spcbenamep.usrblk"
...
...
@@ -33,8 +68,8 @@
:rows="22"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
>
</c-col>
-->
<
!-- <
c-col :span="2">
<c-button
size="small"
type="primary"
...
...
@@ -52,10 +87,10 @@
"
>
</c-button>
</c-col>
</c-col>
-->
</c-col>
<c-col
:span=
"12"
style=
"padding-left: 20px
;
"
>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"历史概要"
prop=
"ltdgrp.blk.spcbename"
>
<c-input
...
...
@@ -72,7 +107,7 @@
<c-col
:span=
"12"
>
<c-checkbox
style=
"margin: 0px 0 10px 1
50px
"
style=
"margin: 0px 0 10px 1
20px;float:left
"
@
change=
"open"
v-model=
"model.lttamep.spcbenamep.modflg"
>
修改要替换的文本
</c-checkbox
...
...
@@ -82,7 +117,7 @@
<c-col
:span=
"12"
>
<c-checkbox
@
change=
"open1"
style=
"margin: 0px 0 10px 12
5px
"
style=
"margin: 0px 0 10px 12
0px;float:left
"
v-model=
"model.lttamep.spcbenamep.modmanflg"
>
修改内部文本
</c-checkbox
>
...
...
@@ -90,7 +125,7 @@
<c-col
:span=
"12"
>
<c-button
style=
"margin: 0px 0 10px 1
50px
"
style=
"margin: 0px 0 10px 1
20px;float:left
"
size=
"small"
type=
"primary"
@
click=
"onLcrdocamepButdif"
...
...
@@ -101,7 +136,7 @@
<c-col
:span=
"24"
>
<c-button
style=
"margin: 0px 0 10px 1
50px
"
style=
"margin: 0px 0 10px 1
20px;float:left
"
disabled
size=
"small"
type=
"primary"
...
...
@@ -113,7 +148,7 @@
<c-col
:span=
"24"
>
<c-button
style=
"margin: 0px 0 10px 1
50px
"
style=
"margin: 0px 0 10px 1
20px;float:left
"
disabled
size=
"small"
type=
"primary"
...
...
@@ -212,16 +247,12 @@ export default {
...
Event
,
open
(
val
)
{
if
(
val
===
""
&&
!
(
this
.
model
.
ltdgrp
.
blk
.
spcben
==
""
))
{
this
.
$confirm
(
"是否确定要重置手动修改?"
,
"提示"
,
{
cancelButtonText
:
"撤销"
,
confirmButtonText
:
"确定"
,
type
:
"warning"
,
showClose
:
false
,
}
)
this
.
$confirm
(
"是否确定要重置手动修改?"
,
"提示"
,
{
cancelButtonText
:
"撤销"
,
confirmButtonText
:
"确定"
,
type
:
"warning"
,
showClose
:
false
,
})
.
then
(()
=>
{
//yes的执行在这里写
this
.
model
.
ltdgrp
.
blk
.
spcben
=
""
;
...
...
@@ -254,16 +285,12 @@ export default {
},
open1
(
val
)
{
if
(
val
===
""
&&
!
(
this
.
model
.
ltdgrp
.
blk
.
spcben
==
""
))
{
this
.
$confirm
(
"是否确定要重置手动修改?"
,
"提示"
,
{
cancelButtonText
:
"撤销"
,
confirmButtonText
:
"确定"
,
type
:
"warning"
,
showClose
:
false
,
}
)
this
.
$confirm
(
"是否确定要重置手动修改?"
,
"提示"
,
{
cancelButtonText
:
"撤销"
,
confirmButtonText
:
"确定"
,
type
:
"warning"
,
showClose
:
false
,
})
.
then
(()
=>
{
//yes的执行在这里写
this
.
model
.
ltdgrp
.
blk
.
spcben
=
""
;
...
...
src/views/Business/Lttame/Sprpame.vue
View file @
8475f069
<
template
>
<div
class=
"eibs"
>
<c-col
:span=
"12"
style=
"padding-right: 20px
;
"
>
<c-col
:span=
"12"
style=
"padding-right: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"仅适用于银行的特殊付款条款"
...
...
@@ -18,7 +18,45 @@
</el-form-item>
</c-col>
<c-col
:span=
"22"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"在当前修改中添加或删除文本"
prop=
"lttamep.spcrcbamep.usrblk"
>
<c-fullbox>
<c-input
type=
"textarea"
:disabled=
"this.flag2"
v-model=
"model.lttamep.spcrcbamep.usrblk"
maxlength=
"1650"
show-word-limit
placeholder=
"请输入"
:rows=
"22"
></c-input>
<template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
:disabled=
"this.flag2"
@
click=
"
showGridPromptDialog(
'lttamep.spcrcbamep.buttxmsel',
null,
null,
{ TXT: 'lttamep.spcrcbamep.usrblk' },
{ TXT: false },
'doxpDialog'
)
"
>
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<!-- <c-col :span="22">
<el-form-item
label="在当前修改中添加或删除文本"
prop="lttamep.spcrcbamep.usrblk"
...
...
@@ -52,10 +90,10 @@
"
>
</c-button>
</c-col>
</c-col>
-->
</c-col>
<c-col
:span=
"12"
style=
"padding-left: 20px
;
"
>
<c-col
:span=
"12"
style=
"padding-left: 20px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"历史概要"
prop=
"ltdgrp.blk.spcrcbame"
>
<c-input
...
...
@@ -72,7 +110,7 @@
<c-col
:span=
"12"
>
<c-checkbox
style=
"margin: 0px 0 10px 1
50px
"
style=
"margin: 0px 0 10px 1
20px;float:left;
"
@
change=
"open"
v-model=
"model.lttamep.spcrcbamep.modflg"
>
修改要替换的文本
</c-checkbox
...
...
@@ -82,7 +120,7 @@
<c-col
:span=
"12"
>
<c-checkbox
@
change=
"open1"
style=
"margin: 0px 0 10px 12
5px
"
style=
"margin: 0px 0 10px 12
0px;float:left;
"
v-model=
"model.lttamep.spcrcbamep.modmanflg"
>
修改内部文本
</c-checkbox
>
...
...
@@ -90,7 +128,7 @@
<c-col
:span=
"12"
>
<c-button
style=
"margin: 0px 0 10px 1
50px
"
style=
"margin: 0px 0 10px 1
20px;float:left;
"
size=
"small"
type=
"primary"
@
click=
"onLcrdocamepButdif"
...
...
@@ -101,7 +139,7 @@
<c-col
:span=
"24"
>
<c-button
style=
"margin: 0px 0 10px 1
50px
"
style=
"margin: 0px 0 10px 1
20px;float:left;
"
disabled
size=
"small"
type=
"primary"
...
...
@@ -113,7 +151,7 @@
<c-col
:span=
"24"
>
<c-button
style=
"margin: 0px 0 10px 1
50px
"
style=
"margin: 0px 0 10px 1
20px;float:left;
"
disabled
size=
"small"
type=
"primary"
...
...
@@ -212,16 +250,12 @@ export default {
...
Event
,
open
(
val
)
{
if
(
val
===
""
&&
!
(
this
.
model
.
ltdgrp
.
blk
.
spcrcb
==
""
))
{
this
.
$confirm
(
"是否确定要重置手动修改?"
,
"提示"
,
{
cancelButtonText
:
"撤销"
,
confirmButtonText
:
"确定"
,
type
:
"warning"
,
showClose
:
false
,
}
)
this
.
$confirm
(
"是否确定要重置手动修改?"
,
"提示"
,
{
cancelButtonText
:
"撤销"
,
confirmButtonText
:
"确定"
,
type
:
"warning"
,
showClose
:
false
,
})
.
then
(()
=>
{
//yes的执行在这里写
this
.
model
.
ltdgrp
.
blk
.
spcrcb
=
""
;
...
...
@@ -254,16 +288,12 @@ export default {
},
open1
(
val
)
{
if
(
val
===
""
&&
!
(
this
.
model
.
ltdgrp
.
blk
.
spcrcb
==
""
))
{
this
.
$confirm
(
"是否确定要重置手动修改?"
,
"提示"
,
{
cancelButtonText
:
"撤销"
,
confirmButtonText
:
"确定"
,
type
:
"warning"
,
showClose
:
false
,
}
)
this
.
$confirm
(
"是否确定要重置手动修改?"
,
"提示"
,
{
cancelButtonText
:
"撤销"
,
confirmButtonText
:
"确定"
,
type
:
"warning"
,
showClose
:
false
,
})
.
then
(()
=>
{
//yes的执行在这里写
this
.
model
.
ltdgrp
.
blk
.
spcrcb
=
""
;
...
...
src/views/Business/Lttcan/Canp.vue
View file @
8475f069
...
...
@@ -21,8 +21,8 @@
size=
"small"
type=
"primary"
@
click=
"onSeainf"
icon=
"el-icon-info"
>
<i
class=
"el-icon-info"
style=
"font-size:15px"
></i>
</c-button>
</
template
>
</c-fullbox>
...
...
@@ -47,59 +47,68 @@
size=
"small"
type=
"primary"
@
click=
"onSeainf"
icon=
"el-icon-info"
>
<i
class=
"el-icon-info"
style=
"font-size:15px"
></i>
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<
el-form-item
label=
"转让信用证金额"
prop=
"ltdgrp.cbs.nom1.cur
"
>
<
c-fullbox
>
<c-input
<
c-col
:span=
"11
"
>
<
el-form-item
label=
"转让信用证金额"
prop=
"ltdgrp.cbs.nom1.cur"
>
<c-input
v-model=
"model.ltdgrp.cbs.nom1.cur"
maxlength=
"3"
style=
"width:
5
0%"
style=
"width:
10
0%"
placeholder=
"请输入转让信用证金额"
disabled
></c-input>
<c-input
</el-form-item>
</c-col>
<c-col
:span=
"9"
>
<el-form-item
label=
""
label-width=
"0px"
style=
"text-align: left; margin-left: 5px"
prop=
"ltdgrp.cbs.nom1.amt"
>
<c-input
v-model=
"model.ltdgrp.cbs.nom1.amt"
style=
"width: 5
0%"
tyle=
"text-align: left; width: 9
0%"
placeholder=
"请输入"
disabled
></c-input>
<
template
slot=
"footer"
>
<c-checkbox
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
<c-checkbox
v-model=
"model.lttp0.aammod.addamtflg"
style=
"margin-left: 10px"
disabled
>
附加金额
</c-checkbox
>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<
el-form-item
label=
"余额"
prop=
"ltdgrp.cbs.opn1.cur
"
>
<
c-fullbox
>
<c-input
<
c-col
:span=
"12
"
>
<
el-form-item
label=
"余额"
prop=
"ltdgrp.cbs.opn1.cur"
>
<c-input
v-model=
"model.ltdgrp.cbs.opn1.cur"
maxlength=
"3"
style=
"width:
5
0%"
style=
"width:
10
0%"
placeholder=
"请输入余额"
disabled
></c-input>
<c-input
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"0px"
style=
"text-align: left; margin-left: 5px"
prop=
"ltdgrp.cbs.opn1.amt"
>
<c-input
v-model=
"model.ltdgrp.cbs.opn1.amt"
style=
"width:
5
0%"
style=
"width:
10
0%"
placeholder=
"请输入"
disabled
></c-input>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
...
...
@@ -141,6 +150,29 @@
</c-col>
</c-col>
<!-- <c-col :span="24">
<c-col :span="12">
<el-form-item label="开证日期及其形式" prop="ltdgrp.rec.opndat">
<c-date-picker
v-model="model.ltdgrp.rec.opndat"
maxlength="3"
style="width: 100%"
placeholder="请选择开证日期及其形式"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" label-width="0px" style="text-align: left; margin-left: 5px" prop="ltdgrp.cbs.opn1.amt">
<c-input
v-model="model.ltdgrp.rec.lcrtyp"
style="width: 100%"
placeholder="请输入"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col> -->
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"开证日期及其形式"
prop=
"ltdgrp.rec.opndat"
>
...
...
@@ -154,13 +186,16 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"0px"
style=
"text-align: left; margin-left: 5px"
prop=
"ltdgrp.rec.lcrtyp"
>
<c-input
v-model=
"model.ltdgrp.rec.lcrtyp"
style=
"width: 100%"
maxlength=
"40"
placeholder=
"请输入"
disabled
:code=
"codes.lcrtyp1"
></c-input>
</el-form-item>
</c-col>
</c-col>
...
...
@@ -177,14 +212,55 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"0px"
style=
"text-align: left; margin-left: 5px"
prop=
"ltdgrp.rec.expplc"
>
<c-input
v-model=
"model.ltdgrp.rec.expplc"
style=
"width: 100%"
maxlength=
"40"
placeholder=
"请输入到期地点"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"承兑报文的详细内容"
prop=
"lttcanp.trnrec.strinf"
style=
"width: 100%"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.lttcanp.trnrec.strinf"
maxlength=
"300"
show-word-limit
placeholder=
"请输入承兑报文的详细内容"
:disabled=
"!sndmsg"
></c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-more"
:disabled=
"!sndmsg"
@
click=
"
showGridPromptDialog(
'bttcanp.canlet.buttxmsel',
null,
null,
{ TXT: 'lttcanp.trnrec.strinf' },
{ TXT: false },
'doxpDialog'
)
"
>
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
<!-- right -->
...
...
@@ -251,63 +327,13 @@
:disabled1=
"true"
></c-ptsmsg>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
style=
"margin-left: -150px"
>
<el-divider
/>
</el-form-item>
</c-col>
<!-- next part -->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"承兑报文的详细内容"
prop=
"lttcanp.trnrec.strinf"
style=
"width: 100%"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.lttcanp.trnrec.strinf"
maxlength=
"50"
show-word-limit
placeholder=
"请输入承兑报文的详细内容"
:disabled=
"!sndmsg"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin-left: 10px; padding: 0 10px"
size=
"small"
type=
"primary"
:disabled=
"!sndmsg"
@
click=
"
showGridPromptDialog(
'bttcanp.canlet.buttxmsel',
null,
null,
{ TXT: 'lttcanp.trnrec.strinf' },
{ TXT: false },
'doxpDialog'
)
"
>
...
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
""
style=
"text-align: left"
prop=
"sndmsg"
>
<el-form-item
label=
""
class=
"checkbox-left"
style=
"text-align: left"
prop=
"sndmsg"
>
<c-checkbox
v-model=
"sndmsg"
>
发送报文
</c-checkbox>
</el-form-item>
</c-col>
</c-col>
</div>
</template>
<
script
>
...
...
src/views/Business/Lttopn/Aamp.vue
View file @
8475f069
<
template
>
<div
class=
"eibs"
>
<c-col
:span=
"1
1
"
>
<c-col
:span=
"1
2"
style=
"padding-right: 20px;
"
>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"附加金额"
prop=
"ltdgrp.cbs.max2.cur"
>
...
...
src/views/Business/Lttopn/Cnyp1.vue
View file @
8475f069
<
template
>
<div
class=
"eibs"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<!-- S0000042 : 是否报送跨境人民币2101表 -->
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2101表"
prop=
"cnybop.cnyflg"
>
<el-form-item
label=
"是否报送跨境人民币2101表"
prop=
"cnybop.cnyflg"
label-width=
"180px"
>
<c-select
v-model=
"model.cnybop.cnyflg"
style=
"width: 100%"
...
...
@@ -18,7 +18,7 @@
<!-- S0000045 : 是否报送跨境人民币2107表 -->
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2107表"
prop=
"cnybop.traflg"
>
<el-form-item
label=
"是否报送跨境人民币2107表"
prop=
"cnybop.traflg"
label-width=
"180px"
>
<c-select
v-model=
"model.cnybop.traflg"
style=
"width: 100%"
...
...
@@ -32,7 +32,7 @@
<!-- S0000077 : 是否报送跨境人民币2111表 -->
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2111表"
prop=
"cnybop.outflg"
>
<el-form-item
label=
"是否报送跨境人民币2111表"
prop=
"cnybop.outflg"
label-width=
"180px"
>
<c-select
v-model=
"model.cnybop.outflg"
style=
"width: 100%"
...
...
@@ -46,7 +46,7 @@
<!-- S0000113 : 是否报送跨境人民币2106表 -->
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2106表"
prop=
"cnybop.libflg"
>
<el-form-item
label=
"是否报送跨境人民币2106表"
prop=
"cnybop.libflg"
label-width=
"180px"
>
<c-select
v-model=
"model.cnybop.libflg"
style=
"width: 100%"
...
...
@@ -59,7 +59,7 @@
<!-- S0000142 : 是否报送跨境人民币2122表 -->
<c-col
:span=
"24"
>
<el-form-item
label=
"是否报送跨境人民币2122表"
prop=
"cnybop.vouflg"
>
<el-form-item
label=
"是否报送跨境人民币2122表"
prop=
"cnybop.vouflg"
label-width=
"180px"
>
<c-select
v-model=
"model.cnybop.vouflg"
style=
"width: 100%"
...
...
src/views/Business/Lttopn/Detp.vue
View file @
8475f069
...
...
@@ -206,10 +206,10 @@
size=
"small"
type=
"primary"
disabled
icon=
"el-icon-more"
@
click=
"showGridPromptDialog('lttp.detp', null, null,
{TXT:
'ltdgrp.rec.prepertxts18'}, {TXT: false},'doxpDialog')"
>
...
</c-button>
</
template
>
</c-fullbox>
...
...
@@ -243,10 +243,10 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-more"
@
click=
"showGridPromptDialog('lttp.charia.buttxmsel', null, null,
{TXT:
'ltdgrp.blk.feetxt'}, {TXT: false},'doxpDialog')"
>
...
</c-button>
</
template
>
</c-fullbox>
...
...
src/views/Business/Lttopn/Lttinf.vue
View file @
8475f069
...
...
@@ -28,6 +28,34 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"信用证金额"
prop=
"ledgrp.cbs.nom1.cur"
>
<c-select
v-model=
"model.ledgrp.cbs.nom1.cur"
maxlength=
"3"
placeholder=
"请输入信用证金额"
:code=
"codes.curtxt1"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.nom1.amt"
>
<c-input
v-model=
"model.ledgrp.cbs.nom1.amt"
class=
"m-input-currency"
placeholder=
"请输入金额"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
<c-checkbox
v-model=
"model.lttp.aamp.aammod.addamtflg"
disabled
>
附加金额
</c-checkbox
>
</c-col>
</c-col>
<!--
<c-col
:span=
"24"
>
<el-form-item
label=
"信用证金额"
prop=
"ledgrp.cbs.nom1.cur"
>
<c-fullbox>
<c-input
...
...
@@ -54,8 +82,36 @@
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"余额"
prop=
"ledgrp.cbs.opn1.cur"
>
<c-select
v-model=
"model.ledgrp.cbs.opn1.cur"
maxlength=
"3"
placeholder=
"请输入余额"
:code=
"codes.curtxt1"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"ledgrp.cbs.opn1.amt"
>
<c-input
v-model=
"model.ledgrp.cbs.opn1.amt"
class=
"m-input-currency"
placeholder=
"请输入金额"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"3"
:offset=
"1"
>
<c-checkbox
v-model=
"model.ledgrp.rec.revflg"
disabled
>
循环信用证
</c-checkbox
>
</c-col>
</c-col>
<!-- <c-col :span="24">
<el-form-item label="余额" prop="ledgrp.cbs.opn1.cur">
<c-fullbox>
<c-input
...
...
@@ -82,7 +138,7 @@
</template>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"被授权的银行当事人"
prop=
"ledgrp.avbnam"
>
<c-input
...
...
@@ -252,11 +308,11 @@
<el-form-item
class=
"formItemLabel"
label=
"利用上面的信息开立可转让的背对背信用证"
label-width=
"
300
px"
label-width=
"
248
px"
>
</el-form-item>
</c-col>
<c-col
:span=
"2
3"
style=
"margin:0 0 10px 9
px"
>
<c-col
:span=
"2
4"
style=
"margin:0 0 10px 0
px"
>
<c-istream-table
:list=
"model.lttp.leltb2b.litb2bstm.rows || []"
:columns=
"columns"
...
...
@@ -280,7 +336,7 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
""
label-width=
"
20
px"
prop=
"ltdgrp.cbs.opn1.amt"
>
<el-form-item
label=
""
label-width=
"
5
px"
prop=
"ltdgrp.cbs.opn1.amt"
>
<c-input
v-model=
"model.ltdgrp.cbs.opn1.amt"
placeholder=
"请输入"
...
...
src/views/Business/Lttopn/Ovwp.vue
View file @
8475f069
...
...
@@ -14,17 +14,18 @@
<m-ptyp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"货物描述"
name=
"dogp"
>
<m-do
gp
:model=
"model"
:codes=
"codes"
/>
<m-do
xp
:model=
"model"
:codes=
"codes"
:dtyp=
"'dogp'"
:rec=
"'ltd'"
/>
</el-collapse-item>
<el-collapse-item
title=
"单据要求"
name=
"dorp"
>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'dorp'"
:rec=
"'l
e
d'"
/>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'dorp'"
:rec=
"'l
t
d'"
/>
</el-collapse-item>
<el-collapse-item
title=
"附加条款"
name=
"adcp"
>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'adcp'"
:rec=
"'l
e
d'"
/>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'adcp'"
:rec=
"'l
t
d'"
/>
</el-collapse-item>
<el-collapse-item
title=
"原始信用证详细信息"
name=
"lttinf"
>
<m-lttinf
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"受益人特殊付款条款"
name=
"spcbenp"
...
...
@@ -34,9 +35,10 @@
:model=
"model"
:codes=
"codes"
:dtyp=
"'spcbenp'"
:rec=
"'l
e
d'"
:rec=
"'l
t
d'"
/>
</el-collapse-item>
<el-collapse-item
title=
"仅限银行特殊付款条款"
name=
"spcrcvp"
...
...
@@ -46,7 +48,7 @@
:model=
"model"
:codes=
"codes"
:dtyp=
"'spcrcvp'"
:rec=
"'l
e
d'"
:rec=
"'l
t
d'"
/>
</el-collapse-item>
...
...
src/views/Business/Lttopn/Ovwp1.vue
View file @
8475f069
...
...
@@ -21,8 +21,8 @@
size=
"small"
type=
"primary"
@
click=
"onSeainf"
icon=
"el-icon-info"
>
<i
class=
"el-icon-info"
style=
"font-size:15px"
></i>
</c-button>
</
template
>
</c-fullbox>
...
...
@@ -42,7 +42,46 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
style=
"padding-right: 20px;"
>
<el-col
:span=
"12"
style=
"padding-right: 20px;"
>
<el-form-item
label=
"转让信用证业务编号"
prop=
"ltdgrp.rec.ownref"
style=
"width: 100%"
>
<c-fullbox>
<c-input
v-model=
"model.ltdgrp.rec.ownref"
maxlength=
"16"
disabled
placeholder=
"请输入转让信用证业务编号"
></c-input>
<
template
slot=
"footer"
>
<c-button
style=
"margin: 0 10px 0 10px; padding: 0 12px; height: 32px"
size=
"small"
type=
"primary"
@
click=
"onSeainf"
icon=
"el-icon-info"
>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
::disabled=
"
!model.ltdgrp.rec.ownref && model.ltdgrp.be1.pta.inr
? false
: true
"
@
click=
"onLttpButgetref"
>
获取
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</el-col>
<!-- <c-col :span="12" style="padding-right: 20px;">
<el-form-item
label="转让信用证业务编号"
prop="ltdgrp.rec.ownref"
...
...
@@ -62,8 +101,8 @@
size="small"
type="primary"
@click="onSeainf"
icon="el-icon-info"
>
<i
class=
"el-icon-info"
style=
"font-size:15px"
></i>
</c-button>
<c-button
style="margin: 0 0"
...
...
@@ -81,7 +120,7 @@
</template>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"12"
style=
"padding-left: 20px;"
>
<el-form-item
label=
"简略信息"
prop=
"ltdgrp.rec.nam"
>
...
...
@@ -128,8 +167,8 @@
size=
"small"
type=
"primary"
@
click=
"onSeainf"
icon=
"el-icon-info"
>
<i
class=
"el-icon-info"
style=
"font-size:15px"
></i>
</c-button>
</
template
>
</c-fullbox>
...
...
@@ -137,7 +176,7 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"1
2
"
>
<c-col
:span=
"1
1
"
>
<el-form-item
label=
"名义金额"
prop=
"ltdgrp.cbs.nom1.cur"
>
<c-select
v-model=
"model.ltdgrp.cbs.nom1.cur"
...
...
@@ -151,11 +190,11 @@
</el-form-item>
</c-col>
<c-col
:span=
"
7
"
>
<el-form-item
label=
""
label-width=
"
20
px"
prop=
"ltdgrp.cbs.nom1.amt"
>
<c-col
:span=
"
9
"
>
<el-form-item
label=
""
label-width=
"
0px"
style=
"text-align: left; margin-left: 5
px"
prop=
"ltdgrp.cbs.nom1.amt"
>
<c-input-currency
v-model=
"model.ltdgrp.cbs.nom1.amt"
style=
"text-align: left; width:
10
0%"
style=
"text-align: left; width:
9
0%"
placeholder=
"请输入名义金额"
@
keyup
.
enter
.
native=
"
defaultFunction(
...
...
@@ -167,19 +206,19 @@
</el-form-item>
</c-col>
<c-col
:span=
"
5"
>
<c-col
:span=
"
4"
>
<c-checkbox
v-model=
"model.lttp.aamp.aammod.addamtflg"
style=
"margin-left: 10px"
:disabled=
"model.ltdgrp.cbs.max2.amt == ''"
@
change=
"openAddDetails"
:disabled=
"model.ltdgrp.cbs.max2.amt == ''"
>
附加金额
</c-checkbox
>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"1
5
"
>
<c-col
:span=
"1
3
"
>
<el-form-item
label=
"金额容差 +/-"
prop=
"ltdgrp.rec.nomtop"
>
<c-input
v-model
.
number=
"model.ltdgrp.rec.nomtop"
...
...
@@ -190,8 +229,8 @@
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"
9
"
>
<el-form-item
label=
""
label-width=
"
20
px"
prop=
"ltdgrp.rec.nomton"
>
<c-col
:span=
"
11
"
>
<el-form-item
label=
""
label-width=
"
0px"
style=
"text-align: left; margin-left: 5
px"
prop=
"ltdgrp.rec.nomton"
>
<c-input
v-model
.
number=
"model.ltdgrp.rec.nomton"
maxlength=
"2"
...
...
@@ -217,7 +256,7 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"1
2
"
>
<c-col
:span=
"1
3
"
>
<el-form-item
label=
"最大金额"
prop=
"ltdgrp.cbs.max.cur"
>
<c-select
v-model=
"model.ltdgrp.cbs.max.cur"
...
...
@@ -230,8 +269,8 @@
</el-form-item>
</c-col>
<c-col
:span=
"1
2
"
>
<el-form-item
label=
""
label-width=
"
20
px"
prop=
"ltdgrp.cbs.max.amt"
>
<c-col
:span=
"1
1
"
>
<el-form-item
label=
""
label-width=
"
0px"
style=
"text-align: left; margin-left: 5
px"
prop=
"ltdgrp.cbs.max.amt"
>
<c-input
v-model=
"model.ltdgrp.cbs.max.amt"
placeholder=
"请选择最大金额"
...
...
src/views/Home/common/quick.vue
View file @
8475f069
...
...
@@ -8,7 +8,7 @@
>
<div
class=
"content-wrapper"
:style=
"
{ height: Math.floor((cellContentHeight -
3
0) * 0.33) + 'px' }"
:style=
"
{ height: Math.floor((cellContentHeight -
2
0) * 0.33) + 'px' }"
>
<div
class=
"visit-item-wrapper"
>
<div
class=
"visit-item"
>
...
...
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