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
798e0c37
Commit
798e0c37
authored
Sep 28, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
进口代收汉化
parent
a50eab51
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
247 additions
and
550 deletions
+247
-550
Bctset.vue
src/views/Business/Bctacc/Bctset.vue
+15
-15
Detp.vue
src/views/Business/Bctacc/Detp.vue
+11
-11
Ptyp.vue
src/views/Business/Bctacc/Ptyp.vue
+10
-10
Amep.vue
src/views/Business/Bctame/Amep.vue
+22
-22
Detp.vue
src/views/Business/Bctame/Detp.vue
+11
-11
Ovwp.vue
src/views/Business/Bctame/Ovwp.vue
+10
-56
Ptyp.vue
src/views/Business/Bctame/Ptyp.vue
+11
-70
index.vue
src/views/Business/Bctame/index.vue
+2
-2
Canp.vue
src/views/Business/Bctcan/Canp.vue
+20
-29
Ovwp.vue
src/views/Business/Bctdav/Ovwp.vue
+5
-5
Ptyp.vue
src/views/Business/Bctdav/Ptyp.vue
+2
-2
Detp.vue
src/views/Business/Bctdor/Detp.vue
+10
-10
Ovwp.vue
src/views/Business/Bctdor/Ovwp.vue
+23
-23
Ptyp.vue
src/views/Business/Bctdor/Ptyp.vue
+10
-74
Bctret.vue
src/views/Business/Bctrad/Bctret.vue
+15
-15
Detp.vue
src/views/Business/Bctrad/Detp.vue
+11
-11
Ptyp.vue
src/views/Business/Bctrad/Ptyp.vue
+10
-42
index.vue
src/views/Business/Bctrad/index.vue
+2
-2
Bctsus.vue
src/views/Business/Bctset/Bctsus.vue
+27
-27
Det202cv.vue
src/views/Business/Bctset/Det202cv.vue
+0
-0
Det400.vue
src/views/Business/Bctset/Det400.vue
+0
-0
Detp.vue
src/views/Business/Bctset/Detp.vue
+9
-9
Limitbody.vue
src/views/Business/Bctset/Limitbody.vue
+1
-33
Ptyp.vue
src/views/Business/Bctset/Ptyp.vue
+10
-71
No files found.
src/views/Business/Bctacc/Bctset.vue
View file @
798e0c37
...
...
@@ -4,7 +4,7 @@
<el-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Collection Number
"
label=
"
代收承兑编号
"
prop=
"bcdgrp.rec.ownref"
style=
"width: 100%"
>
...
...
@@ -12,7 +12,7 @@
<c-input
v-model=
"model.bcdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入
Collection Number
"
placeholder=
"请输入
代收承兑编号
"
style=
"width: 100%"
disabled
>
...
...
@@ -115,47 +115,47 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"
Remitted on
"
prop=
"bcdgrp.rec.predat"
>
<el-form-item
label=
"
托收日期
"
prop=
"bcdgrp.rec.predat"
>
<c-date-picker
type=
"date"
v-model=
"model.bcdgrp.rec.predat"
style=
"width: 100%"
value-format=
"yyyy-MM-dd"
placeholder=
"请选择
Remitted on
"
placeholder=
"请选择
托收日期
"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Payment Condition
"
prop=
"bcdgrp.rec.doctypcod"
>
<el-form-item
label=
"
支付条件
"
prop=
"bcdgrp.rec.doctypcod"
>
<c-select
v-model=
"model.bcdgrp.rec.doctypcod"
:code=
"codes.doctypcod"
style=
"width: 100%"
placeholder=
"请选择
Payment Condition
"
placeholder=
"请选择
支付条件
"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Document Set Status
"
prop=
"bcdgrp.rec.docsta"
>
<el-form-item
label=
"
单据状态
"
prop=
"bcdgrp.rec.docsta"
>
<c-select
v-model=
"model.bcdgrp.rec.docsta"
:code=
"codes.docstabot"
style=
"width: 100%"
placeholder=
"请输入
Document Set Status
"
placeholder=
"请输入
单据状态
"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"
Amount Accepted
"
prop=
"setmod.doccur"
>
<el-form-item
label=
"
承兑金额
"
prop=
"setmod.doccur"
>
<c-input
v-model=
"model.setmod.doccur"
style=
"width: 100%"
placeholder=
"
Amount Accepted
"
placeholder=
"
承兑金额
"
disabled
>
</c-input>
...
...
@@ -202,7 +202,7 @@
<c-col
:span=
"24"
>
<el-form-item
style=
"text-align: right"
label=
"
Drawee Ref.
"
label=
"
付款人参考号
"
prop=
"bcdgrp.dre.pts.ref"
>
<c-input
...
...
@@ -226,7 +226,7 @@
<c-col
:span=
"24"
>
<el-form-item
style=
"text-align: right"
label=
"
Remitting Bank Ref.
"
label=
"
托收行参考号
"
prop=
"bcdgrp.rmi.pts.ref"
>
<c-input
...
...
@@ -251,7 +251,7 @@
<c-col
:span=
"24"
>
<el-form-item
style=
"text-align: right"
label=
"
Drawer Ref.
"
label=
"
收款人参考号
"
prop=
"bcdgrp.drr.pts.ref"
>
<c-input
...
...
@@ -274,13 +274,13 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Accepted on
"
prop=
"bcdgrp.rec.accdat"
>
<el-form-item
label=
"
承兑日期
"
prop=
"bcdgrp.rec.accdat"
>
<c-date-picker
type=
"date"
v-model=
"model.bcdgrp.rec.accdat"
style=
"width: 100%"
value-format=
"yyyy-MM-dd"
placeholder=
"请选择
Accepted on
"
placeholder=
"请选择
承兑日期
"
></c-date-picker>
</el-form-item>
</c-col>
...
...
src/views/Business/Bctacc/Detp.vue
View file @
798e0c37
...
...
@@ -4,11 +4,11 @@
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"
Delivery of Documents Instructions
"
prop=
"bcdgrp.blk.colins"
>
<el-form-item
label=
"
放单指示条款
"
prop=
"bcdgrp.blk.colins"
>
<c-input
:rows=
"4"
type=
"textarea"
v-model=
"model.bcdgrp.blk.colins"
maxlength=
"165"
show-word-limit
placeholder=
"请输入
Delivery of Documents Instructions
"
></c-input>
placeholder=
"请输入
放单指示条款
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
...
...
@@ -62,9 +62,9 @@
</c-button>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Good's Code (for Statistics)
"
prop=
"bcdgrp.rec.stagod"
>
<el-form-item
label=
"
货物代码(风险国家)
"
prop=
"bcdgrp.rec.stagod"
>
<c-select
v-model=
"model.bcdgrp.rec.stagod"
style=
"width:50%"
placeholder=
"请选择
Good's Code (for Statistics)
"
>
placeholder=
"请选择
货物代码(风险国家)
"
>
<el-option
v-for=
"item in codes.godcod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
...
...
@@ -86,22 +86,22 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Charges Text
"
prop=
"bcdgrp.blk.chgtxt"
>
<el-form-item
label=
"
手续费支付的附加详述
"
prop=
"bcdgrp.blk.chgtxt"
>
<c-input
:rows=
"4"
type=
"textarea"
v-model=
"model.bcdgrp.blk.chgtxt"
maxlength=
"35"
style=
"width:76%"
show-word-limit
placeholder=
"请输入
Charges Text
"
></c-input>
show-word-limit
placeholder=
"请输入
手续费支付的附加详述
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
style=
"text-align: left"
prop=
"bcdgrp.rec.focflg"
>
<c-checkbox
v-model=
"model.bcdgrp.rec.focflg"
>
Free of Payment
</c-checkbox>
<c-checkbox
v-model=
"model.bcdgrp.rec.focflg"
>
无偿放单选项
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Waive Collecting Bank Charges
"
prop=
"bcdgrp.rec.waicolcod"
>
<el-form-item
label=
"
交单时是否放弃向代收行收取费用的权力
"
prop=
"bcdgrp.rec.waicolcod"
>
<c-select
v-model=
"model.bcdgrp.rec.waicolcod"
style=
"width:50%"
placeholder=
"请选择
Waive Collecting Bank Charges
"
>
placeholder=
"请选择
交单时是否放弃向代收行收取费用的权力
"
>
<el-option
v-for=
"item in codes.waicod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
...
...
@@ -109,9 +109,9 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Waive Remitting Bank Charges
"
prop=
"bcdgrp.rec.wairmtcod"
>
<el-form-item
label=
"
放单时是否放弃向托收行收取费用的权力
"
prop=
"bcdgrp.rec.wairmtcod"
>
<c-select
v-model=
"model.bcdgrp.rec.wairmtcod"
style=
"width:50%"
placeholder=
"请选择
Waive Remitting Bank Charges
"
>
placeholder=
"请选择
放单时是否放弃向托收行收取费用的权力
"
>
<el-option
v-for=
"item in codes.waicod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
...
...
src/views/Business/Bctacc/Ptyp.vue
View file @
798e0c37
...
...
@@ -12,19 +12,19 @@
v-model=
"model.bcdgrp.dre.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=
"bcdgrp.dre.pts.extkey"
>
<el-form-item
label=
"
付款人名称
"
prop=
"bcdgrp.dre.pts.extkey"
>
<c-fullbox>
<c-input
disabled
v-model=
"model.bcdgrp.dre.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
付款人名称
"
></c-input>
<template
slot=
"footer"
>
...
...
@@ -68,7 +68,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"
2nd Collecting Bank Ref.
"
label=
"
第二代收行参考号
"
prop=
"bcdgrp.co2.pts.ref"
>
<c-input
...
...
@@ -81,12 +81,12 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"bcdgrp.co2.pts.extkey"
>
<el-form-item
label=
"
第二代收行名称
"
prop=
"bcdgrp.co2.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bcdgrp.co2.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
第二代收行名称
"
@
keyup
.
enter
.
native=
"showGridPromptDialog('bcdgrp.co2.pts.extkey')"
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -146,12 +146,12 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"bcdgrp.rmi.pts.extkey"
>
<el-form-item
label=
"
托收行名称
"
prop=
"bcdgrp.rmi.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bcdgrp.rmi.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
托收行名称
"
@
keyup
.
enter
.
native=
"showGridPromptDialog('bcdgrp.rmi.pts.extkey')"
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -207,12 +207,12 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"bcdgrp.drr.pts.extkey"
>
<el-form-item
label=
"
收款人名称
"
prop=
"bcdgrp.drr.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bcdgrp.drr.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
收款人名称
"
@
keyup
.
enter
.
native=
"showGridPromptDialog('bcdgrp.drr.pts.extkey')"
></c-input>
<
template
slot=
"footer"
>
...
...
src/views/Business/Bctame/Amep.vue
View file @
798e0c37
...
...
@@ -3,7 +3,7 @@
<el-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"
IBC Number
"
label=
"
代收修改编号
"
prop=
"bcdgrp.rec.ownref"
style=
"width: 100%"
>
...
...
@@ -26,17 +26,17 @@
</c-fullbox>
</el-form-item>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Amendment Date
"
prop=
"amedat"
>
<el-form-item
label=
"
修改日期
"
prop=
"amedat"
>
<c-date-picker
type=
"date"
v-model=
"model.amedat"
style=
"width: 100%"
placeholder=
"
Amendment Date
"
placeholder=
"
修改日期
"
>
</c-date-picker>
</el-form-item>
</c-col>
<!-- <el-form-item label="
IBC Number
" prop="bcdgrp.rec.ownref">
<!-- <el-form-item label="
代收修改编号
" prop="bcdgrp.rec.ownref">
<c-fullbox>
<c-input disabled v-model="model.bcdgrp.rec.ownref" maxlength="16" placeholder="请输入进口代收业务编号"></c-input>
<template slot="footer">
...
...
@@ -56,7 +56,7 @@
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"
Original Amount
"
prop=
"oldbcdgrp.cbs.max.cur"
>
<el-form-item
label=
"
单据原金额
"
prop=
"oldbcdgrp.cbs.max.cur"
>
<c-select
disabled
v-model=
"model.oldbcdgrp.cbs.max.cur"
...
...
@@ -83,7 +83,7 @@
>
<c-input-currency
v-model=
"model.oldbcdgrp.cbs.max.amt"
placeholder=
"
Original Amount
"
placeholder=
"
单据原金额
"
disabled
></c-input-currency>
</el-form-item>
...
...
@@ -92,7 +92,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"
Amended
"
prop=
"trnmod.swiadd.amecur"
>
<el-form-item
label=
"
修改的金额
"
prop=
"trnmod.swiadd.amecur"
>
<c-select
disabled
v-model=
"model.trnmod.swiadd.amecur"
...
...
@@ -119,7 +119,7 @@
>
<c-input-currency
v-model=
"model.trnmod.swiadd.ameamt"
placeholder=
"
Amended
Amount"
placeholder=
"
修改的金额
Amount"
></c-input-currency>
</el-form-item>
</c-col>
...
...
@@ -127,7 +127,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"
New Amount
"
prop=
"trnmod.swiadd.newcur"
>
<el-form-item
label=
"
修改后的金额
"
prop=
"trnmod.swiadd.newcur"
>
<c-select
disabled
v-model=
"model.trnmod.swiadd.newcur"
...
...
@@ -154,18 +154,18 @@
>
<c-input-currency
v-model=
"model.trnmod.swiadd.newamt"
placeholder=
"
New amount
"
placeholder=
"
修改后的金额
"
></c-input-currency>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Amend Condition
"
prop=
"newdoctypcod"
>
<el-form-item
label=
"
修改条件
"
prop=
"newdoctypcod"
>
<c-select
v-model=
"model.newdoctypcod"
style=
"width: 100%"
placeholder=
"
Amend Condition
"
placeholder=
"
修改条件
"
>
<el-option
v-for=
"item in codes.doctypcod"
...
...
@@ -180,7 +180,7 @@
<c-col
:span=
"8"
>
<el-form-item
label=
"
Tenor Data
"
label=
"
修改前的付款期限
"
prop=
"oldbcdgrp.rec.matpercnt"
style=
"width: 100%"
>
...
...
@@ -188,7 +188,7 @@
disabled
style=
"width: 100%"
v-model=
"model.oldbcdgrp.rec.matpercnt"
placeholder=
"
Tenor Data
"
placeholder=
"
修改前的付款期限
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -242,14 +242,14 @@
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"
New Tenor Data
"
label=
"
修改后的付款期限
"
prop=
"trnmod.swiadd.newmatpercnt"
style=
"width: 100%"
>
<c-input
style=
"width: 100%"
v-model=
"model.trnmod.swiadd.newmatpercnt"
placeholder=
"
New Tenor Data
"
placeholder=
"
修改后的付款期限
"
:disabled=
"model.newdoctypcod === 'P'"
></c-input>
</el-form-item>
...
...
@@ -315,26 +315,26 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
New
单据到期日"
prop=
"trnmod.swiadd.newmatdat"
>
<el-form-item
label=
"
修改后
单据到期日"
prop=
"trnmod.swiadd.newmatdat"
>
<c-date-picker
type=
"date"
v-model=
"model.trnmod.swiadd.newmatdat"
style=
"width: 100%"
placeholder=
"
New
单据到期日"
placeholder=
"
修改后
单据到期日"
:disabled=
"model.newdoctypcod === 'P'"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Further Amendments
"
prop=
"trnmod.swiadd.ametxt"
>
<el-form-item
label=
"
更多的修改
"
prop=
"trnmod.swiadd.ametxt"
>
<c-input
:rows=
"4"
type=
"textarea"
v-model=
"model.trnmod.swiadd.ametxt"
maxlength=
"35"
show-word-limit
placeholder=
"
Further Amendments
"
placeholder=
"
更多的修改
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -351,12 +351,12 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
No. of Amendment
"
prop=
"amenbr"
>
<el-form-item
label=
"
修改次数
"
prop=
"amenbr"
>
<c-input
disabled
v-model=
"model.amenbr"
style=
"width: 100%"
placeholder=
"
No. of Amendment
"
placeholder=
"
修改次数
"
></c-input>
</el-form-item>
</c-col>
...
...
src/views/Business/Bctame/Detp.vue
View file @
798e0c37
...
...
@@ -5,9 +5,9 @@
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"
Delivery of Documents Instructions
"
prop=
"bcdgrp.blk.colins"
>
<el-form-item
label=
"
放单指示条款
"
prop=
"bcdgrp.blk.colins"
>
<c-input
type=
"textarea"
v-model=
"model.bcdgrp.blk.colins"
maxlength=
"65"
show-word-limit
placeholder=
"请输入
Delivery of Documents Instructions
"
></c-input>
placeholder=
"请输入
放单指示条款
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -84,9 +84,9 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Good's Code (for Statistics)
"
prop=
"bcdgrp.rec.stagod"
>
<el-form-item
label=
"
货物代码(风险国家)
"
prop=
"bcdgrp.rec.stagod"
>
<c-select
v-model=
"model.bcdgrp.rec.stagod"
style=
"width:75%"
placeholder=
"请选择
Good's Code (for Statistics)
"
>
placeholder=
"请选择
货物代码(风险国家)
"
>
<el-option
v-for=
"item in codes.godcod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
...
...
@@ -111,22 +111,22 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Charges Text
"
prop=
"bcdgrp.blk.chgtxt"
>
<el-form-item
label=
"
手续费支付的附加详述
"
prop=
"bcdgrp.blk.chgtxt"
>
<c-input
type=
"textarea"
v-model=
"model.bcdgrp.blk.chgtxt"
maxlength=
"35"
style=
"width:76%"
show-word-limit
placeholder=
"请输入
Charges Text
"
></c-input>
placeholder=
"请输入
手续费支付的附加详述
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
style=
"text-align: left"
prop=
"bcdgrp.rec.focflg"
>
<c-checkbox
v-model=
"model.bcdgrp.rec.focflg"
>
Free of Payment
</c-checkbox>
<c-checkbox
v-model=
"model.bcdgrp.rec.focflg"
>
无偿放单选项
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Waive Collecting Bank Charges
"
prop=
"bcdgrp.rec.waicolcod"
>
<el-form-item
label=
"
交单时是否放弃向代收行收取费用的权力
"
prop=
"bcdgrp.rec.waicolcod"
>
<c-select
v-model=
"model.bcdgrp.rec.waicolcod"
style=
"width:50%"
placeholder=
"请选择
Waive Collecting Bank Charges
"
>
placeholder=
"请选择
交单时是否放弃向代收行收取费用的权力
"
>
<el-option
v-for=
"item in codes.waicod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
...
...
@@ -138,9 +138,9 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Waive Remitting Bank Charges
"
prop=
"bcdgrp.rec.wairmtcod"
>
<el-form-item
label=
"
放单时是否放弃向托收行收取费用的权力
"
prop=
"bcdgrp.rec.wairmtcod"
>
<c-select
v-model=
"model.bcdgrp.rec.wairmtcod"
style=
"width:50%"
placeholder=
"请选择
Waive Remitting Bank Charges
"
>
placeholder=
"请选择
放单时是否放弃向托收行收取费用的权力
"
>
<el-option
v-for=
"item in codes.waicod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
...
...
src/views/Business/Bctame/Ovwp.vue
View file @
798e0c37
...
...
@@ -49,7 +49,7 @@
<c-checkbox
v-model=
"model.bcdgrp.rec.dftgarflg"
style=
"margin-left:5px"
>
Draft to be Guaranteed
</c-checkbox>
>
待担保汇票
</c-checkbox>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
...
...
@@ -252,7 +252,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Maturity Text
"
prop=
"bcdgrp.blk.bcgdet"
>
<el-form-item
label=
"
到期文本
"
prop=
"bcdgrp.blk.bcgdet"
>
<c-input
type=
"textarea"
:rows=
"4"
...
...
@@ -260,7 +260,7 @@
maxlength=
"45"
show-word-limit
:disabled=
"model.bcdgrp.blk.bcgdetflg!='X'"
placeholder=
"请输入
Maturity Text
"
placeholder=
"请输入
到期文本
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -269,28 +269,8 @@
:disabled=
"model.bcdgrp.rec.matdat!=''"
style=
"margin: 0px 0 10px 150px;"
v-model=
"model.bcdgrp.blk.bcgdetflg"
>
Maturit Text modified
</c-checkbox
>
到期文本修改
</c-checkbox
>
<!-- <c-col :span="11">
<c-checkbox v-model="model.bcdgrp.rec.resflg"
>Reserved Contract</c-checkbox
>
</c-col>
<c-col :span="11">
<c-checkbox v-model="model.bcdgrp.rec.dftgarflg"
>Draft to be Guaranteed</c-checkbox
>
</c-col>
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.bcdgrp.rec.oridre"
>Send Original Documents to Drawee</c-checkbox
>
</c-col>
<c-col :span="24">
<c-checkbox v-model="model.bcdgrp.blk.bcgdetflg"
>BC Tenor Details modified</c-checkbox
> -->
</c-col>
<c-docpre
:model=
"model"
...
...
@@ -329,19 +309,19 @@
v-model=
"model.bcdgrp.dre.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=
"bcdgrp.dre.pts.extkey"
>
<el-form-item
label=
"
付款人名称
"
prop=
"bcdgrp.dre.pts.extkey"
>
<c-fullbox>
<c-input
disabled
v-model=
"model.bcdgrp.dre.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
付款人名称
"
@
keyup
.
enter
.
native=
"showGridPromptDialog('bcdgrp.dre.pts.extkey')"
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -384,7 +364,7 @@
<c-ptap
:model=
"model"
:argadr=
"{ title: '
Remitting Bank
', grp: 'bcdgrp', rol: 'rmi' }"
:argadr=
"{ title: '
托收行
', grp: 'bcdgrp', rol: 'rmi' }"
:disabled=
"true"
>
...
...
@@ -392,7 +372,7 @@
<c-ptap
:model=
"model"
:argadr=
"{ title: '
Drawer
', grp: 'bcdgrp', rol: 'drr' }"
:argadr=
"{ title: '
收款人
', grp: 'bcdgrp', rol: 'drr' }"
:disabled=
"true"
>
...
...
@@ -403,7 +383,7 @@
<c-select
v-model=
"model.bcdgrp.rec.stacty"
style=
"width: 100%"
placeholder=
"请选择
Country or region Code
"
placeholder=
"请选择
国家或地区编码
"
>
<el-option
v-for=
"item in codes.stacty"
...
...
@@ -415,32 +395,6 @@
</c-select>
</el-form-item>
</c-col>
<!--<c-col :span="24">
<span v-text="model.bctp.sblx" data-path=".bctp.sblx"> </span>
</c-col>-->
<!--<c-col :span="24">
<span v-text="model.bctp.acttyplab" data-path=".bctp.acttyplab"> </span>
</c-col>-->
<!-- <c-col :span="24">
<el-form-item label="款项去向" prop="bctp.acttyp">
<c-select
v-model="model.bctp.acttyp"
style="width: 100%"
placeholder="款项去向"
>
<el-option
v-for="item in acttyp"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col> -->
</c-col>
</div>
</template>
...
...
src/views/Business/Bctame/Ptyp.vue
View file @
798e0c37
...
...
@@ -9,19 +9,19 @@
v-model=
"model.bcdgrp.dre.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=
"bcdgrp.dre.pts.extkey"
>
<el-form-item
label=
"
付款人名称
"
prop=
"bcdgrp.dre.pts.extkey"
>
<c-fullbox>
<c-input
disabled
v-model=
"model.bcdgrp.dre.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
付款人名称
"
@
keyup
.
enter
.
native=
"showGridPromptDialog('bcdgrp.dre.pts.extkey')"
></c-input>
<template
slot=
"footer"
>
...
...
@@ -61,7 +61,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"
2nd Collecting Bank Ref.
"
label=
"
第二代收行参考号
"
prop=
"bcdgrp.co2.pts.ref"
>
<c-input
...
...
@@ -74,12 +74,12 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"bcdgrp.co2.pts.extkey"
>
<el-form-item
label=
"
第二代收行名称
"
prop=
"bcdgrp.co2.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bcdgrp.co2.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
第二代收行名称
"
@
keyup
.
enter
.
native=
"showGridPromptDialog('bcdgrp.co2.pts.extkey')"
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -117,36 +117,7 @@
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: 'Drawee',
grp: 'bcdgrp',
rol: 'dre',
}"
:disabled="true"
:isAdrblk="false"
@onSeainf="onSeainf"
@onAplpDet="onDrepDet"
>
</c-ptap>
</c-col>
<c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: '2nd Collecting',
grp: 'bcdgrp',
rol: 'co2',
}"
:disabled="true"
:isAdrblk="false"
@onSeainf="onSeainf"
@onAplpDet="onCo2pDet"
>
</c-ptap>
</c-col> -->
</c-col>
...
...
@@ -165,12 +136,12 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"bcdgrp.rmi.pts.extkey"
>
<el-form-item
label=
"
托收行名称
"
prop=
"bcdgrp.rmi.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bcdgrp.rmi.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
托收行名称
"
@
keyup
.
enter
.
native=
"showGridPromptDialog('bcdgrp.rmi.pts.extkey')"
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -221,12 +192,12 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"bcdgrp.drr.pts.extkey"
>
<el-form-item
label=
"
收款人名称
"
prop=
"bcdgrp.drr.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bcdgrp.drr.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
收款人名称
"
@
keyup
.
enter
.
native=
"showGridPromptDialog('bcdgrp.drr.pts.extkey')"
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -263,36 +234,6 @@
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: 'Remitting Bank',
grp: 'bcdgrp',
rol: 'rmi',
}"
:disabled="true"
:isAdrblk="false"
@onSeainf="onSeainf"
@onAplpDet="onRmipDet"
>
</c-ptap>
</c-col>
<c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: 'Drawer',
grp: 'bcdgrp',
rol: 'drr',
}"
:disabled="true"
:isAdrblk="false"
@onSeainf="onSeainf"
@onAplpDet="onDrrpDet"
>
</c-ptap>
</c-col> -->
</c-col>
...
...
src/views/Business/Bctame/index.vue
View file @
798e0c37
...
...
@@ -17,8 +17,8 @@
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"tabClick"
>
<!--
Amendment
-->
<el-tab-pane
label=
"
Amendment
"
name=
"amep"
>
<!--
修改
-->
<el-tab-pane
label=
"
修改
"
name=
"amep"
>
<c-content>
<m-amep
:model=
"model"
:codes=
"codes"
/>
</c-content>
...
...
src/views/Business/Bctcan/Canp.vue
View file @
798e0c37
...
...
@@ -2,13 +2,13 @@
<div
class=
"eibs-tab"
>
<el-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Collection Number
"
prop=
"bcdgrp.rec.ownref"
>
<el-form-item
label=
"
代收闭卷编号
"
prop=
"bcdgrp.rec.ownref"
>
<c-fullbox>
<c-input
disabled
v-model=
"model.bcdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入
Collection Number
"
placeholder=
"请输入
代收闭卷编号
"
></c-input>
<template
slot=
"footer"
>
<c-button
...
...
@@ -99,7 +99,7 @@
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"
Remitted on
"
prop=
"bcdgrp.rec.predat"
>
<el-form-item
label=
"
托收日期
"
prop=
"bcdgrp.rec.predat"
>
<c-date-picker
disabled
type=
"date"
...
...
@@ -111,30 +111,30 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Payment Condition
"
prop=
"bcdgrp.rec.doctypcod"
>
<el-form-item
label=
"
支付条件
"
prop=
"bcdgrp.rec.doctypcod"
>
<c-select
disabled
:code=
"codes.doctypcod"
v-model=
"model.bcdgrp.rec.doctypcod"
style=
"width: 100%"
placeholder=
"请选择
Payment Condition
"
placeholder=
"请选择
支付条件
"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Document Status
"
prop=
"bcdgrp.rec.docsta"
>
<el-form-item
label=
"
单据状态
"
prop=
"bcdgrp.rec.docsta"
>
<c-select
disabled
:code=
"codes.docstabot"
v-model=
"model.bcdgrp.rec.docsta"
style=
"width:100%"
placeholder=
"请输入
Document Status
"
placeholder=
"请输入
单据状态
"
></c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Narrative
"
prop=
"strinf"
>
<el-form-item
label=
"
描述
"
prop=
"strinf"
>
<c-fullbox>
<c-input
disabled
...
...
@@ -143,7 +143,7 @@
v-model=
"model.strinf"
maxlength=
"50"
show-word-limit
placeholder=
"请输入
Narrative
"
placeholder=
"请输入
描述
"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -163,7 +163,7 @@
disabled
v-model=
"model.bcdgrp.rec.nam"
maxlength=
"40"
placeholder=
"请输入
Name
"
placeholder=
"请输入
简略信息
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -173,38 +173,38 @@
disabled
v-model=
"model.bcdgrp.dre.pts.ref"
maxlength=
"16"
placeholder=
"请输入
Drawee
"
placeholder=
"请输入
付款人参考号
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
简略信息 of Party
"
prop=
"bcdgrp.dre.pts.nam"
>
<el-form-item
label=
"
付款人名称
"
prop=
"bcdgrp.dre.pts.nam"
>
<c-input
disabled
v-model=
"model.bcdgrp.dre.pts.nam"
maxlength=
"40"
placeholder=
"请输入
Name of Party
"
placeholder=
"请输入
付款人名称
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Remitting Bank
"
prop=
"bcdgrp.rmi.pts.ref"
>
<el-form-item
label=
"
托收行
"
prop=
"bcdgrp.rmi.pts.ref"
>
<c-input
disabled
v-model=
"model.bcdgrp.rmi.pts.ref"
maxlength=
"16"
placeholder=
"请输入
Remitting Bank
"
placeholder=
"请输入
托收行参考号
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
简略信息 of Party
"
prop=
"bcdgrp.rmi.pts.nam"
>
<el-form-item
label=
"
托收行名称
"
prop=
"bcdgrp.rmi.pts.nam"
>
<c-input
disabled
v-model=
"model.bcdgrp.rmi.pts.nam"
maxlength=
"40"
placeholder=
"请输入
Name of Party
"
placeholder=
"请输入
托收行名称
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -214,31 +214,22 @@
disabled
v-model=
"model.bcdgrp.drr.pts.ref"
maxlength=
"16"
placeholder=
"请输入
Drawer
"
placeholder=
"请输入
收款人参考号
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
简略信息 of Party
"
prop=
"bcdgrp.drr.pts.nam"
>
<el-form-item
label=
"
收款人名称
"
prop=
"bcdgrp.drr.pts.nam"
>
<c-input
disabled
v-model=
"model.bcdgrp.drr.pts.nam"
maxlength=
"40"
placeholder=
"请输入
Name of Party
"
placeholder=
"请输入
收款人名称
"
></c-input>
</el-form-item>
</c-col>
</el-col>
<!--
<c-col :span="12">
<span v-text="model.bctp0.matp.mattxtlab" data-path=".bctp0.matp.mattxtlab" > </span>
</c-col> -->
<!-- <c-col :span="12">
<c-checkbox v-model="model.sndmsg">Send message</c-checkbox>
</c-col> -->
</div>
</template>
<
script
>
...
...
src/views/Business/Bctdav/Ovwp.vue
View file @
798e0c37
...
...
@@ -56,7 +56,7 @@
<c-checkbox
style=
"margin-left: 4px; padding: 0 10px"
v-model=
"model.bcdgrp.rec.dftgarflg"
>
Draft to be Guaranteed
</c-checkbox
>
待担保汇票
</c-checkbox
>
</c-col>
...
...
@@ -223,21 +223,21 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Maturity Text
"
prop=
"bcdgrp.blk.bcgdet"
>
<el-form-item
label=
"
到期文本
"
prop=
"bcdgrp.blk.bcgdet"
>
<c-input
:disabled=
"!this.model.bcdgrp.blk.bcgdetflg"
type=
"textarea"
v-model=
"model.bcdgrp.blk.bcgdet"
maxlength=
"45"
show-word-limit
placeholder=
"请输入
Maturity Text
"
placeholder=
"请输入
到期文本
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
class=
"bctdav_bctp_bctovw_cheak"
>
<c-checkbox
v-model=
"model.bcdgrp.blk.bcgdetflg"
>
Maturity Text modified
</c-checkbox
>
到期文本修改
</c-checkbox
>
</c-col>
...
...
@@ -351,7 +351,7 @@
<c-ptap
:model="model"
:argadr="{
title: '
Remitting Bank
',
title: '
托收行
',
grp: 'bcdgrp',
rol: 'rmi',
}"
...
...
src/views/Business/Bctdav/Ptyp.vue
View file @
798e0c37
...
...
@@ -263,7 +263,7 @@
<c-ptap
:model="model"
:argadr="{
title: '
Remitting Bank
',
title: '
托收行
',
grp: 'bcdgrp',
rol: 'rmi',
}"
...
...
@@ -278,7 +278,7 @@
<c-ptap
:model="model"
:argadr="{
title: '
Drawer
',
title: '
收款人
',
grp: 'bcdgrp',
rol: 'drr',
}"
...
...
src/views/Business/Bctdor/Detp.vue
View file @
798e0c37
...
...
@@ -3,7 +3,7 @@
<!-- ====================左边======================= -->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Delivery of Documents Instructions
"
>
<el-form-item
label=
"
放单指示条款
"
>
<c-input
disabled
type=
"textarea"
...
...
@@ -62,12 +62,12 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Good's Code (for Statistics)
"
>
<el-form-item
label=
"
货物代码(风险国家)
"
>
<c-select
disabled
v-model=
"model.bcdgrp.rec.stagod"
style=
"width: 100%"
placeholder=
"请选择
Good's Code (for Statistics
"
placeholder=
"请选择
货物代码(风险国家)
"
>
</c-select>
<el-option
...
...
@@ -102,14 +102,14 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Charges Text
"
>
<el-form-item
label=
"
手续费支付的附加详述
"
>
<c-input
disabled
type=
"textarea"
v-model=
"model.bcdgrp.blk.chgtxt"
maxlength=
"35"
show-word-limit
placeholder=
"请输入
Charges Text
"
placeholder=
"请输入
手续费支付的附加详述
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -117,29 +117,29 @@
<c-col
:span=
"24"
>
<c-checkbox
disabled
v-model=
"model.bcdgrp.rec.focflg"
style=
"margin-left:150px"
>
Free of Payment
</c-checkbox
>
无偿放单选项
</c-checkbox
>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Waive Collecting Bank Charges
"
>
<el-form-item
label=
"
交单时是否放弃向代收行收取费用的权力
"
>
<c-select
disabled
v-model=
"model.bcdgrp.rec.waicolcod"
style=
"width: 100%"
placeholder=
"请选择
Waive Collecting Bank Charges
"
placeholder=
"请选择
交单时是否放弃向代收行收取费用的权力
"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Waive Remitting Bank Charges
"
>
<el-form-item
label=
"
放单时是否放弃向托收行收取费用的权力
"
>
<c-select
disabled
v-model=
"model.bcdgrp.rec.wairmtcod"
style=
"width: 100%"
placeholder=
"请选择
Waive Remitting Bank Charges
"
placeholder=
"请选择
放单时是否放弃向托收行收取费用的权力
"
>
</c-select>
</el-form-item>
...
...
src/views/Business/Bctdor/Ovwp.vue
View file @
798e0c37
...
...
@@ -3,13 +3,13 @@
<!-- ====================左边======================= -->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Collection Number
"
prop=
"bcdgrp.rec.ownref"
>
<el-form-item
label=
"
代收拒付编号
"
prop=
"bcdgrp.rec.ownref"
>
<c-fullbox>
<c-input
disabled
v-model=
"model.bcdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入
Collection Number
"
placeholder=
"请输入
代收拒付编号
"
></c-input>
<template
slot=
"footer"
>
<c-button
...
...
@@ -106,7 +106,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"
Remitted on
"
prop=
"bcdgrp.rec.predat"
>
<el-form-item
label=
"
托收日期
"
prop=
"bcdgrp.rec.predat"
>
<c-date-picker
type=
"date"
disabled
...
...
@@ -117,20 +117,20 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Payment Condition
"
prop=
"bcdgrp.rec.doctypcod"
>
<el-form-item
label=
"
支付条件
"
prop=
"bcdgrp.rec.doctypcod"
>
<c-select
:code=
"codes.doctypcod"
disabled
v-model=
"model.bcdgrp.rec.doctypcod"
style=
"width: 100%"
placeholder=
"请选择
Payment Condition
"
placeholder=
"请选择
支付条件
"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Document Set Status
"
label=
"
单据状态
"
prop=
"bcdgrp.rec.docsta"
style=
"width: 100%"
>
...
...
@@ -139,13 +139,13 @@
style=
"width: 100%"
disabled
v-model=
"model.bcdgrp.rec.docsta"
placeholder=
"请输入
Document Set Status
"
placeholder=
"请输入
单据状态
"
></c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Select Rejection Type
"
label=
"
拒单类型
"
prop=
"rejtypsel"
style=
"width: 100%"
>
...
...
@@ -159,11 +159,11 @@
style=
"width:100%"
:code=
"codes.rejtypsel"
v-model=
"model.rejtypsel"
placeholder=
"请输入
Select Rejection Type
"
></c-select>
placeholder=
"请输入
拒单类型
"
></c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Reason
"
prop=
"bcdgrp.blk.resrej"
>
<el-form-item
label=
"
拒单理由描述
"
prop=
"bcdgrp.blk.resrej"
>
<c-fullbox>
<c-input
:rows=
"4"
...
...
@@ -172,7 +172,7 @@
v-model=
"model.bcdgrp.blk.resrej"
maxlength=
"50"
show-word-limit
placeholder=
"请输入
Reason
"
placeholder=
"请输入
拒单理由描述
"
></c-input>
<
template
slot=
"footer"
>
<c-button
...
...
@@ -201,7 +201,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Drawee's Ref
"
prop=
"bcdgrp.dre.pts.ref"
>
<el-form-item
label=
"
付款人参考号
"
prop=
"bcdgrp.dre.pts.ref"
>
<c-input
disabled
v-model=
"model.bcdgrp.dre.pts.ref"
...
...
@@ -211,7 +211,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Drawee's Name
"
prop=
"bcdgrp.dre.pts.nam"
>
<el-form-item
label=
"
付款人名称
"
prop=
"bcdgrp.dre.pts.nam"
>
<c-input
disabled
v-model=
"model.bcdgrp.dre.pts.nam"
...
...
@@ -221,18 +221,18 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Remitting Bank's Ref
"
prop=
"bcdgrp.rmi.pts.ref"
>
<el-form-item
label=
"
托收行参考号
"
prop=
"bcdgrp.rmi.pts.ref"
>
<c-input
disabled
v-model=
"model.bcdgrp.rmi.pts.ref"
maxlength=
"16"
placeholder=
"请输入
Remitting Bank
"
placeholder=
"请输入
托收行
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Remitting Bank's Name
"
prop=
"bcdgrp.rmi.pts.nam"
>
<el-form-item
label=
"
托收行名称
"
prop=
"bcdgrp.rmi.pts.nam"
>
<c-input
disabled
v-model=
"model.bcdgrp.rmi.pts.nam"
...
...
@@ -242,17 +242,17 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Drawer's Ref
"
prop=
"bcdgrp.drr.pts.ref"
>
<el-form-item
label=
"
收款人参考号
"
prop=
"bcdgrp.drr.pts.ref"
>
<c-input
disabled
v-model=
"model.bcdgrp.drr.pts.ref"
maxlength=
"16"
placeholder=
"请输入
Drawer
"
placeholder=
"请输入
收款人
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Drawer's 简略信息
"
prop=
"bcdgrp.drr.pts.nam"
>
<el-form-item
label=
"
收款人名称
"
prop=
"bcdgrp.drr.pts.nam"
>
<c-input
disabled
v-model=
"model.bcdgrp.drr.pts.nam"
...
...
@@ -262,18 +262,18 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"SWIFT
Advice Type
"
prop=
"advtyp"
>
<el-form-item
label=
"SWIFT
报文通知类型
"
prop=
"advtyp"
>
<c-select
:code=
"codes.advtyp1"
v-model=
"model.advtyp"
style=
"width: 100%"
placeholder=
"请选择SWIFT
Advice Type
"
placeholder=
"请选择SWIFT
报文通知类型
"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"SWIFT
message dated
"
prop=
"swtdat"
>
<el-form-item
label=
"SWIFT
报文时间
"
prop=
"swtdat"
>
<c-date-picker
type=
"date"
v-model=
"model.swtdat"
...
...
@@ -288,7 +288,7 @@
disabled
true-label=
"C"
v-model=
"model.mtabut.clsflg"
>
Close Contract
</c-checkbox
>
闭卷
</c-checkbox
>
</c-col>
...
...
src/views/Business/Bctdor/Ptyp.vue
View file @
798e0c37
...
...
@@ -10,19 +10,19 @@
v-model=
"model.bcdgrp.dre.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=
"bcdgrp.dre.pts.extkey"
>
<el-form-item
label=
"
付款人名称
"
prop=
"bcdgrp.dre.pts.extkey"
>
<c-fullbox>
<c-input
disabled
v-model=
"model.bcdgrp.dre.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
付款人名称
"
></c-input>
<template
slot=
"footer"
>
<c-button
...
...
@@ -61,7 +61,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"
2nd Collecting Bank Ref.
"
label=
"
第二代收行参考号
"
prop=
"bcdgrp.co2.pts.ref"
>
<c-input
...
...
@@ -75,12 +75,12 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"bcdgrp.co2.pts.extkey"
>
<el-form-item
label=
"
第二代收行名称
"
prop=
"bcdgrp.co2.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bcdgrp.co2.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
第二代收行名称
"
disabled
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -117,38 +117,6 @@
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: 'Drawee',
grp: 'bcdgrp',
rol: 'dre',
}"
:disabled="true"
:isAdrblk="false"
@onSeainf="onSeainf"
@onAplpDet="onDrepDet"
>
</c-ptap>
</c-col>
<c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: '2nd Collecting',
grp: 'bcdgrp',
rol: 'co2',
}"
:disabled="true"
:isAdrblk="false"
@onSeainf="onSeainf"
@onAplpDet="onCo2pDet"
>
</c-ptap>
</c-col> -->
</c-col>
<!-- ====================右边======================= -->
...
...
@@ -166,12 +134,12 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"bcdgrp.rmi.pts.extkey"
>
<el-form-item
label=
"
托收行名称
"
prop=
"bcdgrp.rmi.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bcdgrp.rmi.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
托收行名称
"
disabled
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -222,12 +190,12 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"bcdgrp.drr.pts.extkey"
>
<el-form-item
label=
"
收款人名称
"
prop=
"bcdgrp.drr.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bcdgrp.drr.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
收款人名称
"
disabled
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -263,40 +231,8 @@
placeholder=
"请输入地址信息"
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: 'Remitting Bank',
grp: 'bcdgrp',
rol: 'rmi',
}"
:disabled="true"
:isAdrblk="false"
@onSeainf="onSeainf"
@onAplpDet="onRmipDet"
>
</c-ptap>
</c-col>
<c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: 'Drawer',
grp: 'bcdgrp',
rol: 'drr',
}"
:disabled="true"
:isAdrblk="false"
@onSeainf="onSeainf"
@onAplpDet="onDrrpDet"
>
</c-ptap>
</c-col> -->
</c-col>
</div>
</template>
<
script
>
...
...
src/views/Business/Bctrad/Bctret.vue
View file @
798e0c37
...
...
@@ -4,8 +4,8 @@
<!-- ====================左边======================= -->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Collection Number
"
prop=
"bcdgrp.rec.ownref"
>
<c-input
v-model=
"model.bcdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入
Collection Number
"
<el-form-item
label=
"
代收编号
"
prop=
"bcdgrp.rec.ownref"
>
<c-input
v-model=
"model.bcdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入
代收编号
"
style=
"width: 93%"
disabled
>
</c-input>
</el-form-item>
...
...
@@ -54,33 +54,33 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"
Remitted on
"
prop=
"bcdgrp.rec.predat"
>
<el-form-item
label=
"
托收日期
"
prop=
"bcdgrp.rec.predat"
>
<c-date-picker
type=
"date"
v-model=
"model.bcdgrp.rec.predat"
style=
"width:80%"
value-format=
"yyyy-MM-dd"
placeholder=
"请选择
Remitted on
"
disabled
></c-date-picker>
value-format=
"yyyy-MM-dd"
placeholder=
"请选择
托收日期
"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Payment Condition
"
prop=
"bcdgrp.rec.doctypcod"
>
<el-form-item
label=
"
支付条件
"
prop=
"bcdgrp.rec.doctypcod"
>
<c-select
:code=
"codes.doctypcod"
v-model=
"model.bcdgrp.rec.doctypcod"
style=
"width:93%"
placeholder=
"请选择
Payment Condition
"
v-model=
"model.bcdgrp.rec.doctypcod"
style=
"width:93%"
placeholder=
"请选择
支付条件
"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Document Set Status
"
prop=
"bcdgrp.rec.docsta"
>
<el-form-item
label=
"
单据状态
"
prop=
"bcdgrp.rec.docsta"
>
<c-select
:code=
"codes.docstabot"
v-model=
"model.bcdgrp.rec.docsta"
style=
"width:93%"
placeholder=
"请输入
Document Set Status
"
v-model=
"model.bcdgrp.rec.docsta"
style=
"width:93%"
placeholder=
"请输入
单据状态
"
disabled
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"20"
>
<el-form-item
label=
"
Instructions for Second Mail
"
style=
"width: 100%"
prop=
"bcdgrp.blk.colinssnm"
>
<el-form-item
label=
"
二次收单指示
"
style=
"width: 100%"
prop=
"bcdgrp.blk.colinssnm"
>
<c-input
type=
"textarea"
v-model=
"model.bcdgrp.blk.colinssnm"
maxlength=
"60"
show-word-limit
style=
"width: 100%"
placeholder=
"请输入
Instructions for Second Mail
"
></c-input>
style=
"width: 100%"
placeholder=
"请输入
二次收单指示
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
...
...
@@ -109,7 +109,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
style=
"text-align: right"
label=
"
Drawee Ref.
"
prop=
"bcdgrp.dre.pts.ref"
>
<el-form-item
style=
"text-align: right"
label=
"
付款人参考号
"
prop=
"bcdgrp.dre.pts.ref"
>
<c-input
v-model=
"model.bcdgrp.dre.pts.ref"
maxlength=
"16"
style=
"width: 100%"
disabled
></c-input>
</el-form-item>
</c-col>
...
...
@@ -119,7 +119,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
style=
"text-align: right"
label=
"
Remitting Bank Ref.
"
prop=
"bcdgrp.rmi.pts.ref"
>
<el-form-item
style=
"text-align: right"
label=
"
托收行参考号
"
prop=
"bcdgrp.rmi.pts.ref"
>
<c-input
v-model=
"model.bcdgrp.rmi.pts.ref"
maxlength=
"16"
style=
"width: 100%"
disabled
>
</c-input>
</el-form-item>
...
...
@@ -130,7 +130,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
style=
"text-align: right"
label=
"
Drawer Ref.
"
prop=
"bcdgrp.drr.pts.ref"
>
<el-form-item
style=
"text-align: right"
label=
"
收款人参考号
"
prop=
"bcdgrp.drr.pts.ref"
>
<c-input
v-model=
"model.bcdgrp.drr.pts.ref"
maxlength=
"16"
style=
"width: 100%"
disabled
>
</c-input>
</el-form-item>
...
...
@@ -141,7 +141,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
style=
"text-align: right"
label=
"
2nd Collecting Bank
"
prop=
"bcdgrp.co2.pts.ref"
>
<el-form-item
style=
"text-align: right"
label=
"
第二代收行参考号
"
prop=
"bcdgrp.co2.pts.ref"
>
<c-input
v-model=
"model.bcdgrp.co2.pts.ref"
maxlength=
"16"
style=
"width: 100%"
disabled
>
</c-input>
</el-form-item>
...
...
@@ -195,7 +195,7 @@
</c-col>
<!-- <c-col :span="24">
<c-ptap :model="model" :argadr="{
title: '
2nd Collecting Bank
',
title: '
第二代收行参考号
',
grp: 'bcdgrp',
rol: 'co2',
}" :disabled="true" :isAdrblk="false" @onSeainf="" @onAplpDet="">
...
...
src/views/Business/Bctrad/Detp.vue
View file @
798e0c37
...
...
@@ -4,9 +4,9 @@
<c-col
:span=
"12"
>
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"
Delivery of Documents Instructions
"
prop=
"bcdgrp.blk.colins"
>
<el-form-item
label=
"
放单指示条款
"
prop=
"bcdgrp.blk.colins"
>
<c-input
disabled
type=
"textarea"
v-model=
"model.bcdgrp.blk.colins"
maxlength=
"265"
show-word-limit
placeholder=
"请输入
Delivery of Documents Instructions
"
></c-input>
placeholder=
"请输入
放单指示条款
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"4"
>
...
...
@@ -47,9 +47,9 @@
</c-button>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Good's Code (for Statistics)
"
prop=
"bcdgrp.rec.stagod"
>
<el-form-item
label=
"
货物代码(风险国家)
"
prop=
"bcdgrp.rec.stagod"
>
<c-select
disabled
v-model=
"model.bcdgrp.rec.stagod"
style=
"width:90%"
placeholder=
"请选择
Good's Code (for Statistics)
"
>
placeholder=
"请选择
货物代码(风险国家)
"
>
<el-option
v-for=
"item in codes.godcod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
...
...
@@ -71,20 +71,20 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Charges Text
"
prop=
"bcdgrp.blk.chgtxt"
>
<el-form-item
label=
"
手续费支付的附加详述
"
prop=
"bcdgrp.blk.chgtxt"
>
<c-input
disabled
type=
"textarea"
v-model=
"model.bcdgrp.blk.chgtxt"
maxlength=
"35"
style=
"width:100%"
show-word-limit
placeholder=
"请输入
Charges Text
"
></c-input>
show-word-limit
placeholder=
"请输入
手续费支付的附加详述
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
""
style=
"text-align: left"
prop=
"bcdgrp.rec.focflg"
>
<c-checkbox
disabled
v-model=
"model.bcdgrp.rec.focflg"
>
Free of Payment
</c-checkbox>
<c-checkbox
disabled
v-model=
"model.bcdgrp.rec.focflg"
>
无偿放单选项
</c-checkbox>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Waive Collecting Bank Charges
"
prop=
"bcdgrp.rec.waicolcod"
>
<el-form-item
label=
"
交单时是否放弃向代收行收取费用的权力
"
prop=
"bcdgrp.rec.waicolcod"
>
<c-select
disabled
v-model=
"model.bcdgrp.rec.waicolcod"
style=
"width:100%"
placeholder=
"请选择
Waive Collecting Bank Charges
"
>
placeholder=
"请选择
交单时是否放弃向代收行收取费用的权力
"
>
<el-option
v-for=
"item in codes.waicod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
...
...
@@ -92,9 +92,9 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Waive Remitting Bank Charges
"
prop=
"bcdgrp.rec.wairmtcod"
>
<el-form-item
label=
"
放单时是否放弃向托收行收取费用的权力
"
prop=
"bcdgrp.rec.wairmtcod"
>
<c-select
disabled
v-model=
"model.bcdgrp.rec.wairmtcod"
style=
"width:100%"
placeholder=
"请选择
Waive Remitting Bank Charges
"
>
placeholder=
"请选择
放单时是否放弃向托收行收取费用的权力
"
>
<el-option
v-for=
"item in codes.waicod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
...
...
src/views/Business/Bctrad/Ptyp.vue
View file @
798e0c37
...
...
@@ -9,19 +9,19 @@
v-model=
"model.bcdgrp.dre.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=
"bcdgrp.dre.pts.extkey"
>
<el-form-item
label=
"
付款人名称
"
prop=
"bcdgrp.dre.pts.extkey"
>
<c-fullbox>
<c-input
disabled
v-model=
"model.bcdgrp.dre.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
付款人名称
"
></c-input>
<template
slot=
"footer"
>
<c-button
...
...
@@ -60,7 +60,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"
2nd Collecting Bank Ref.
"
label=
"
第二代收行参考号
"
prop=
"bcdgrp.co2.pts.ref"
>
<c-input
...
...
@@ -74,12 +74,12 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"bcdgrp.co2.pts.extkey"
>
<el-form-item
label=
"
第二代收行名称
"
prop=
"bcdgrp.co2.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bcdgrp.co2.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
第二代收行名称
"
disabled
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -116,22 +116,6 @@
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<c-ptap :model="model" :argadr="{
title: 'Drawee',
grp: 'bcdgrp',
rol: 'dre',
}" :disabled="true" :isAdrblk="false" @onSeainf="" @onAplpDet="" style="width: 90%">
</c-ptap>
</c-col>
<c-col :span="24">
<c-ptap :model="model" :argadr="{
title: '2nd Collecting',
grp: 'bcdgrp',
rol: 'co2',
}" :disabled="true" :isAdrblk="false" @onSeainf="" @onAplpDet="" style="width: 90%">
</c-ptap>
</c-col> -->
</c-col>
<!-- ====================右边======================= -->
...
...
@@ -149,12 +133,12 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"bcdgrp.rmi.pts.extkey"
>
<el-form-item
label=
"
托收行名称
"
prop=
"bcdgrp.rmi.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bcdgrp.rmi.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
托收行名称
"
disabled
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -205,12 +189,12 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"bcdgrp.drr.pts.extkey"
>
<el-form-item
label=
"
收款人名称
"
prop=
"bcdgrp.drr.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bcdgrp.drr.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
收款人名称
"
disabled
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -247,22 +231,6 @@
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<c-ptap :model="model" :argadr="{
title: 'Remitting Bank',
grp: 'bcdgrp',
rol: 'rmi',
}" :disabled="true" :isAdrblk="false" @onSeainf="" @onAplpDet="" style="width: 90%">
</c-ptap>
</c-col>
<c-col :span="24">
<c-ptap :model="model" :argadr="{
title: 'Drawer',
grp: 'bcdgrp',
rol: 'drr',
}" :disabled="true" :isAdrblk="false" @onSeainf="" @onAplpDet="" style="width: 90%">
</c-ptap>
</c-col> -->
</c-col>
</div>
</template>
...
...
src/views/Business/Bctrad/index.vue
View file @
798e0c37
...
...
@@ -8,8 +8,8 @@
size=
"small"
:validate-on-rule-change=
"false"
>
<c-tabs
v-model=
"tabVal"
ref=
"elment"
type=
"card"
@
tab-click=
"myTabClick"
>
<!--
Additional Docs
-->
<el-tab-pane
label=
"
Additional Docs
"
name=
"bctret"
>
<!--
附加单据
-->
<el-tab-pane
label=
"
附加单据
"
name=
"bctret"
>
<m-bctret
:model=
"model"
:codes=
"codes"
/>
</el-tab-pane>
...
...
src/views/Business/Bctset/Bctsus.vue
View file @
798e0c37
...
...
@@ -3,12 +3,12 @@
<!-- ====================左边======================= -->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Collection Number
"
prop=
"bcdgrp.rec.ownref"
>
<el-form-item
label=
"
代收付款编号
"
prop=
"bcdgrp.rec.ownref"
>
<c-input
disabled
v-model=
"model.bcdgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入
Collection Number
"
placeholder=
"请输入
代收付款编号
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -90,7 +90,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"
Remitted on
"
prop=
"bcdgrp.rec.predat"
>
<el-form-item
label=
"
托收日期
"
prop=
"bcdgrp.rec.predat"
>
<c-date-picker
type=
"date"
disabled
...
...
@@ -101,20 +101,20 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Payment Condition
"
prop=
"bcdgrp.rec.doctypcod"
>
<el-form-item
label=
"
支付条件
"
prop=
"bcdgrp.rec.doctypcod"
>
<c-select
:code=
"codes.doctypcod"
disabled
v-model=
"model.bcdgrp.rec.doctypcod"
style=
"width: 100%"
placeholder=
"请选择
Payment Condition
"
placeholder=
"请选择
支付条件
"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Document Set Status
"
prop=
"bcdgrp.rec.docsta"
>
<el-form-item
label=
"
单据状态
"
prop=
"bcdgrp.rec.docsta"
>
<c-select
style=
"width: 100%"
:code=
"codes.docstabot"
...
...
@@ -122,7 +122,7 @@
v-model=
"model.bcdgrp.rec.docsta"
maxlength=
"1"
placeholder=
"请输入
Document Set Status
"
placeholder=
"请输入
单据状态
"
></c-select>
</el-form-item>
</c-col>
...
...
@@ -168,7 +168,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Drawee's Ref
"
prop=
"bcdgrp.dre.pts.ref"
>
<el-form-item
label=
"
付款人参考号
"
prop=
"bcdgrp.dre.pts.ref"
>
<c-input
disabled
v-model=
"model.bcdgrp.dre.pts.ref"
...
...
@@ -178,7 +178,7 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Drawee's Name
"
prop=
"bcdgrp.dre.pts.nam"
>
<el-form-item
label=
"
付款人名称
"
prop=
"bcdgrp.dre.pts.nam"
>
<c-input
disabled
v-model=
"model.bcdgrp.dre.pts.nam"
...
...
@@ -188,18 +188,18 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Remitting Bank's Ref
"
prop=
"bcdgrp.rmi.pts.ref"
>
<el-form-item
label=
"
托收行参考号
"
prop=
"bcdgrp.rmi.pts.ref"
>
<c-input
disabled
v-model=
"model.bcdgrp.rmi.pts.ref"
maxlength=
"16"
placeholder=
"请输入
Remitting Bank
"
placeholder=
"请输入
托收行
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Remitting Bank's Name
"
prop=
"bcdgrp.rmi.pts.nam"
>
<el-form-item
label=
"
托收行名称
"
prop=
"bcdgrp.rmi.pts.nam"
>
<c-input
disabled
v-model=
"model.bcdgrp.rmi.pts.nam"
...
...
@@ -209,37 +209,37 @@
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Drawer's Ref
"
prop=
"bcdgrp.drr.pts.ref"
>
<el-form-item
label=
"
收款人参考号
"
prop=
"bcdgrp.drr.pts.ref"
>
<c-input
disabled
v-model=
"model.bcdgrp.drr.pts.ref"
maxlength=
"16"
placeholder=
"请输入
Drawer
"
placeholder=
"请输入
收款人参考号
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Drawer's Name
"
prop=
"bcdgrp.drr.pts.nam"
>
<el-form-item
label=
"
收款人名称
"
prop=
"bcdgrp.drr.pts.nam"
>
<c-input
disabled
v-model=
"model.bcdgrp.drr.pts.nam"
maxlength=
"40"
placeholder=
"请输入
Name of Party
"
placeholder=
"请输入
收款人名称
"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
class=
"bctdav_bctp_bctovw_cheak"
>
<c-checkbox
v-model=
"focflg"
@
change=
"focflgDefault"
>
Free of Payment
</c-checkbox
>
无偿放单选项
</c-checkbox
>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"
Reduction Amt
"
prop=
"setmod.doccur"
>
<el-form-item
label=
"
减少的金额
"
prop=
"setmod.doccur"
>
<c-select
disabled
v-model=
"model.setmod.doccur"
style=
"width: 100%"
placeholder=
"请选择
document currency
"
placeholder=
"请选择
币种
"
>
</c-select>
</el-form-item>
...
...
@@ -250,7 +250,7 @@
<c-input
:disabled=
"model.bcdgrp.rec.focflg=='X'"
v-model=
"model.setmod.redamt"
placeholder=
"请输入
Reduction Amt
."
placeholder=
"请输入
减少的金额
."
></c-input>
</el-form-item>
</c-col>
...
...
@@ -258,7 +258,7 @@
<c-col
:span=
"12"
class=
"bctdav_bctp_bctovw_cheak"
>
<c-checkbox
:disabled=
"model.bcdgrp.rec.focflg=='X'"
v-model=
"crefinflg"
@
change=
"crefinflgChange"
>
Create Financing
</c-checkbox
>
融资
</c-checkbox
>
</c-col>
...
...
@@ -268,7 +268,7 @@
<c-col
:span=
"24"
class=
"bctdav_bctp_bctovw_cheak"
>
<c-checkbox
true-label=
"C"
v-model=
"clsflg"
@
change=
"clsflgOtherDefault"
>
Close Contract
</c-checkbox
>
闭卷
</c-checkbox
>
</c-col>
...
...
@@ -309,12 +309,12 @@
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"
Settle Amt
."
prop=
"setmod.doccur"
>
<el-form-item
label=
"
付款金额
."
prop=
"setmod.doccur"
>
<c-select
disabled
v-model=
"model.setmod.doccur"
style=
"width: 100%"
placeholder=
"请选择
document currency
"
placeholder=
"请选择
币种
"
@
change=
"1"
>
</c-select>
...
...
@@ -333,7 +333,7 @@
<c-input
v-model=
"model.bcdgrp.rec.rptref"
style=
"width: 100%"
placeholder=
"请输入
Contract No.
"
placeholder=
"请输入
合同号
"
>
</c-input>
</el-form-item>
...
...
@@ -343,7 +343,7 @@
<c-input
v-model=
"model.bcdgrp.rec.invref"
style=
"width: 100%"
placeholder=
"请输入
Invoice No.
"
placeholder=
"请输入
发票号
"
>
</c-input>
</el-form-item>
...
...
@@ -353,7 +353,7 @@
<c-select
v-model=
"model.bctp.ischktyp"
style=
"width: 100%"
placeholder=
"请选择
document currency
"
placeholder=
"请选择
是否需要检核
"
:code=
"codes.ischktyp"
>
</c-select>
...
...
src/views/Business/Bctset/Det202cv.vue
View file @
798e0c37
This diff is collapsed.
Click to expand it.
src/views/Business/Bctset/Det400.vue
View file @
798e0c37
This diff is collapsed.
Click to expand it.
src/views/Business/Bctset/Detp.vue
View file @
798e0c37
...
...
@@ -3,7 +3,7 @@
<!-- ====================左边======================= -->
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Delivery of Documents Instructions
"
>
<el-form-item
label=
"
放单指示条款
"
>
<c-fullbox>
<c-input
disabled
...
...
@@ -91,7 +91,7 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Good's Code (for Statistics)
"
>
<el-form-item
label=
"
货物代码(风险国家)
"
>
<c-select
disabled
v-model=
"model.bcdgrp.rec.stagod"
...
...
@@ -117,14 +117,14 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Charges Text
"
>
<el-form-item
label=
"
手续费支付的附加详述
"
>
<c-input
disabled
type=
"textarea"
v-model=
"model.bcdgrp.blk.chgtxt"
maxlength=
"35"
show-word-limit
placeholder=
"请输入
Charges Text
"
placeholder=
"请输入
手续费支付的附加详述
"
></c-input>
</el-form-item>
</c-col>
...
...
@@ -134,29 +134,29 @@
style=
"margin-left: 150px"
disabled
v-model=
"model.bcdgrp.rec.focflg"
>
Free of Payment
</c-checkbox
>
无偿放单选项
</c-checkbox
>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Waive Collecting Bank Charges
"
>
<el-form-item
label=
"
交单时是否放弃向代收行收取费用的权力
"
>
<c-select
disabled
v-model=
"model.bcdgrp.rec.waicolcod"
style=
"width: 100%"
placeholder=
"请选择
Waive Collecting Bank Charges
"
placeholder=
"请选择
交单时是否放弃向代收行收取费用的权力
"
>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Waive Remitting Bank Charges
"
>
<el-form-item
label=
"
放单时是否放弃向托收行收取费用的权力
"
>
<c-select
disabled
v-model=
"model.bcdgrp.rec.wairmtcod"
style=
"width: 100%"
placeholder=
"请选择
Waive Remitting Bank Charges
"
placeholder=
"请选择
放单时是否放弃向托收行收取费用的权力
"
>
</c-select>
</el-form-item>
...
...
src/views/Business/Bctset/Limitbody.vue
View file @
798e0c37
<
template
>
<div
class=
"eibs-tab"
>
<!--
<c-col
:span=
"12"
>
<el-form-item
label=
"ECIFNO"
>
<c-input
v-model=
"model.liaall.limmod.ecifno"
maxlength=
"22"
placeholder=
"请输入ECIFNO"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<span
v-text=
"model.liaall.limmod.limpts.wrklab"
data-path=
".liaall.limmod.limpts.wrklab"
>
</span>
</c-col>
<c-col
:span=
"12"
>
<span
v-text=
"model.liaall.limmod.limpts.othlab"
data-path=
".liaall.limmod.limpts.othlab"
>
</span>
</c-col>
<c-col
:span=
"12"
>
<span
v-text=
"model.liaall.limmod.limpts.othlabss"
data-path=
".liaall.limmod.limpts.othlabss"
>
</span>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Drag Drop Sender"
>
<c-input
v-model=
"model.liaall.limmod.wrkp.ptsget.sdamod.dadsnd"
placeholder=
"请输入Drag Drop Sender"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"Drag Drop Sender"
>
<c-input
v-model=
"model.liaall.limmod.othp.ptsget.sdamod.dadsnd"
placeholder=
"请输入Drag Drop Sender"
></c-input>
</el-form-item>
</c-col>
-->
<!-- 左边-->
<c-col
:span=
"8"
>
<!-- line2 -->
...
...
@@ -99,7 +67,7 @@
<c-select
v-model=
"model.liaall.limmod.limpts.nonrevflg1"
style=
"width: 100%"
placeholder=
"请选择
Flag to Mark Non-revolving Limits
"
placeholder=
"请选择
额度类型
"
disabled
@
change=
"nonrevflg1Change"
>
...
...
src/views/Business/Bctset/Ptyp.vue
View file @
798e0c37
...
...
@@ -13,19 +13,19 @@
v-model=
"model.bcdgrp.dre.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=
"bcdgrp.dre.pts.extkey"
>
<el-form-item
label=
"
付款人名称
"
prop=
"bcdgrp.dre.pts.extkey"
>
<c-fullbox>
<c-input
disabled
v-model=
"model.bcdgrp.dre.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
付款人名称
"
></c-input>
<template
slot=
"footer"
>
...
...
@@ -69,7 +69,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"
2nd Collecting Bank Ref.
"
label=
"
第二代收行参考号
"
prop=
"bcdgrp.co2.pts.ref"
>
<c-input
...
...
@@ -83,12 +83,12 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"bcdgrp.co2.pts.extkey"
>
<el-form-item
label=
"
第二代收行名称
"
prop=
"bcdgrp.co2.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bcdgrp.co2.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
第二代收行名称
"
disabled
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -128,37 +128,6 @@
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: 'Drawee',
grp: 'bcdgrp',
rol: 'dre',
}"
:disabled="true"
:isAdrblk="false"
@onSeainf="onSeainf"
@onAplpDet="onDrepDet"
>
</c-ptap>
</c-col>
<c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: '2nd Collecting',
grp: 'bcdgrp',
rol: 'co2',
}"
:disabled="true"
:isAdrblk="false"
@onSeainf="onSeainf"
@onAplpDet="onCo2pDet"
>
</c-ptap>
</c-col> -->
</c-col>
<!-- ====================右边======================= -->
...
...
@@ -179,12 +148,12 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"bcdgrp.rmi.pts.extkey"
>
<el-form-item
label=
"
托收行名称
"
prop=
"bcdgrp.rmi.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bcdgrp.rmi.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
托收行名称
"
disabled
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -241,12 +210,12 @@
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Extkey
"
prop=
"bcdgrp.drr.pts.extkey"
>
<el-form-item
label=
"
收款人名称
"
prop=
"bcdgrp.drr.pts.extkey"
>
<c-fullbox>
<c-input
v-model=
"model.bcdgrp.drr.pts.extkey"
maxlength=
"50"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
收款人名称
"
disabled
></c-input>
<
template
slot=
"footer"
>
...
...
@@ -286,36 +255,6 @@
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: 'Remitting Bank',
grp: 'bcdgrp',
rol: 'rmi',
}"
:disabled="true"
:isAdrblk="false"
@onSeainf="onSeainf"
@onAplpDet="onRmipDet"
>
</c-ptap>
</c-col>
<c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: 'Drawer',
grp: 'bcdgrp',
rol: 'drr',
}"
:disabled="true"
:isAdrblk="false"
@onSeainf="onSeainf"
@onAplpDet="onDrrpDet"
>
</c-ptap>
</c-col> -->
</c-col>
...
...
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