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
6631483b
Commit
6631483b
authored
Sep 26, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
卖方信用证界面汉化
parent
8de766f0
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
689 additions
and
1725 deletions
+689
-1725
Canp.vue
src/views/Business/Bftcan/Canp.vue
+3
-3
Betdcrs.vue
src/views/Business/Bftdcr/Betdcrs.vue
+1
-1
Dscins.vue
src/views/Business/Bftdrv/Dscins.vue
+0
-66
Dscins.vue
src/views/Business/Bftsnd/Dscins.vue
+8
-8
Adcpame.vue
src/views/Business/Detame/Adcpame.vue
+6
-6
Amep.vue
src/views/Business/Detame/Amep.vue
+2
-2
Detp.vue
src/views/Business/Detame/Detp.vue
+1
-1
Detp1.vue
src/views/Business/Detame/Detp1.vue
+5
-126
Dogpame.vue
src/views/Business/Detame/Dogpame.vue
+6
-6
Inspame.vue
src/views/Business/Detame/Inspame.vue
+6
-6
Ovwp.vue
src/views/Business/Detame/Ovwp.vue
+8
-317
Drv.vue
src/views/Business/Detdrv/Drv.vue
+1
-1
Detp.vue
src/views/Business/Detopn/Detp.vue
+76
-94
Detp1.vue
src/views/Business/Detopn/Detp1.vue
+4
-32
Ovwp.vue
src/views/Business/Detopn/Ovwp.vue
+473
-560
Infsea.vue
src/views/Business/Infbfd/Infsea.vue
+47
-155
Infsea.vue
src/views/Business/Infdet/Infsea.vue
+42
-341
No files found.
src/views/Business/Bftcan/Canp.vue
View file @
6631483b
...
@@ -341,7 +341,7 @@
...
@@ -341,7 +341,7 @@
<c-col
:span=
"4"
>
<c-col
:span=
"4"
>
<el-form-item
label=
""
prop=
"sndmsg"
>
<el-form-item
label=
""
prop=
"sndmsg"
>
<c-checkbox
v-model=
"sndmsg"
>
发送
Message
</c-checkbox>
<c-checkbox
v-model=
"sndmsg"
>
发送
报文
</c-checkbox>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -356,11 +356,11 @@
...
@@ -356,11 +356,11 @@
</el-form-item>
</el-form-item>
</c-col>
-->
</c-col>
-->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Booking Procedure
"
prop=
"rebkpflg"
>
<el-form-item
label=
"
登记程序
"
prop=
"rebkpflg"
>
<c-select
<c-select
v-model=
"model.rebkpflg"
v-model=
"model.rebkpflg"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择
Booking Procedure
"
placeholder=
"请选择
登记程序
"
@
change=
"executeDefault('rebkpflg')"
@
change=
"executeDefault('rebkpflg')"
>
>
<el-option
<el-option
...
...
src/views/Business/Bftdcr/Betdcrs.vue
View file @
6631483b
...
@@ -355,7 +355,7 @@
...
@@ -355,7 +355,7 @@
<c-checkbox
<c-checkbox
v-model=
"advdisflg"
v-model=
"advdisflg"
style=
"margin-left: 150px; margin-top: 100px; margin-bottom: 10px"
style=
"margin-left: 150px; margin-top: 100px; margin-bottom: 10px"
>
Advice of Discrepancy
(MT750)
</c-checkbox
>
差异通知
(MT750)
</c-checkbox
>
>
</c-col>
</c-col>
...
...
src/views/Business/Bftdrv/Dscins.vue
View file @
6631483b
...
@@ -158,72 +158,6 @@
...
@@ -158,72 +158,6 @@
}"
}"
>
>
</c-docpre>
</c-docpre>
<!-- <c-col :span="24" style="height: 24px; margin-top: -10px">
<el-form-item :label="model.bftp.docgrdm.docdsclab" class="messageLabel">
<c-button style="float: right" @click="addTableValue" type="primary"
>新增单据</c-button
>
</el-form-item>
</c-col>
<c-col :span="24" style="height: 0px">
<el-divider></el-divider>
</c-col>
<c-col :span="24" style="margin-bottom: 30px;">
<c-table
height="200px"
style="text-align: center"
:list="this.model.bftp.docgrdm.docgrd || []"
:paginationShow="false"
:border="true"
>
<el-table-column
label="1st"
width="auto"
>
<template slot-scope="scope">
<c-input
v-model="scope.row.cmail1"
></c-input>
</template>
</el-table-column>
<el-table-column
label="2st"
width="auto"
>
<template slot-scope="scope">
<c-input
v-model="scope.row.cmail2"
></c-input>
</template>
</el-table-column>
<el-table-column label="Document" prop="docnam" width="auto">
<template slot-scope="scope">
<c-select
style="width: 100%"
placeholder="请选择"
v-model="scope.row.docnam"
>
<el-option
v-for="item in codeTable"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</template>
</el-table-column>
<el-table-column label="操作" width="170px" fixed="right">
<template slot-scope="scope">
<c-button @click="deleteTable(scope.$index)" type="primary"
>删除</c-button
>
</template>
</el-table-column>
</c-table>
</c-col> -->
</div>
</div>
</template>
</template>
<
script
>
<
script
>
...
...
src/views/Business/Bftsnd/Dscins.vue
View file @
6631483b
...
@@ -192,7 +192,7 @@
...
@@ -192,7 +192,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"bfdsnd.snd732"
>
<el-form-item
label=
""
prop=
"bfdsnd.snd732"
>
<c-checkbox
v-model=
"model.bfdsnd.snd732"
disabled
<c-checkbox
v-model=
"model.bfdsnd.snd732"
disabled
>
Create Advice of Discharge(e.g.MT
732)
</c-checkbox
>
创建清偿通知(MT
732)
</c-checkbox
>
>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -200,17 +200,17 @@
...
@@ -200,17 +200,17 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
""
prop=
"bftp.cre752flg"
>
<el-form-item
label=
""
prop=
"bftp.cre752flg"
>
<c-checkbox
v-model=
"model.bftp.cre752flg"
disabled
<c-checkbox
v-model=
"model.bftp.cre752flg"
disabled
>
Receive MT
752
</c-checkbox
>
是否接收报文
752
</c-checkbox
>
>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Further Identification
"
prop=
"bftp.furide"
>
<el-form-item
label=
"
进一步确认
"
prop=
"bftp.furide"
>
<c-select
<c-select
v-model=
"model.bftp.furide"
v-model=
"model.bftp.furide"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择
Further Identification
"
placeholder=
"请选择"
disabled
disabled
>
>
</c-select>
</c-select>
...
@@ -218,12 +218,12 @@
...
@@ -218,12 +218,12 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Date of Advice
"
prop=
"bfdgrp.rec.disdat"
>
<el-form-item
label=
"
通知日期
"
prop=
"bfdgrp.rec.disdat"
>
<c-date-picker
<c-date-picker
type=
"date"
type=
"date"
v-model=
"model.bfdgrp.rec.disdat"
v-model=
"model.bfdgrp.rec.disdat"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择
Date of Advice
"
placeholder=
"请选择
通知日期
"
disabled
disabled
></c-date-picker>
></c-date-picker>
</el-form-item>
</el-form-item>
...
@@ -268,11 +268,11 @@
...
@@ -268,11 +268,11 @@
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"
Receiver of Documents
"
prop=
"bfdgrp.rec.docrol"
>
<el-form-item
label=
"
收单行
"
prop=
"bfdgrp.rec.docrol"
>
<c-select
<c-select
v-model=
"model.bfdgrp.rec.docrol"
v-model=
"model.bfdgrp.rec.docrol"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择
Receiver of Documents
"
placeholder=
"请选择
收单行
"
disabled
disabled
@
change=
"eventFunction( 'bfdgrp.rec.docrol')"
@
change=
"eventFunction( 'bfdgrp.rec.docrol')"
>
>
...
...
src/views/Business/Detame/Adcpame.vue
View file @
6631483b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
<el-form-item
label=
"
Additional Conditions
"
label=
"
其他条款
"
prop=
"dedgrp.blk.adlcnd"
prop=
"dedgrp.blk.adlcnd"
>
>
<c-input
<c-input
...
@@ -10,14 +10,14 @@
...
@@ -10,14 +10,14 @@
v-model=
"model.dedgrp.blk.adlcnd"
v-model=
"model.dedgrp.blk.adlcnd"
maxlength=
"65"
maxlength=
"65"
show-word-limit
show-word-limit
placeholder=
"请输入
附加
条款"
placeholder=
"请输入
其他
条款"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
<el-form-item
label=
"
Additional Conditions History
"
label=
"
历史修改
"
prop=
"dedgrp.blk.adlcndame"
prop=
"dedgrp.blk.adlcndame"
>
>
<c-input
<c-input
...
@@ -25,14 +25,14 @@
...
@@ -25,14 +25,14 @@
v-model=
"model.dedgrp.blk.adlcndame"
v-model=
"model.dedgrp.blk.adlcndame"
maxlength=
"50"
maxlength=
"50"
show-word-limit
show-word-limit
placeholder=
"请输入
Additional Conditions History
"
placeholder=
"请输入
历史修改
"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
<el-form-item
label=
"
Additional Conditions amendment
"
label=
"
目前修改为
"
prop=
"trnmod.swiadd.adlcnd"
prop=
"trnmod.swiadd.adlcnd"
>
>
<c-fullbox>
<c-fullbox>
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
v-model=
"model.trnmod.swiadd.adlcnd"
v-model=
"model.trnmod.swiadd.adlcnd"
maxlength=
"65"
maxlength=
"65"
show-word-limit
show-word-limit
placeholder=
"请输入
附加条款 amendment
"
placeholder=
"请输入
目前修改为
"
></c-input>
></c-input>
<template
slot=
"footer"
>
<template
slot=
"footer"
>
<c-button
<c-button
...
...
src/views/Business/Detame/Amep.vue
View file @
6631483b
...
@@ -341,7 +341,7 @@
...
@@ -341,7 +341,7 @@
type=
"date"
type=
"date"
v-model=
"model.trnmod.swiadd.newshpdat"
v-model=
"model.trnmod.swiadd.newshpdat"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择
New Shipmentdate
"
placeholder=
"请选择
新最迟货物装运日
"
></c-date-picker>
></c-date-picker>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -363,7 +363,7 @@
...
@@ -363,7 +363,7 @@
v-model=
"model.trnmod.swiadd.shpfroelc"
v-model=
"model.trnmod.swiadd.shpfroelc"
maxlength=
"35"
maxlength=
"35"
show-word-limit
show-word-limit
placeholder=
"请输入
Shipment from
"
placeholder=
"请输入
货物装运地(港)
"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Detame/Detp.vue
View file @
6631483b
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"货物描述"
prop=
"dedgrp.blk.lcrgod"
>
<el-form-item
label=
"货物描述"
prop=
"dedgrp.blk.lcrgod"
>
<c-input
type=
"textarea"
:autosize=
"
{ minRows: 6, maxRows: 8}" v-model="model.dedgrp.blk.lcrgod" style="width:70%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入
Description of Goods
" >
</c-input>
<c-input
type=
"textarea"
:autosize=
"
{ minRows: 6, maxRows: 8}" v-model="model.dedgrp.blk.lcrgod" style="width:70%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入
货物描述
" >
</c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Detame/Detp1.vue
View file @
6631483b
...
@@ -72,44 +72,18 @@
...
@@ -72,44 +72,18 @@
}"
}"
>
</c-ptapdome>
>
</c-ptapdome>
<!--
<c-col
:span=
"24"
>
<el-form-item
label=
"通知行BIC"
prop=
"dedgrp.adv.pts.extkey"
>
<c-input
v-model=
"model.dedgrp.adv.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"通知行BIC"
prop=
"dedgrp.adv.pts.extkey"
>
<el-form-item
label=
"通知行BIC"
prop=
"dedgrp.adv.pts.extkey"
>
<c-input
<c-input
v-model=
"model.dedgrp.adv.pts.extkey"
v-model=
"model.dedgrp.adv.pts.extkey"
maxlength=
"16"
maxlength=
"16"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
通知行BIC
"
@
keyup
.
enter
.
native=
"showGridPromptDialog('dedgrp.adv.pts.extkey')"
@
keyup
.
enter
.
native=
"showGridPromptDialog('dedgrp.adv.pts.extkey')"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"24"
>
<el-form-item
label=
"通知行联行行号"
prop=
"dedgrp.adv.pts.bankno"
>
<c-input
v-model=
"model.dedgrp.adv.pts.bankno"
maxlength=
"20"
placeholder=
"请输入Number of bank"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"通知行联行名称"
prop=
"dedgrp.adv.pts.jigomc"
>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.adv.pts.jigomc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入联行名称 电证用"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"通知行地址"
prop=
"dedgrp.adv.pts.dizhii"
>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.adv.pts.dizhii"
maxlength=
"35"
show-word-limit
placeholder=
"请输入地址 电证用"
></c-input>
</el-form-item>
</c-col>
-->
<c-ptapdome
<c-ptapdome
:disabledBankno=
"true"
:disabledBankno=
"true"
:disabledJigomc=
"true"
:disabledJigomc=
"true"
...
@@ -140,15 +114,6 @@
...
@@ -140,15 +114,6 @@
<c-input
v-model=
"model.dedgrp.rec.kzref"
maxlength=
"35"
placeholder=
"请输入信用证编号"
></c-input>
<c-input
v-model=
"model.dedgrp.rec.kzref"
maxlength=
"35"
placeholder=
"请输入信用证编号"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"24"
>
<el-form-item
label=
"开证行BIC"
prop=
"dedgrp.iss.pts.extkey"
>
<c-input
v-model=
"model.dedgrp.iss.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
></c-input>
</el-form-item>
</c-col>
-->
<!-- =========================开证行========================= -->
<!-- =========================开证行========================= -->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
...
@@ -156,31 +121,13 @@
...
@@ -156,31 +121,13 @@
<c-input
<c-input
v-model=
"model.dedgrp.iss.pts.extkey"
v-model=
"model.dedgrp.iss.pts.extkey"
maxlength=
"16"
maxlength=
"16"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
开证行BIC
"
@
keyup
.
enter
.
native=
"showGridPromptDialog('dedgrp.iss.pts.extkey')"
@
keyup
.
enter
.
native=
"showGridPromptDialog('dedgrp.iss.pts.extkey')"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"24"
>
<el-form-item
label=
"开证行联行行号"
prop=
"dedgrp.iss.pts.bankno"
>
<c-input
v-model=
"model.dedgrp.iss.pts.bankno"
maxlength=
"20"
placeholder=
"请输入Number of bank"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"开证行联行名称"
prop=
"dedgrp.iss.pts.jigomc"
>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.iss.pts.jigomc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入联行名称 电证用"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"开证行地址"
prop=
"dedgrp.iss.pts.dizhii"
>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.iss.pts.dizhii"
maxlength=
"35"
show-word-limit
placeholder=
"请输入地址 电证用"
></c-input>
</el-form-item>
</c-col>
-->
<c-ptapdome
<c-ptapdome
:model=
"model"
:model=
"model"
:argadr=
"
{
:argadr=
"
{
...
@@ -227,36 +174,6 @@
...
@@ -227,36 +174,6 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!--
<el-form-item
label=
"保兑行联行行号"
prop=
"dedgrp.rmb.pts.bankno"
>
<c-input
:disabled=
"model.dedgrp.rec.bdflg != 'Y'"
v-model=
"model.dedgrp.rmb.pts.bankno"
maxlength=
"20"
placeholder=
"请输入Number of bank"
@
keyup
.
enter
.
native=
"showGridPromptDialog('dedgrp.rmb.pts.bankno')"
></c-input>
</el-form-item>
<el-form-item
label=
"保兑行名称"
prop=
"dedgrp.rmb.pts.jigomc"
>
<c-input
disabled
type=
"textarea"
v-model=
"model.dedgrp.rmb.pts.jigomc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入联行名称 电证用"
></c-input>
</el-form-item>
<el-form-item
label=
"保兑行地址"
prop=
"dedgrp.rmb.pts.dizhii"
>
<c-input
:disabled=
"model.dedgrp.rec.bdflg != 'Y'"
type=
"textarea"
v-model=
"model.dedgrp.rmb.pts.dizhii"
maxlength=
"35"
show-word-limit
placeholder=
"请输入地址 电证用"
></c-input>
</el-form-item>
-->
<c-ptapdome
<c-ptapdome
:disabledBankno=
"model.dedgrp.rec.bdflg != 'Y'"
:disabledBankno=
"model.dedgrp.rec.bdflg != 'Y'"
...
@@ -270,26 +187,6 @@
...
@@ -270,26 +187,6 @@
}"
}"
>
</c-ptapdome>
>
</c-ptapdome>
<!--
<c-col
:span=
"24"
>
<el-form-item
label=
"转让行联行行号"
prop=
"dedgrp.cmb.pts.bankno"
>
<c-input
v-model=
"model.dedgrp.cmb.pts.bankno"
maxlength=
"20"
placeholder=
"请输入Number of bank"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"转让行名称"
prop=
"dedgrp.cmb.pts.jigomc"
>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.cmb.pts.jigomc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入联行名称 电证用"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"转让行地址"
prop=
"dedgrp.cmb.pts.dizhii"
>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.cmb.pts.dizhii"
maxlength=
"35"
show-word-limit
placeholder=
"请输入地址 电证用"
></c-input>
</el-form-item>
</c-col>
-->
<c-ptapdome
<c-ptapdome
:disabledBankno=
"this.model.dedgrp.rec.lcrtyp == 'I'"
:disabledBankno=
"this.model.dedgrp.rec.lcrtyp == 'I'"
:disabledJigomc=
"this.model.dedgrp.rec.lcrtyp == 'I'"
:disabledJigomc=
"this.model.dedgrp.rec.lcrtyp == 'I'"
...
@@ -302,25 +199,7 @@
...
@@ -302,25 +199,7 @@
}"
}"
>
</c-ptapdome>
>
</c-ptapdome>
<!--
<c-col
:span=
"24"
>
<el-form-item
label=
"申请行联行行号"
prop=
"dedgrp.apc.pts.bankno"
>
<c-input
v-model=
"model.dedgrp.apc.pts.bankno"
maxlength=
"20"
placeholder=
"请输入Number of bank"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"申请行名称"
prop=
"dedgrp.apc.pts.jigomc"
>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.apc.pts.jigomc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入联行名称 电证用"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"申请行地址"
prop=
"dedgrp.apc.pts.dizhii"
>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.apc.pts.dizhii"
maxlength=
"35"
show-word-limit
placeholder=
"请输入地址 电证用"
></c-input>
</el-form-item>
</c-col>
-->
<c-ptapdome
<c-ptapdome
:disabledBankno=
"true"
:disabledBankno=
"true"
:disabledJigomc=
"true"
:disabledJigomc=
"true"
...
@@ -347,13 +226,13 @@
...
@@ -347,13 +226,13 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"申请人账号"
prop=
"dedgrp.apl.pts.extact"
>
<el-form-item
label=
"申请人账号"
prop=
"dedgrp.apl.pts.extact"
>
<c-input
v-model=
"model.dedgrp.apl.pts.extact"
maxlength=
"34"
placeholder=
"请输入
External Account
"
></c-input>
<c-input
v-model=
"model.dedgrp.apl.pts.extact"
maxlength=
"34"
placeholder=
"请输入
申请人账号
"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"申请人开户行 联行行号"
prop=
"dedgrp.apb.pts.bankno"
>
<el-form-item
label=
"申请人开户行 联行行号"
prop=
"dedgrp.apb.pts.bankno"
>
<c-input
v-model=
"model.dedgrp.apb.pts.bankno"
maxlength=
"20"
placeholder=
"请输入
Number of bank
"
></c-input>
<c-input
v-model=
"model.dedgrp.apb.pts.bankno"
maxlength=
"20"
placeholder=
"请输入
申请人开户行 联行行号
"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Detame/Dogpame.vue
View file @
6631483b
...
@@ -6,20 +6,20 @@
...
@@ -6,20 +6,20 @@
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"
Description of Goods
"
prop=
"dedgrp.blk.lcrgod"
>
<el-form-item
label=
"
货物描述
"
prop=
"dedgrp.blk.lcrgod"
>
<c-input
<c-input
type=
"textarea"
type=
"textarea"
v-model=
"model.dedgrp.blk.lcrgod"
v-model=
"model.dedgrp.blk.lcrgod"
maxlength=
"65"
maxlength=
"65"
show-word-limit
show-word-limit
placeholder=
"请输入
Description of Goods
"
placeholder=
"请输入
货物描述
"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
<el-form-item
label=
"
Description of Goods History
"
label=
"
历史修改
"
prop=
"dedgrp.blk.lcrgodame"
prop=
"dedgrp.blk.lcrgodame"
>
>
<c-input
<c-input
...
@@ -27,14 +27,14 @@
...
@@ -27,14 +27,14 @@
v-model=
"model.dedgrp.blk.lcrgodame"
v-model=
"model.dedgrp.blk.lcrgodame"
maxlength=
"50"
maxlength=
"50"
show-word-limit
show-word-limit
placeholder=
"请输入
Description of Goods History
"
placeholder=
"请输入
历史修改
"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
<el-form-item
label=
"
Description of Goods amendment
"
label=
"
目前修改为
"
prop=
"trnmod.swiadd.lcrgod"
prop=
"trnmod.swiadd.lcrgod"
>
>
<c-fullbox>
<c-fullbox>
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
v-model=
"model.trnmod.swiadd.lcrgod"
v-model=
"model.trnmod.swiadd.lcrgod"
maxlength=
"65"
maxlength=
"65"
show-word-limit
show-word-limit
placeholder=
"请输入
Description of Goods amendment
"
placeholder=
"请输入
目前修改为
"
></c-input>
></c-input>
<template
slot=
"footer"
>
<template
slot=
"footer"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
>
...
...
src/views/Business/Detame/Inspame.vue
View file @
6631483b
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
<el-form-item
label=
"
Instructions to Paying/Accepting/Negotiating Bank
"
label=
"
给付款、承兑、议付行的指示 指示内容
"
prop=
"dedgrp.blk.insbnk"
prop=
"dedgrp.blk.insbnk"
>
>
<c-input
<c-input
...
@@ -10,14 +10,14 @@
...
@@ -10,14 +10,14 @@
v-model=
"model.dedgrp.blk.insbnk"
v-model=
"model.dedgrp.blk.insbnk"
maxlength=
"65"
maxlength=
"65"
show-word-limit
show-word-limit
placeholder=
"请输入
Instructions to Paying/Accepting/Negotiating Bank
"
placeholder=
"请输入
指示内容
"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
<el-form-item
label=
"
Instruction to Paying/Accepting/Negotiating Bank History
"
label=
"
历史修改
"
prop=
"dedgrp.blk.insbnkame"
prop=
"dedgrp.blk.insbnkame"
>
>
<c-input
<c-input
...
@@ -25,14 +25,14 @@
...
@@ -25,14 +25,14 @@
v-model=
"model.dedgrp.blk.insbnkame"
v-model=
"model.dedgrp.blk.insbnkame"
maxlength=
"50"
maxlength=
"50"
show-word-limit
show-word-limit
placeholder=
"请输入
Instruction to Paying/Accepting/Negotiating Bank History
"
placeholder=
"请输入
历史修改
"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"12"
>
<c-col
:span=
"12"
>
<el-form-item
<el-form-item
label=
"
Instruction to P/A/N Bank amendment
"
label=
"
目前修改为
"
prop=
"trnmod.swiadd.insbnk"
prop=
"trnmod.swiadd.insbnk"
>
>
<c-fullbox>
<c-fullbox>
...
@@ -41,7 +41,7 @@
...
@@ -41,7 +41,7 @@
v-model=
"model.trnmod.swiadd.insbnk"
v-model=
"model.trnmod.swiadd.insbnk"
maxlength=
"50"
maxlength=
"50"
show-word-limit
show-word-limit
placeholder=
"请输入
Instruction to P/A/N Bank amendment
"
placeholder=
"请输入
目前修改为
"
></c-input>
></c-input>
<template
slot=
"footer"
>
<template
slot=
"footer"
>
<c-button
<c-button
...
...
src/views/Business/Detame/Ovwp.vue
View file @
6631483b
...
@@ -55,13 +55,9 @@
...
@@ -55,13 +55,9 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!-- <c-col>
</c-col> -->
<c-col
:span=
"13"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"信用证金额"
prop=
"dedgrp.cbs.nom1.cur"
>
<el-form-item
label=
"信用证金额"
prop=
"dedgrp.cbs.nom1.cur"
>
<c-select
disabled
v-model=
"model.dedgrp.cbs.nom1.cur"
style=
"width: 100%"
placeholder=
"请选择
Currency
"
<c-select
disabled
v-model=
"model.dedgrp.cbs.nom1.cur"
style=
"width: 100%"
placeholder=
"请选择
币种
"
@
keyup
.
enter
.
native=
"nom1CurEvent"
>
@
keyup
.
enter
.
native=
"nom1CurEvent"
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-option>
...
@@ -87,28 +83,6 @@
...
@@ -87,28 +83,6 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!-- <c-col :span="24">
<c-col :span="13">
<el-form-item label="上下浮动限额" prop="dedgrp.rec.nomtop">
<c-input
v-model="model.dedgrp.rec.nomtop"
maxlength="9"
style="width: 100%"
placeholder="请输入Amount Tolerance - Positive"
></c-input>
<label style="display: inline-block; width: 10%; text-align: center"
>-</label
>
<c-input
v-model="model.dedgrp.rec.nomton"
maxlength="9"
style="width: 100%"
placeholder="请输入Amount Tolerance - Negative"
></c-input>
</el-form-item>
</c-col>
</c-col> -->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<c-col
:span=
"13"
>
<c-form-item
label=
"上下浮动限额"
prop=
"dedgrp.rec.nomtop"
>
<c-form-item
label=
"上下浮动限额"
prop=
"dedgrp.rec.nomtop"
>
...
@@ -130,26 +104,9 @@
...
@@ -130,26 +104,9 @@
</c-col>
</c-col>
</c-col>
</c-col>
<!-- <c-col :span="12" style="text-align: left">
<el-form-item
label=""
style="text-align: left; margin-left: 12px"
label-width="150px"
prop="dedgrp.rec.nomton"
>
<c-input
v-model="model.dedgrp.rec.nomton"
maxlength="9"
placeholder="请输入Amount Tolerance - Negative"
></c-input>
</el-form-item>
</c-col> -->
<!-- <c-col> </c-col> -->
<c-col
:span=
"13"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"信用证最大金额"
prop=
"dedgrp.cbs.max.cur"
>
<el-form-item
label=
"信用证最大金额"
prop=
"dedgrp.cbs.max.cur"
>
<c-select
v-model=
"model.dedgrp.cbs.max.cur"
placeholder=
"请选择
Currency
"
disabled
>
<c-select
v-model=
"model.dedgrp.cbs.max.cur"
placeholder=
"请选择
币种
"
disabled
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-option>
</c-select>
</c-select>
...
@@ -173,33 +130,20 @@
...
@@ -173,33 +130,20 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!-- <c-col :span="24">
<c-col :span="13">
<el-form-item label="开证日期" prop="dedgrp.rec.opndat">
<c-date-picker
type="date"
v-model="model.dedgrp.rec.opndat"
value-format="yyyy-MM-dd"
style="width: 100%"
placeholder="请选择Date"
></c-date-picker>
</el-form-item>
</c-col>
</c-col> -->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"开证日期"
prop=
"dedgrp.rec.opndat"
>
<c-form-item
label=
"开证日期"
prop=
"dedgrp.rec.opndat"
>
<c-date-picker
type=
"date"
v-model=
"model.dedgrp.rec.opndat"
value-format=
"yyyy-MM-dd"
<c-date-picker
type=
"date"
v-model=
"model.dedgrp.rec.opndat"
value-format=
"yyyy-MM-dd"
placeholder=
"请选择
Date
"
style=
"width: 100%"
></c-date-picker>
placeholder=
"请选择
开证日期
"
style=
"width: 100%"
></c-date-picker>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.dedgrp.rec.mytype == 'H'"
label=
"最迟货物装运日"
prop=
"dedgrp.rec.shpdat"
>
<el-form-item
v-if=
"model.dedgrp.rec.mytype == 'H'"
label=
"最迟货物装运日"
prop=
"dedgrp.rec.shpdat"
>
<c-date-picker
type=
"date"
v-model=
"model.dedgrp.rec.shpdat"
value-format=
"yyyy-MM-dd"
<c-date-picker
type=
"date"
v-model=
"model.dedgrp.rec.shpdat"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
placeholder=
"请选择
Date
"
></c-date-picker>
style=
"width: 100%"
placeholder=
"请选择
最迟货物装运日
"
></c-date-picker>
</el-form-item>
</el-form-item>
<el-form-item
v-if=
"model.dedgrp.rec.mytype == 'F'"
label=
"最迟服务提供日"
prop=
"dedgrp.rec.shpdat"
>
<el-form-item
v-if=
"model.dedgrp.rec.mytype == 'F'"
label=
"最迟服务提供日"
prop=
"dedgrp.rec.shpdat"
>
<c-date-picker
type=
"date"
v-model=
"model.dedgrp.rec.shpdat"
value-format=
"yyyy-MM-dd"
<c-date-picker
type=
"date"
v-model=
"model.dedgrp.rec.shpdat"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
placeholder=
"请选择
Date
"
></c-date-picker>
style=
"width: 100%"
placeholder=
"请选择
最迟服务提供日
"
></c-date-picker>
</el-form-item>
</el-form-item>
<el-form-item
label=
"最迟货物装运日/服务提供日"
v-if=
"model.dedgrp.rec.mytype == '3'"
prop=
"dedgrp.rec.shpdat"
>
<el-form-item
label=
"最迟货物装运日/服务提供日"
v-if=
"model.dedgrp.rec.mytype == '3'"
prop=
"dedgrp.rec.shpdat"
>
<c-date-picker
type=
"date"
v-model=
"model.dedgrp.rec.shpdat"
value-format=
"yyyy-MM-dd"
<c-date-picker
type=
"date"
v-model=
"model.dedgrp.rec.shpdat"
value-format=
"yyyy-MM-dd"
...
@@ -207,23 +151,10 @@
...
@@ -207,23 +151,10 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!-- <c-col :span="24">
<c-col :span="13">
<el-form-item label="有效日期" prop="dedgrp.rec.expdat">
<c-date-picker
type="date"
v-model="model.dedgrp.rec.expdat"
value-format="yyyy-MM-dd"
style="width: 100%"
placeholder="请选择Date"
></c-date-picker>
</el-form-item>
</c-col>
</c-col> -->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-form-item
label=
"有效日期"
prop=
"dedgrp.rec.expdat"
>
<c-form-item
label=
"有效日期"
prop=
"dedgrp.rec.expdat"
>
<c-date-picker
type=
"date"
v-model=
"model.dedgrp.rec.expdat"
value-format=
"yyyy-MM-dd"
disabled
<c-date-picker
type=
"date"
v-model=
"model.dedgrp.rec.expdat"
value-format=
"yyyy-MM-dd"
disabled
placeholder=
"请选择
Date
"
style=
"width: 100%"
></c-date-picker>
placeholder=
"请选择
有效日期
"
style=
"width: 100%"
></c-date-picker>
</c-form-item>
</c-form-item>
</c-col>
</c-col>
...
@@ -236,21 +167,11 @@
...
@@ -236,21 +167,11 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"有效地点"
prop=
"dedgrp.rec.expplc"
>
<el-form-item
label=
"有效地点"
prop=
"dedgrp.rec.expplc"
>
<c-input
v-model=
"model.dedgrp.rec.expplc"
maxlength=
"35"
placeholder=
"请输入
Place of Expiry
"
>
<c-input
v-model=
"model.dedgrp.rec.expplc"
maxlength=
"35"
placeholder=
"请输入
有效地点
"
>
</c-input>
</c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!-- <c-col :span="24">
<c-form-item label="货运时间" prop="dedgrp.rec.shpdat">
<c-date-picker
type="date"
v-model="model.dedgrp.rec.shpdat"
style="width: 100%"
placeholder="请选择Shipment Date"
></c-date-picker>
</c-form-item>
</c-col> -->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"转运"
prop=
"dedgrp.rec.shptrs"
>
<el-form-item
label=
"转运"
prop=
"dedgrp.rec.shptrs"
>
...
@@ -272,15 +193,6 @@
...
@@ -272,15 +193,6 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!--
<c-col :span="24">
<el-form-item label="是否代开信用证" prop="dedgrp.rec.dkflg">
<c-select v-model="model.dedgrp.rec.dkflg" style="width:100%" placeholder="请选择是否代开信用证">
</c-select>
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"信用证兑付方式"
prop=
"dedgrp.rec.avbby"
>
<el-form-item
label=
"信用证兑付方式"
prop=
"dedgrp.rec.avbby"
>
<c-select
v-model=
"model.dedgrp.rec.avbby"
style=
"width: 100%"
@
change=
"avbbykeyEvent"
<c-select
v-model=
"model.dedgrp.rec.avbby"
style=
"width: 100%"
@
change=
"avbbykeyEvent"
...
@@ -342,68 +254,10 @@
...
@@ -342,68 +254,10 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<!--
<c-col :span="24">
<c-col :span="24">
<el-form-item label="受益人参考号" prop="dedgrp.ben.pts.ref">
<c-input v-model="model.dedgrp.ben.pts.ref" maxlength="16" placeholder="请输入受益人参考号"></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="18">
<el-form-item label="受益人ID" prop="dedgrp.ben.pts.extkey">
<c-input v-model="model.dedgrp.ben.pts.extkey" maxlength="16" placeholder="请输入受益人Extkey"
@keyup.enter.native="
showGridPromptDialog('dedgrp.apl.pts.extkey')
"
></c-input>
</el-form-item>
</c-col>
<c-col :span="6" style="text-align: right">
<c-col :span="12">
<el-form-item label="" label-width="5px">
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="onSeainf('dedgrp.ben.pts.extkey')"
></c-button>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" label-width="5px">
<c-button size="small" type="primary" @click="onBenpDet">
详情
</c-button>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="受益人名称" prop="dedgrp.ben.namelc">
<c-input type="textarea" v-model="model.dedgrp.ben.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="受益人地址" prop="dedgrp.ben.adrelc">
<c-input type="textarea" v-model="model.dedgrp.ben.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="受益人账号" prop="dedgrp.ben.pts.extact">
<c-input v-model="model.dedgrp.ben.pts.extact" maxlength="34" placeholder="请输入External Account"></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"受益人开户行联行行号"
prop=
"dedgrp.beb.pts.bankno"
>
<el-form-item
label=
"受益人开户行联行行号"
prop=
"dedgrp.beb.pts.bankno"
>
<c-input
v-model=
"model.dedgrp.beb.pts.bankno"
maxlength=
"20"
placeholder=
"请输入
Number of bank
"
>
<c-input
v-model=
"model.dedgrp.beb.pts.bankno"
maxlength=
"20"
placeholder=
"请输入
受益人开户行联行行号
"
>
</c-input>
</c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -424,62 +278,6 @@
...
@@ -424,62 +278,6 @@
</c-ptap>
</c-ptap>
</c-col>
</c-col>
<!--
<c-col :span="24">
<el-form-item label="申请人参考号" prop="dedgrp.apl.pts.ref">
<c-input v-model="model.dedgrp.apl.pts.ref" maxlength="16" placeholder="请输入申请人参考号"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="申请人ID" prop="dedgrp.apl.pts.extkey">
<c-input v-model="model.dedgrp.apl.pts.extkey" maxlength="16" placeholder="请输入申请人Extkey"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="18">
<el-form-item label="申请人ID" prop="dedgrp.apl.pts.extkey">
<c-input v-model="model.dedgrp.apl.pts.extkey" maxlength="16" placeholder="请输入申请人Extkey"
></c-input>
</el-form-item>
</c-col>
<c-col :span="6" style="text-align: right">
<c-col :span="12">
<el-form-item label="" label-width="5px">
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="onSeainf('dedgrp.apl.pts.extkey')"
></c-button>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" label-width="5px">
<c-button size="small" type="primary" @click="onAplpDet">
详情
</c-button>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="申请人名称" prop="dedgrp.apl.namelc">
<c-input type="textarea" v-model="model.dedgrp.apl.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="申请人地址" prop="dedgrp.apl.pts.adrblk">
<c-input type="textarea" v-model="model.dedgrp.apl.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否通知客户"
prop=
"dedgrp.rec.rejflg"
>
<el-form-item
label=
"是否通知客户"
prop=
"dedgrp.rec.rejflg"
>
<c-select
v-model=
"model.dedgrp.rec.rejflg"
style=
"width: 100%"
placeholder=
"请选择是否通知客户"
>
<c-select
v-model=
"model.dedgrp.rec.rejflg"
style=
"width: 100%"
placeholder=
"请选择是否通知客户"
>
...
@@ -501,113 +299,6 @@
...
@@ -501,113 +299,6 @@
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<!--
<c-col :span="12">
<el-form-item label="" prop="detp.usrget.sdamod.seainf">
<c-input v-model="model.detp.usrget.sdamod.seainf" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="detp.benp.ptsget.sdamod.seainf">
<c-input v-model="model.detp.benp.ptsget.sdamod.seainf" placeholder="请输入"></c-input>
</el-form-item>
</c-col> -->
<!--
<c-col :span="12">
<el-form-item label="Address Block" prop="dedgrp.ben.pts.adrblk">
<c-input type="textarea" v-model="model.dedgrp.ben.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
</el-form-item>
</c-col> -->
<!--
<c-col :span="12">
<el-form-item label="Chinese address" prop="dedgrp.ben.dbfadrblkcn">
<c-input type="textarea" v-model="model.dedgrp.ben.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
-->
<!-- TODO 貌似多余的
<c-col :span="12">
<span v-text="model.detp.zchday" data-path=".detp.zchday"> </span>
</c-col> -->
<!--
<c-col :span="12">
<el-form-item label="Drag Drop Sender" prop="detp.aplp.ptsget.sdamod.dadsnd">
<c-input v-model="model.detp.aplp.ptsget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input>
</el-form-item>
</c-col> -->
<!--
<c-col :span="12">
<el-form-item label="" prop="detp.aplp.ptsget.sdamod.seainf">
<c-input v-model="model.detp.aplp.ptsget.sdamod.seainf" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
-->
<!--
<c-col :span="12">
<c-button size="small" type="primary" @click="onAplpDet">
Details
</c-button>
</c-col>
-->
<!--
<c-col :span="12">
<el-form-item label="Chinese address" prop="dedgrp.apl.dbfadrblkcn">
<c-input type="textarea" v-model="model.dedgrp.apl.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Maximum Tenor" prop="dedgrp.rec.tenmaxday">
<c-input v-model="model.dedgrp.rec.tenmaxday" placeholder="请输入Maximum Tenor"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="远期付款指示" prop="dedgrp.blk.defdet">
<c-input type="textarea" v-model="model.dedgrp.blk.defdet" maxlength="35" show-word-limit placeholder="请输入远期付款指示" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="dedgrp.apl.adrelc">
<c-input type="textarea" v-model="model.dedgrp.apl.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="远期付款指示" prop="dedgrp.blk.dftat">
<c-input type="textarea" v-model="model.dedgrp.blk.dftat" maxlength="35" show-word-limit placeholder="请输入远期付款指示" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" icon="el-icon-search" @click="onLcrdftatButtxmsel">
...
</c-button>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" icon="el-icon-search" @click="onPreperButtxmsel">
...
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="发起参与机构" prop="detp.dzlhhh">
<c-input v-model="model.detp.dzlhhh" maxlength="20" placeholder="请输入发起参与机构"></c-input>
</el-form-item>
</c-col>
-->
</div>
</div>
</template>
</template>
<
script
>
<
script
>
...
...
src/views/Business/Detdrv/Drv.vue
View file @
6631483b
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
disabled
disabled
v-model=
"model.dedgrp.cbs.nom1.cur"
v-model=
"model.dedgrp.cbs.nom1.cur"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择
Currency
"
placeholder=
"请选择
币种
"
@
keyup
.
enter
.
native=
"nom1CurEvent"
@
keyup
.
enter
.
native=
"nom1CurEvent"
>
>
<el-option
<el-option
...
...
src/views/Business/Detopn/Detp.vue
View file @
6631483b
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"货物描述"
prop=
"dedgrp.blk.lcrgod"
>
<c-input
type=
"textarea"
:autosize=
"
{ minRows: 6, maxRows: 8}" v-model="model.dedgrp.blk.lcrgod" style="width:70%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入Description of Goods" >
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"货物类型"
prop=
"dedgrp.rec.stagod"
>
<c-select
v-model=
"model.dedgrp.rec.stagod"
style=
"width:70%"
placeholder=
"请选择货物类型"
>
<el-option
v-for=
"item in codes.godcod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"单据要求"
prop=
"dedgrp.blk.lcrdoc"
>
<el-form-item
label=
"货物描述"
prop=
"dedgrp.blk.lcrgod"
>
<c-input
type=
"textarea"
:autosize=
"
{ minRows: 6, maxRows: 8}" v-model="model.dedgrp.blk.lcrdoc" maxlength="1950" style="width:70%;margin-right:20px;" show-word-limit placeholder="请输入单据要求" >
</c-input>
<c-input
</el-form-item>
type=
"textarea"
:autosize=
"
{ minRows: 6, maxRows: 8 }"
v-model="model.dedgrp.blk.lcrgod"
style="width: 70%; margin-right: 20px"
maxlength="1430"
show-word-limit
placeholder="请输入货物描述"
>
</c-input>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"附加条款"
prop=
"dedgrp.blk.adlcnd"
>
<el-form-item
label=
"货物类型"
prop=
"dedgrp.rec.stagod"
>
<c-input
type=
"textarea"
:autosize=
"
{ minRows: 6, maxRows: 8}" v-model="model.dedgrp.blk.adlcnd" style="width:70%;margin-right:20px;" maxlength="1430" show-word-limit placeholder="请输入附加条款" >
</c-input>
<c-select
</el-form-item>
v-model=
"model.dedgrp.rec.stagod"
style=
"width: 70%"
placeholder=
"请选择货物类型"
>
<el-option
v-for=
"item in codes.godcod"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"给付款、承兑、议付行的指示"
prop=
"dedgrp.blk.insbnk"
>
<el-form-item
label=
"单据要求"
prop=
"dedgrp.blk.lcrdoc"
>
<c-input
type=
"textarea"
:autosize=
"
{ minRows: 6, maxRows: 8}" v-model="model.dedgrp.blk.insbnk" style="width:70%;margin-right:20px;" maxlength="325" show-word-limit placeholder="请输入付行的指示" >
</c-input>
<c-input
</el-form-item>
type=
"textarea"
:autosize=
"
{ minRows: 6, maxRows: 8 }"
v-model="model.dedgrp.blk.lcrdoc"
maxlength="1950"
style="width: 70%; margin-right: 20px"
show-word-limit
placeholder="请输入单据要求"
>
</c-input>
</el-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"附加条款"
prop=
"dedgrp.blk.adlcnd"
>
<span
v-text=
"model.detp.hwfwms"
data-path=
".detp.hwfwms"
>
</span>
<c-input
</c-col>
type=
"textarea"
:autosize=
"
{ minRows: 6, maxRows: 8 }"
<c-col
:span=
"12"
>
v-model="model.dedgrp.blk.adlcnd"
<span
v-text=
"model.detp.hwtype"
data-path=
".detp.hwtype"
>
</span>
style="width: 70%; margin-right: 20px"
</c-col>
maxlength="1430"
show-word-limit
placeholder="请输入附加条款"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"给付款、承兑、议付行的指示"
prop=
"dedgrp.blk.insbnk"
>
<el-form-item
label=
"单据条款"
prop=
"dedgrp.blk.lcrdoc"
>
<c-input
<c-input
type=
"textarea"
v-model=
"model.dedgrp.blk.lcrdoc"
maxlength=
"65"
show-word-limit
placeholder=
"请输入单据条款"
></c-input>
type=
"textarea"
</el-form-item>
:autosize=
"
{ minRows: 6, maxRows: 8 }"
</c-col>
v-model="model.dedgrp.blk.insbnk"
style="width: 70%; margin-right: 20px"
<c-col
:span=
"12"
>
maxlength="325"
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onLcrdocButtxmsel"
>
show-word-limit
...
placeholder="请输入付行的指示"
</c-button>
>
</c-input>
</c-col>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
</div>
<el-form-item
label=
"附加条款"
prop=
"dedgrp.blk.adlcnd"
>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.blk.adlcnd"
maxlength=
"65"
show-word-limit
placeholder=
"请输入附加条款"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onAdlcndButtxmsel"
>
...
</c-button>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"给付款、"
prop=
"dedgrp.blk.insbnk"
>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.blk.insbnk"
maxlength=
"65"
show-word-limit
placeholder=
"请输入给付款、"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<c-button
size=
"small"
type=
"primary"
icon=
"el-icon-search"
@
click=
"onInsbnkButtxmsel"
>
...
</c-button>
</c-col>
-->
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
Api
from
"~/service/Api"
import
Api
from
"~/service/Api"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
commonProcess
from
"~/mixin/commonProcess"
;
import
CodeTable
from
"~/config/CodeTable"
import
CodeTable
from
"~/config/CodeTable"
;
import
Event
from
"~/model/Detopn/Event"
import
Event
from
"~/model/Detopn/Event"
;
export
default
{
export
default
{
inject
:
[
'root'
],
inject
:
[
"root"
],
props
:[
"model"
,
"codes"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
(){
data
()
{
return
{
return
{};
},
}
methods
:
{
...
Event
},
},
created
:
function
()
{},
methods
:{...
Event
},
};
created
:
function
(){
}
}
</
script
>
</
script
>
<
style
>
<
style
>
</
style
>
</
style
>
src/views/Business/Detopn/Detp1.vue
View file @
6631483b
...
@@ -140,46 +140,18 @@
...
@@ -140,46 +140,18 @@
<c-input
v-model=
"model.dedgrp.rec.kzref"
maxlength=
"35"
placeholder=
"请输入信用证编号"
></c-input>
<c-input
v-model=
"model.dedgrp.rec.kzref"
maxlength=
"35"
placeholder=
"请输入信用证编号"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"24"
>
<el-form-item
label=
"开证行BIC"
prop=
"dedgrp.iss.pts.extkey"
>
<c-input
v-model=
"model.dedgrp.iss.pts.extkey"
maxlength=
"16"
placeholder=
"请输入External Key of Address"
></c-input>
</el-form-item>
</c-col>
-->
<!-- =========================开证行========================= -->
<!-- =========================开证行========================= -->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"开证行BIC"
prop=
"dedgrp.iss.pts.extkey"
>
<el-form-item
label=
"开证行BIC"
prop=
"dedgrp.iss.pts.extkey"
>
<c-input
<c-input
v-model=
"model.dedgrp.iss.pts.extkey"
v-model=
"model.dedgrp.iss.pts.extkey"
maxlength=
"16"
maxlength=
"16"
placeholder=
"请输入
External Key of Address
"
placeholder=
"请输入
开证行BIC
"
@
keyup
.
enter
.
native=
"showGridPromptDialog('dedgrp.iss.pts.extkey')"
@
keyup
.
enter
.
native=
"showGridPromptDialog('dedgrp.iss.pts.extkey')"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"24"
>
<el-form-item
label=
"开证行联行行号"
prop=
"dedgrp.iss.pts.bankno"
>
<c-input
v-model=
"model.dedgrp.iss.pts.bankno"
maxlength=
"20"
placeholder=
"请输入Number of bank"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"开证行联行名称"
prop=
"dedgrp.iss.pts.jigomc"
>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.iss.pts.jigomc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入联行名称 电证用"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"开证行地址"
prop=
"dedgrp.iss.pts.dizhii"
>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.iss.pts.dizhii"
maxlength=
"35"
show-word-limit
placeholder=
"请输入地址 电证用"
></c-input>
</el-form-item>
</c-col>
-->
<c-ptapdome
<c-ptapdome
:model=
"model"
:model=
"model"
...
@@ -347,13 +319,13 @@
...
@@ -347,13 +319,13 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"申请人账号"
prop=
"dedgrp.apl.pts.extact"
>
<el-form-item
label=
"申请人账号"
prop=
"dedgrp.apl.pts.extact"
>
<c-input
v-model=
"model.dedgrp.apl.pts.extact"
maxlength=
"34"
placeholder=
"请输入
External Account
"
></c-input>
<c-input
v-model=
"model.dedgrp.apl.pts.extact"
maxlength=
"34"
placeholder=
"请输入
申请人账号
"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"申请人开户行 联行行号"
prop=
"dedgrp.apb.pts.bankno"
>
<el-form-item
label=
"申请人开户行 联行行号"
prop=
"dedgrp.apb.pts.bankno"
>
<c-input
v-model=
"model.dedgrp.apb.pts.bankno"
maxlength=
"20"
placeholder=
"请输入
Number of bank
"
></c-input>
<c-input
v-model=
"model.dedgrp.apb.pts.bankno"
maxlength=
"20"
placeholder=
"请输入
申请人开户行 联行行号
"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
...
src/views/Business/Detopn/Ovwp.vue
View file @
6631483b
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<!-- ====================左边======================= -->
<!-- ====================左边======================= -->
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"20"
>
<c-col
:span=
"20"
>
<el-form-item
label=
"信用证号码"
prop=
"dedgrp.rec.ownref"
style=
"width: 100%"
>
<el-form-item
<c-input
v-model=
"model.dedgrp.rec.ownref"
maxlength=
"16"
placeholder=
"请输入Reference"
label=
"信用证号码"
style=
"width: 95%"
disabled
></c-input>
prop=
"dedgrp.rec.ownref"
</el-form-item>
style=
"width: 100%"
</c-col>
>
<!--
<c-col
:span=
"1"
style=
"text-align: right"
>
-->
<c-input
<c-col
:span=
"1"
>
v-model=
"model.dedgrp.rec.ownref"
<!--
<el-form-item
label=
""
label-width=
"5px"
>
-->
maxlength=
"16"
<c-button
style=
"margin: 0 10px 0 0; padding: 0 12px"
size=
"small"
type=
"primary"
@
click=
"onSeainf"
>
placeholder=
"请输入Reference"
<span
style=
"
style=
"width: 95%"
font-size: 15px;
disabled
font-family: '宋体';
></c-input>
font-weight: bold;
</el-form-item>
"
>
i
</span>
</c-col>
</c-button>
<!--
<c-col
:span=
"1"
style=
"text-align: right"
>
-->
<!--
</el-form-item>
-->
<c-col
:span=
"1"
>
</c-col>
<!--
<el-form-item
label=
""
label-width=
"5px"
>
-->
<c-col
:span=
"2"
:offset=
"1"
style=
"text-align: right"
>
<c-button
<!--
<el-form-item
label=
""
label-width=
"5px"
>
-->
style=
"margin: 0 10px 0 0; padding: 0 12px"
<c-button
style=
"margin: 0 0"
size=
"small"
type=
"primary"
:disabled=
"this.flag"
size=
"small"
@
click=
"onDetpButgetref"
>
type=
"primary"
获取
@
click=
"onSeainf"
</c-button>
>
<!--
</el-form-item>
-->
<span
</c-col>
style=
"font-size: 15px; font-family: '宋体'; font-weight: bold"
<!--
</c-col>
-->
>
i
</span
</c-col>
>
</c-button>
<c-col
:span=
"24"
>
<!--
</el-form-item>
-->
<el-form-item
label=
"是否可以转让"
prop=
"dedgrp.rec.lcrtyp"
>
</c-col>
<c-select
v-model=
"model.dedgrp.rec.lcrtyp"
style=
"width: 100%"
placeholder=
"请选择"
>
<c-col
:span=
"2"
:offset=
"1"
style=
"text-align: right"
>
<el-option
v-for=
"item in codes.lcrtyp"
:key=
"item.value"
:label=
"item.label"
<!--
<el-form-item
label=
""
label-width=
"5px"
>
-->
:value=
"item.value"
>
<c-button
</el-option>
style=
"margin: 0 0"
</c-select>
size=
"small"
</el-form-item>
type=
"primary"
</c-col>
:disabled=
"this.flag"
@
click=
"onDetpButgetref"
>
获取
</c-button>
<!--
</el-form-item>
-->
</c-col>
<!--
</c-col>
-->
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"所属客户经理"
prop=
"detp.usr.extkey"
style=
"width: 100%"
>
<el-form-item
label=
"是否可以转让"
prop=
"dedgrp.rec.lcrtyp"
>
<c-fullbox>
<c-select
<c-input
v-model=
"model.detp.usr.extkey"
maxlength=
"8"
placeholder=
"请输入所属客户经理"
disabled
>
v-model=
"model.dedgrp.rec.lcrtyp"
</c-input>
style=
"width: 100%"
<template
slot=
"footer"
>
placeholder=
"请选择"
<c-button
style=
"margin-left: 10px; padding: 0 10px"
size=
"small"
icon=
"el-icon-search"
>
type=
"primary"
@
click=
"onExtkey"
></c-button>
<el-option
</
template
>
v-for=
"item in codes.lcrtyp"
</c-fullbox>
:key=
"item.value"
</el-form-item>
:label=
"item.label"
</c-col>
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<!-- <c-col>
<c-col
:span=
"24"
>
<el-form-item
</c-col> -->
label=
"所属客户经理"
prop=
"detp.usr.extkey"
style=
"width: 100%"
>
<c-fullbox>
<c-input
v-model=
"model.detp.usr.extkey"
maxlength=
"8"
placeholder=
"请输入所属客户经理"
disabled
>
</c-input>
<template
slot=
"footer"
>
<c-button
style=
"margin-left: 10px; padding: 0 10px"
size=
"small"
icon=
"el-icon-search"
type=
"primary"
@
click=
"onExtkey"
></c-button>
</
template
>
</c-fullbox>
</el-form-item>
</c-col>
<c-col
:span=
"13"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"信用证金额"
prop=
"dedgrp.cbs.nom1.cur"
>
<el-form-item
label=
"信用证金额"
prop=
"dedgrp.cbs.nom1.cur"
>
<c-select
disabled
v-model=
"model.dedgrp.cbs.nom1.cur"
style=
"width: 100%"
placeholder=
"请选择Currency"
<c-select
@
keyup
.
enter
.
native=
"nom1CurEvent"
>
disabled
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
v-model=
"model.dedgrp.cbs.nom1.cur"
</el-option>
style=
"width: 100%"
</c-select>
placeholder=
"请选择币种"
</el-form-item>
@
keyup
.
enter
.
native=
"nom1CurEvent"
</c-col>
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<el-form-item
style=
"text-align: left"
label-width=
"5px"
prop=
"dedgrp.cbs.nom1.amt"
>
<el-form-item
<c-input-currency
v-model=
"model.dedgrp.cbs.nom1.amt"
style=
"text-align: left; width: 100%"
style=
"text-align: left"
placeholder=
"请输入信用证金额"
@
keyup
.
enter
.
native=
"
label-width=
"5px"
defaultFunction(
prop=
"dedgrp.cbs.nom1.amt"
'dedgrp.cbs.nom1.amt',
>
model.dedgrp.cbs.nom1.amt
<c-input-currency
)
v-model=
"model.dedgrp.cbs.nom1.amt"
"
></c-input-currency>
style=
"text-align: left; width: 100%"
</el-form-item>
placeholder=
"请输入信用证金额"
</c-col>
@
keyup
.
enter
.
native=
"
defaultFunction('dedgrp.cbs.nom1.amt', model.dedgrp.cbs.nom1.amt)
"
></c-input-currency>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"大写金额"
prop=
"detp.upamt"
>
<el-form-item
label=
"大写金额"
prop=
"detp.upamt"
>
<c-input
v-model=
"model.detp.upamt"
maxlength=
"76"
placeholder=
"请输入大写金额"
disabled
></c-input>
<c-input
</el-form-item>
v-model=
"model.detp.upamt"
</c-col>
maxlength=
"76"
placeholder=
"请输入大写金额"
disabled
></c-input>
</el-form-item>
</c-col>
<!--
<c-col :span="24">
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<c-col
:span=
"13"
>
<
el
-form-item label="上下浮动限额" prop="dedgrp.rec.nomtop">
<
c
-form-item
label=
"上下浮动限额"
prop=
"dedgrp.rec.nomtop"
>
<c-input
<c-input
v-model=
"model.dedgrp.rec.nomtop"
v-model=
"model.dedgrp.rec.nomtop"
maxlength="
9
"
maxlength=
"
10
"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请输入Amount Tolerance - Positive"
placeholder=
"请输入Amount Tolerance - Positive"
></c-input>
></c-input>
<label style="display: inline-block; width: 10%; text-align: center"
</c-form-item>
>-</label
</c-col>
>
<c-col
:span=
"1"
style=
"text-align: center"
>
<label
style=
"
display: inline-block;
width: calc(3% - 4px);
text-align: center;
"
>
-
</label
>
</c-col>
<c-col
:span=
"10"
>
<c-form-item
label=
""
prop=
"dedgrp.rec.nomton"
label-width=
"0"
>
<c-input
<c-input
v-model=
"model.dedgrp.rec.nomton"
v-model=
"model.dedgrp.rec.nomton"
maxlength="9"
prop=
"dedgrp.rec.nomton"
maxlength=
"10"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请输入Amount Tolerance - Negative"
placeholder=
"请输入Amount Tolerance - Negative"
></c-input
>
></c-input
</el
-form-item>
></c
-form-item>
</c-col>
</c-col>
</c-col>
-->
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"13"
>
<c-col
:span=
"13"
>
<el-form-item
label=
"信用证最大金额"
prop=
"dedgrp.cbs.max.cur"
>
<c-form-item
label=
"上下浮动限额"
prop=
"dedgrp.rec.nomtop"
>
<c-select
<c-input
v-model=
"model.dedgrp.rec.nomtop"
maxlength=
"10"
style=
"width: 100%"
v-model=
"model.dedgrp.cbs.max.cur"
placeholder=
"请输入Amount Tolerance - Positive"
></c-input>
placeholder=
"请选择币种"
</c-form-item>
disabled
</c-col>
>
<c-col
:span=
"1"
style=
"text-align: center"
>
<el-option
<label
style=
"
v-for=
"item in codes.cur"
display: inline-block;
:key=
"item.value"
width: calc(3% - 4px);
:label=
"item.label"
text-align: center;
:value=
"item.value"
"
>
-
</label>
>
</c-col>
</el-option>
<c-col
:span=
"10"
>
</c-select>
<c-form-item
label=
""
prop=
"dedgrp.rec.nomton"
label-width=
"0"
>
</el-form-item>
<c-input
v-model=
"model.dedgrp.rec.nomton"
prop=
"dedgrp.rec.nomton"
maxlength=
"10"
style=
"width: 100%"
</c-col>
placeholder=
"请输入Amount Tolerance - Negative"
></c-input></c-form-item>
</c-col>
</c-col>
<!-- <c-col :span="12" style="text-align: left">
<c-col
:span=
"11"
>
<el-form-item
<el-form-item
label=
""
label-width=
"5px"
prop=
"dedgrp.cbs.max.amt"
>
label=""
style="text-align: left; margin-left: 12px"
label-width="150px"
prop="dedgrp.rec.nomton"
>
<c-input
<c-input
v-model="model.dedgrp.
rec.nomton
"
v-model=
"model.dedgrp.
cbs.max.amt
"
maxlength="9
"
placeholder=
"请输入信用证最大金额
"
placeholder="请输入Amount Tolerance - Negative"
disabled
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col> -->
</c-col>
<!-- <c-col> </c-col> -->
<c-col
:span=
"13"
>
<el-form-item
label=
"信用证最大金额"
prop=
"dedgrp.cbs.max.cur"
>
<c-select
v-model=
"model.dedgrp.cbs.max.cur"
placeholder=
"请选择Currency"
disabled
>
<el-option
v-for=
"item in codes.cur"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"11"
>
<el-form-item
label=
""
label-width=
"5px"
prop=
"dedgrp.cbs.max.amt"
>
<c-input
v-model=
"model.dedgrp.cbs.max.amt"
placeholder=
"请输入信用证最大金额"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"贸易类型"
prop=
"dedgrp.rec.mytype"
>
<c-select
v-model=
"model.dedgrp.rec.mytype"
style=
"width: 100%"
placeholder=
"请选择贸易类型"
@
change=
"mytypeChange"
>
<el-option
v-for=
"item in codes.mytype"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<c-col :span="13">
<el-form-item label="开证日期" prop="dedgrp.rec.opndat">
<c-date-picker
type="date"
v-model="model.dedgrp.rec.opndat"
value-format="yyyy-MM-dd"
style="width: 100%"
placeholder="请选择Date"
></c-date-picker>
</el-form-item>
</c-col>
</c-col> -->
<c-col
:span=
"24"
>
<c-form-item
label=
"开证日期"
prop=
"dedgrp.rec.opndat"
>
<c-date-picker
type=
"date"
v-model=
"model.dedgrp.rec.opndat"
value-format=
"yyyy-MM-dd"
placeholder=
"请选择Date"
style=
"width: 100%"
></c-date-picker>
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.dedgrp.rec.mytype == 'H'"
label=
"最迟货物装运日"
prop=
"dedgrp.rec.shpdat"
>
<c-date-picker
type=
"date"
v-model=
"model.dedgrp.rec.shpdat"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
placeholder=
"请选择Date"
></c-date-picker>
</el-form-item>
<el-form-item
v-if=
"model.dedgrp.rec.mytype == 'F'"
label=
"最迟服务提供日"
prop=
"dedgrp.rec.shpdat"
>
<c-date-picker
type=
"date"
v-model=
"model.dedgrp.rec.shpdat"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
placeholder=
"请选择Date"
></c-date-picker>
</el-form-item>
<el-form-item
label=
"最迟货物装运日/服务提供日"
v-if=
"model.dedgrp.rec.mytype == '3'"
prop=
"dedgrp.rec.shpdat"
>
<c-date-picker
type=
"date"
v-model=
"model.dedgrp.rec.shpdat"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
placeholder=
"请选择"
></c-date-picker>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<c-col :span="13">
<el-form-item label="有效日期" prop="dedgrp.rec.expdat">
<c-date-picker
type="date"
v-model="model.dedgrp.rec.expdat"
value-format="yyyy-MM-dd"
style="width: 100%"
placeholder="请选择Date"
></c-date-picker>
</el-form-item>
</c-col>
</c-col> -->
<c-col
:span=
"24"
>
<c-form-item
label=
"有效日期"
prop=
"dedgrp.rec.expdat"
>
<c-date-picker
type=
"date"
v-model=
"model.dedgrp.rec.expdat"
value-format=
"yyyy-MM-dd"
placeholder=
"请选择Date"
style=
"width: 100%"
></c-date-picker>
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-form-item
label=
"开证行开证类型"
prop=
"dedgrp.rec.dkflg"
>
<c-select
v-model=
"model.dedgrp.rec.dkflg"
style=
"width: 100%"
placeholder=
"请选择"
:code=
"codes.dkflg"
disabled
></c-select>
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"有效地点"
prop=
"dedgrp.rec.expplc"
>
<c-input
v-model=
"model.dedgrp.rec.expplc"
maxlength=
"35"
placeholder=
"请输入Place of Expiry"
>
</c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="24">
<c-form-item label="货运时间" prop="dedgrp.rec.shpdat">
<c-date-picker
type="date"
v-model="model.dedgrp.rec.shpdat"
style="width: 100%"
placeholder="请选择Shipment Date"
></c-date-picker>
</c-form-item>
</c-col> -->
<c-col
:span=
"24"
>
<el-form-item
label=
"转运"
prop=
"dedgrp.rec.shptrs"
>
<c-select
v-model=
"model.dedgrp.rec.shptrs"
style=
"width: 100%"
placeholder=
"请选择"
:disabled=
"model.dedgrp.rec.mytype == 'F'"
>
<el-option
label=
"不允许"
value=
"禁止"
></el-option>
<el-option
label=
"允许"
value=
"允许"
></el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"是否通过电证系统"
prop=
"dedgrp.rec.elcflg"
>
<c-select
v-model=
"model.dedgrp.rec.elcflg"
style=
"width: 100%"
placeholder=
"请选择是否通过电证系统"
>
<el-option
v-for=
"item in codes.elcflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<!--
<c-col
:span=
"24"
>
<c-col :span="24">
<el-form-item
label=
"贸易类型"
prop=
"dedgrp.rec.mytype"
>
<el-form-item label="是否代开信用证" prop="dedgrp.rec.dkflg">
<c-select
<c-select v-model="model.dedgrp.rec.dkflg" style="width:100%" placeholder="请选择是否代开信用证">
v-model=
"model.dedgrp.rec.mytype"
</c-select>
style=
"width: 100%"
placeholder=
"请选择贸易类型"
@
change=
"mytypeChange"
>
<el-option
v-for=
"item in codes.mytype"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"信用证兑付方式"
prop=
"dedgrp.rec.avbby"
>
<c-select
v-model=
"model.dedgrp.rec.avbby"
style=
"width: 100%"
@
change=
"avbbykeyEvent"
placeholder=
"请选择"
>
<el-option
v-for=
"item in codes.avbbyDetopn"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"天数"
prop=
"dedgrp.rec.tenmaxday"
>
<c-input
v-model
.
number=
"model.dedgrp.rec.tenmaxday"
placeholder=
"请输入天数"
:disabled=
"model.dedgrp.rec.avbby == 'P'"
></c-input>
</el-form-item>
</c-col>
<div
v-if=
"model.dedgrp.rec.avbby != 'D'"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"远期付款指示"
prop=
"dedgrp.blk.dftat"
>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.blk.dftat"
maxlength=
"35"
show-word-limit
placeholder=
"请输入远期付款指示"
:disabled=
"!model.dedgrp.rec.avbby"
></c-input>
</el-form-item>
</c-col>
</div>
<div
v-else
>
<c-col
:span=
"24"
>
<el-form-item
label=
"远期付款指示"
prop=
"dedgrp.blk.defdet"
>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.blk.defdet"
maxlength=
"35"
show-word-limit
placeholder=
"请输入远期付款指示"
></c-input>
</el-form-item>
</c-col>
</div>
</c-col>
<!-- ========================右边======================= -->
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"摘要"
prop=
"dedgrp.rec.nam"
>
<c-input
text-align=
"middle"
v-model=
"model.dedgrp.rec.nam"
maxlength=
"40"
disabled
placeholder=
"请输入Externally Displayed Name to Identify the Contract"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"{
title: '受益人',
grp: 'dedgrp',
rol: 'ben',
}"
:isAdrblk=
"false"
@
onSeainf=
"onSeainf"
@
onAplpDet=
"onBenpDet"
>
</c-ptap>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"受益人账号"
prop=
"dedgrp.ben.pts.extact"
>
<c-input
v-model=
"model.dedgrp.ben.pts.extact"
maxlength=
"16"
placeholder=
"请输入受益人账号"
></c-input>
</el-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col :span="24">
<c-form-item
label=
"开证日期"
prop=
"dedgrp.rec.opndat"
>
<el-form-item label="受益人参考号" prop="dedgrp.ben.pts.ref">
<c-date-picker
<c-input v-model="model.dedgrp.ben.pts.ref" maxlength="16" placeholder="请输入受益人参考号"></c-input>
type=
"date"
v-model=
"model.dedgrp.rec.opndat"
value-format=
"yyyy-MM-dd"
placeholder=
"请选择日期"
style=
"width: 100%"
></c-date-picker>
</c-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
v-if=
"model.dedgrp.rec.mytype == 'H'"
label=
"最迟货物装运日"
prop=
"dedgrp.rec.shpdat"
>
<c-date-picker
type=
"date"
v-model=
"model.dedgrp.rec.shpdat"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
placeholder=
"请选择日期"
></c-date-picker>
</el-form-item>
<el-form-item
v-if=
"model.dedgrp.rec.mytype == 'F'"
label=
"最迟服务提供日"
prop=
"dedgrp.rec.shpdat"
>
<c-date-picker
type=
"date"
v-model=
"model.dedgrp.rec.shpdat"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
placeholder=
"请选择日期"
></c-date-picker>
</el-form-item>
<el-form-item
label=
"最迟货物装运日/服务提供日"
v-if=
"model.dedgrp.rec.mytype == '3'"
prop=
"dedgrp.rec.shpdat"
>
<c-date-picker
type=
"date"
v-model=
"model.dedgrp.rec.shpdat"
value-format=
"yyyy-MM-dd"
style=
"width: 100%"
placeholder=
"请选择"
></c-date-picker>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col :span="18">
<c-form-item
label=
"有效日期"
prop=
"dedgrp.rec.expdat"
>
<el-form-item label="受益人ID" prop="dedgrp.ben.pts.extkey">
<c-date-picker
<c-input v-model="model.dedgrp.ben.pts.extkey" maxlength="16" placeholder="请输入受益人Extkey"
type=
"date"
@keyup.enter.native="
v-model=
"model.dedgrp.rec.expdat"
showGridPromptDialog('dedgrp.apl.pts.extkey')
value-format=
"yyyy-MM-dd"
"
placeholder=
"请选择日期"
></c-input>
style=
"width: 100%"
</el-form-item>
></c-date-picker>
</c-col>
</c-form-item>
<c-col :span="6" style="text-align: right">
<c-col :span="12">
<el-form-item label="" label-width="5px">
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="onSeainf('dedgrp.ben.pts.extkey')"
></c-button>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" label-width="5px">
<c-button size="small" type="primary" @click="onBenpDet">
详情
</c-button>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item label="受益人名称" prop="dedgrp.ben.namelc">
<c-form-item
label=
"开证行开证类型"
prop=
"dedgrp.rec.dkflg"
>
<c-input type="textarea" v-model="model.dedgrp.ben.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
<c-select
</el-form-item>
v-model=
"model.dedgrp.rec.dkflg"
style=
"width: 100%"
placeholder=
"请选择"
:code=
"codes.dkflg"
disabled
></c-select>
</c-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item label="受益人地址" prop="dedgrp.ben.adrelc">
<el-form-item
label=
"有效地点"
prop=
"dedgrp.rec.expplc"
>
<c-input type="textarea" v-model="model.dedgrp.ben.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
<c-input
v-model=
"model.dedgrp.rec.expplc"
maxlength=
"35"
placeholder=
"请输入有效地点"
>
</c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item label="受益人账号" prop="dedgrp.ben.pts.extact">
<el-form-item
label=
"转运"
prop=
"dedgrp.rec.shptrs"
>
<c-input v-model="model.dedgrp.ben.pts.extact" maxlength="34" placeholder="请输入External Account"></c-input>
<c-select
v-model=
"model.dedgrp.rec.shptrs"
style=
"width: 100%"
placeholder=
"请选择"
:disabled=
"model.dedgrp.rec.mytype == 'F'"
>
<el-option
label=
"不允许"
value=
"禁止"
></el-option>
<el-option
label=
"允许"
value=
"允许"
></el-option>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
-->
<c-col
:span=
"24"
>
<el-form-item
label=
"受益人开户行联行行号"
prop=
"dedgrp.beb.pts.bankno"
>
<c-input
v-model=
"model.dedgrp.beb.pts.bankno"
maxlength=
"20"
placeholder=
"请输入Number of bank"
>
</c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<el-form-item
label=
"受益人开户行联行名称 电证用"
prop=
"dedgrp.beb.pts.jigomc"
>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.beb.pts.jigomc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入联行名称 电证用"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-ptap
:model=
"model"
:argadr=
"{
title: '申请人',
grp: 'dedgrp',
rol: 'apl',
}"
:isAdrblk=
"false"
@
onSeainf=
"onSeainf"
@
onAplpDet=
"onBenpDet"
>
</c-ptap>
</c-col>
<!--
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item label="申请人参考号" prop="dedgrp.apl.pts.ref">
<el-form-item
label=
"是否通过电证系统"
prop=
"dedgrp.rec.elcflg"
>
<c-input v-model="model.dedgrp.apl.pts.ref" maxlength="16" placeholder="请输入申请人参考号"></c-input>
<c-select
v-model=
"model.dedgrp.rec.elcflg"
style=
"width: 100%"
placeholder=
"请选择是否通过电证系统"
>
<el-option
v-for=
"item in codes.elcflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col :span="24">
<el-form-item
label=
"信用证兑付方式"
prop=
"dedgrp.rec.avbby"
>
<el-form-item label="申请人ID" prop="dedgrp.apl.pts.extkey">
<c-select
<c-input v-model="model.dedgrp.apl.pts.extkey" maxlength="16" placeholder="请输入申请人Extkey"></c-input>
v-model=
"model.dedgrp.rec.avbby"
style=
"width: 100%"
@
change=
"avbbykeyEvent"
placeholder=
"请选择"
>
<el-option
v-for=
"item in codes.avbbyDetopn"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col :span="18">
<el-form-item
label=
"天数"
prop=
"dedgrp.rec.tenmaxday"
>
<el-form-item label="申请人ID" prop="dedgrp.apl.pts.extkey">
<c-input
<c-input v-model="model.dedgrp.apl.pts.extkey" maxlength="16" placeholder="请输入申请人Extkey"
v-model
.
number=
"model.dedgrp.rec.tenmaxday"
></c-input>
placeholder=
"请输入天数"
:disabled=
"model.dedgrp.rec.avbby == 'P'"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
<c-col :span="6" style="text-align: right">
<c-col :span="12">
<el-form-item label="" label-width="5px">
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="onSeainf('dedgrp.apl.pts.extkey')"
></c-button>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" label-width="5px">
<c-button size="small" type="primary" @click="onAplpDet">
详情
</c-button>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col :span="24">
<div
v-if=
"model.dedgrp.rec.avbby != 'D'"
>
<el-form-item label="申请人名称" prop="dedgrp.apl.namelc">
<c-col
:span=
"24"
>
<c-input type="textarea" v-model="model.dedgrp.apl.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
<el-form-item
label=
"远期付款指示"
prop=
"dedgrp.blk.dftat"
>
</el-form-item>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.blk.dftat"
maxlength=
"35"
show-word-limit
placeholder=
"请输入远期付款指示"
:disabled=
"!model.dedgrp.rec.avbby"
></c-input>
</el-form-item>
</c-col>
</c-col>
</div>
<c-col :span="24">
<div
v-else
>
<el-form-item label="申请人地址" prop="dedgrp.apl.pts.adrblk">
<c-col
:span=
"24"
>
<c-input type="textarea" v-model="model.dedgrp.apl.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
<el-form-item
label=
"远期付款指示"
prop=
"dedgrp.blk.defdet"
>
</el-form-item>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.blk.defdet"
maxlength=
"35"
show-word-limit
placeholder=
"请输入远期付款指示"
></c-input>
</el-form-item>
</c-col>
</c-col>
-->
</div>
</c-col>
<c-col
:span=
"24"
>
<!-- ========================右边======================= -->
<el-form-item
label=
"是否通知客户"
prop=
"dedgrp.rec.rejflg"
>
<c-col
:span=
"11"
:offset=
"1"
>
<c-select
v-model=
"model.dedgrp.rec.rejflg"
style=
"width: 100%"
placeholder=
"请选择是否通知客户"
:code=
"codes.ELC022"
>
<c-col
:span=
"24"
>
</c-select>
<el-form-item
label=
"摘要"
prop=
"dedgrp.rec.nam"
>
</el-form-item>
<c-input
</c-col>
text-align=
"middle"
v-model=
"model.dedgrp.rec.nam"
maxlength=
"40"
disabled
placeholder=
"请输入Externally Displayed Name to Identify the Contract"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"拒绝通知理由"
prop=
"dedgrp.blk.rejadvrsn"
>
<c-ptap
<c-input
type=
"textarea"
v-model=
"model.dedgrp.blk.rejadvrsn"
maxlength=
"35"
show-word-limit
:model=
"model"
placeholder=
"请输入拒绝通知理由"
:disabled=
"model.dedgrp.rec.rejflg != 'ADRE'"
></c-input>
:argadr=
"{
</el-form-item>
title: '受益人',
</c-col>
grp: 'dedgrp',
rol: 'ben',
}"
:isAdrblk=
"false"
@
onSeainf=
"onSeainf"
@
onAplpDet=
"onBenpDet"
>
</c-ptap>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<el-form-item
label=
"交单期限"
prop=
"dedgrp.blk.preper"
>
<c-col
:span=
"24"
>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.blk.preper"
maxlength=
"35"
show-word-limit
<el-form-item
label=
"受益人账号"
prop=
"dedgrp.ben.pts.extact"
>
placeholder=
"请输入交单期限"
></c-input>
<c-input
</el-form-item>
v-model=
"model.dedgrp.ben.pts.extact"
</c-col>
maxlength=
"16"
placeholder=
"请输入受益人账号"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-col>
<!--
<c-col
:span=
"24"
>
<c-col :span="12">
<el-form-item
label=
"受益人开户行联行行号"
prop=
"dedgrp.beb.pts.bankno"
>
<el-form-item label="" prop="detp.usrget.sdamod.seainf">
<c-input
<c-input v-model="model.detp.usrget.sdamod.seainf" placeholder="请输入"></c-input>
v-model=
"model.dedgrp.beb.pts.bankno"
</el-form-item>
maxlength=
"20"
</c-col>
placeholder=
"请输入受益人开户行联行行号"
>
</c-input>
<c-col :span="12">
<el-form-item label="" prop="detp.benp.ptsget.sdamod.seainf">
<c-input v-model="model.detp.benp.ptsget.sdamod.seainf" placeholder="请输入"></c-input>
</el-form-item>
</c-col> -->
<!--
<c-col :span="12">
<el-form-item label="Address Block" prop="dedgrp.ben.pts.adrblk">
<c-input type="textarea" v-model="model.dedgrp.ben.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input>
</el-form-item>
</c-col> -->
<!--
<c-col :span="12">
<el-form-item label="Chinese address" prop="dedgrp.ben.dbfadrblkcn">
<c-input type="textarea" v-model="model.dedgrp.ben.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
-->
<!-- TODO 貌似多余的
<c-col :span="12">
<span v-text="model.detp.zchday" data-path=".detp.zchday"> </span>
</c-col> -->
<!--
<c-col :span="12">
<el-form-item label="Drag Drop Sender" prop="detp.aplp.ptsget.sdamod.dadsnd">
<c-input v-model="model.detp.aplp.ptsget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input>
</el-form-item>
</el-form-item>
</c-col> --
>
</c-col
>
<!--
<c-col
:span=
"24"
>
<c-col :span="12">
<el-form-item
<el-form-item label="" prop="detp.aplp.ptsget.sdamod.seainf">
label=
"受益人开户行联行名称 电证用"
<c-input v-model="model.detp.aplp.ptsget.sdamod.seainf" placeholder="请输入"></c-input>
prop=
"dedgrp.beb.pts.jigomc"
>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.beb.pts.jigomc"
maxlength=
"35"
show-word-limit
placeholder=
"请输入联行名称 电证用"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
-->
<!--
<c-col
:span=
"24"
>
<c-col :span="12">
<c-ptap
<c-button size="small" type="primary" @click="onAplpDet">
:model=
"model"
Details
:argadr=
"{
</c-button>
title: '申请人',
</c-col>
grp: 'dedgrp',
-->
rol: 'apl',
}"
:isAdrblk=
"false"
@
onSeainf=
"onSeainf"
@
onAplpDet=
"onBenpDet"
>
</c-ptap>
</c-col>
<!--
<c-col
:span=
"24"
>
<c-col :span="12">
<el-form-item
label=
"是否通知客户"
prop=
"dedgrp.rec.rejflg"
>
<el-form-item label="Chinese address" prop="dedgrp.apl.dbfadrblkcn">
<c-select
<c-input type="textarea" v-model="model.dedgrp.apl.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
v-model=
"model.dedgrp.rec.rejflg"
</el-form-item>
style=
"width: 100%"
</c-col>
placeholder=
"请选择是否通知客户"
:code=
"codes.ELC022"
>
<c-col :span="12">
</c-select>
<el-form-item label="Maximum Tenor" prop="dedgrp.rec.tenmaxday">
<c-input v-model="model.dedgrp.rec.tenmaxday" placeholder="请输入Maximum Tenor"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="远期付款指示" prop="dedgrp.blk.defdet">
<c-input type="textarea" v-model="model.dedgrp.blk.defdet" maxlength="35" show-word-limit placeholder="请输入远期付款指示" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="dedgrp.apl.adrelc">
<c-input type="textarea" v-model="model.dedgrp.apl.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col :span="12">
<c-col
:span=
"24"
>
<el-form-item label="远期付款指示" prop="dedgrp.blk.dftat">
<el-form-item
label=
"拒绝通知理由"
prop=
"dedgrp.blk.rejadvrsn"
>
<c-input type="textarea" v-model="model.dedgrp.blk.dftat" maxlength="35" show-word-limit placeholder="请输入远期付款指示" ></c-input>
<c-input
type=
"textarea"
v-model=
"model.dedgrp.blk.rejadvrsn"
maxlength=
"35"
show-word-limit
placeholder=
"请输入拒绝通知理由"
:disabled=
"model.dedgrp.rec.rejflg != 'ADRE'"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col :span="12">
<c-col
:span=
"24"
>
<c-button size="small" type="primary" icon="el-icon-search" @click="onLcrdftatButtxmsel">
<el-form-item
label=
"交单期限"
prop=
"dedgrp.blk.preper"
>
...
<c-input
</c-button>
type=
"textarea"
</c-col>
v-model=
"model.dedgrp.blk.preper"
maxlength=
"35"
show-word-limit
placeholder=
"请输入交单期限"
<c-col :span="12">
></c-input>
<c-button size="small" type="primary" icon="el-icon-search" @click="onPreperButtxmsel">
...
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="发起参与机构" prop="detp.dzlhhh">
<c-input v-model="model.detp.dzlhhh" maxlength="20" placeholder="请输入发起参与机构"></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
--
>
</c-col
>
</div>
</div>
</template>
</template>
<
script
>
<
script
>
import
Api
from
"~/service/Api"
;
import
Api
from
"~/service/Api"
;
...
@@ -618,23 +531,23 @@ import Utils from "~/utils";
...
@@ -618,23 +531,23 @@ import Utils from "~/utils";
import
Ptap
from
"~/views/Public/Ptap"
;
import
Ptap
from
"~/views/Public/Ptap"
;
export
default
{
export
default
{
components
:
{
"c-ptap"
:
Ptap
},
components
:
{
"c-ptap"
:
Ptap
},
inject
:
[
"root"
],
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
],
mixins
:
[
commonProcess
],
data
()
{
data
()
{
return
{
return
{
jigomcFlag
:
false
,
jigomcFlag
:
false
,
trade
:
""
,
trade
:
""
,
};
};
},
},
methods
:
{
...
Event
},
methods
:
{
...
Event
},
created
:
function
()
{
},
created
:
function
()
{},
computed
:
{
computed
:
{
flag
()
{
flag
()
{
return
this
.
model
.
dedgrp
.
ben
.
pts
.
extkey
==
""
;
return
this
.
model
.
dedgrp
.
ben
.
pts
.
extkey
==
""
;
},
},
},
},
};
};
</
script
>
</
script
>
<
style
>
<
style
>
...
...
src/views/Business/Infbfd/Infsea.vue
View file @
6631483b
...
@@ -8,29 +8,29 @@
...
@@ -8,29 +8,29 @@
<c-row>
<c-row>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Own Reference
"
prop=
"infcon.seaownref"
>
<el-form-item
label=
"
信用证编号
"
prop=
"infcon.seaownref"
>
<c-input
v-model=
"model.infcon.seaownref"
maxlength=
"16"
<c-input
v-model=
"model.infcon.seaownref"
maxlength=
"16"
placeholder=
"请输入
Own Reference
"
></c-input>
placeholder=
"请输入
信用证编号
"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Name
"
prop=
"infcon.nam"
>
<el-form-item
label=
"
业务简略信息
"
prop=
"infcon.nam"
>
<c-input
v-model=
"model.infcon.nam"
maxlength=
"40"
placeholder=
"请输入
Name
"
></c-input>
<c-input
v-model=
"model.infcon.nam"
maxlength=
"40"
placeholder=
"请输入
业务简略信息
"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Opening between
"
prop=
"infcon.opndatfrom"
style=
"width: 100%"
>
<el-form-item
label=
"
开立日期
"
prop=
"infcon.opndatfrom"
style=
"width: 100%"
>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatfrom"
style=
"width: 100%"
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatfrom"
style=
"width: 100%"
placeholder=
"请选择
Opening between
"
value-format=
"yyyy-MM-dd"
></c-date-picker>
placeholder=
"请选择
起始日期
"
value-format=
"yyyy-MM-dd"
></c-date-picker>
</c-col>
</c-col>
<c-col
:span=
"2"
style=
"text-align: center"
>
<c-col
:span=
"2"
style=
"text-align: center"
>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
<label
style=
"display: inline-block; width: 100%"
>
-
</label>
</c-col>
</c-col>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatto"
style=
"width: 100%"
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatto"
style=
"width: 100%"
placeholder=
"请选择
Open Date to
"
value-format=
"yyyy-MM-dd"
></c-date-picker>
placeholder=
"请选择
截止日期
"
value-format=
"yyyy-MM-dd"
></c-date-picker>
</c-col>
</c-col>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -42,98 +42,70 @@
...
@@ -42,98 +42,70 @@
<c-row>
<c-row>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Select Single Party
"
prop=
"infcon.pty.extkey"
>
<el-form-item
label=
"
当事人编号
"
prop=
"infcon.pty.extkey"
>
<c-input
v-model=
"model.infcon.pty.extkey"
maxlength=
"24"
<c-input
v-model=
"model.infcon.pty.extkey"
maxlength=
"24"
placeholder=
"请输入
Select Single Party
"
></c-input>
placeholder=
"请输入
当事人编号
"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Party Name
"
prop=
"infcon.pty.nam"
>
<el-form-item
label=
"
当事人名称
"
prop=
"infcon.pty.nam"
>
<c-input
v-model=
"model.infcon.pty.nam"
maxlength=
"40"
<c-input
v-model=
"model.infcon.pty.nam"
maxlength=
"40"
placeholder=
"请输入
Party Name
"
></c-input>
placeholder=
"请输入
当事人名称
"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Party Name/BIC
"
prop=
"infcon.seapty"
>
<el-form-item
label=
"
当事人BIC编码
"
prop=
"infcon.seapty"
>
<c-input
v-model=
"model.infcon.seapty"
maxlength=
"24"
<c-input
v-model=
"model.infcon.seapty"
maxlength=
"24"
placeholder=
"请输入
Party Name/BIC
"
></c-input>
placeholder=
"请输入
当事人BIC编码
"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Role
"
prop=
"infcon.searol"
>
<el-form-item
label=
"
当事人角色
"
prop=
"infcon.searol"
>
<c-select
v-model=
"model.infcon.searol"
style=
"width: 100%"
<c-select
v-model=
"model.infcon.searol"
style=
"width: 100%"
placeholder=
"请选择
Role
"
:code=
"codes.payrol"
>
placeholder=
"请选择
当事人角色
"
:code=
"codes.payrol"
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
<el-form-item
label=
"当事人参考号"
prop=
"infcon.searef"
>
label=
"Opening between"
prop=
"infcon.opndatfrom"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatfrom"
style=
"width: 100%"
placeholder=
"请选择Opening between"
></c-date-picker>
</el-form-item>
</c-col>
-->
<c-col
:span=
"8"
>
<el-form-item
label=
"Party Reference"
prop=
"infcon.searef"
>
<c-input
v-model=
"model.infcon.searef"
maxlength=
"16"
<c-input
v-model=
"model.infcon.searef"
maxlength=
"16"
placeholder=
"请输入
Party Reference
"
></c-input>
placeholder=
"请输入
当事人参考号
"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Amount to
"
prop=
"infcon.seaamtto"
>
<el-form-item
label=
"
金额上限
"
prop=
"infcon.seaamtto"
>
<c-input
v-model=
"model.infcon.seaamtto"
placeholder=
"请输入
Amount to
"
></c-input>
<c-input
v-model=
"model.infcon.seaamtto"
placeholder=
"请输入
金额上限
"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<!--
<c-col
:span=
"8"
>
<el-form-item
label=
"Open Date to"
prop=
"infcon.opndatto"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatto"
style=
"width: 100%"
placeholder=
"请选择Open Date to"
></c-date-picker>
</el-form-item>
</c-col>
-->
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"
User ID
"
prop=
"infcon.usr.extkey"
>
<el-form-item
label=
"
客户经理
"
prop=
"infcon.usr.extkey"
>
<c-input
v-model=
"model.infcon.usr.extkey"
maxlength=
"8"
<c-input
v-model=
"model.infcon.usr.extkey"
maxlength=
"8"
placeholder=
"请输入
User ID
"
></c-input>
placeholder=
"请输入
客户经理
"
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Status
"
prop=
"infcon.seasta"
>
<el-form-item
label=
"
业务状态
"
prop=
"infcon.seasta"
>
<c-select
v-model=
"model.infcon.seasta"
style=
"width: 100%"
<c-select
v-model=
"model.infcon.seasta"
style=
"width: 100%"
placeholder=
"请选择
Status
"
:code=
"codes.seasta"
>
placeholder=
"请选择
业务状态
"
:code=
"codes.seasta"
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Currency
"
prop=
"infcon.seacur"
>
<el-form-item
label=
"
币种
"
prop=
"infcon.seacur"
>
<c-select
v-model=
"model.infcon.seacur"
style=
"width: 100%"
<c-select
v-model=
"model.infcon.seacur"
style=
"width: 100%"
placeholder=
"请选择
Currency
"
:code=
"codes.curtxt1"
>
placeholder=
"请选择
币种
"
:code=
"codes.curtxt1"
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -141,8 +113,8 @@
...
@@ -141,8 +113,8 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Amount between
"
prop=
"infcon.seaamtfr"
>
<el-form-item
label=
"
金额下限
"
prop=
"infcon.seaamtfr"
>
<c-input
v-model=
"model.infcon.seaamtfr"
placeholder=
"请输入
Amount between
"
>
<c-input
v-model=
"model.infcon.seaamtfr"
placeholder=
"请输入
金额下限
"
>
</c-input>
</c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -164,9 +136,9 @@
...
@@ -164,9 +136,9 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
label=
"
Document Type
"
prop=
"seadoctypcod"
>
<el-form-item
label=
"
文件类型
"
prop=
"seadoctypcod"
>
<c-select
v-model=
"model.seadoctypcod"
style=
"width: 100%"
<c-select
v-model=
"model.seadoctypcod"
style=
"width: 100%"
placeholder=
"请选择
Document Type
"
:code=
"codes.brdtyp"
>
placeholder=
"请选择
文件类型
"
:code=
"codes.brdtyp"
>
</c-select>
</c-select>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -176,18 +148,7 @@
...
@@ -176,18 +148,7 @@
</el-form>
</el-form>
</
template
>
</
template
>
</c-list-search>
</c-list-search>
<!--
<c-row style="margin-top:20px; padding: 0 10px 0 10px;">
<c-col>
<c-button size="small" type="primary">导Excel</c-button>
<c-button size="small" type="primary"
@click="onInfbutDsp"
:disabled="model.infbut.selrow === 0"
>Display</c-button>
<c-button size="small" type="primary">Use</c-button>
</c-col>
</c-row>
-->
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<c-istream-table
:list=
"stmData.data"
:columns=
"stmData.columns"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"150px"
>
<el-table-column
fixed=
"right"
prop=
"op"
label=
"操作"
width=
"150px"
>
...
@@ -230,78 +191,10 @@
...
@@ -230,78 +191,10 @@
@
click=
"getButtons(scope.row['Reference'])"
>
@
click=
"getButtons(scope.row['Reference'])"
>
处理
处理
</c-button>
</c-button>
<!--
<c-button
style="margin-left: 0"
size="small"
type="primary"
@click="getButtons(scope.row['Reference'], 'bftdrv')"
>
寄单索款修改
</c-button>
<c-button
style="margin-left: 0"
size="small"
type="primary"
@click="getButtons(scope.row['Reference'], 'bftdcr')"
>
电提不符点/开证行拒付
</c-button>
<c-button
style="margin-left: 0"
size="small"
type="primary"
@click="getButtons(scope.row['Reference'], 'bftsnd')"
>
寄单
</c-button>
<c-button
style="margin-left: 0"
size="small"
type="primary"
@click="getButtons(scope.row['Reference'], 'bftacc')"
>
承兑
</c-button>
<c-button
style="margin-left: 0"
size="small"
type="primary"
@click="getButtons(scope.row['Reference'], 'bftset')"
>
收款
</c-button>
<c-button
style="margin-left: 0"
size="small"
type="primary"
@click="getButtons(scope.row['Reference'], 'bftcan')"
>
注销
</c-button>
-->
</template>
</template>
</el-table-column>
</el-table-column>
</c-istream-table>
</c-istream-table>
</c-col>
</c-col>
<!--
<c-row style="margin-top:20px; padding: 0 10px 0 10px;">
<c-istream-table :border="true"
:list="tableData"
:columns="stmData.columns"
v-on:chooseRowEvent="chooseRowEvent"
style="width:80%,text-align:center">
</c-istream-table>
</c-row>
-->
<!--
<c-row>
<c-col :span="24">
<c-istream-table :list="model.infbut.dspstm" :columns="stmData.columns">
</c-istream-table>
</c-col>
</c-row>
-->
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trnCode=
"detsel"
ownrefPath=
"bfdgrp"
tabIndex=
3
:model=
"detselModel"
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trnCode=
"detsel"
ownrefPath=
"bfdgrp"
tabIndex=
3
:model=
"detselModel"
@
onChoose=
"onChoose"
></m-busbtn>
@
onChoose=
"onChoose"
></m-busbtn>
...
@@ -333,7 +226,6 @@ export default {
...
@@ -333,7 +226,6 @@ export default {
'1 1 "编号" 200'
,
'1 1 "编号" 200'
,
'2 2 "交易名称" 100'
,
'2 2 "交易名称" 100'
,
'3 3 "日期" 200'
,
'3 3 "日期" 200'
,
// '4 4 "状态" 100',
{
index
:
4
,
position
:
4
,
width
:
100
,
pattern
:
'code'
,
label
:
'状态'
,
code
:
this
.
codes
.
relstaEN
},
{
index
:
4
,
position
:
4
,
width
:
100
,
pattern
:
'code'
,
label
:
'状态'
,
code
:
this
.
codes
.
relstaEN
},
'5 5 "币种" 80'
,
'5 5 "币种" 80'
,
'6 6 "金额" 80'
,
'6 6 "金额" 80'
,
...
@@ -343,23 +235,23 @@ export default {
...
@@ -343,23 +235,23 @@ export default {
stmData
:
{
stmData
:
{
columns
:
[
columns
:
[
'2 1 "
Reference" 10
0 '
,
'2 1 "
信用证编号" 12
0 '
,
'3 2 "
Resp. User
" 100 '
,
'3 2 "
客户经理
" 100 '
,
'6 3 "
Applicant Party Number
" 200 '
,
'6 3 "
第一当事人编号
" 200 '
,
'7 4 "
Applicant
" 150 '
,
'7 4 "
申请人名称
" 150 '
,
'8 5 "
Beneficiary Party Number
" 200 '
,
'8 5 "
第二当事人编号
" 200 '
,
'9 6 "
Beneficiary
" 150 '
,
'9 6 "
受益人名称
" 150 '
,
'10 7 "
Issuing Party Number
" 200 '
,
'10 7 "
第三当事人编号
" 200 '
,
'11 8 "
Issuing Bank
" 150 '
,
'11 8 "
开证行名称
" 150 '
,
'12 9 "
Purchasing Party Number
" 200 '
,
'12 9 "
第四当事人编号
" 200 '
,
'13 10 "
Purchasing bank
" 150 '
,
'13 10 "
采购行名称
" 150 '
,
'1 11 "转卖日期" 150 '
,
'1 11 "转卖日期" 150 '
,
'4 12 "
Opened
" 150 '
,
'4 12 "
开立日期
" 150 '
,
'5 13 "
Closed
" 150 '
,
'5 13 "
关闭日期
" 150 '
,
'14 14 "
Cur" 5
0 '
,
'14 14 "
单据币种" 10
0 '
,
'15 15 "
Doc.Amount
" 150 '
,
'15 15 "
单据金额
" 150 '
,
'16 16 "
Cur" 5
0 '
,
'16 16 "
余额币种" 10
0 '
,
'17 17 "
Open Amount
" 150 '
,
'17 17 "
余额
" 150 '
,
],
],
data
:
[],
data
:
[],
},
},
...
...
src/views/Business/Infdet/Infsea.vue
View file @
6631483b
...
@@ -15,14 +15,14 @@
...
@@ -15,14 +15,14 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
<el-form-item
label=
"
业务
编号"
label=
"
信用证
编号"
prop=
"infcon.seaownref"
prop=
"infcon.seaownref"
style=
"width: 100%"
style=
"width: 100%"
>
>
<c-input
<c-input
v-model=
"model.infcon.seaownref"
v-model=
"model.infcon.seaownref"
maxlength=
"16"
maxlength=
"16"
placeholder=
"请输入
Own Reference
"
placeholder=
"请输入
信用证编号
"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
type=
"date"
type=
"date"
v-model=
"model.infcon.opndatfrom"
v-model=
"model.infcon.opndatfrom"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择
Opening between
"
placeholder=
"请选择
起始日期
"
value-format=
"yyyy-MM-dd"
value-format=
"yyyy-MM-dd"
></c-date-picker>
></c-date-picker>
</c-col>
</c-col>
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
type=
"date"
type=
"date"
v-model=
"model.infcon.opndatto"
v-model=
"model.infcon.opndatto"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择
Open Date to
"
placeholder=
"请选择
截止日期
"
value-format=
"yyyy-MM-dd"
value-format=
"yyyy-MM-dd"
></c-date-picker>
></c-date-picker>
</c-col>
</c-col>
...
@@ -79,77 +79,77 @@
...
@@ -79,77 +79,77 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
<el-form-item
label=
"
名称
"
label=
"
业务简略信息
"
prop=
"infcon.nam"
prop=
"infcon.nam"
style=
"width: 100%"
style=
"width: 100%"
>
>
<c-input
<c-input
v-model=
"model.infcon.nam"
v-model=
"model.infcon.nam"
maxlength=
"40"
maxlength=
"40"
placeholder=
"请输入
Name
"
placeholder=
"请输入
业务简略信息
"
></c-input>
></c-input>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"8"
<c-col
:span=
"8"
><el-form-item
><el-form-item
label=
"参考号"
label=
"
当事人
参考号"
prop=
"infcon.searef"
prop=
"infcon.searef"
style=
"width: 100%"
style=
"width: 100%"
>
>
<c-input
<c-input
v-model=
"model.infcon.searef"
v-model=
"model.infcon.searef"
maxlength=
"16"
maxlength=
"16"
placeholder=
"请输入
Party Reference
"
placeholder=
"请输入
当事人参考号
"
></c-input>
</el-form-item
></c-input>
</el-form-item
></c-col>
></c-col>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
<el-form-item
label=
"
客户
号"
label=
"
当事人编
号"
prop=
"infcon.pty.extkey"
prop=
"infcon.pty.extkey"
style=
"width: 100%"
style=
"width: 100%"
>
>
<c-input
<c-input
v-model=
"model.infcon.pty.extkey"
v-model=
"model.infcon.pty.extkey"
maxlength=
"24"
maxlength=
"24"
placeholder=
"请输入
Select Single Party
"
placeholder=
"请输入
当事人编号
"
></c-input>
</el-form-item
></c-input>
</el-form-item
></c-col>
></c-col>
</c-col>
</c-col>
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
<c-col
:span=
"8"
><el-form-item
><el-form-item
label=
"
客户
名称"
label=
"
当事人
名称"
prop=
"infcon.pty.nam"
prop=
"infcon.pty.nam"
style=
"width: 100%"
style=
"width: 100%"
>
>
<c-input
<c-input
v-model=
"model.infcon.pty.nam"
v-model=
"model.infcon.pty.nam"
maxlength=
"40"
maxlength=
"40"
placeholder=
"请输入
External Visible Name
"
placeholder=
"请输入
当事人名称
"
></c-input>
</el-form-item
></c-input>
</el-form-item
></c-col>
></c-col>
<c-col
:span=
"8"
<c-col
:span=
"8"
><el-form-item
><el-form-item
label=
"
Party Name/BIC
"
label=
"
当事人BIC编码
"
prop=
"infcon.seapty"
prop=
"infcon.seapty"
style=
"width: 100%"
style=
"width: 100%"
>
>
<c-input
<c-input
v-model=
"model.infcon.seapty"
v-model=
"model.infcon.seapty"
maxlength=
"24"
maxlength=
"24"
placeholder=
"请输入
Party Name/BIC
"
placeholder=
"请输入
当事人BIC编码
"
></c-input>
</el-form-item
></c-input>
</el-form-item
></c-col>
></c-col>
<c-col
:span=
"8"
<c-col
:span=
"8"
><el-form-item
><el-form-item
label=
"角色"
label=
"
当事人
角色"
prop=
"infcon.searol"
prop=
"infcon.searol"
style=
"width: 100%"
style=
"width: 100%"
>
>
<c-select
<c-select
v-model=
"model.infcon.searol"
v-model=
"model.infcon.searol"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择
Role
"
placeholder=
"请选择
当事人角色
"
>
>
</c-select>
</el-form-item
</c-select>
</el-form-item
></c-col>
></c-col>
...
@@ -157,26 +157,26 @@
...
@@ -157,26 +157,26 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
<c-col
:span=
"8"
><el-form-item
><el-form-item
label=
"
用户id
"
label=
"
客户经理
"
prop=
"infcon.usr.extkey"
prop=
"infcon.usr.extkey"
style=
"width: 100%"
style=
"width: 100%"
>
>
<c-input
<c-input
v-model=
"model.infcon.usr.extkey"
v-model=
"model.infcon.usr.extkey"
maxlength=
"8"
maxlength=
"8"
placeholder=
"请输入
User ID
"
placeholder=
"请输入
客户经理
"
></c-input>
</el-form-item
></c-input>
</el-form-item
></c-col>
></c-col>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
<el-form-item
label=
"状态"
label=
"
业务
状态"
prop=
"infcon.seasta"
prop=
"infcon.seasta"
style=
"width: 100%"
style=
"width: 100%"
>
>
<c-select
<c-select
v-model=
"model.infcon.seasta"
v-model=
"model.infcon.seasta"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择
Status
"
placeholder=
"请选择
业务状态
"
>
>
<el-option
<el-option
v-for=
"item in codes.seasta"
v-for=
"item in codes.seasta"
...
@@ -196,7 +196,7 @@
...
@@ -196,7 +196,7 @@
<c-select
<c-select
v-model=
"model.infcon.seacur"
v-model=
"model.infcon.seacur"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择
Currency
"
placeholder=
"请选择
币种
"
>
>
</c-select>
</el-form-item
</c-select>
</el-form-item
></c-col>
></c-col>
...
@@ -204,14 +204,14 @@
...
@@ -204,14 +204,14 @@
<c-col
:span=
"24"
>
<c-col
:span=
"24"
>
<c-col
:span=
"8"
>
<c-col
:span=
"8"
>
<el-form-item
<el-form-item
label=
"金额"
label=
"金额
区间
"
prop=
"infcon.seaamtfr"
prop=
"infcon.seaamtfr"
style=
"width: 100%"
style=
"width: 100%"
>
>
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-input
<c-input
v-model=
"model.infcon.seaamtfr"
v-model=
"model.infcon.seaamtfr"
placeholder=
"请输入
Amount between
"
placeholder=
"请输入
金额下限
"
></c-input>
></c-input>
</c-col>
</c-col>
<c-col
:span=
"2"
style=
"text-align: center"
>
<c-col
:span=
"2"
style=
"text-align: center"
>
...
@@ -220,21 +220,21 @@
...
@@ -220,21 +220,21 @@
<c-col
:span=
"11"
>
<c-col
:span=
"11"
>
<c-input
<c-input
v-model=
"model.infcon.seaamtto"
v-model=
"model.infcon.seaamtto"
placeholder=
"请输入
Amount to
"
placeholder=
"请输入
金额上限
"
></c-input>
></c-input>
</c-col>
</c-col>
</el-form-item>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"8"
<c-col
:span=
"8"
><el-form-item
><el-form-item
label=
"
Form of L/C
"
label=
"
信用证类型
"
prop=
"sealcrtyp"
prop=
"sealcrtyp"
style=
"width: 100%"
style=
"width: 100%"
>
>
<c-select
<c-select
v-model=
"model.sealcrtyp"
v-model=
"model.sealcrtyp"
style=
"width: 100%"
style=
"width: 100%"
placeholder=
"请选择
Form of L/C
"
placeholder=
"请选择
信用证类型
"
>
>
<el-option
<el-option
v-for=
"item in codes.sealcrtyp"
v-for=
"item in codes.sealcrtyp"
...
@@ -267,260 +267,10 @@
...
@@ -267,260 +267,10 @@
></c-col>
></c-col>
</c-col>
</c-col>
</c-row>
</c-row>
<!-- 原排班-start -->
<!--
<c-row>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"业务编号"
prop=
"infcon.seaownref"
>
<c-input
v-model=
"model.infcon.seaownref"
maxlength=
"16"
placeholder=
"请输入Own Reference"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"名称"
prop=
"infcon.nam"
>
<c-input
v-model=
"model.infcon.nam"
maxlength=
"40"
placeholder=
"请输入Name"
></c-input>
</el-form-item>
</c-col>
</c-row>
-->
<!-- 可控展示区 -->
<!--
<el-row
v-show=
"searchSlot.searchToggle"
>
<c-row>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"参考号"
prop=
"infcon.searef"
>
<c-input
v-model=
"model.infcon.searef"
maxlength=
"16"
placeholder=
"请输入Party Reference"
></c-input>
</el-form-item>
</c-col>
</c-row>
<c-row>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"客户号"
prop=
"infcon.pty.extkey"
>
<c-input
v-model=
"model.infcon.pty.extkey"
maxlength=
"24"
placeholder=
"请输入Select Single Party"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"客户名称"
prop=
"infcon.pty.nam"
>
<c-input
v-model=
"model.infcon.pty.nam"
maxlength=
"40"
placeholder=
"请输入External Visible Name"
></c-input>
</el-form-item>
</c-col>
</c-row>
<c-row>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"Party Name/BIC"
prop=
"infcon.seapty"
>
<c-input
v-model=
"model.infcon.seapty"
maxlength=
"24"
placeholder=
"请输入Party Name/BIC"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<el-form-item
label=
"角色"
prop=
"infcon.searol"
>
<c-select
v-model=
"model.infcon.searol"
style=
"width: 100%"
placeholder=
"请选择Role"
>
</c-select>
</el-form-item>
</c-col>
</c-row>
<c-row>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"开立日期从"
prop=
"infcon.opndatfrom"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatfrom"
style=
"width: 100%"
placeholder=
"请选择Opening between"
value-format=
"yyyy-MM-dd"
></c-date-picker>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"至"
prop=
"infcon.opndatto"
>
<c-date-picker
type=
"date"
v-model=
"model.infcon.opndatto"
style=
"width: 100%"
placeholder=
"请选择Open Date to"
value-format=
"yyyy-MM-dd"
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"用户id"
prop=
"infcon.usr.extkey"
>
<c-input
v-model=
"model.infcon.usr.extkey"
maxlength=
"8"
placeholder=
"请输入User ID"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"状态"
prop=
"infcon.seasta"
>
<c-select
v-model=
"model.infcon.seasta"
style=
"width: 100%"
placeholder=
"请选择Status"
>
<el-option
v-for=
"item in codes.seasta"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
</c-col>
</c-row>
<c-row>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"币种"
prop=
"infcon.seacur"
>
<c-select
v-model=
"model.infcon.seacur"
style=
"width: 100%"
placeholder=
"请选择Currency"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col
:span=
"11"
:offset=
"1"
>
<c-col
:span=
"12"
>
<el-form-item
label=
"金额从"
prop=
"infcon.seaamtfr"
>
<c-input
v-model=
"model.infcon.seaamtfr"
placeholder=
"请输入Amount between"
></c-input>
</el-form-item>
</c-col>
<c-col
:span=
"12"
>
<el-form-item
label=
"到"
prop=
"infcon.seaamtto"
>
<c-input
v-model=
"model.infcon.seaamtto"
placeholder=
"请输入Amount to"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-row>
<c-row>
<c-col
:span=
"9"
:offset=
"1"
>
<el-form-item
label=
"Form of L/C"
prop=
"sealcrtyp"
>
<c-select
v-model=
"model.sealcrtyp"
style=
"width: 100%"
placeholder=
"请选择Form of L/C"
>
<el-option
v-for=
"item in codes.sealcrtyp"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"6"
:offset=
"1"
>
<el-form-item
label=
"交易类型"
prop=
"mylx"
>
<c-select
v-model=
"model.mylx"
style=
"width: 100%"
placeholder=
"请选择交易类型"
>
<el-option
v-for=
"item in codes.mylx"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col
:span=
"6"
:offset=
"1"
>
<el-form-item
label=
"是否通过电证系统"
prop=
"elcflg"
>
<c-select
v-model=
"model.elcflg"
style=
"width: 100%"
placeholder=
"请选择是否通过电证系统"
>
<el-option
v-for=
"item in codes.elcflg"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
</c-row>
</el-row>
-->
<!-- 原排班-end -->
</el-form>
</el-form>
</
template
>
</
template
>
</c-list-search>
</c-list-search>
<!--
<c-col :span="12">
<el-form-item label="Release Status" prop="infcon.relflg">
<c-select v-model="model.infcon.relflg" style="width:100%" placeholder="请选择Release Status">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Handling Type" prop="infcon.hndtyp">
<c-select v-model="model.infcon.hndtyp" style="width:100%" placeholder="请选择Handling Type">
</c-select>
</el-form-item>
</c-col>
-->
<!--
<c-col :span="12">
<el-form-item label="是否显示查询码" prop="infcon.cxmflg">
<c-select v-model="model.infcon.cxmflg" style="width:100%" placeholder="请选择是否显示查询码">
</c-select>
</el-form-item>
</c-col>
-->
<c-col
:span=
"24"
style=
"margin-top: 10px"
>
<c-col
:span=
"24"
style=
"margin-top: 10px"
>
<c-button
<c-button
class=
"medium_bcs"
class=
"medium_bcs"
...
@@ -591,60 +341,11 @@
...
@@ -591,60 +341,11 @@
>
>
处理
处理
</c-button>
</c-button>
<!--
<c-button
style="margin-left: 0"
size="small"
type="primary"
@click="getButtons(scope.row['Reference'], 'detame')"
>
修改通知
</c-button>
<c-button
style="margin-left: 0"
size="small"
type="primary"
@click="getButtons(scope.row['Reference'], 'detdrv')"
>
收单
</c-button>
-->
</template>
</template>
</el-table-column>
</el-table-column>
</c-istream-table>
</c-istream-table>
</c-col>
</c-col>
<!--
<c-row style="margin-top:20px; padding: 0 10px 0 10px;">
<c-col>
<c-button size="small" type="primary">导Excel</c-button>
<c-button size="small" type="primary"
@click="onInfbutDsp"
:disabled="model.infbut.selrow === 0"
>Display</c-button>
<c-button size="small" type="primary">Use</c-button>
</c-col>
</c-row>
-->
<!--
<c-row style="margin-top:20px; padding: 0 10px 0 10px;">
<c-istream-table
:border="true"
:list="tableData"
:columns="stmData.columns"
v-on:chooseRowEvent="chooseRowEvent"
style="width:80%,text-align:center">
</c-istream-table>
</c-row>
-->
<!--
<el-table-column prop="op" label="OP" width="100">
<template slot-scope="scope">
<a href="javascript:void(0)" @click="continueEdit(scope.row)">操作</a>
</template>
</el-table-column>
-->
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trnCode=
"detsel"
ownrefPath=
"dedgrp"
:model=
"detselModel"
@
onChoose=
"onChoose"
<m-busbtn
ref=
"childs"
:ownref=
"ownref"
trnCode=
"detsel"
ownrefPath=
"dedgrp"
:model=
"detselModel"
@
onChoose=
"onChoose"
>
11
</m-busbtn
>
11
</m-busbtn
>
>
...
@@ -684,22 +385,22 @@ export default {
...
@@ -684,22 +385,22 @@ export default {
},
},
stmData
:
{
stmData
:
{
columns
:
[
columns
:
[
'1 1 "
Reference" 10
0 '
,
'1 1 "
信用证编号" 12
0 '
,
'2 2 "
Resp. User
" 100'
,
'2 2 "
客户经理
" 100'
,
'3 3 "
Tenor day
" 100'
,
'3 3 "
远期期限
" 100'
,
'7 4 "
Applicant Party Number
" 200 '
,
'7 4 "
第一当事人编号
" 200 '
,
'8 5 "
Applicant
" 150 '
,
'8 5 "
申请人名称
" 150 '
,
'9 6 "
Beneficiary Party Number
" 200 '
,
'9 6 "
第二当事人编号
" 200 '
,
'10 7 "
Beneficiary
" 150 '
,
'10 7 "
受益人名称
" 150 '
,
'11 8 "
Issuing Party Number
" 200 '
,
'11 8 "
第三当事人编号
" 200 '
,
'12 9 "
Issuing Bank
" 150 '
,
'12 9 "
开证行名称
" 150 '
,
'4 10 "
Opened
" 150 '
,
'4 10 "
开立日期
" 150 '
,
'5 11 "
Expired
" 150 '
,
'5 11 "
到期日
" 150 '
,
'6 12 "
Closed
" 150 '
,
'6 12 "
关闭日期
" 150 '
,
'13 13 "
Cur
" 150 '
,
'13 13 "
名义币种
" 150 '
,
'15 15 "
Cur
" 150 '
,
'15 15 "
余额币种
" 150 '
,
'14 14 "
L/C Amount
" 150 '
,
'14 14 "
名义金额
" 150 '
,
'16 16 "
Open Amount
" 150 '
,
'16 16 "
余额
" 150 '
,
],
],
data
:
[],
data
:
[],
},
},
...
...
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