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
c15e47bf
Commit
c15e47bf
authored
Sep 15, 2022
by
jianglong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LITOPN汉化,修改部分Public页面
parent
fcd7a132
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
621 additions
and
428 deletions
+621
-428
common.css
src/assets/css/common.css
+4
-3
ListSearch.vue
src/components/ListSearch.vue
+1
-1
Infsea.vue
src/views/Business/Inflid/Infsea.vue
+61
-51
Aamp.vue
src/views/Business/Litopn/Aamp.vue
+8
-8
Detp.vue
src/views/Business/Litopn/Detp.vue
+45
-41
Dogp.vue
src/views/Business/Litopn/Dogp.vue
+5
-5
Libp.vue
src/views/Business/Litopn/Libp.vue
+1
-1
Ovwp.vue
src/views/Business/Litopn/Ovwp.vue
+89
-81
Ptyp.vue
src/views/Business/Litopn/Ptyp.vue
+56
-47
Spcbenp.vue
src/views/Business/Litopn/Spcbenp.vue
+1
-1
Spcrcvp.vue
src/views/Business/Litopn/Spcrcvp.vue
+1
-1
index.vue
src/views/Business/Litopn/index.vue
+16
-16
BlkTextarea.vue
src/views/Public/BlkTextarea.vue
+2
-2
Ccvpan.vue
src/views/Public/Ccvpan.vue
+15
-15
Coninfp.vue
src/views/Public/Coninfp.vue
+31
-19
Docpan.vue
src/views/Public/Docpan.vue
+9
-9
Doctre.vue
src/views/Public/Doctre.vue
+10
-10
Doxp.vue
src/views/Public/Doxp.vue
+9
-9
Engp.vue
src/views/Public/Engp.vue
+50
-26
EngpDialog.vue
src/views/Public/EngpDialog.vue
+116
-0
Glepan.vue
src/views/Public/Glepan.vue
+9
-9
Limitbody.vue
src/views/Public/Limitbody.vue
+4
-2
Setpan.vue
src/views/Public/Setpan.vue
+48
-48
SetpanDialog.vue
src/views/Public/SetpanDialog.vue
+30
-23
No files found.
src/assets/css/common.css
View file @
c15e47bf
...
...
@@ -246,13 +246,14 @@
}
/* form 必填项红星星靠右 */
.el-form-item.is-required
:not
(
.is-no-asterisk
)
.el-form-item__label-wrap
>
.el-form-item__label
:before
,
.el-form-item.is-required
:not
(
.is-no-asterisk
)>
.el-form-item__label
:before
{
content
:
none
;
}
.el-form-item.is-required
:not
(
.is-no-asterisk
)
.el-form-item__label-wrap
>
.el-form-item__label
:after
,
.el-form-item.is-required
:not
(
.is-no-asterisk
)>
.el-form-item__label
:after
{
content
:
'*'
;
color
:
#F56C6C
;
margin-left
:
4px
;
}
.el-form-item.is-required
:not
(
.is-no-asterisk
)
.el-form-item__label-wrap
>
.el-form-item__label
:after
,
.el-form-item.is-required
:not
(
.is-no-asterisk
)>
.el-form-item__label
:after
{
content
:
none
;
}
.el-tree-node__label
{
font-size
:
12px
;
...
...
src/components/ListSearch.vue
View file @
c15e47bf
...
...
@@ -53,7 +53,7 @@ export default {
.m-table-search
{
position
:
relative
;
margin
:
-20px
0
0
0
;
padding
:
20px
0px
10px
2
0px
;
padding
:
20px
0px
10px
0px
;
border-bottom
:
10px
solid
rgb
(
232
,
232
,
232
);
}
.m-table-search-operation
{
...
...
src/views/Business/Inflid/Infsea.vue
View file @
c15e47bf
...
...
@@ -13,21 +13,21 @@
<el-row>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Own Reference
"
label=
"
信用证编号
"
prop=
"infcon.seaownref"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.seaownref"
maxlength=
"16"
placeholder=
"请输入
Own Reference
"
placeholder=
"请输入
信用证编号
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Opening
"
label=
"
开立时间
"
prop=
"infcon.opndatfrom"
style=
"width: 100%"
>
...
...
@@ -35,7 +35,7 @@
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatfrom"
placeholder=
"请选择
Opening
"
placeholder=
"请选择
起始时间
"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
></c-date-picker>
...
...
@@ -47,7 +47,7 @@
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatto"
placeholder=
"请选择
Open Date to
"
placeholder=
"请选择
截至时间
"
style=
"width: 100%"
value-format=
"yyyy-MM-dd"
></c-date-picker>
...
...
@@ -56,14 +56,14 @@
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Party Reference
"
label=
"
当事人参考号
"
prop=
"infcon.searef"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.searef"
maxlength=
"16"
placeholder=
"请输入
Party Reference
"
placeholder=
"请输入
当事人参考号
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -88,63 +88,63 @@
</c-col>
-->
<c-col
:span=
"8"
>
<el-form-item
label=
"
Sel Single Party
"
label=
"
当事人编号
"
prop=
"infcon.pty.extkey"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.pty.extkey"
maxlength=
"24"
placeholder=
"请输入
Select Single Party
"
placeholder=
"请输入
当事人编号
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Party Name
"
label=
"
当事人名称
"
prop=
"infcon.pty.nam"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.pty.nam"
maxlength=
"40"
placeholder=
"请输入
External Visible Name
"
placeholder=
"请输入
当事人名称
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Party Name/BIC
"
label=
"
当事人BIC编码
"
prop=
"infcon.seapty"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.seapty"
maxlength=
"24"
placeholder=
"
请输入Party Name/BIC
"
placeholder=
"
当事人BIC编码
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Name
"
prop=
"infcon.nam"
style=
"width: 100%"
>
<el-form-item
label=
"
业务简略信息
"
prop=
"infcon.nam"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.nam"
maxlength=
"40"
placeholder=
"请输入
Name
"
placeholder=
"请输入
业务简略信息
"
style=
"width: 100%"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Role
"
label=
"
当事人角色
"
prop=
"infcon.searol"
style=
"width: 100%"
>
<c-select
v-model=
"model.infcon.searol"
style=
"width: 100%"
placeholder=
"请选择
Role
"
placeholder=
"请选择
当事人角色
"
:code=
"codes.payrol"
>
</c-select>
...
...
@@ -152,27 +152,27 @@
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Resp.User
"
label=
"
客户经理
"
prop=
"infcon.usr.extkey"
style=
"width: 100%"
>
<c-input
v-model=
"model.infcon.usr.extkey"
maxlength=
"8"
placeholder=
"请输入
User ID
"
placeholder=
"请输入
客户经理
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Status
"
label=
"
业务状态
"
prop=
"infcon.seasta"
style=
"width: 100%"
>
<c-select
v-model=
"model.infcon.seasta"
style=
"width: 100%"
placeholder=
"请选择
Status
"
placeholder=
"请选择
业务状态
"
>
<el-option
v-for=
"item in codes.seasta"
...
...
@@ -186,14 +186,14 @@
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Currency
"
label=
"
币种
"
prop=
"infcon.seacur"
style=
"width: 100%"
>
<c-select
v-model=
"model.infcon.seacur"
style=
"width: 100%"
placeholder=
"请选择
Currency
"
placeholder=
"请选择
业务状态
"
:code=
"codes.cur"
>
<el-option
...
...
@@ -208,14 +208,14 @@
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Amount
"
label=
"
金额区间
"
prop=
"infcon.seaamtfr"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-input
v-model=
"model.infcon.seaamtfr"
placeholder=
"请输入
Amount between
"
placeholder=
"请输入
金额下限
"
style=
"width: 100%"
></c-input>
</c-col>
...
...
@@ -225,7 +225,7 @@
<c-col
:span=
"11"
>
<c-input
v-model=
"model.infcon.seaamtto"
placeholder=
"请输入
Amount to
"
placeholder=
"请输入
金额上限
"
style=
"width: 100%"
></c-input>
</c-col>
...
...
@@ -233,14 +233,14 @@
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Confirm Status
"
label=
"
保兑指示
"
prop=
"seacnfdet"
style=
"width: 100%"
>
<c-select
v-model=
"model.seacnfdet"
style=
"width: 100%"
placeholder=
"请选择
Confirmation Status
"
placeholder=
"请选择
保兑指示
"
>
<el-option
v-for=
"item in codes.cnfins"
...
...
@@ -254,7 +254,7 @@
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Form of L/C
"
label=
"
信用证类型
"
prop=
"sealcrtyp"
style=
"width: 100%"
>
...
...
@@ -262,21 +262,21 @@
v-model=
"model.sealcrtyp"
:code=
"codes.lcrtyp"
style=
"width: 100%"
placeholder=
"请选择
form of L/C
"
placeholder=
"请选择
信用证类型
"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Goods Code
"
label=
"
货物类型
"
prop=
"seagodcod"
style=
"width: 100%"
>
<c-select
v-model=
"model.seagodcod"
style=
"width: 100%"
placeholder=
"请选择
Goods Code
"
placeholder=
"请选择
货物类型
"
>
<el-option
v-for=
"item in codes.godcod"
...
...
@@ -621,16 +621,16 @@ export default {
},
stmData
:
{
columns
:
[
'1 1 "
Reference
" 120'
,
'2 2 "
Resp. User
" 120'
,
'3 3 "
Tenor day
" 120 '
,
'1 1 "
信用证编号
" 120'
,
'2 2 "
客户经理
" 120'
,
'3 3 "
远期期限
" 120 '
,
// '4 4 "Goods Code" 100 ',
{
index
:
4
,
position
:
4
,
width
:
120
,
pattern
:
"code"
,
label
:
"
Goods Code
"
,
label
:
"
货物类型
"
,
code
:
"godcod"
,
},
//'5 11 "Opened" 500 4 7',
...
...
@@ -639,7 +639,7 @@ export default {
position
:
11
,
width
:
100
,
pattern
:
"date"
,
label
:
"
Opened
"
,
label
:
"
开立日期
"
,
},
//'6 12 "Expired" 500 4 7',
{
...
...
@@ -647,7 +647,7 @@ export default {
position
:
12
,
width
:
100
,
pattern
:
"date"
,
label
:
"
Expired
"
,
label
:
"
到期日
"
,
},
//'7 13 "Closed" 500 4 7',
{
...
...
@@ -655,20 +655,20 @@ export default {
position
:
13
,
width
:
100
,
pattern
:
"date"
,
label
:
"
Closed
"
,
label
:
"
关闭日期
"
,
},
'8 19 "分行名称" 136'
,
'9 18 "PTA NO." 150'
,
'10 5 "
Party Number1
" 191'
,
'11 6 "
Applicant
" 191'
,
'12 7 "
Applicant CN
" 191'
,
'13 10 "
Advising Bank BIC
" 165'
,
'14 8 "
Party Number2
" 165'
,
'15 9 "
Beneficiary
" 165'
,
'16 14 "
Cur
" 80'
,
'17 15 "
L/C Amount
" 130 2 8 1 16'
,
'18 16 "
Cur
" 80'
,
'19 17 "
Open Amount
" 130 2 8 1 18'
,
//
'9 18 "PTA NO." 150',
'10 5 "
第一当事人编号
" 191'
,
'11 6 "
申请人名称
" 191'
,
'12 7 "
申请人名称(中文)
" 191'
,
'13 10 "
通知银行BIC编码
" 165'
,
'14 8 "
第二当事人编号
" 165'
,
'15 9 "
受益人名称
" 165'
,
'16 14 "
币种
" 80'
,
'17 15 "
名义金额
" 130 2 8 1 16'
,
'18 16 "
币种
" 80'
,
'19 17 "
余额
" 130 2 8 1 18'
,
// '1 1 "Reference" 130 200',
// "2 2 \"经办柜员\" 90 80",
// "5 5 \"开立日期\" 180 300",
...
...
@@ -732,4 +732,14 @@ export default {
created
:
function
()
{},
};
</
script
>
<
style
></
style
>
<
style
>
.m-table-search
{
padding
:
20px
0px
10px
0px
;
}
.el-form-item__label
{
text-align
:
left
!important
;
}
.el-row
>
.el-col
{
padding-right
:
10px
!important
;
}
</
style
>
src/views/Business/Litopn/Aamp.vue
View file @
c15e47bf
...
...
@@ -2,11 +2,11 @@
<div
class=
"eibs-tab"
>
<c-col
:span=
"20"
>
<c-col
:span=
"10"
>
<el-form-item
label=
"
Additional Amount
"
prop=
"lidgrp.cbs.max2.cur"
>
<el-form-item
label=
"
附加金额
"
prop=
"lidgrp.cbs.max2.cur"
>
<c-select
v-model=
"model.lidgrp.cbs.max2.cur"
style=
"width: 100%"
placeholder=
"请选择
Currency
"
placeholder=
"请选择
币种
"
disabled
>
<el-option
...
...
@@ -29,17 +29,17 @@
<c-input
v-model=
"model.lidgrp.cbs.max2.amt"
style=
"text-align: left; width: 100%"
placeholder=
"
请输入Additional Amount
"
placeholder=
"
0
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"10"
>
<el-form-item
label=
"
Open Add. Amount
"
prop=
"lidgrp.cbs.opn2.cur"
>
<el-form-item
label=
"
附加金额余额
"
prop=
"lidgrp.cbs.opn2.cur"
>
<c-select
v-model=
"model.lidgrp.cbs.opn2.cur"
style=
"width: 100%"
placeholder=
"
请选择Open Add. Amount
"
placeholder=
""
disabled
>
</c-select>
...
...
@@ -56,21 +56,21 @@
<c-input
v-model=
"model.lidgrp.cbs.opn2.amt"
style=
"text-align: left; width: 100%"
placeholder=
"
请输入Open Add. Amount
"
placeholder=
"
0
"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Covered
"
prop=
"lidgrp.blk.addamtcov"
>
<el-form-item
label=
"
39C场覆盖
"
prop=
"lidgrp.blk.addamtcov"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.addamtcov"
maxlength=
"35"
:rows=
"4"
show-word-limit
placeholder=
"
请输入Covered
"
placeholder=
""
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Litopn/Detp.vue
View file @
c15e47bf
...
...
@@ -3,9 +3,9 @@
<!-- ========================左边======================== -->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Available with
"
prop=
"lidgrp.rec.avbwth"
>
<el-form-item
label=
"
授权兑付行
"
prop=
"lidgrp.rec.avbwth"
>
<c-select
v-model=
"model.lidgrp.rec.avbwth"
style=
"width:100%"
placeholder=
"请选择
Available with
"
style=
"width:100%"
placeholder=
"请选择"
:code=
"codes.avbwth"
>
</c-select>
...
...
@@ -13,13 +13,13 @@
</c-col>
<c-col
:span=
"24"
v-if=
"this.flag4"
>
<el-form-item
label=
"
Extkey
"
prop=
"lidgrp.avb.pts.extkey"
>
<el-form-item
label=
"
当事人地址编码
"
prop=
"lidgrp.avb.pts.extkey"
>
<c-fullbox>
<c-input
:disabled=
"this.flag5"
v-model=
"model.lidgrp.avb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
地址编码
"
@
keyup
.
enter
.
native=
"showGridPromptDialog('lidgrp.avb.pts.extkey')"
></c-input>
<template
slot=
"footer"
>
...
...
@@ -27,24 +27,26 @@
style=
"margin:0 10px 0 10px;padding: 0 12px;"
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
<span
style=
"font-family:'宋体';font-weight:bold"
>
i
</span>
<span
style=
"font-family:'宋体';font-weight:bold"
></span>
</c-button>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
@
click=
"onAvbpDet"
icon=
"el-icon-info"
>
详情
</c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Address Block
"
prop=
"lidgrp.avb.pts.adrblk"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.avb.pts.adrblk"
maxlength=
"135"
:rows=
"4"
show-word-limit
placeholder=
"请输入
Address Block
"
<el-form-item
label=
"
名称地址
"
prop=
"lidgrp.avb.pts.adrblk"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.avb.pts.adrblk"
maxlength=
"135"
:rows=
"4"
show-word-limit
placeholder=
"请输入
名称地址
"
:disabled=
"model.lidgrp.avb.pts.extkey !== ''"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -103,11 +105,11 @@
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"
Available by
"
prop=
"lidgrp.rec.avbby"
>
<el-form-item
label=
"
兑付方式
"
prop=
"lidgrp.rec.avbby"
>
<c-select
v-model=
"model.lidgrp.rec.avbby"
style=
"width:100%"
placeholder=
"请选择
Available by
"
placeholder=
"请选择
兑付方式
"
:code=
"codes.avbby"
>
</c-select>
...
...
@@ -115,38 +117,38 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Negotiation / Deferred Payment Details
"
prop=
"lidgrp.blk.defdet"
>
<el-form-item
label=
"
议付/延期付款指示
"
prop=
"lidgrp.blk.defdet"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.defdet"
maxlength=
"50"
:rows=
"3"
show-word-limit
placeholder=
"请输入
Deferred Payment Details
"
placeholder=
"请输入
指示内容
"
:disabled=
"this.flag1"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Drafts at
"
prop=
"lidgrp.blk.dftat"
>
<el-form-item
label=
"
汇票期限
"
prop=
"lidgrp.blk.dftat"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.dftat"
maxlength=
"50"
:rows=
"3"
show-word-limit
placeholder=
"请输入
Drafts at
"
placeholder=
"请输入
汇票期限
"
:disabled=
"this.flag2"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Drawee
"
prop=
"lidgrp.drw.pts.extkey"
>
<el-form-item
label=
"
汇票付款人
"
prop=
"lidgrp.drw.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.lidgrp.drw.pts.extkey"
maxlength=
"16"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
地址编码
"
@
keyup
.
enter
.
native=
"showGridPromptDialog('lidgrp.drw.pts.extkey')"
:disabled=
"this.flag2"
></c-input>
...
...
@@ -157,8 +159,9 @@
size=
"small"
type=
"primary"
@
click=
"onSeainf('lidgrp.drw.pts.extkey')"
icon=
"el-icon-search"
>
<span
style=
"font-family:'宋体';font-weight:bold"
>
i
</span>
<span
style=
"font-family:'宋体';font-weight:bold"
></span>
</c-button>
<c-button
style=
"margin:0 0"
...
...
@@ -166,8 +169,9 @@
type=
"primary"
:disabled=
"this.flag2"
@
click=
"onDrwpDet"
icon=
"el-icon-info"
>
详情
</c-button>
</
template
>
</c-fullbox>
...
...
@@ -189,7 +193,7 @@
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"
Address Block
"
prop=
"lidgrp.drw.pts.adrblk"
>
<el-form-item
label=
"
名称地址
"
prop=
"lidgrp.drw.pts.adrblk"
>
<c-input
type=
"textarea"
:disabled=
"this.flag2"
v-model=
"model.lidgrp.drw.pts.adrblk"
maxlength=
"135"
:rows=
"4"
show-word-limit
placeholder=
"请输入Address Block"
></c-input>
...
...
@@ -198,34 +202,34 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"
Dispatch from
"
prop=
"lidgrp.rec.shpfro"
>
<c-input
v-model=
"model.lidgrp.rec.shpfro"
maxlength=
"65"
placeholder=
"请输入
Dispatch from
"
></c-input>
<el-form-item
label=
"
装船/发运地
"
prop=
"lidgrp.rec.shpfro"
>
<c-input
v-model=
"model.lidgrp.rec.shpfro"
maxlength=
"65"
placeholder=
"请输入
地址
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Air-/Port of Departure
"
prop=
"lidgrp.rec.porloa"
>
<c-input
v-model=
"model.lidgrp.rec.porloa"
maxlength=
"65"
placeholder=
"请输入
Air-/Port of Departure
"
></c-input>
<el-form-item
label=
"
始发(航空)站
"
prop=
"lidgrp.rec.porloa"
>
<c-input
v-model=
"model.lidgrp.rec.porloa"
maxlength=
"65"
placeholder=
"请输入
地址
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Air-/Port of Destination
"
prop=
"lidgrp.rec.pordis"
>
<c-input
v-model=
"model.lidgrp.rec.pordis"
maxlength=
"65"
placeholder=
"请输入
Air-/Port of Destination
"
></c-input>
<el-form-item
label=
"
终点(航空)站
"
prop=
"lidgrp.rec.pordis"
>
<c-input
v-model=
"model.lidgrp.rec.pordis"
maxlength=
"65"
placeholder=
"请输入
地址
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Final Destination
"
prop=
"lidgrp.rec.shpto"
>
<c-input
v-model=
"model.lidgrp.rec.shpto"
maxlength=
"65"
placeholder=
"请输入
Final Destination
"
></c-input>
<el-form-item
label=
"
最终目的地
"
prop=
"lidgrp.rec.shpto"
>
<c-input
v-model=
"model.lidgrp.rec.shpto"
maxlength=
"65"
placeholder=
"请输入
地址
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Shipment Period
"
prop=
"lidgrp.blk.shpper"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.shpper"
maxlength=
"65"
:rows=
"6"
show-word-limit
placeholder=
"请输入
Shipment Period
"
></c-input>
<el-form-item
label=
"
装运期
"
prop=
"lidgrp.blk.shpper"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.shpper"
maxlength=
"65"
:rows=
"6"
show-word-limit
placeholder=
"请输入
装运期
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -256,17 +260,17 @@
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Period for Presentation in Days
"
prop=
"lidgrp.rec.prepers18"
>
<el-form-item
label=
"
提交期限(天)
"
prop=
"lidgrp.rec.prepers18"
>
<c-input
v-model=
"model.lidgrp.rec.prepers18"
style=
"width:100%"
placeholder=
"请输入
Period for Presentation in Days
"
></c-input>
placeholder=
"请输入
天数
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Presentation Period
"
prop=
"lidgrp.blk.preper"
>
<el-form-item
label=
"
交单期限
"
prop=
"lidgrp.blk.preper"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.preper"
maxlength=
"35"
show-word-limit
placeholder=
"请输入
Presentation Period
"
></c-input>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.preper"
maxlength=
"35"
show-word-limit
placeholder=
"请输入
交单期限
"
></c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
...
...
@@ -291,9 +295,9 @@
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"
Details of Charges
"
prop=
"lidgrp.blk.feetxt"
>
<el-form-item
label=
"
银行负担费用
"
prop=
"lidgrp.blk.feetxt"
>
<c-fullbox>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.feetxt"
maxlength=
"80"
:rows=
"6"
show-word-limit
placeholder=
"请输入
Additional Details to Code for Charges
"
></c-input>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.feetxt"
maxlength=
"80"
:rows=
"6"
show-word-limit
placeholder=
"请输入
内容
"
></c-input>
<
template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onChariaButtxmsel"
></c-button>
...
...
@@ -313,12 +317,12 @@
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"
Country Or Region Code
"
prop=
"lidgrp.rec.stacty"
>
<el-form-item
label=
"
收报行所属国家地区
"
prop=
"lidgrp.rec.stacty"
>
<c-select
v-model=
"model.lidgrp.rec.stacty"
style=
"width:100%"
:code=
"codes.stacty"
placeholder=
"请选择
Country Or Region Code
"
placeholder=
"请选择
地区代码
"
>
</c-select>
</el-form-item>
...
...
@@ -326,13 +330,13 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"
Mixed Payment Details
"
prop=
"lidgrp.blk.mixdet"
>
<el-form-item
label=
"
混合付款指示
"
prop=
"lidgrp.blk.mixdet"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.mixdet"
maxlength=
"35"
:rows=
"4"
show-word-limit
placeholder=
"请输入
Mixed Payment Details
"
placeholder=
"请输入
混合付款指示
"
:disabled=
"this.flag3"
></c-input>
</el-form-item>
...
...
@@ -340,10 +344,10 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"
Tenor day
"
prop=
"lidgrp.rec.tenmaxday"
>
<el-form-item
label=
"
远期汇票最大期限(天)
"
prop=
"lidgrp.rec.tenmaxday"
>
<c-input
:disabled=
" !(!(this.model.lidgrp.rec.avbby == 'P')) "
v-model=
"model.lidgrp.rec.tenmaxday"
placeholder=
"请输入
Maximum tenor in days
"
></c-input>
v-model=
"model.lidgrp.rec.tenmaxday"
placeholder=
"请输入
天数
"
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Litopn/Dogp.vue
View file @
c15e47bf
...
...
@@ -2,23 +2,23 @@
<div
class=
"eibs-tab"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"
Description. of Goods
"
prop=
"lidgrp.blk.lcrgod"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.lcrgod"
maxlength=
"52000"
:rows=
"30"
show-word-limit
placeholder=
"请输入
Description. of Goods
"
></c-input>
<el-form-item
label=
"
货物/服务描述
"
prop=
"lidgrp.blk.lcrgod"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.lcrgod"
maxlength=
"52000"
:rows=
"30"
show-word-limit
placeholder=
"请输入
货物或服务描述
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"2"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
<c-button
size=
"small"
type=
"primary"
@
click=
"showGridPromptDialog('litp.lcrgod.buttxmsel', null, null,
{TXT: 'lidgrp.blk.lcrgod'}, {TXT: false})">
</c-button>
</c-col>
<c-col
:span=
"18"
>
<el-form-item
label=
"
Goods Code
"
prop=
"lidgrp.rec.stagod"
>
<el-form-item
label=
"
货物类型
"
prop=
"lidgrp.rec.stagod"
>
<c-select
v-model=
"model.lidgrp.rec.stagod"
style=
"width:100%"
placeholder=
"请选择
Goods Code
"
placeholder=
"请选择
货物类型
"
:code=
"codes.godcod"
>
</c-select>
...
...
src/views/Business/Litopn/Libp.vue
View file @
c15e47bf
...
...
@@ -78,7 +78,7 @@
icon=
"el-icon-search"
@
click=
"onLibctySelbut1"
>
?
</c-button>
</
template
>
</c-fullbox>
...
...
src/views/Business/Litopn/Ovwp.vue
View file @
c15e47bf
...
...
@@ -5,7 +5,7 @@
<c-col
:span=
"11"
>
<el-col
:spam=
"24"
>
<el-form-item
label=
"
Reference
"
label=
"
业务编号
"
prop=
"lidgrp.rec.ownref"
style=
"width: 100%"
>
...
...
@@ -14,7 +14,7 @@
v-model=
"model.lidgrp.rec.ownref"
maxlength=
"16"
disabled
placeholder=
"请输入
Reference
"
placeholder=
"请输入
编号
"
></c-input>
<template
slot=
"footer"
>
<c-button
...
...
@@ -22,8 +22,9 @@
size=
"small"
type=
"primary"
@
click=
"onSeainf"
icon=
"el-icon-search"
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
<span
style=
"font-family: '宋体'; font-weight: bold"
></span>
</c-button>
<c-button
style=
"margin: 0 0"
...
...
@@ -40,10 +41,10 @@
</el-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Form of L/C
"
prop=
"lidgrp.rec.lcrtyp"
>
<el-form-item
label=
"
信用证类型
"
prop=
"lidgrp.rec.lcrtyp"
>
<c-select
v-model=
"model.lidgrp.rec.lcrtyp"
placeholder=
"请选择
Form of L/C
"
placeholder=
"请选择
信用证类型
"
style=
"width: 100%"
:code=
"codes.lcrtyp "
>
...
...
@@ -52,7 +53,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Responsible User
"
label=
"
客户经理
"
prop=
"litp.usr.extkey"
style=
"width: 100%"
>
...
...
@@ -61,7 +62,7 @@
v-model=
"model.litp.usr.extkey"
maxlength=
"8"
disabled
placeholder=
"请输入
Responsible User
"
placeholder=
"请输入
客户经理
"
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -69,8 +70,9 @@
size=
"small"
style=
"margin-left: 10px; padding: 0 10px"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onExtkey"
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
<span
style=
"font-family: '宋体'; font-weight: bold"
></span>
</c-button>
</
template
>
</c-fullbox>
...
...
@@ -84,12 +86,12 @@
</c-col>
-->
<el-col
:span=
"24"
>
<c-col
:span=
"1
0
"
>
<el-form-item
label=
"
Nominal Amount
"
prop=
"lidgrp.cbs.nom1.cur"
>
<c-col
:span=
"1
1
"
>
<el-form-item
label=
"
名义金额
"
prop=
"lidgrp.cbs.nom1.cur"
>
<c-select
v-model=
"model.lidgrp.cbs.nom1.cur"
style=
"width: 100%"
placeholder=
"
Cur Type
"
placeholder=
"
币种
"
:code=
"codes.cur"
@
keyup
.
enter
.
native=
"nom1CurEvent"
>
...
...
@@ -103,7 +105,7 @@
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"
10
"
>
<c-col
:span=
"
9
"
>
<el-form-item
style=
"text-align: left"
label-width=
"20px"
...
...
@@ -112,28 +114,28 @@
<c-input
v-model=
"model.lidgrp.cbs.nom1.amt"
style=
"text-align: left; width: 100%"
placeholder=
"请输入
Nominal Amount
"
placeholder=
"请输入
金额
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"4"
class=
"centerLable"
>
<c-col
:span=
"4"
>
<
template
>
<c-checkbox
@
change=
"open"
v-model=
"model.litp.aamp.aammod.addamtflg"
style=
"
margin-left:11px;padding: 0 10
px;"
>
Add. Amount
</c-checkbox>
style=
"
padding-left:5
px;"
>
附加金额
</c-checkbox>
</
template
>
</c-col>
</el-col>
<c-col
:span=
"14"
>
<el-form-item
label=
"
Amount Tolerance +/-
"
prop=
"lidgrp.rec.nomtop"
>
<el-form-item
label=
"
溢短装
"
prop=
"lidgrp.rec.nomtop"
>
<c-input
v-model=
"model.lidgrp.rec.nomtop"
maxlength=
"2"
placeholder=
"
请输入Amount Tolerance - Positive
"
placeholder=
"
0
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -147,18 +149,18 @@
<c-input
v-model=
"model.lidgrp.rec.nomton"
maxlength=
"2"
placeholder=
"
请输入Amount Tolerance - Negative
"
placeholder=
"
0
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Amount Specification
"
prop=
"lidgrp.rec.nomspc"
>
<el-form-item
label=
"
金额限额表述
"
prop=
"lidgrp.rec.nomspc"
>
<c-select
v-model=
"model.lidgrp.rec.nomspc"
style=
"width: 100%"
disabled
placeholder=
"请选择
Amount Specification
"
placeholder=
"请选择"
:code=
"codes.nomspc"
>
</c-select>
...
...
@@ -166,12 +168,12 @@
</c-col>
<c-col
:span=
"13"
>
<el-form-item
label=
"
Maximum Amount
"
prop=
"lidgrp.cbs.max.cur"
>
<el-form-item
label=
"
最大金额
"
prop=
"lidgrp.cbs.max.cur"
>
<c-select
v-model=
"model.lidgrp.cbs.max.cur"
style=
"width: 100%"
disabled
placeholder=
"请选择
Currency
"
placeholder=
"请选择
币种
"
@
keyup
.
enter
.
native=
"nom1CurEvent"
>
<el-option
...
...
@@ -194,18 +196,18 @@
<c-input
v-model=
"model.lidgrp.cbs.max.amt"
disabled
placeholder=
"请输入信用证最大金额
t
"
placeholder=
"请输入信用证最大金额"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"13"
>
<el-form-item
label=
"
L/C Issued on
"
prop=
"lidgrp.rec.opndat"
>
<el-form-item
label=
"
开证日期
"
prop=
"lidgrp.rec.opndat"
>
<c-date-picker
type=
"date"
v-model=
"model.lidgrp.rec.opndat"
style=
"width: 100%"
placeholder=
"请选择
L/C Issued on
"
placeholder=
"请选择
日期
"
value-format=
"yyyy-MM-dd"
></c-date-picker>
</el-form-item>
...
...
@@ -213,7 +215,7 @@
<c-col
:span=
"11"
>
<el-form-item
label=
"
Date Pre-advised
"
label=
"
预先通知日期
"
prop=
"lidgrp.rec.preadvdt"
>
<c-date-picker
...
...
@@ -221,18 +223,18 @@
v-model=
"model.lidgrp.rec.preadvdt"
style=
"width: 100%"
disabled
placeholder=
"请选择
Date Pre-advised
"
placeholder=
"请选择
日期
"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"19"
>
<el-form-item
label=
"
Latest Shipment Date
"
prop=
"lidgrp.rec.shpdat"
>
<el-form-item
label=
"
最迟装船日期
"
prop=
"lidgrp.rec.shpdat"
>
<c-date-picker
type=
"date"
v-model=
"model.lidgrp.rec.shpdat"
style=
"width: 100%"
placeholder=
"请选择
Latest Shipment Date
"
placeholder=
"请选择
日期
"
></c-date-picker>
</el-form-item>
</c-col>
...
...
@@ -242,37 +244,37 @@
v-model=
"model.lidgrp.rec.dkflg"
style=
"margin-left:17px;padding: 0 10px;"
disabled
>
是否代开
信用证
</c-checkbox
>
是否代开
</c-checkbox
>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
L/C Expiring on
"
prop=
"lidgrp.rec.expdat"
>
<el-form-item
label=
"
到期日期
"
prop=
"lidgrp.rec.expdat"
>
<c-date-picker
type=
"date"
v-model=
"model.lidgrp.rec.expdat"
style=
"width: 100%"
placeholder=
"请选择
L/C Expiring on
"
placeholder=
"请选择
日期
"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
in (Place)/ counters of
"
prop=
"lidgrp.rec.expplc"
>
<el-form-item
label=
"
交单地点
"
prop=
"lidgrp.rec.expplc"
>
<c-input
v-model=
"model.lidgrp.rec.expplc"
maxlength=
"29"
placeholder=
"请输入
in (Place)/ counters of
"
placeholder=
"请输入
地址
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Partial Shipment
"
prop=
"lidgrp.rec.shppar"
>
<el-form-item
label=
"
分批装运条款
"
prop=
"lidgrp.rec.shppar"
>
<c-select
v-model=
"model.lidgrp.rec.shppar"
style=
"width: 100%"
placeholder=
"请选择
Partial Shipment
"
placeholder=
"请选择
分批装运条款
"
:code=
"codes.shptrss18"
>
</c-select>
...
...
@@ -280,11 +282,11 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Transhipment
"
prop=
"lidgrp.rec.shptrss18"
>
<el-form-item
label=
"
转运条款
"
prop=
"lidgrp.rec.shptrss18"
>
<c-select
v-model=
"model.lidgrp.rec.shptrss18"
style=
"width: 100%"
placeholder=
"请选择
Transhipment
"
placeholder=
"请选择
转运条款
"
:code=
"codes.shptrss18"
>
</c-select>
...
...
@@ -292,11 +294,11 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Applicable Rules
"
prop=
"lidgrp.rec.apprul"
>
<el-form-item
label=
"
适用规则
"
prop=
"lidgrp.rec.apprul"
>
<c-select
v-model=
"model.lidgrp.rec.apprul"
style=
"width: 100%"
placeholder=
"请选择
Applicable Rules
"
placeholder=
"请选择
适用规则
"
:code=
"codes.apprul"
>
</c-select>
...
...
@@ -305,24 +307,24 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"
Other Applicable Rules
"
label=
"
其他适用规则
"
prop=
"lidgrp.rec.apprultxt"
>
<c-input
v-model=
"model.lidgrp.rec.apprultxt"
maxlength=
"35"
:disabled=
"this.flag"
placeholder=
"请输入
Other Applicable Rules
"
placeholder=
"请输入
其他适用规则
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Confirm. Instructions
"
prop=
"lidgrp.rec.cnfdet"
>
<el-form-item
label=
"
保兑指示
"
prop=
"lidgrp.rec.cnfdet"
>
<c-select
v-model=
"model.lidgrp.rec.cnfdet"
style=
"width: 100%"
placeholder=
"请选择
Confirm. Instructions
"
placeholder=
"请选择
保兑指示
"
:code=
"codes.cnfflg1"
>
</c-select>
...
...
@@ -345,11 +347,11 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Mortgage Flag
"
prop=
"lidgrp.rec.guaflg"
>
<el-form-item
label=
"
货押标志
"
prop=
"lidgrp.rec.guaflg"
>
<c-select
v-model=
"model.lidgrp.rec.guaflg"
style=
"width: 100%"
placeholder=
"请选择
Mortgage Flag
"
placeholder=
"请选择
货押标志
"
:code=
"codes.guaflg"
>
</c-select>
...
...
@@ -357,12 +359,12 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Register Ref.
"
prop=
"lidgrp.rec.regref"
>
<el-form-item
label=
"
注册编码
"
prop=
"lidgrp.rec.regref"
>
<c-input
v-model=
"model.lidgrp.rec.regref"
maxlength=
"16"
disabled
placeholder=
"请输入
Register Ref.
"
placeholder=
"请输入
注册编码
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -371,36 +373,36 @@
<!-- ======================右边====================== -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Name
"
prop=
"lidgrp.rec.nam"
>
<el-form-item
label=
"
简略信息
"
prop=
"lidgrp.rec.nam"
>
<c-input
v-model=
"model.lidgrp.rec.nam"
maxlength=
"40"
disabled
placeholder=
"请输入
Externally Displayed Name to Identify the Contract
"
placeholder=
"请输入
简略信息
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Application Ref
"
label=
"
申请人参考号
"
prop=
"lidgrp.apl.pts.ref"
>
<c-input
v-model=
"model.lidgrp.apl.pts.ref"
maxlength=
"16"
style=
"width: 100%"
placeholder=
"请输入
Application Ref
"
placeholder=
"请输入
申请人参考号
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"lidgrp.apl.pts.extkey"
>
<el-form-item
label=
"
申请人
"
prop=
"lidgrp.apl.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.lidgrp.apl.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
申请人地址编码
"
@
keyup
.
enter
.
native=
"showGridPromptDialog('lidgrp.apl.pts.extkey')"
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -409,17 +411,19 @@
size=
"small"
type=
"primary"
@
click=
"onSeainf('lidgrp.apl.pts.extkey')"
icon=
"el-icon-search"
>
<span
style=
"font-family:'宋体';font-weight:bold"
>
i
</span>
<span
style=
"font-family:'宋体';font-weight:bold"
></span>
</c-button>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
disabled
@
click=
"onAplpDet"
icon=
"el-icon-info"
>
详情
</c-button>
</
template
>
</c-fullbox>
...
...
@@ -442,7 +446,7 @@
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"
Address Block
"
prop=
"lidgrp.apl.pts.adrblk"
>
<el-form-item
label=
"
申请人名称地址
"
prop=
"lidgrp.apl.pts.adrblk"
>
<c-input
type=
"textarea"
:rows=
"4"
...
...
@@ -450,7 +454,7 @@
maxlength=
"50"
disabled
show-word-limit
placeholder=
"请输入
Address Block
"
placeholder=
"请输入
名称地址
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -477,24 +481,24 @@
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"
Advising Bank Ref.
"
prop=
"lidgrp.adv.pts.ref"
>
<el-form-item
label=
"
通知行参考号
"
prop=
"lidgrp.adv.pts.ref"
>
<c-input
v-model=
"model.lidgrp.adv.pts.ref"
maxlength=
"16"
style=
"width: 100%"
placeholder=
"请输入
Advising Bank Ref.
"
placeholder=
"请输入
参考号
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"lidgrp.adv.pts.extkey"
style=
"width:100%"
>
<el-form-item
label=
"
通知行
"
prop=
"lidgrp.adv.pts.extkey"
style=
"width:100%"
>
<c-fullbox>
<c-input
v-model=
"model.lidgrp.adv.pts.extkey"
maxlength=
"50"
style=
"width:100%"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
通知行地址编码
"
@
keyup
.
enter
.
native=
"showGridPromptDialog('lidgrp.adv.pts.extkey')"
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -503,17 +507,19 @@
size=
"small"
type=
"primary"
@
click=
"onSeainf('lidgrp.adv.pts.extkey')"
icon=
"el-icon-search"
>
<span
style=
"font-family:'宋体';font-weight:bold"
>
i
</span>
<span
style=
"font-family:'宋体';font-weight:bold"
></span>
</c-button>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
disabled
@
click=
"onAdvpDet"
icon=
"el-icon-info"
>
详情
</c-button>
</
template
>
...
...
@@ -536,7 +542,7 @@
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"
Address Block
"
prop=
"lidgrp.adv.pts.adrblk"
>
<el-form-item
label=
"
通知行名称地址
"
prop=
"lidgrp.adv.pts.adrblk"
>
<c-input
type=
"textarea"
:rows=
"4"
...
...
@@ -544,7 +550,7 @@
maxlength=
"80"
disabled
show-word-limit
placeholder=
"请输入
Address Block
"
placeholder=
"请输入
名称地址
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -572,7 +578,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"
Beneficiary Ref.
"
label=
"
受益人参考号
"
prop=
"lidgrp.ben.pts.ref"
>
...
...
@@ -580,20 +586,20 @@
v-model=
"model.lidgrp.ben.pts.ref"
maxlength=
"16"
style=
"width: 100%"
placeholder=
"请输入
Beneficiary Ref.
"
placeholder=
"请输入
参考号
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"lidgrp.ben.pts.extkey"
>
<el-form-item
label=
"
受益人地址编码
"
prop=
"lidgrp.ben.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.lidgrp.ben.pts.extkey"
style=
"width:100%"
maxlength=
"16"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
地址编码
"
@
keyup
.
enter
.
native=
"showGridPromptDialog('lidgrp.ben.pts.extkey')"
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -602,16 +608,18 @@
size=
"small"
type=
"primary"
@
click=
"onSeainf('lidgrp.ben.pts.extkey')"
icon=
"el-icon-search"
>
<span
style=
"font-family:'宋体';font-weight:bold"
>
i
</span>
<span
style=
"font-family:'宋体';font-weight:bold"
></span>
</c-button>
<c-button
style=
"margin:0 0"
size=
"small"
type=
"primary"
@
click=
"onBenpDet"
icon=
"el-icon-info"
>
详情
</c-button>
</
template
>
</c-fullbox>
...
...
@@ -633,14 +641,14 @@
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"
Address Block
"
prop=
"lidgrp.ben.pts.adrblk"
>
<el-form-item
label=
"
受益人名称地址
"
prop=
"lidgrp.ben.pts.adrblk"
>
<c-input
type=
"textarea"
:rows=
"4"
v-model=
"model.lidgrp.ben.pts.adrblk"
maxlength=
"80"
show-word-limit
placeholder=
"请输入
Address Block
"
placeholder=
"请输入
名称地址
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -668,23 +676,23 @@
<c-col
:span=
"24"
class=
"centerLable marginLable"
>
<c-checkbox
v-model=
"model.lidgrp.rec.rmbflg"
disabled
style=
"margin-left:9px;padding: 0 10px;"
>
Reimbursement Information
</c-checkbox
>
偿付行信息
</c-checkbox
>
</c-col>
<c-col
:span=
"24"
class=
"centerLable marginLable"
>
<c-checkbox
v-model=
"model.lidgrp.rec.revflg"
disabled
style=
"margin-left:9px;padding: 0 10px;"
>
Revolving Flag
</c-checkbox
>
循环信用证
</c-checkbox
>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"合同号"
prop=
"lidgrp.rec.rptref"
>
<el-form-item
label=
"合同
编
号"
prop=
"lidgrp.rec.rptref"
>
<c-input
v-model=
"model.lidgrp.rec.rptref"
maxlength=
"25"
placeholder=
"请输入合同号"
placeholder=
"请输入合同
编
号"
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Litopn/Ptyp.vue
View file @
c15e47bf
...
...
@@ -3,24 +3,24 @@
<!-- ================= 左 ================== -->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Applicant's Bank Ref.
"
prop=
"lidgrp.ini.pts.ref"
>
<el-form-item
label=
"
申请人开户行参考号
"
prop=
"lidgrp.ini.pts.ref"
>
<c-input
v-model=
"model.lidgrp.ini.pts.ref"
disabled
maxlength=
"16"
placeholder=
"请输入
Applicant's Bank
"
placeholder=
"请输入
内容
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"lidgrp.ini.pts.extkey"
>
<el-form-item
label=
"
地址编码
"
prop=
"lidgrp.ini.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.lidgrp.ini.pts.extkey"
maxlength=
"16"
style=
"width: 100%"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
地址编码
"
disabled
></c-input>
<template
slot=
"footer"
>
...
...
@@ -29,17 +29,18 @@
size=
"small"
type=
"primary"
@
click=
"onSeainf('lidgrp.ini.pts.extkey')"
icon=
"el-icon-search"
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
<span
style=
"font-family: '宋体'; font-weight: bold"
></span>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
disabled
icon=
"el-icon-info"
@
click=
"onInipDet"
>
详情
</c-button>
</
template
>
</c-fullbox>
...
...
@@ -61,7 +62,7 @@
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"
Address Block
"
prop=
"lidgrp.ini.pts.adrblk"
>
<el-form-item
label=
"
名称地址
"
prop=
"lidgrp.ini.pts.adrblk"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.ini.pts.adrblk"
...
...
@@ -69,7 +70,7 @@
:rows=
"4"
show-word-limit
disabled
placeholder=
"请输入
Address Block
"
placeholder=
"请输入
名称地址
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -94,23 +95,23 @@
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"
Reimbursement Bank Ref.
"
prop=
"lidgrp.rmb.pts.ref"
>
<el-form-item
label=
"
偿付行参考号
"
prop=
"lidgrp.rmb.pts.ref"
>
<c-input
v-model=
"model.lidgrp.rmb.pts.ref"
maxlength=
"16"
placeholder=
"请输入
Reimbursement Bank
"
placeholder=
"请输入
内容
"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"lidgrp.rmb.pts.extkey"
>
<el-form-item
label=
"
地址编码
"
prop=
"lidgrp.rmb.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.lidgrp.rmb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
地址编码
"
disabled
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -119,14 +120,15 @@
size=
"small"
type=
"primary"
@
click=
"onSeainf('lidgrp.rmb.pts.extkey')"
icon=
"el-icon-search"
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
<span
style=
"font-family: '宋体'; font-weight: bold"
></span>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
disabled
icon=
"el-icon-info"
@
click=
"onRmbpDet"
>
详情
...
...
@@ -151,11 +153,11 @@
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"
Name of Party
"
prop=
"lidgrp.rmb.pts.nam"
>
<el-form-item
label=
"
名称地址
"
prop=
"lidgrp.rmb.pts.nam"
>
<c-input
v-model=
"model.lidgrp.rmb.pts.nam"
maxlength=
"40"
placeholder=
"请输入
Name of Party
"
placeholder=
"请输入
名称地址
"
disabled
></c-input>
</el-form-item>
...
...
@@ -163,24 +165,24 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"
Requested Confirmation party Ref.
"
label=
"
保兑行参考号
"
prop=
"lidgrp.con.pts.ref"
>
<c-input
v-model=
"model.lidgrp.con.pts.ref"
maxlength=
"16"
placeholder=
"请输入
Requested Confirmation party
"
placeholder=
"请输入
内容
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"lidgrp.con.pts.extkey"
>
<el-form-item
label=
"
地址编码
"
prop=
"lidgrp.con.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.lidgrp.con.pts.extkey"
maxlength=
"16"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
地址编码
"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('lidgrp.con.pts.extkey')
"
...
...
@@ -191,16 +193,18 @@
size=
"small"
type=
"primary"
@
click=
"onSeainf('lidgrp.con.pts.extkey')"
icon=
"el-icon-search"
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
<span
style=
"font-family: '宋体'; font-weight: bold"
></span>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
@
click=
"onConpDet"
icon=
"el-icon-info"
>
详情
</c-button>
</
template
>
</c-fullbox>
...
...
@@ -222,14 +226,14 @@
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"
Address Block
"
prop=
"lidgrp.con.pts.adrblk"
>
<el-form-item
label=
"
名称地址
"
prop=
"lidgrp.con.pts.adrblk"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.con.pts.adrblk"
maxlength=
"150"
:rows=
"4"
show-word-limit
placeholder=
"请输入
Address Block
"
placeholder=
"请输入
地址编码
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -256,22 +260,22 @@
<!-- ================右 ==================== -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"
2nd Advising Bank Ref.
"
prop=
"lidgrp.a2b.pts.ref"
>
<el-form-item
label=
"
第二通知行参考号
"
prop=
"lidgrp.a2b.pts.ref"
>
<c-input
v-model=
"model.lidgrp.a2b.pts.ref"
maxlength=
"16"
placeholder=
"请输入
2nd Advising Bank
"
placeholder=
"请输入
参考号
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"lidgrp.a2b.pts.extkey"
>
<el-form-item
label=
"
地址编码
"
prop=
"lidgrp.a2b.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.lidgrp.a2b.pts.extkey"
maxlength=
"16"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
地址编码
"
@
keyup
.
enter
.
native=
"
showGridPromptDialog('lidgrp.a2b.pts.extkey')
"
...
...
@@ -282,16 +286,18 @@
size=
"small"
type=
"primary"
@
click=
"onSeainf('lidgrp.a2b.pts.extkey')"
icon=
"el-icon-search"
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
<span
style=
"font-family: '宋体'; font-weight: bold"
></span>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
@
click=
"onA2bpDet"
icon=
"el-icon-info"
>
详情
</c-button>
</
template
>
</c-fullbox>
...
...
@@ -313,14 +319,14 @@
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"
Address Block
"
prop=
"lidgrp.a2b.pts.adrblk"
>
<el-form-item
label=
"
名称地址
"
prop=
"lidgrp.a2b.pts.adrblk"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.a2b.pts.adrblk"
maxlength=
"135"
:rows=
"4"
show-word-limit
placeholder=
"请输入
Address Block
"
placeholder=
"请输入
名称地址
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -346,24 +352,24 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"
Available with Bank Ref.
"
label=
"
授权兑付行参考号
"
prop=
"lidgrp.avb.pts.ref"
>
<c-input
v-model=
"model.lidgrp.avb.pts.ref"
maxlength=
"16"
placeholder=
"请输入
Reference for Address Optional
"
placeholder=
"请输入
参考号
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"lidgrp.avb.pts.extkey"
>
<el-form-item
label=
"
地址编码
"
prop=
"lidgrp.avb.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.lidgrp.avb.pts.extkey"
maxlength=
"16"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
地址编码
"
@
keyup
.
enter
.
native=
"showGridPromptDialog('lidgrp.avb.pts.extkey')"
></c-input>
...
...
@@ -373,16 +379,18 @@
size=
"small"
type=
"primary"
@
click=
"onSeainf('lidgrp.avb.pts.extkey')"
icon=
"el-icon-search"
>
<span
style=
"font-family: '宋体'; font-weight: bold"
>
i
</span>
<span
style=
"font-family: '宋体'; font-weight: bold"
></span>
</c-button>
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
@
click=
"onAvbpDet"
icon=
"el-icon-info"
>
详情
</c-button>
</
template
>
</c-fullbox>
...
...
@@ -404,7 +412,7 @@
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"
Address Block
"
prop=
"lidgrp.avb.pts.adrblk"
>
<el-form-item
label=
"
名称地址
"
prop=
"lidgrp.avb.pts.adrblk"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.avb.pts.adrblk"
...
...
@@ -412,7 +420,7 @@
:rows=
"4"
disabled
show-word-limit
placeholder=
"请输入
Address Block
"
placeholder=
"请输入
名称地址
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -438,7 +446,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Additional Parties
"
>
<el-form-item
label=
"
附加当事人
"
>
<c-edit-table
:model=
"model"
v-bind=
"ptsaddg"
style=
"margin-left:-120px"
>
<el-table-column
label=
"操作"
align=
"center"
>
<
template
slot-scope=
"scope"
>
...
...
@@ -446,7 +454,8 @@
size=
"mini"
@
click=
"handleEdit(scope.$index, scope.row)"
type=
"primary"
>
详情
</el-button
icon=
"el-icon-info"
></el-button
>
</
template
>
</el-table-column>
...
...
@@ -524,24 +533,24 @@ export default {
ptsaddg
:
{
columns
:
[
{
title
:
"
Role
"
,
title
:
"
角色
"
,
width
:
"120px"
,
dataIndex
:
"rol"
,
show
:
"select"
,
},
{
title
:
"
Party
"
,
title
:
"
当事人
"
,
width
:
"180px"
,
dataIndex
:
"ptyextkey"
,
show
:
"input"
,
},
{
title
:
"
Name of Party
"
,
title
:
"
名称
"
,
width
:
"250px"
,
dataIndex
:
"nam"
,
},
{
title
:
"
Reference for Address
"
,
title
:
"
参考号
"
,
width
:
"250px"
,
dataIndex
:
"ref"
,
},
...
...
src/views/Business/Litopn/Spcbenp.vue
View file @
c15e47bf
...
...
@@ -2,7 +2,7 @@
<div
class=
"eibs-tab"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"
Special Payment Conditions for Beneficiary
"
prop=
"lidgrp.blk.spcben"
>
<el-form-item
label=
"
存在受益人的特殊付款条件
"
prop=
"lidgrp.blk.spcben"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.spcben"
maxlength=
"65"
:rows=
"30"
show-word-limit
placeholder=
"请输入Special Payment Conditions"
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Litopn/Spcrcvp.vue
View file @
c15e47bf
...
...
@@ -2,7 +2,7 @@
<div
class=
"eibs-tab"
>
<c-col
:span=
"18"
>
<el-form-item
label=
"
Special Payment Conditions for Bank Only
"
prop=
"lidgrp.blk.spcrcb"
>
<el-form-item
label=
"
仅适用于指定银行的特殊付款条件
"
prop=
"lidgrp.blk.spcrcb"
>
<c-input
type=
"textarea"
v-model=
"model.lidgrp.blk.spcrcb"
maxlength=
"65"
:rows=
"30"
show-word-limit
placeholder=
"请输入Special Payment "
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Litopn/index.vue
View file @
c15e47bf
...
...
@@ -18,7 +18,7 @@
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<!--PD000001 -->
<el-tab-pane
label=
"
Overview
"
name=
"ovwp"
>
<el-tab-pane
label=
"
概要
"
name=
"ovwp"
>
<c-content>
<m-ovwp
:model=
"model"
:codes=
"codes"
/>
</c-content>
...
...
@@ -27,28 +27,28 @@
<!--PD000001 -->
<el-tab-pane
v-if=
"model.litp.aamp.aammod.addamtflg"
label=
"
Additional Amount
"
label=
"
附加金额
"
name=
"aamp"
>
<m-aamp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000077 -->
<el-tab-pane
label=
"
Details
"
name=
"detp"
>
<el-tab-pane
label=
"
详情
"
name=
"detp"
>
<c-content>
<m-detp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000042 -->
<el-tab-pane
label=
"
Parties
"
name=
"ptyp"
>
<el-tab-pane
label=
"
当事人
"
name=
"ptyp"
>
<c-content>
<m-ptyp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000057 -->
<el-tab-pane
label=
"
Goods
"
name=
"dogp"
>
<el-tab-pane
label=
"
货物
"
name=
"dogp"
>
<c-content>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'dogp'"
:rec=
"'lid'"
/>
...
...
@@ -56,7 +56,7 @@
</el-tab-pane>
<!--PD000060 -->
<el-tab-pane
label=
"
Documents
"
name=
"dorp"
>
<el-tab-pane
label=
"
单据
"
name=
"dorp"
>
<c-content>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'dorp'"
:rec=
"'lid'"
/>
...
...
@@ -64,7 +64,7 @@
</el-tab-pane>
<!--PD000073 -->
<el-tab-pane
label=
"
Additional Conditions
"
name=
"adcp"
>
<el-tab-pane
label=
"
附加条款
"
name=
"adcp"
>
<c-content>
<m-doxp
:model=
"model"
:codes=
"codes"
:dtyp=
"'adcp'"
:rec=
"'lid'"
/>
...
...
@@ -72,26 +72,26 @@
</el-tab-pane>
<!--PD000027 -->
<el-tab-pane
label=
"
Liability
"
name=
"engp"
>
<el-tab-pane
label=
"
表外记账
"
name=
"engp"
>
<c-content>
<m-engp
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"
Cash Cover
"
name=
"ccvpan"
>
<el-tab-pane
label=
"
保证金
"
name=
"ccvpan"
>
<m-ccvpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000000 -->
<el-tab-pane
label=
"
Settlement
"
name=
"setpan"
>
<el-tab-pane
label=
"
结算
"
name=
"setpan"
>
<c-content>
<m-setpan
:model=
"model"
:codes=
"codes"
/>
</c-content>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane
label=
"
Bookings
"
name=
"glepan"
>
<el-tab-pane
label=
"
会计分录
"
name=
"glepan"
>
<m-glepan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
...
...
@@ -101,17 +101,17 @@
</el-tab-pane>
<!--PD000000 -->
<el-tab-pane
label=
"
Completion
"
name=
"coninfp"
>
<el-tab-pane
label=
"
提示信息
"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000529 -->
<el-tab-pane
label=
"
Messages
"
name=
"docpan"
>
<el-tab-pane
label=
"
面函/报文
"
name=
"docpan"
>
<m-docpan
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
<!--PD000546 -->
<el-tab-pane
label=
"
Attachments
"
name=
"doctre"
>
<el-tab-pane
label=
"
附件
"
name=
"doctre"
>
<m-doctre
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
...
...
@@ -132,7 +132,7 @@
<!--PD000346 -->
<el-tab-pane
v-if=
"model.lidgrp.rec.spcrcbflg"
label=
"
Special Paymt. Cond. Bank only
"
label=
"
仅适用于指定银行的特殊付款条件
"
name=
"spcrcvp"
>
<m-spcrcvp
:model=
"model"
:codes=
"codes"
/>
...
...
@@ -141,7 +141,7 @@
<!--PD000347 -->
<el-tab-pane
v-if=
"model.lidgrp.rec.spcbenflg"
label=
"
Special Paymt. Cond. Beneficiary
"
label=
"
存在受益人的特殊付款条件
"
name=
"spcbenp"
>
<m-spcbenp
:model=
"model"
:codes=
"codes"
/>
...
...
src/views/Public/BlkTextarea.vue
View file @
c15e47bf
...
...
@@ -17,12 +17,12 @@
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-
search
"
icon=
"el-icon-
more
"
@
click=
"
showGridPromptDialog(rulePath, columns, shadow, modelUrl, isCover,'doxpDialog')
"
>
...
</c-button>
</c-col>
</div>
...
...
src/views/Public/Ccvpan.vue
View file @
c15e47bf
...
...
@@ -19,7 +19,7 @@
v-model=
"model.liaall.liaccv.concur"
disabled
style=
"width: 95%"
placeholder=
"
请选择Type of settlement
"
placeholder=
""
>
<el-option
v-for=
"item in codes.curtxt"
...
...
@@ -52,7 +52,7 @@
</c-col>
-->
<c-col
:span=
"12"
>
<el-form-item
label=
"
保证金
应收比例"
prop=
"liaall.liaccv.cshpct"
>
<el-form-item
label=
"应收比例"
prop=
"liaall.liaccv.cshpct"
>
<c-row>
<c-col
:span=
"20"
>
<c-input
v-model=
"model.liaall.liaccv.cshpct"
></c-input>
...
...
@@ -74,7 +74,7 @@
-->
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"
Reserved Amount
"
prop=
"liaall.liaccv.newresamt"
>
<el-form-item
label=
"
保留金额
"
prop=
"liaall.liaccv.newresamt"
>
<c-row>
<!--
<c-col
:span=
"8"
>
-->
<!--
<c-input
type=
"text"
:readonly=
"true"
value=
"CNY"
></c-input>
-->
...
...
@@ -84,7 +84,7 @@
v-model=
"model.liaall.liaccv.concur"
disabled
style=
"width: 95%"
placeholder=
"
请选择Type of settlement
"
placeholder=
""
>
<el-option
v-for=
"item in codes.curtxt"
...
...
@@ -112,7 +112,7 @@
</c-col>
-->
<c-col
:span=
"12"
>
<el-form-item
label=
"
保证金
实收比例"
prop=
"liaall.liaccv.relcshpct"
>
<el-form-item
label=
"实收比例"
prop=
"liaall.liaccv.relcshpct"
>
<c-row>
<c-col
:span=
"20"
>
<c-input
...
...
@@ -145,7 +145,7 @@
-->
<c-col
:span=
"12"
>
<el-form-item
label=
"应付
保证金
金额"
prop=
"liaall.liaccv.concur"
>
<el-form-item
label=
"应付金额"
prop=
"liaall.liaccv.concur"
>
<c-row>
<!--
<c-col
:span=
"8"
>
-->
<!--
<c-input
type=
"text"
:readonly=
"true"
value=
"CNY"
></c-input>
-->
...
...
@@ -155,7 +155,7 @@
v-model=
"model.liaall.liaccv.concur"
disabled
style=
"width: 95%"
placeholder=
"
请选择Type of settlement
"
placeholder=
""
>
<el-option
v-for=
"item in codes.curtxt"
...
...
@@ -195,7 +195,7 @@
<!--
<c-row>
-->
<!--
<c-col
:span=
"24"
style=
"margin-left:35px;text-align:right"
>
-->
<c-button
size=
"small"
type=
"primary"
@
click=
"onLiaccvAdd"
>
Add
添加
</c-button>
<!--
</c-col>
-->
...
...
@@ -239,7 +239,7 @@
:list=
"model.liaall.liaccv.liaccvg"
style=
"width:80%,text-align:center"
>
<el-table-column
prop=
"ccdflg"
label=
"
CF000048
"
width=
"78px"
>
<el-table-column
prop=
"ccdflg"
label=
"
调整标识
"
width=
"78px"
>
</el-table-column>
<el-table-column
prop=
"ownref"
label=
"保证金编号"
width=
"130px"
>
</el-table-column>
...
...
@@ -257,12 +257,12 @@
</el-table-column>
<el-table-column
prop=
"covamt"
label=
"折算后金额"
width=
"150px"
>
</el-table-column>
<el-table-column
prop=
"acccovamt"
label=
"
Acc Amount
"
width=
"150px"
>
<el-table-column
prop=
"acccovamt"
label=
"
实际折算金额
"
width=
"150px"
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"75px"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<c-button
style=
"margin-left:0"
type=
"primary"
size=
"small"
@
click=
"onLiaccvDel(scope.$index,scope.row)"
>
Del
</c-button>
删除
</c-button>
</
template
>
</el-table-column>
</c-table>
...
...
@@ -299,14 +299,14 @@
<c-col
:span=
"12"
style=
"margin-top:15px"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"金额总和"
>
<el-form-item
label=
"
折算
金额总和"
>
<c-row>
<c-col
:span=
"8"
>
<c-select
v-model=
"model.liaall.liaccv.concur"
disabled
style=
"width: 95%"
placeholder=
"
请选择Type of settlement
"
placeholder=
""
>
<el-option
v-for=
"item in codes.curtxt"
...
...
@@ -328,7 +328,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Additional Information
"
<el-form-item
label=
"
附加信息
"
v-if=
"model.liaall.liaccv.addinf!=''"
>
<c-input
type=
"textarea"
...
...
@@ -336,7 +336,7 @@
v-model=
"model.liaall.liaccv.addinf"
maxlength=
"200"
show-word-limit
placeholder=
"请输入
Additional Information
"
placeholder=
"请输入
附加信息
"
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Public/Coninfp.vue
View file @
c15e47bf
...
...
@@ -4,16 +4,18 @@
<c-col
:span=
"15"
>
<el-form-item
style=
"height: 200px"
label=
"General"
label=
"一般提示"
label-width=
"70px"
prop=
"mtabut.coninf.oitinf.oit.inftxt"
>
<i-stream-input
style=
""
type=
"textarea"
rows=
"
6
"
rows=
"
10
"
maxlength=
"60"
resize=
"none"
show-word-limit
placeholder=
"请输入
Infotext
"
placeholder=
"请输入
提示内容
"
@
change=
"selectOrCheckboxRule('mtabut.coninf.oitinf.oit.inftxt')"
:model=
"model.mtabut.coninf.oitinf.oit.inftxt"
></i-stream-input>
...
...
@@ -21,14 +23,15 @@
</c-col>
<c-col
:span=
"7"
:offset=
"1"
>
<el-form-item
label=
"Display Type"
label=
"提示类型"
label-width=
"70px"
prop=
"mtabut.coninf.oitinf.oit.inflev"
>
<c-select
v-model=
"model.mtabut.coninf.oitinf.oit.inflev"
:disabled=
"GeneralIsEmpty"
placeholder=
"请选择
Infotext Level
"
style=
"width: 100%"
placeholder=
"请选择"
style=
"width: 100%
,margin-left:70px
"
:code=
"inflev"
>
</c-select>
...
...
@@ -38,16 +41,19 @@
<c-col
:span=
"24"
>
<c-col
:span=
"15"
>
<el-form-item
label=
"Settlement"
label=
"付款提示"
style=
"height: 200px"
label-width=
"70px"
prop=
"mtabut.coninf.oitset.oit.inftxt"
>
<i-stream-input
type=
"textarea"
rows=
"6"
style=
""
rows=
"10"
maxlength=
"60"
resize=
"none"
show-word-limit
placeholder=
"请输入
Infotext
"
placeholder=
"请输入
提示内容
"
@
change=
"selectOrCheckboxRule('mtabut.coninf.oitset.oit.inftxt')"
:model=
"model.mtabut.coninf.oitset.oit.inftxt"
></i-stream-input>
...
...
@@ -55,14 +61,15 @@
</c-col>
<c-col
:span=
"7"
:offset=
"1"
>
<el-form-item
label=
"Display Type"
label=
"提示类型"
label-width=
"70px"
prop=
"mtabut.coninf.oitset.oit.inflev"
>
<c-select
v-model=
"model.mtabut.coninf.oitset.oit.inflev"
:disabled=
"SettlementIsEmpty"
placeholder=
"请选择
Infotext Level
"
style=
"width: 100%"
placeholder=
"请选择"
style=
"width: 100%
,margin-left:70px
"
:code=
"inflev"
>
</c-select>
...
...
@@ -71,25 +78,30 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"15"
>
<el-form-item
label=
"执行日期"
prop=
"mtabut.coninf.conexedat"
>
<el-form-item
label=
"执行日期"
label-width=
"70px"
prop=
"mtabut.coninf.conexedat"
>
<c-date-picker
type=
"date"
v-model=
"model.mtabut.coninf.conexedat"
style=
"width: 100%"
style=
"width: 60%,margin-left:70px"
placeholder=
"请选择执行日期"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"7"
:offset=
"1"
>
<el-form-item
label=
"Send for Release to"
label=
"指定复核人"
label-width=
"80px"
style=
"display:inline-block"
prop=
"mtabut.coninf.usr.extkey"
>
<c-input
v-model=
"model.mtabut.coninf.usr.extkey"
maxlength=
"8"
disabled=
"disabled"
placeholder=
"请输入
User ID
"
placeholder=
"请输入
用户编码
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -109,9 +121,9 @@ export default {
data
()
{
return
{
inflev
:
[
{
label
:
"
Show
"
,
value
:
"$"
},
{
label
:
"
Do not show
"
,
value
:
"!"
},
{
label
:
"
Warn
"
,
value
:
"0"
},
{
label
:
"
显示
"
,
value
:
"$"
},
{
label
:
"
不显示
"
,
value
:
"!"
},
{
label
:
"
提醒
"
,
value
:
"0"
},
],
//码表
test
:
""
,
};
...
...
src/views/Public/Docpan.vue
View file @
c15e47bf
...
...
@@ -4,7 +4,7 @@
<c-istream-table-docpan
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
label=
"Medium"
>
<template
slot-scope=
"scope"
>
<el-form-item
<el-form-item
label-width=
"0"
:prop=
"'trnmod.trndoc.doceot.' + scope.$index + '.cortyp'"
>
...
...
@@ -24,7 +24,7 @@
>
</el-option>
</c-select>
</el-form-item>
</el-form-item>
</
template
>
</el-table-column>
<el-table-column
label=
"报文格式"
>
...
...
@@ -68,7 +68,7 @@
</el-table-column>
<el-table-column
label=
"传送方式"
>
<
template
slot-scope=
"scope"
>
<el-form-item
<el-form-item
label-width=
"0"
:prop=
"'trnmod.trndoc.doceot.' + scope.$index + '.apf'"
>
...
...
@@ -88,10 +88,10 @@
>
</el-option>
</c-select>
</el-form-item>
</el-form-item>
</
template
>
</el-table-column>
<el-table-column
label=
"
Or.
"
width=
"65%"
>
<el-table-column
label=
"
发送份数
"
width=
"65%"
>
<
template
slot-scope=
"scope"
>
<c-input
v-model=
"
...
...
@@ -104,7 +104,7 @@
</c-input>
</
template
>
</el-table-column>
<el-table-column
label=
"
CC
"
width=
"65%"
>
<el-table-column
label=
"
抄送份数
"
width=
"65%"
>
<
template
slot-scope=
"scope"
>
<c-input
v-model=
"
...
...
@@ -119,7 +119,7 @@
</el-table-column>
<el-table-column
label=
""
>
<
template
slot-scope=
"scope"
>
<el-form-item
<el-form-item
label-width=
"0"
:prop=
"'trnmod.trndoc.doceot.' + scope.$index + '.staflg'"
>
...
...
@@ -138,7 +138,7 @@
>
</el-option>
</c-select>
</el-form-item>
</el-form-item>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
width=
"115px"
fixed=
"right"
>
...
...
@@ -454,7 +454,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"2"
>
<c-button
size=
"mini"
>
...
</c-button>
<c-button
size=
"mini"
icon=
"el-icon-more"
>
</c-button>
</c-col>
</c-row>
</el-form>
...
...
src/views/Public/Doctre.vue
View file @
c15e47bf
...
...
@@ -2,7 +2,7 @@
<div
class=
"eibs-tab"
>
<c-col
:span=
"24"
style=
"height: 24px"
>
<el-form-item
label=
"
Outgoing Messages
"
class=
"messageLabel"
></el-form-item>
<el-form-item
label=
"
发出面函/报文
"
class=
"messageLabel"
></el-form-item>
</c-col>
<c-col
:span=
"24"
style=
"height: 0px"
>
<el-divider></el-divider>
...
...
@@ -12,18 +12,18 @@
:border=
"true"
:list=
"data1"
>
<el-table-column
label=
"
Type
"
width=
"auto"
>
<el-table-column
label=
"
类型
"
width=
"auto"
>
<template
slot-scope=
"scope"
>
<span>
{{
getType
(
scope
.
row
.
index
)
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"
Document
"
width=
"auto"
>
<el-table-column
label=
"
名称
"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
<span>
{{
model
.
trnmod
.
trndoc
.
doceot
[
scope
.
row
.
index
].
pandsc
}}
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"
Cre.TRN
"
width=
"auto"
></el-table-column>
<el-table-column
label=
"
Date
"
width=
"auto"
>
<el-table-column
label=
"
创建交易
"
width=
"auto"
></el-table-column>
<el-table-column
label=
"
创建日期
"
width=
"auto"
>
<
template
>
<span>
{{
getNow
()
}}
</span>
</
template
>
...
...
@@ -32,7 +32,7 @@
</c-col>
<c-col
:span=
"24"
style=
"height: 24px;margin-top: 20px;"
>
<el-form-item
label=
"
Previous Messages
"
class=
"messageLabel"
></el-form-item>
<el-form-item
label=
"
前置面函/报文
"
class=
"messageLabel"
></el-form-item>
</c-col>
<c-col
:span=
"24"
style=
"height: 0px"
>
<el-divider></el-divider>
...
...
@@ -42,10 +42,10 @@
:border=
"true"
:list=
"data2"
>
<el-table-column
label=
"
Type
"
width=
"auto"
></el-table-column>
<el-table-column
label=
"
Document
"
width=
"auto"
></el-table-column>
<el-table-column
label=
"
Cre.TRN
"
width=
"auto"
></el-table-column>
<el-table-column
label=
"
Date
"
width=
"auto"
></el-table-column>
<el-table-column
label=
"
类型
"
width=
"auto"
></el-table-column>
<el-table-column
label=
"
名称
"
width=
"auto"
></el-table-column>
<el-table-column
label=
"
创建日期
"
width=
"auto"
></el-table-column>
<el-table-column
label=
"
创建日期
"
width=
"auto"
></el-table-column>
</c-istream-table-docpan>
</c-col>
...
...
src/views/Public/Doxp.vue
View file @
c15e47bf
...
...
@@ -3,11 +3,11 @@
<c-blkTextarea
:model=
"model"
v-bind=
"blk"
>
</c-blkTextarea>
<br
/>
<c-col
v-if=
"dtyp === 'dogp'"
:span=
"12"
>
<el-form-item
label=
"
Goods code
"
:prop=
"`$
{rec}grp.rec.stagod`">
<el-form-item
label=
"
货物类型
"
:prop=
"`$
{rec}grp.rec.stagod`">
<c-select
v-model=
"model[`$
{rec}grp`].rec.stagod"
style="width: 100%"
placeholder="请选择
Goods code
"
placeholder="请选择
货物类型
"
:code="codes.godcod"
>
</c-select>
...
...
@@ -16,19 +16,19 @@
<template
v-else-if=
"dtyp === 'adcp'"
>
<c-col
:span=
"20"
class=
"letopn_adcp_cheak"
>
<c-checkbox
v-model=
"model[`$
{rec}grp`].rec.spcbenflg" :disabled="model[`${rec}grp`].blk.spcben!=''"
>
Special Payment Conditions for Beneficiary
</c-checkbox
>
受益人的特殊付款条件
</c-checkbox
>
</c-col>
<c-col
:span=
"20"
class=
"letopn_adcp_cheak"
>
<c-checkbox
v-model=
"model[`$
{rec}grp`].rec.spcrcbflg" :disabled="model[`${rec}grp`].blk.spcrcb!=''">
Special Payment Conditions for Bank only
</c-checkbox
仅适用于银行的特殊付款条件
</c-checkbox
>
</c-col>
<c-col
:span=
"20"
class=
"letopn_adcp_cheak"
>
<c-checkbox
v-model=
"model[`$
{rec}grp`].rec.redclsflg"
>
Red/Green Clause
</c-checkbox
>
红/绿条款选项
</c-checkbox
>
</c-col>
<c-blkTextarea
:model=
"model"
v-bind=
"blk1"
>
</c-blkTextarea>
...
...
@@ -51,7 +51,7 @@ export default {
blk
:
this
.
getBlk
(
this
.
dtyp
,
this
.
rec
),
blk1
:
{
blkMsg
:
{
title
:
"
Instructions to Pay.,Accept.,Negot.bank
"
,
title
:
"
给付款、承兑、议付行的指示
"
,
dataUrl
:
`
${
this
.
rec
}
grp.blk.insbnk`
,
//字段所在model路劲
rows
:
6
,
maxlength
:
2000
,
...
...
@@ -67,7 +67,7 @@ export default {
switch
(
dtyp
)
{
case
"dogp"
:
blk
.
blkMsg
=
{
title
:
"
Description of Goods
"
,
title
:
"
货物/服务描述
"
,
dataUrl
:
`
${
rec
}
grp.blk.lcrgod`
,
//字段所在model路劲
rows
:
20
,
};
...
...
@@ -75,7 +75,7 @@ export default {
break
;
case
"dorp"
:
blk
.
blkMsg
=
{
title
:
"
Documents Required
"
,
title
:
"
单据要求
"
,
dataUrl
:
`
${
rec
}
grp.blk.lcrdoc`
,
//字段所在model路劲
rows
:
20
,
};
...
...
@@ -83,7 +83,7 @@ export default {
break
;
case
"adcp"
:
blk
.
blkMsg
=
{
title
:
"
Additional Conditions
"
,
title
:
"
附加条款
"
,
dataUrl
:
`
${
rec
}
grp.blk.adlcnd`
,
//字段所在model路劲
rows
:
14
,
};
...
...
src/views/Public/Engp.vue
View file @
c15e47bf
...
...
@@ -9,11 +9,11 @@
style=
"width:80%,text-align:center,margin-bottom:18px"
:border=
"true"
>
<el-table-column
prop=
"bussec"
label=
"
BS"
width=
"4
0px"
>
<el-table-column
prop=
"bussec"
label=
"
业务"
width=
"5
0px"
>
</el-table-column>
<el-table-column
prop=
"cbtpfx"
label=
"
Type
"
width=
"60px"
>
<el-table-column
prop=
"cbtpfx"
label=
"
类型
"
width=
"60px"
>
</el-table-column>
<el-table-column
prop=
"matdat"
label=
"
Maturity
"
width=
"150px"
>
<el-table-column
prop=
"matdat"
label=
"
到期日
"
width=
"150px"
>
<template
slot-scope=
"scope"
>
<el-form-item
label-width=
"0"
...
...
@@ -32,7 +32,7 @@
</el-form-item>
</
template
>
</el-table-column>
<el-table-column
prop=
"tenday"
label=
"
Tenor
"
width=
"70px"
>
<el-table-column
prop=
"tenday"
label=
"
效期
"
width=
"70px"
>
<
template
slot-scope=
"scope"
>
<el-form-item
label-width=
"0"
...
...
@@ -47,28 +47,28 @@
</el-form-item>
</
template
>
</el-table-column>
<el-table-column
prop=
"rol"
label=
"
Dbt.
"
width=
"70px"
>
<el-table-column
prop=
"rol"
label=
"
债务人
"
width=
"70px"
>
</el-table-column>
<!--
<el-table-column prop="nam" label="Name" width="300"> </el-table-column>
-->
<el-table-column
prop=
"cdtrol"
label=
"
Cdt.
"
width=
"70px"
>
<el-table-column
prop=
"cdtrol"
label=
"
债权人
"
width=
"70px"
>
</el-table-column>
<el-table-column
prop=
"cur"
label=
"
Cur
"
width=
"55px"
>
</el-table-column>
<el-table-column
prop=
"oldamt"
label=
"
Old Amount"
width=
"10
0px"
>
<el-table-column
prop=
"cur"
label=
"
币种
"
width=
"55px"
>
</el-table-column>
<el-table-column
prop=
"oldamt"
label=
"
原始金额"
width=
"15
0px"
>
<!-- <template slot-scope="scope">
{{moneyFormat(scope.row.oldamt)}}
</template> -->
</el-table-column>
<el-table-column
prop=
"amt"
label=
"
Booking Amo
"
width=
"100px"
>
<el-table-column
prop=
"amt"
label=
"
记账金额
"
width=
"100px"
>
<!-- <template slot-scope="scope">
{{moneyFormat(scope.row.amt)}}
</template> -->
</el-table-column>
<el-table-column
prop=
"tenpct"
label=
"%"
width=
"
6
0px"
>
<el-table-column
prop=
"tenpct"
label=
"%"
width=
"
8
0px"
>
</el-table-column>
<el-table-column
prop=
"acc"
label=
"
Account"
width=
"29
0px"
>
<!-- check,需用el-form-item标签包起来 -->
<el-table-column
prop=
"acc"
label=
"
核心账号"
width=
"15
0px"
>
<!-- check,需用el-form-item标签包起来 -->
<
template
slot-scope=
"scope"
>
<el-form-item
label-width=
"0"
...
...
@@ -83,7 +83,7 @@
</el-form-item>
</
template
>
</el-table-column>
<el-table-column
prop=
"valdat"
label=
"
Value Date
"
width=
"200px"
>
<el-table-column
prop=
"valdat"
label=
"
起息日
"
width=
"200px"
>
<
template
slot-scope=
"scope"
>
{{
dateFormat
(
scope
.
row
.
valdat
)
}}
</
template
>
...
...
@@ -108,18 +108,21 @@
</el-button>
</
template
>
<
template
slot-scope=
"scoped"
>
<c-button
style=
"margin-left: 0"
size=
"small"
type=
"primary"
@
click=
"detail1(scoped.$index, scoped.row)"
>
详情
</c-button
>
</
template
>
<c-button
style=
"margin-left:0"
size=
"small"
type=
"primary"
icon=
"el-icon-info"
@
click=
"detail1(scoped.$index, scoped.row)"
></c-button>
</
template
>
</el-table-column>
</c-table>
</c-col>
<div
style=
"height=500px"
>
<engp-dialog
ref=
"engpDialog"
:model=
"model"
:idx=
"index"
:codes=
"codes"
/>
</div>
<!-- <c-col :span="12">
<el-form-item label="Sight Amount">
<c-input style="width:50%" v-model="model.liaall.outamt" placeholder="请输入Sight Amount"></c-input>
...
...
@@ -139,19 +142,19 @@
</c-col> -->
<c-col
:span=
"16"
style=
"margin-top: 10px"
>
<el-form-item
label=
"
Amount not yet assigned
"
>
<el-form-item
label=
"
未分配金额
"
>
<c-input
style=
"width: 15%"
disabled
v-model=
"model.liaall.concur"
maxlength=
"3"
placeholder=
"
请输入External Booking Amount
"
placeholder=
""
></c-input>
<c-input
style=
"width: 40%"
disabled
v-model=
"model.liaall.misamt"
placeholder=
"请输入
Amount not yet assigned
"
placeholder=
"请输入
金额
"
></c-input>
<c-button
style=
"width: 20%"
...
...
@@ -160,7 +163,7 @@
type=
"primary"
@
click=
"onLiaallButmisamt"
>
Add to Current Line
添加到当前行
</c-button>
</el-form-item>
</c-col>
...
...
@@ -198,13 +201,23 @@
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
;
import
EngpDialog
from
"./EngpDialog.vue"
;
export
default
{
inject
:
[
"root"
],
components
:
{
EngpDialog
},
mixins
:
[
commonProcess
],
props
:
[
"model"
,
"codes"
],
data
()
{
return
{};
return
{
dialogVisible
:
false
,
dialog
:{
},
index
:
0
,
};
},
methods
:
{
async
onLiaallButmisamt
()
{
...
...
@@ -215,6 +228,17 @@ export default {
this
.
$notify
.
error
({
title
:
"错误"
,
message
:
"服务请求失败!"
});
}
},
detail1
(
index
,
row
)
{
const
that
=
this
;
const
rule
=
"liaall.liaallg("
+
(
index
+
1
)
+
").det"
;
that
.
executeRule
(
rule
).
then
(
res
=>
{
that
.
$refs
.
engpDialog
.
visiable
=
true
;
that
.
$refs
.
engpDialog
.
formData
=
Object
.
assign
({},
that
.
model
.
liaall
.
liaallg
[
index
]);
that
.
index
=
index
;
that
.
dialog
=
row
})
},
},
created
:
function
()
{},
};
...
...
src/views/Public/EngpDialog.vue
0 → 100644
View file @
c15e47bf
<
template
>
<el-dialog
v-if=
"visiable"
:visible
.
sync=
"visiable"
center
destroy-on-close
:before-close=
"beforeClose"
width=
"70%"
>
<el-form
v-model=
"formData"
label-width=
"150px"
>
<c-row>
<c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"记账角色"
>
<c-input
v-model=
"formData.rol"
disabled
/>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"起息日"
>
<!--
<c-input
v-model=
"formData.dat1"
type=
"date"
/>
-->
<c-date-picker
type=
"date"
v-model=
"formData.valdat"
format=
"yyyy-MM-dd"
style=
"width: 100%"
placeholder=
"请选择起算时间"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"到期日"
>
<!--
<c-input
v-model=
"formData.dat1"
type=
"date"
/>
-->
<c-date-picker
type=
"date"
v-model=
"formData.matdat"
format=
"yyyy-MM-dd"
style=
"width: 100%"
placeholder=
"请选择起算时间"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"原始金额"
>
<c-col
:span=
"13"
>
<c-input
v-model=
"formData.cur"
disabled
/>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"5px"
>
<c-input
v-model=
"formData.oldamt"
disabled
/>
</el-form-item>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"记账金额"
>
<c-col
:span=
"13"
>
<c-input
v-model=
"formData.cur"
disabled
/>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"5px"
>
<c-input
v-model=
"formData.amt"
disabled
/>
</el-form-item>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"记账账号"
>
<c-col
>
<c-input
v-model=
"formData.acc"
/>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"抵扣账号"
>
<c-col
>
<c-input
v-model=
"formData.acc2"
/>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"4"
:offset=
"9"
>
<c-button
type=
"primary"
@
click=
"saveDialog"
>
确 定
</c-button>
</c-col>
<c-col
:span=
"6"
>
<c-button
@
click=
"visiable = false"
>
取 消
</c-button>
</c-col>
<c-col>
</c-col>
</c-col>
</c-row>
</el-form>
</el-dialog>
</
template
>
<
script
>
export
default
{
props
:
{
model
:
Object
,
idx
:
Number
,
codes
:
Object
,
},
data
()
{
return
{
formData
:
{},
visiable
:
false
,
};
},
methods
:
{
saveDialog
()
{
this
.
model
.
liaall
.
liaallg
.
splice
(
this
.
idx
,
1
,
this
.
formData
);
this
.
visiable
=
false
;
},
beforeClose
(
done
)
{
this
.
visiable
=
false
;
done
();
},
},
};
</
script
>
<
style
></
style
>
src/views/Public/Glepan.vue
View file @
c15e47bf
...
...
@@ -17,15 +17,15 @@ export default {
data
(){
return
{
columns
:
[
"2 1
\"
D/C
\"
60 1 0"
,
"6 2
\"
Account Number
\"
140"
,
"3 3
\"
Cur
\"
80"
,
"4 4
\"
Amount
\"
180 2 8:1 2 5"
,
"5 5
\"
Value Date
\"
140"
,
"7 6
\"
Rate Type
\"
160"
,
"8 7
\"
Rate
\"
120 2 0 1 0"
,
"9 8
\"
Term
\"
80"
,
"0 9
\"
PN
\"
80 1 0"
"2 1
\"
借/贷
\"
60 1 0"
,
"6 2
\"
账号
\"
140"
,
"3 3
\"
币种
\"
80"
,
"4 4
\"
金额
\"
180 2 8:1 2 5"
,
"5 5
\"
起息日
\"
140"
,
"7 6
\"
牌价类型
\"
160"
,
"8 7
\"
牌价
\"
120 2 0 1 0"
,
"9 8
\"
会计科目
\"
80"
,
"0 9
\"
分录序号
\"
80 1 0"
],
data
:
[
]
...
...
src/views/Public/Limitbody.vue
View file @
c15e47bf
...
...
@@ -62,8 +62,9 @@
size=
"small"
type=
"primary"
@
click=
"onWrkpDet"
icon=
"el-icon-info"
>
详情
</c-button>
</
template
>
</c-fullbox>
...
...
@@ -170,8 +171,9 @@
size=
"small"
type=
"primary"
@
click=
"onOthpDet"
icon=
"el-icon-info"
>
详情
</c-button>
</
template
>
</c-fullbox>
...
...
src/views/Public/Setpan.vue
View file @
c15e47bf
...
...
@@ -2,27 +2,27 @@
<c-row
class=
"eibs-tab"
>
<!-- ====================顶部==================== -->
<c-col
:span=
"6"
style=
"margin-left:9px"
>
<el-form-item
label=
"
参考号"
label-width=
"5
0px"
>
<el-form-item
label=
"
业务参考号"
label-width=
"8
0px"
>
<c-input
v-model=
"model.setmod.ref"
maxlength=
"16"
:disabled=
"true"
:readonly=
"true"
placeholder=
"请输入our reference"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
<el-form-item
label=
"结算金额
"
label-width=
"10
0px"
>
<c-input
v-model=
"model.setmod.doccur"
style=
"width: 100%"
placeholder=
"CNY"
:disabled=
"true"
:readonly=
"true"
></c-input>
<el-form-item
label=
"结算金额
录入"
label-width=
"9
0px"
>
<c-input
v-model=
"model.setmod.doccur"
placeholder=
"CNY"
:disabled=
"true"
:readonly=
"true"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"6"
>
<el-form-item
label=
""
label-width=
"
7px"
>
<c-input
v-model=
"model.setmod.docamt"
placeholder=
"请输入document amount"
></c-input>
<el-form-item
label=
""
label-width=
"
5px"
>
<c-input
v-model=
"model.setmod.docamt"
placeholder=
"0"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"5"
>
<el-form-item
label=
"类型"
label-width=
"100px"
>
<c-select
v-model=
"model.setmod.dspflg"
disabled
style=
"width: 100%"
placeholder=
"
请选择Type of settlement
"
>
placeholder=
""
>
<el-option
v-for=
"item in codes.dspflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
...
...
@@ -30,8 +30,8 @@
</c-col>
<c-col
:span=
"2"
style=
"text-align:right"
>
<!--
<el-form-item
label=
""
label-width=
"20px"
>
-->
<c-button
style=
"margin-right:10px"
size=
"small"
type=
"primary"
@
click=
"onSetmodDet"
>
详情
<c-button
style=
"margin-right:10px"
size=
"small"
type=
"primary"
icon=
"el-icon-info"
@
click=
"onSetmodDet"
>
</c-button>
<!--
</el-form-item>
-->
</c-col>
...
...
@@ -52,14 +52,14 @@
<!-- ==============第一个表格===================== -->
<c-col
:span=
"23"
style=
"height:24px;margin-left:9px"
>
<el-form-item
class=
"formItemLabel"
label=
"
Foreign Commission/Charges
:"
label-width=
"300px"
>
<el-form-item
class=
"formItemLabel"
label=
"
国外收费
:"
label-width=
"300px"
>
</el-form-item>
</c-col>
<c-col
:span=
"23"
style=
"margin-left:9px"
>
<c-table
style=
"text-align: center"
:list=
"model.setmod.setfog.setfol"
:paginationShow=
"false"
:border=
"true"
>
<el-table-column
label=
"
Payer
"
prop=
"ptydbt"
width=
"101px"
>
<el-table-column
label=
"
付款人
"
prop=
"ptydbt"
width=
"101px"
>
<template
slot-scope=
"scope"
>
<c-select
v-model=
"scope.row.ptydbt"
@
change=
"defaultFunction()"
>
<el-option
v-for=
"item in codes.ptydbt_setpan"
:key=
"item.value"
:label=
"item.value"
...
...
@@ -69,7 +69,7 @@
</c-select>
</
template
>
</el-table-column>
<el-table-column
label=
"
Payee
"
width=
"101px"
>
<el-table-column
label=
"
付款人
"
width=
"101px"
>
<
template
slot-scope=
"scope"
>
<c-select
v-model=
"scope.row.ptypay"
@
change=
"defaultFunction()"
>
<el-option
v-for=
"item in codes.ptydbt_setpan"
:key=
"item.value"
:label=
"item.value"
...
...
@@ -79,15 +79,15 @@
</c-select>
</
template
>
</el-table-column>
<el-table-column
label=
"
Source
"
prop=
"src"
width=
"70px"
>
<el-table-column
label=
"
费用来源
"
prop=
"src"
width=
"70px"
>
</el-table-column>
<el-table-column
label=
"
Disp
"
prop=
"dsp"
width=
"76px"
>
<el-table-column
label=
"
处理方式
"
prop=
"dsp"
width=
"76px"
>
</el-table-column>
<el-table-column
label=
"
Text for Payer
"
prop=
"txtdbt"
width=
"auto"
>
<el-table-column
label=
"
付款人摘要
"
prop=
"txtdbt"
width=
"auto"
>
</el-table-column>
<el-table-column
label=
"
Text for Payee
"
prop=
"txtpay"
width=
"auto"
>
<el-table-column
label=
"
收款人摘要
"
prop=
"txtpay"
width=
"auto"
>
</el-table-column>
<el-table-column
label=
"
Currency
"
prop=
"cur"
width=
"93px"
>
<el-table-column
label=
"
币种
"
prop=
"cur"
width=
"93px"
>
<
template
slot-scope=
"scope"
>
<c-select
v-model=
"scope.row.cur"
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
...
...
@@ -96,7 +96,7 @@
</c-select>
</
template
>
</el-table-column>
<el-table-column
label=
"
Amount
"
prop=
"amt"
width=
"150px"
>
<el-table-column
label=
"
金额
"
prop=
"amt"
width=
"150px"
>
</el-table-column>
<el-table-column
label=
""
prop=
"det"
width=
"80px"
fixed=
"right"
>
<
template
slot-scope=
"scope"
slot=
"header"
>
...
...
@@ -118,8 +118,8 @@
</c-button>
</
template
>
<
template
slot-scope=
"scoped"
>
<c-button
style=
"margin-left:0"
size=
"small"
type=
"primary"
@
click=
"detail1(scoped.$index, scoped.row)"
>
详情
</c-button>
<c-button
style=
"margin-left:0"
size=
"small"
type=
"primary"
icon=
"el-icon-info"
@
click=
"detail1(scoped.$index, scoped.row)"
></c-button>
</
template
>
</el-table-column>
</c-table>
...
...
@@ -185,12 +185,12 @@
</c-col>
<!--=================== Own Commission/Charges:================== -->
<c-col
:span=
"23"
style=
"margin-left:9px;height:24px;margin-top:25px"
>
<el-form-item
class=
"formItemLabel"
label=
"
Own Commission/Charges
:"
label-width=
"200px"
>
</el-form-item>
<el-form-item
class=
"formItemLabel"
label=
"
我行收费
:"
label-width=
"200px"
>
</el-form-item>
</c-col>
<c-col
:span=
"23"
style=
"margin-left:9px"
>
<c-table
style=
"text-align: center"
:list=
"model.setmod.setfeg.setfel"
:paginationShow=
"false"
:border=
"true"
>
<el-table-column
label=
"
Role
"
width=
"101px"
>
<el-table-column
label=
"
收取对象
"
width=
"101px"
>
<
template
#
default=
"scope"
>
<c-select
v-model=
"scope.row.rol"
@
change=
"defaultFunction()"
>
<el-option
v-for=
"item in codes.setfelRol"
:key=
"item.value"
:label=
"item.value"
...
...
@@ -200,7 +200,7 @@
</c-select>
</
template
>
</el-table-column>
<el-table-column
label=
"
Code
"
width=
"101px"
>
<el-table-column
label=
"
费用代码
"
width=
"101px"
>
<
template
#
default=
"scope"
>
<c-select
v-model=
"scope.row.feecod"
@
change=
"selectOrCheckboxRule('setmod.setfeg.setfel.feecod')"
>
<el-option
v-for=
"item in codes.fepfeecod"
:key=
"item.value"
:label=
"item.value"
...
...
@@ -210,9 +210,9 @@
</c-select>
</
template
>
</el-table-column>
<el-table-column
label=
"
Source
"
prop=
"src"
width=
"70px"
>
<el-table-column
label=
"
费用来源
"
prop=
"src"
width=
"70px"
>
</el-table-column>
<el-table-column
label=
"
Disp
"
prop=
"dsp"
width=
"76px"
>
<el-table-column
label=
"
处理方式
"
prop=
"dsp"
width=
"76px"
>
<
template
#
default=
"scope"
>
<c-select
v-model=
"scope.row.dsp"
@
change=
"dispDefault(scope.$index + 1)"
>
<el-option
v-for=
"item in codes.setfeldsp"
:key=
"item.value"
:label=
"item.value"
...
...
@@ -222,15 +222,15 @@
</c-select>
</
template
>
</el-table-column>
<el-table-column
label=
"
Units
"
prop=
"unt"
width=
"70px"
>
<el-table-column
label=
"
份数
"
prop=
"unt"
width=
"70px"
>
</el-table-column>
<el-table-column
label=
"
Long Fee Text
"
prop=
"feetxtinf"
width=
"auto"
>
<el-table-column
label=
"
费用描述
"
prop=
"feetxtinf"
width=
"auto"
>
</el-table-column>
<el-table-column
label=
"
Currency
"
prop=
"cur"
width=
"100px"
>
<el-table-column
label=
"
币种
"
prop=
"cur"
width=
"100px"
>
</el-table-column>
<el-table-column
label=
"
Original Amount
"
prop=
"ogiamt"
width=
"150px"
>
<el-table-column
label=
"
应收金额
"
prop=
"ogiamt"
width=
"150px"
>
</el-table-column>
<el-table-column
label=
"
Fee Amount
"
prop=
"amt"
width=
"150px"
>
<el-table-column
label=
"
实收金额
"
prop=
"amt"
width=
"150px"
>
</el-table-column>
<el-table-column
label=
""
prop=
"det"
width=
"80px"
fixed=
"right"
>
<
template
slot-scope=
"scope"
slot=
"header"
>
...
...
@@ -252,8 +252,8 @@
</c-button>
</
template
>
<
template
slot-scope=
"scoped"
>
<c-button
style=
"margin-left:0"
size=
"small"
type=
"primary"
@
click=
"detail2(scoped.$index, scoped.row)"
>
详情
</c-button>
<c-button
style=
"margin-left:0"
size=
"small"
type=
"primary"
icon=
"el-icon-info"
@
click=
"detail2(scoped.$index, scoped.row)"
></c-button>
</
template
>
</el-table-column>
</c-table>
...
...
@@ -262,18 +262,18 @@
<setpan-dialog
ref=
"setpanDialog"
:model=
"model"
:idx=
"index"
:codes=
"codes"
/>
</div>
<c-col
:span=
"23"
style=
"margin-left:9px;height:24px;margin-top:25px"
>
<el-form-item
class=
"formItemLabel"
label=
"
Settlement
:"
label-width=
"100px"
>
<el-form-item
class=
"formItemLabel"
label=
"
结算
:"
label-width=
"100px"
>
<span
style=
"color:red"
>
{{ this.model.setmod.dspflg == 'C'? "temporary":"" }}
</span>
</el-form-item>
</c-col>
<c-col
:span=
"23"
style=
"margin-left: 9px"
>
<c-table
style=
"text-align: center"
:list=
"stmData3"
:paginationShow=
"false"
:border=
"true"
>
<el-table-column
label=
"
Mod"
prop=
"modflg"
width=
"46
px"
>
<el-table-column
label=
"
修改标识"
prop=
"modflg"
width=
"70
px"
>
</el-table-column>
<el-table-column
label=
"
Role"
prop=
"rol"
width=
"55
px"
>
<el-table-column
label=
"
费用对象"
prop=
"rol"
width=
"70
px"
>
</el-table-column>
<el-table-column
label=
"
in"
prop=
"acccur"
width=
"101
px"
>
<el-table-column
label=
"
即收币种"
prop=
"acccur"
width=
"70
px"
>
<
template
slot-scope=
"scope"
>
<c-select
v-model=
"scope.row.acccur"
>
<el-option
v-for=
"item in codes.acccur"
:key=
"item.value"
:label=
"item.value"
...
...
@@ -283,12 +283,12 @@
</c-select>
</
template
>
</el-table-column>
<el-table-column
label=
"
Amount Paid
"
prop=
"fmtaccamt"
width=
"120px"
>
<el-table-column
label=
"
记账金额
"
prop=
"fmtaccamt"
width=
"120px"
>
<
template
slot-scope=
"scope"
>
<c-input
v-model=
"scope.row.fmtaccamt"
@
change=
"fmtaccamtChange(scope.$index)"
/>
</
template
>
</el-table-column>
<el-table-column
label=
"
Disp."
width=
"101
px"
>
<el-table-column
label=
"
处理方式"
width=
"100
px"
>
<
template
#
default=
"scope"
>
<c-select
v-model=
"scope.row.dsp"
>
<el-option
v-for=
"item in codes.setglldsp"
:key=
"item.value"
:label=
"item.value"
...
...
@@ -299,7 +299,7 @@
</c-select>
</
template
>
</el-table-column>
<el-table-column
label=
"
Account
"
prop=
"act"
width=
"auto"
>
<el-table-column
label=
"
记账账号
"
prop=
"act"
width=
"auto"
>
<
template
slot-scope=
"scope"
>
<el-form-item
label-width=
"0"
:prop=
"'setmod.setglg.setgll.' + scope.$index + '.act'"
>
<c-select
v-model=
"scope.row.act"
>
...
...
@@ -310,19 +310,19 @@
</el-form-item>
</
template
>
</el-table-column>
<el-table-column
label=
"
C"
prop=
"debcdtflg"
width=
"45
px"
>
<el-table-column
label=
"
借/贷"
prop=
"debcdtflg"
width=
"60
px"
>
</el-table-column>
<el-table-column
label=
"
Curr."
prop=
"cur"
width=
"55
px"
>
<el-table-column
label=
"
原始币种"
prop=
"cur"
width=
"70
px"
>
</el-table-column>
<el-table-column
label=
"
Original Amount"
prop=
"fmtamt"
width=
"15
0px"
>
<el-table-column
label=
"
原始金额"
prop=
"fmtamt"
width=
"12
0px"
>
</el-table-column>
<el-table-column
label=
"
Rate
"
prop=
"rat"
width=
"120px"
>
<el-table-column
label=
"
汇率
"
prop=
"rat"
width=
"120px"
>
</el-table-column>
<el-table-column
label=
"
操作
"
width=
"135px"
fixed=
"right"
>
<el-table-column
label=
""
width=
"135px"
fixed=
"right"
>
<
template
slot-scope=
"scoped"
>
<c-button
style=
"margin-left:0"
size=
"small"
type=
"primary"
>
Get
</c-button>
<c-button
style=
"margin-left:0"
size=
"small"
type=
"primary"
@
click=
"handleDetail(scoped.$index, scoped.row)"
>
详情
</c-button>
<c-button
style=
"margin-left:0"
size=
"small"
type=
"primary"
>
获取
</c-button>
<c-button
style=
"margin-left:0"
size=
"small"
type=
"primary"
icon=
"el-icon-info"
@
click=
"handleDetail(scoped.$index, scoped.row)"
></c-button>
</
template
>
</el-table-column>
<!-- <el-table-column label="" width="80px">
...
...
@@ -419,8 +419,8 @@
<c-input
v-model=
"dialog3.actp.ptsget.sdamod.seainf"
placeholder=
"请输入"
></c-input>
</c-col>
<c-col
:span=
"6"
style=
"text-align: right"
>
<c-button
size=
"small"
type=
"primary"
@
click=
"onActpDet"
>
Details
<c-button
size=
"small"
type=
"primary"
@
click=
"onActpDet"
icon=
"el-icon-info"
>
</c-button>
</c-col>
</el-form-item>
...
...
src/views/Public/SetpanDialog.vue
View file @
c15e47bf
...
...
@@ -115,7 +115,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"
Period calculation starting at
"
>
<el-form-item
label=
"
计算周期起始
"
>
<c-input
v-model=
"formData.datrefbeg"
disabled
/>
</el-form-item>
</c-col>
...
...
@@ -252,13 +252,27 @@
<c-input
v-model=
"formData.fecp1.custyp"
disabled
/>
</el-form-item>
</c-col>
<c-col
>
<el-form-item
label=
"收费的说明信息"
>
<c-input
v-model=
"formData.inftxt"
disabled
rows=
"10"
type=
"textarea"
/>
</el-form-item>
</c-col>
</c-col>
<c-col
v-if=
"idx == 0"
:span=
"12"
>
<el-form-item
label=
"
Caiculation Base
"
>
<el-form-item
label=
"
计费基础金额
"
>
<c-input
v-model=
"formData.wrkfec.calcbs"
disabled
/>
</el-form-item>
<br
/>
<el-form-item
label=
"
Calc.Period
"
>
<el-form-item
label=
"
计费周期
"
>
<c-select
v-model=
"formData.wrkfec.pertyp"
>
<el-option
v-for=
"item in codes.pertyp"
...
...
@@ -269,13 +283,13 @@
</c-select>
</el-form-item>
<br
/>
<el-form-item
label=
"
Min.Periods
"
>
<el-form-item
label=
"
最小周期
"
>
<c-input
v-model=
"formData.wrkfec.permin"
/>
</el-form-item>
<br
/>
<el-form-item
label=
"
Rates to Apply per Period Tier
"
/>
<el-form-item
label=
"
周期阶梯费率
"
/>
<br
/>
<el-form-item
label=
"
from Perimod
"
>
<el-form-item
label=
"
周期
"
>
<c-col
:span=
"12"
>
<c-input
v-model=
"formData.wrkfec.perbegtr2"
/>
</c-col>
...
...
@@ -283,7 +297,7 @@
<c-input
v-model=
"formData.wrkfec.perrattr2"
/>
</c-col>
</el-form-item>
<el-form-item
label=
"
from Perimod
"
>
<el-form-item
label=
"
周期
"
>
<c-col
:span=
"12"
>
<c-input
v-model=
"formData.wrkfec.perbegtr3"
/>
</c-col>
...
...
@@ -294,7 +308,7 @@
/>
</c-col>
</el-form-item>
<el-form-item
label=
"
from Perimod
"
>
<el-form-item
label=
"
周期
"
>
<c-col
:span=
"12"
>
<c-input
disabled
...
...
@@ -308,7 +322,7 @@
/>
</c-col>
</el-form-item>
<el-form-item
label=
"
from Perimod
"
>
<el-form-item
label=
"
周期
"
>
<c-col
:span=
"12"
>
<c-input
disabled
...
...
@@ -324,19 +338,9 @@
</el-form-item>
</c-col>
<c-col>
</c-col>
<c-col
:span=
"18"
:offset=
"6"
>
<el-form-item
label=
"收费的说明信息"
>
<c-input
v-model=
"formData.inftxt"
disabled
rows=
"10"
type=
"textarea"
style=
"width: 500px"
/>
</el-form-item>
</c-col>
<c-col
:span=
"4"
:offset=
"
8
"
>
<c-col
:span=
"4"
:offset=
"
9
"
>
<c-button
type=
"primary"
@
click=
"saveDialog"
>
确 定
</c-button>
...
...
@@ -375,5 +379,8 @@ export default {
},
};
</
script
>
<
style
></
style
>
<
style
>
.el-col
>
.el-col
{
padding-right
:
10px
!important
;
}
</
style
>
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