Commit 5183725d by zhengxiaokui

letopn

parent 57d6fa69
...@@ -13,7 +13,7 @@ export default { ...@@ -13,7 +13,7 @@ export default {
} }
}, },
async onBenpDet() { async onBenpDet() {
let rtnmsg = await this.executeRule("bdtp.benp.det") let rtnmsg = await this.executeRule("benp.det")
if (rtnmsg.respCode == SUCCESS) { if (rtnmsg.respCode == SUCCESS) {
//TODO 处理数据逻辑 //TODO 处理数据逻辑
......
...@@ -267,6 +267,12 @@ export default class Letopn { ...@@ -267,6 +267,12 @@ export default class Letopn {
}, },
zmqacclab: "", // 主�'�号LABEL .setmod.zmqacclab zmqacclab: "", // 主�'�号LABEL .setmod.zmqacclab
zmqacc: "", // 自�'�区主�'�号 .setmod.zmqacc zmqacc: "", // 自�'�区主�'�号 .setmod.zmqacc
setfog: {
setfol: []
},
setfeg: {
setfel: []
},
glemod: { glemod: {
gleshwstm: "", // Booking stream to Display .setmod.glemod.gleshwstm gleshwstm: "", // Booking stream to Display .setmod.glemod.gleshwstm
}, },
...@@ -319,6 +325,7 @@ export default class Letopn { ...@@ -319,6 +325,7 @@ export default class Letopn {
exttotoldamt: "", // Old Amount booked externally .liaall.exttotoldamt exttotoldamt: "", // Old Amount booked externally .liaall.exttotoldamt
exttotamt: "", // Total booking amount external assinged .liaall.exttotamt exttotamt: "", // Total booking amount external assinged .liaall.exttotamt
}, },
pageId: "" // ctx的key
} }
} }
} }
\ No newline at end of file
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-col :span="19">
<c-col :span="12"> <el-form-item label="附加条件" prop="ledgrp.blk.adlcnd">
<el-form-item label="Additional Conditions" prop="ledgrp.blk.adlcnd"> <c-input
<c-input type="textarea" v-model="model.ledgrp.blk.adlcnd" maxlength="65" show-word-limit placeholder="请输入Additional Conditions" ></c-input> type="textarea"
</el-form-item> :rows="16"
</c-col> v-model="model.ledgrp.blk.adlcnd"
maxlength="65"
<c-col :span="12"> show-word-limit
<c-button size="small" type="primary" icon="el-icon-search" @click="onAdlcndButtxmsel"> placeholder="请输入Additional Conditions"
... ></c-input>
</c-button> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="2" class="letopn_dogp_button">
<c-checkbox v-model="model.ledgrp.rec.spcbenflg">Special payment conditions for beneficiary exists</c-checkbox> <c-button
</c-col> size="small"
type="primary"
<c-col :span="12"> icon="el-icon-search"
<c-checkbox v-model="model.ledgrp.rec.spcrcbflg">Special payment conditions for receiving bank exists</c-checkbox> @click="onAdlcndButtxmsel"
</c-col> >
...
<c-col :span="12"> </c-button>
<c-checkbox v-model="model.ledgrp.rec.redclsflg">Red/Green Clause</c-checkbox> </c-col>
</c-col>
<!-- Special payment conditions for beneficiary -->
<c-col :span="12"> <c-col :span="24" class="letopn_adcp_cheak">
<el-form-item label="Instructions to Pay.," prop="ledgrp.blk.insbnk"> <c-checkbox v-model="model.ledgrp.rec.spcbenflg"
<c-input type="textarea" v-model="model.ledgrp.blk.insbnk" maxlength="65" show-word-limit placeholder="请输入Instructions to Pay.," ></c-input> >受益人的特殊付款条件</c-checkbox
</el-form-item> >
</c-col> </c-col>
<c-col :span="12"> <!-- Special payment conditions for receiving bank -->
<c-button size="small" type="primary" icon="el-icon-search" @click="onInsbnkButtxmsel"> <c-col :span="24" class="letopn_adcp_cheak">
... <c-checkbox v-model="model.ledgrp.rec.spcrcbflg">
</c-button> 收款银行的特殊付款条件</c-checkbox
</c-col> >
</div> </c-col>
<c-col :span="24" class="letopn_adcp_cheak">
<c-checkbox v-model="model.ledgrp.rec.redclsflg"
>Red/Green Clause</c-checkbox
>
</c-col>
<!-- Instructions to Pay,accept,negot,bank -->
<c-col :span="19">
<el-form-item label="付款、承兑、议付银行指示" prop="ledgrp.blk.insbnk">
<c-input
type="textarea"
:rows="4"
v-model="model.ledgrp.blk.insbnk"
maxlength="65"
show-word-limit
placeholder="付款、承兑、议付银行指示"
></c-input>
</el-form-item>
</c-col>
<c-col :span="2" class="letopn_dogp_button">
<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/Letopn/Event" import Event from "~/model/Letopn/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>
.letopn_adcp_cheak {
margin: 0px 0 10px 200px;
}
</style> </style>
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-col :span="12"> <c-row>
<c-col :span="12">
<!-- Available with -->
<c-col :span="24">
<el-form-item label="指定银行" prop="ledgrp.rec.avbwth">
<c-select
v-model="model.ledgrp.rec.avbwth"
style="width: 100%"
placeholder="请选择指定银行"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: '指定银行',
grp: 'ledgrp',
rol: 'avb',
}"
:noRef="true"
:onlySearch="true"
@onSeainf="onSeainf"
@onAplpDet="onAvbpDet"
>
</c-ptap>
</c-col>
<c-col :span="24">
<el-form-item label="名称地址" prop="ledgrp.blk.avbwthtxt">
<c-input
type="textarea"
:rows="3"
v-model="model.ledgrp.blk.avbwthtxt"
maxlength="35"
show-word-limit
placeholder="请输入名称地址"
></c-input>
</el-form-item>
</c-col>
<!-- <c-col :span="12">
<el-form-item label="Address Block" prop="ledgrp.avb.pts.adrblk">
<c-input
type="textarea"
v-model="model.ledgrp.avb.pts.adrblk"
maxlength="35"
show-word-limit
placeholder="请输入Address Block"
></c-input>
</el-form-item>
</c-col> -->
<c-col :span="24">
<el-form-item label="兑付方式" prop="ledgrp.rec.avbby">
<c-select
v-model="model.ledgrp.rec.avbby"
style="width: 100%"
placeholder="请选择兑付方式"
>
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col :span="12">
<c-col :span="24">
<el-form-item label="最大金额详情" prop="ledgrp.blk.mixdet">
<c-input
type="textarea"
:rows="4"
v-model="model.ledgrp.blk.mixdet"
maxlength="35"
show-word-limit
placeholder="请输入最大金额详情"
></c-input>
</el-form-item>
</c-col>
<!-- Days of presentation period -->
<c-col :span="24">
<el-form-item label="交单期天数" prop="ledgrp.rec.prepers18">
<c-input
v-model="model.ledgrp.rec.prepers18"
placeholder="请输入交单期天数"
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="交单期" prop="ledgrp.blk.preper">
<c-input
type="textarea"
v-model="model.ledgrp.blk.preper"
maxlength="35"
show-word-limit
placeholder="请输入交单期"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-row>
<c-row>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Available with" prop="ledgrp.rec.avbwth"> <c-col :span="24">
<c-select <el-form-item label="期限描述" prop="ledgrp.blk.defdet">
v-model="model.ledgrp.rec.avbwth" <c-input
style="width: 100%" type="textarea"
placeholder="请选择Available with" :rows="3"
v-model="model.ledgrp.blk.defdet"
maxlength="35"
show-word-limit
placeholder="请输入期限描述"
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="汇票期限" prop="ledgrp.blk.dftat">
<c-input
type="textarea"
:rows="3"
v-model="model.ledgrp.blk.dftat"
maxlength="35"
show-word-limit
placeholder="请输入汇票期限"
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-ptap
:model="model"
:argadr="{
title: '汇票申请人',
grp: 'ledgrp',
rol: 'drw',
}"
:noRef="true"
@onSeainf="onSeainf"
@onAplpDet="onDrwpDet"
> >
</c-select> </c-ptap>
</c-col>
</c-col>
<c-col :span="12">
<!-- Additional Details to Code for Charges CHATO -->
<c-col :span="24">
<el-form-item label="附加收费详情" prop="ledgrp.blk.feetxt">
<c-input
type="textarea"
:rows="6"
v-model="model.ledgrp.blk.feetxt"
maxlength="35"
show-word-limit
placeholder="请输入附加收费详情"
></c-input>
</el-form-item>
</c-col>
<!-- Own Charges Borne by -->
<c-col :span="18">
<el-form-item label="自行承担费用" prop="ledgrp.rec.chato">
<c-select
v-model="model.ledgrp.rec.chato"
style="width: 100%"
placeholder="请选择"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="18">
<el-form-item label="国家统计代码" prop="ledgrp.rec.stacty">
<c-select
v-model="model.ledgrp.rec.stacty"
style="width: 100%"
placeholder="请选择国家统计代码"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="18">
<el-form-item label="兑付最高期限" prop="ledgrp.rec.tenmaxday">
<c-input
v-model="model.ledgrp.rec.tenmaxday"
placeholder="请输入兑付最高期限"
></c-input>
</el-form-item>
</c-col>
</c-col>
</c-row>
<c-row>
<!-- Dispatch from -->
<c-col :span="12">
<el-form-item label="转运" prop="ledgrp.rec.shpfro">
<c-input
type="textarea"
:rows="3"
show-word-limit
v-model="model.ledgrp.rec.shpfro"
maxlength="65"
placeholder="请输入"
></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Mixed Payment Details" prop="ledgrp.blk.mixdet"> <el-form-item label="货物装运地(港)" prop="ledgrp.rec.porloa">
<c-input <c-input
type="textarea" type="textarea"
v-model="model.ledgrp.blk.mixdet" :rows="3"
maxlength="35" v-model="model.ledgrp.rec.porloa"
maxlength="65"
show-word-limit show-word-limit
placeholder="请输入Mixed Payment Details" placeholder="请输入货物装运地(港)"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="航空/目的港" prop="ledgrp.rec.pordis">
<c-input
type="textarea"
:rows="3"
v-model="model.ledgrp.rec.pordis"
maxlength="65"
show-word-limit
placeholder="航空/目的港"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
</c-col>
<!-- Final Destination -->
<c-col :span="12">
<el-form-item label="货物目的地、交货地(港)" prop="ledgrp.rec.shpto">
<c-input
type="textarea"
:rows="3"
v-model="model.ledgrp.rec.shpto"
maxlength="65"
show-word-limit
placeholder="货物目的地、交货地(港)"
></c-input>
</el-form-item>
</c-col>
<!-- Shipment Period -->
<c-col :span="12">
<el-form-item label="发货期" prop="ledgrp.blk.shpper">
<c-input
type="textarea"
:rows="3"
v-model="model.ledgrp.blk.shpper"
maxlength="65"
show-word-limit
placeholder="请输入发货期"
></c-input>
</el-form-item>
</c-col>
</c-row>
<!--
<c-col :span="12"> <c-col :span="12">
<el-form-item <el-form-item
label="Drag Drop Sender" label="Drag Drop Sender"
...@@ -38,19 +280,6 @@ ...@@ -38,19 +280,6 @@
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item
label="External Key of Address"
prop="ledgrp.avb.pts.extkey"
>
<c-input
v-model="model.ledgrp.avb.pts.extkey"
maxlength="16"
placeholder="请输入External Key of Address"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="letp.avbp.ptsget.sdamod.seainf"> <el-form-item label="" prop="letp.avbp.ptsget.sdamod.seainf">
<c-input <c-input
v-model="model.letp.avbp.ptsget.sdamod.seainf" v-model="model.letp.avbp.ptsget.sdamod.seainf"
...@@ -78,30 +307,6 @@ ...@@ -78,30 +307,6 @@
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Available in" prop="ledgrp.blk.avbwthtxt">
<c-input
type="textarea"
v-model="model.ledgrp.blk.avbwthtxt"
maxlength="35"
show-word-limit
placeholder="请输入Available in"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Address Block" prop="ledgrp.avb.pts.adrblk">
<c-input
type="textarea"
v-model="model.ledgrp.avb.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="ledgrp.avb.dbfadrblkcn"> <el-form-item label="Chinese address" prop="ledgrp.avb.dbfadrblkcn">
<c-input <c-input
type="textarea" type="textarea"
...@@ -126,30 +331,6 @@ ...@@ -126,30 +331,6 @@
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Presentation Period" prop="ledgrp.blk.preper">
<c-input
type="textarea"
v-model="model.ledgrp.blk.preper"
maxlength="35"
show-word-limit
placeholder="请输入Presentation Period"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item
label="Days of presentation period"
prop="ledgrp.rec.prepers18"
>
<c-input
v-model="model.ledgrp.rec.prepers18"
placeholder="请输入Days of presentation period"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
...@@ -161,17 +342,6 @@ ...@@ -161,17 +342,6 @@
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Available by" prop="ledgrp.rec.avbby">
<c-select
v-model="model.ledgrp.rec.avbby"
style="width: 100%"
placeholder="请选择Available by"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item <el-form-item
label="Presentation period text" label="Presentation period text"
prop="ledgrp.rec.prepertxts18" prop="ledgrp.rec.prepertxts18"
...@@ -189,33 +359,6 @@ ...@@ -189,33 +359,6 @@
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Deferred Payment Details" prop="ledgrp.blk.defdet">
<c-input
type="textarea"
v-model="model.ledgrp.blk.defdet"
maxlength="35"
show-word-limit
placeholder="请输入Deferred Payment Details"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item
label="Additional Details to Code for Charges CHATO"
prop="ledgrp.blk.feetxt"
>
<c-input
type="textarea"
v-model="model.ledgrp.blk.feetxt"
maxlength="35"
show-word-limit
placeholder="请输入Additional Details to Code for Charges CHATO"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
...@@ -227,18 +370,6 @@ ...@@ -227,18 +370,6 @@
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Drafts at" prop="ledgrp.blk.dftat">
<c-input
type="textarea"
v-model="model.ledgrp.blk.dftat"
maxlength="35"
show-word-limit
placeholder="请输入Drafts at"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
...@@ -284,12 +415,6 @@ ...@@ -284,12 +415,6 @@
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<c-button size="small" type="primary" @click="onDrwpDet">
Details
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="名称" prop="ledgrp.drw.namelc"> <el-form-item label="名称" prop="ledgrp.drw.namelc">
<c-input <c-input
type="textarea" type="textarea"
...@@ -326,17 +451,6 @@ ...@@ -326,17 +451,6 @@
</c-col> </c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Own Charges Borne by" prop="ledgrp.rec.chato">
<c-select
v-model="model.ledgrp.rec.chato"
style="width: 100%"
placeholder="请选择Own Charges Borne by"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="ledgrp.drw.adrelc"> <el-form-item label="地址" prop="ledgrp.drw.adrelc">
<c-input <c-input
type="textarea" type="textarea"
...@@ -346,96 +460,19 @@ ...@@ -346,96 +460,19 @@
placeholder="请输入地址" placeholder="请输入地址"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col> -->
<c-col :span="12">
<el-form-item
label="Country Code for Statistics"
prop="ledgrp.rec.stacty"
>
<c-select
v-model="model.ledgrp.rec.stacty"
style="width: 100%"
placeholder="请选择Country Code for Statistics"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Dispatch from" prop="ledgrp.rec.shpfro">
<c-input
v-model="model.ledgrp.rec.shpfro"
maxlength="65"
placeholder="请输入Dispatch from"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Maximum Tenor" prop="ledgrp.rec.tenmaxday">
<c-input
v-model="model.ledgrp.rec.tenmaxday"
placeholder="请输入Maximum Tenor"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Air-/Port of Departure" prop="ledgrp.rec.porloa">
<c-input
type="textarea"
v-model="model.ledgrp.rec.porloa"
maxlength="65"
show-word-limit
placeholder="请输入Air-/Port of Departure"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Air-/Port of Destination" prop="ledgrp.rec.pordis">
<c-input
type="textarea"
v-model="model.ledgrp.rec.pordis"
maxlength="65"
show-word-limit
placeholder="请输入Air-/Port of Destination"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Final Destination" prop="ledgrp.rec.shpto">
<c-input
v-model="model.ledgrp.rec.shpto"
maxlength="65"
placeholder="请输入Final Destination"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Shipment Period" prop="ledgrp.blk.shpper">
<c-input
type="textarea"
v-model="model.ledgrp.blk.shpper"
maxlength="65"
show-word-limit
placeholder="请输入Shipment Period"
></c-input>
</el-form-item>
</c-col>
</div> </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 Ptap from "~/views/Public/Ptap";
import Event from "~/model/Letopn/Event"; import Event from "~/model/Letopn/Event";
export default { export default {
inject: ["root"], inject: ["root"],
components: { "c-ptap": Ptap },
props: ["model", "codes"], props: ["model", "codes"],
mixins: [CommonProcess], mixins: [CommonProcess],
data() { data() {
...@@ -443,6 +480,14 @@ export default { ...@@ -443,6 +480,14 @@ export default {
}, },
methods: { ...Event }, methods: { ...Event },
created: function () {}, created: function () {},
watch: {
"model.ledgrp.avb.pts.adrblk": {
handler(val, oldVal) {
this.model.ledgrp.blk.avbwthtxt = val;
},
immediate: true,
},
},
}; };
</script> </script>
<style> <style>
......
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<!-- Description of Goods -->
<c-col :span="12"> <c-col :span="19">
<el-form-item label="Description of Goods" prop="ledgrp.blk.lcrgod"> <el-form-item label="货物说明" prop="ledgrp.blk.lcrgod">
<c-input type="textarea" v-model="model.ledgrp.blk.lcrgod" maxlength="65" show-word-limit placeholder="请输入Description of Goods" ></c-input> <c-input
</el-form-item> type="textarea"
</c-col> :rows="20"
v-model="model.ledgrp.blk.lcrgod"
<c-col :span="12"> maxlength="2000"
<c-button size="small" type="primary" icon="el-icon-search" @click="onLcrgodButtxmsel"> show-word-limit
... placeholder="请输入货物说明"
</c-button> ></c-input>
</c-col> </el-form-item>
</c-col>
<c-col :span="12"> <c-col :span="2" class="letopn_dogp_button">
<el-form-item label="Goods Code " prop="ledgrp.rec.stagod"> <c-button
<c-select v-model="model.ledgrp.rec.stagod" style="width:100%" placeholder="请选择Goods Code "> size="small"
</c-select> type="primary"
</el-form-item> icon="el-icon-search"
</c-col> @click="onLcrgodButtxmsel"
>
...
</c-button>
</c-col>
<br />
<c-col :span="12">
<el-form-item label="货物类型" prop="ledgrp.rec.stagod">
<c-select
v-model="model.ledgrp.rec.stagod"
style="width: 100%"
placeholder="请选择货物类型 "
>
</c-select>
</el-form-item>
</c-col>
</div> </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/Letopn/Event" import Event from "~/model/Letopn/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>
.letopn_dogp_button {
margin: 20px 0 0 -10px;
}
</style> </style>
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-col :span="19">
<c-col :span="12"> <el-form-item label="单据要求" prop="ledgrp.blk.lcrdoc">
<el-form-item label="Documents Required" prop="ledgrp.blk.lcrdoc"> <c-input
<c-input type="textarea" v-model="model.ledgrp.blk.lcrdoc" maxlength="65" show-word-limit placeholder="请输入Documents Required" ></c-input> type="textarea"
</el-form-item> :rows="20"
</c-col> v-model="model.ledgrp.blk.lcrdoc"
maxlength="65"
<c-col :span="12"> show-word-limit
<c-button size="small" type="primary" icon="el-icon-search" @click="onLcrdocButtxmsel"> placeholder="请输入Documents Required"
... ></c-input>
</c-button> </el-form-item>
</c-col> </c-col>
<c-col :span="2" class="letopn_dogp_button">
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="onLcrdocButtxmsel"
>
...
</c-button>
</c-col>
</div> </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/Letopn/Event" import Event from "~/model/Letopn/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>
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab">
<c-row>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="1st Advising Bank" prop="ledgrp.adv.pts.ref"> <c-ptap
<c-input v-model="model.ledgrp.adv.pts.ref" maxlength="16" placeholder="请输入1st Advising Bank"></c-input> :model="model"
</el-form-item> :argadr="{
</c-col> title: '第一通知行',
grp: 'ledgrp',
<c-col :span="12"> rol: 'adv',
<el-form-item label="Applicant's Bank" prop="ledgrp.apb.pts.ref"> }"
<c-input v-model="model.ledgrp.apb.pts.ref" maxlength="16" placeholder="请输入Applicant's Bank"></c-input> @onSeainf="onSeainf"
</el-form-item> @onAplpDet="onAdvpDet"
</c-col> >
</c-ptap>
<c-col :span="12"> </c-col>
<el-form-item label="Drag Drop Sender" prop="letp.advp.ptsget.sdamod.dadsnd">
<c-input v-model="model.letp.advp.ptsget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input> <c-col :span="12">
</el-form-item> <c-ptap
</c-col> :model="model"
:argadr="{
<c-col :span="12"> title: '申请人银行',
<el-form-item label="Drag Drop Sender" prop="letp.apbp.ptsget.sdamod.dadsnd"> grp: 'ledgrp',
<c-input v-model="model.letp.apbp.ptsget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input> rol: 'apb',
</el-form-item> }"
</c-col> @onSeainf="onSeainf"
@onAplpDet="onApbpDet"
<c-col :span="12"> >
<el-form-item label="External Key of Address" prop="ledgrp.adv.pts.extkey"> </c-ptap>
<c-input v-model="model.ledgrp.adv.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input> </c-col>
</el-form-item> <c-col :span="12">
</c-col> <c-ptap
:model="model"
<c-col :span="12"> :argadr="{
<el-form-item label="" prop="letp.advp.ptsget.sdamod.seainf"> title: '申请人银行',
<c-input v-model="model.letp.advp.ptsget.sdamod.seainf" placeholder="请输入"></c-input> grp: 'ledgrp',
</el-form-item> rol: 'a2b',
</c-col> }"
@onSeainf="onSeainf"
<c-col :span="12"> @onAplpDet="onA2bpDet"
<c-button size="small" type="primary" @click="onAdvpDet"> >
Details </c-ptap>
</c-button> </c-col>
</c-col> <c-col :span="12">
<c-ptap
<c-col :span="12"> :model="model"
<el-form-item label="External Key of Address" prop="ledgrp.apb.pts.extkey"> :argadr="{
<c-input v-model="model.ledgrp.apb.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input> title: '偿付银行',
</el-form-item> grp: 'ledgrp',
</c-col> rol: 'rmb',
}"
<c-col :span="12"> @onSeainf="onSeainf"
<el-form-item label="" prop="letp.apbp.ptsget.sdamod.seainf"> @onAplpDet="onRmbpDet"
<c-input v-model="model.letp.apbp.ptsget.sdamod.seainf" placeholder="请输入"></c-input> >
</el-form-item> </c-ptap>
</c-col> </c-col>
</c-row>
<c-col :span="12"> <c-row>
<c-button size="small" type="primary" @click="onApbpDet"> <!-- Confirm Instruct to 2nd adv bank -->
Details <c-col :span="12">
</c-button> <el-form-item label="第二通知行确认指令" prop="ledgrp.rec.cnfins">
</c-col> <c-select
v-model="model.ledgrp.rec.cnfins"
<c-col :span="12"> style="width: 100%"
<el-form-item label="名称" prop="ledgrp.adv.namelc"> placeholder="第二通知行确认指令"
<c-input type="textarea" v-model="model.ledgrp.adv.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input> >
</el-form-item> </c-select>
</c-col> </el-form-item>
</c-col>
<c-col :span="12"> <c-col :span="12">
<el-form-item label="名称" prop="ledgrp.apb.namelc"> <c-ptap
<c-input type="textarea" v-model="model.ledgrp.apb.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input> :model="model"
</el-form-item> :argadr="{
</c-col> title: '第二通知行',
grp: 'ledgrp',
<c-col :span="12"> rol: 'con',
<c-checkbox v-model="model.ledgrp.rec.aplbnkdirsnd">Send Directly to Applicant's Bank</c-checkbox> }"
</c-col> :onlySearch="true"
@onSeainf="onSeainf"
<c-col :span="12"> @onAplpDet="onRmbpDet"
<el-form-item label="Address Block" prop="ledgrp.adv.pts.adrblk"> >
<c-input type="textarea" v-model="model.ledgrp.adv.pts.adrblk" maxlength="35" show-word-limit placeholder="请输入Address Block" ></c-input> </c-ptap>
</el-form-item> <c-col :span="24">
</c-col> <el-form-item label="第二通知行名称" prop="ledgrp.con.pts.nam">
<c-input
<c-col :span="12"> v-model="model.ledgrp.con.pts.nam"
<el-form-item label="Chinese address" prop="ledgrp.adv.dbfadrblkcn"> maxlength="40"
<c-input type="textarea" v-model="model.ledgrp.adv.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input> placeholder="请输入第二通知行名称"
</el-form-item> ></c-input>
</c-col> </el-form-item>
<c-col :span="12">
<el-form-item label="Address Block" prop="ledgrp.apb.pts.adrblk">
<c-input type="textarea" v-model="model.ledgrp.apb.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="ledgrp.apb.dbfadrblkcn">
<c-input type="textarea" v-model="model.ledgrp.apb.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="ledgrp.adv.adrelc">
<c-input type="textarea" v-model="model.ledgrp.adv.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="ledgrp.apb.adrelc">
<c-input type="textarea" v-model="model.ledgrp.apb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="2nd Advising Bank" prop="ledgrp.a2b.pts.ref">
<c-input v-model="model.ledgrp.a2b.pts.ref" maxlength="16" placeholder="请输入2nd Advising Bank"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Reimbursement Bank" prop="ledgrp.rmb.pts.ref">
<c-input v-model="model.ledgrp.rmb.pts.ref" maxlength="16" placeholder="请输入Reimbursement Bank"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Drag Drop Sender" prop="letp.a2bp.ptsget.sdamod.dadsnd">
<c-input v-model="model.letp.a2bp.ptsget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Drag Drop Sender" prop="letp.rmbp.ptsget.sdamod.dadsnd">
<c-input v-model="model.letp.rmbp.ptsget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="External Key of Address" prop="ledgrp.a2b.pts.extkey">
<c-input v-model="model.ledgrp.a2b.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="letp.a2bp.ptsget.sdamod.seainf">
<c-input v-model="model.letp.a2bp.ptsget.sdamod.seainf" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onA2bpDet">
Details
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="External Key of Address" prop="ledgrp.rmb.pts.extkey">
<c-input v-model="model.ledgrp.rmb.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="letp.rmbp.ptsget.sdamod.seainf">
<c-input v-model="model.letp.rmbp.ptsget.sdamod.seainf" placeholder="请输入"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onRmbpDet">
Details
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="名称" prop="ledgrp.a2b.namelc">
<c-input type="textarea" v-model="model.ledgrp.a2b.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="名称" prop="ledgrp.rmb.namelc">
<c-input type="textarea" v-model="model.ledgrp.rmb.namelc" maxlength="35" show-word-limit placeholder="请输入名称" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Address Block" prop="ledgrp.a2b.pts.adrblk">
<c-input type="textarea" v-model="model.ledgrp.a2b.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="ledgrp.a2b.dbfadrblkcn">
<c-input type="textarea" v-model="model.ledgrp.a2b.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Address Block" prop="ledgrp.rmb.pts.adrblk">
<c-input type="textarea" v-model="model.ledgrp.rmb.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="ledgrp.rmb.dbfadrblkcn">
<c-input type="textarea" v-model="model.ledgrp.rmb.dbfadrblkcn" maxlength="35" show-word-limit placeholder="请输入Chinese address" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="ledgrp.a2b.adrelc">
<c-input type="textarea" v-model="model.ledgrp.a2b.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="ledgrp.rmb.adrelc">
<c-input type="textarea" v-model="model.ledgrp.rmb.adrelc" maxlength="35" show-word-limit placeholder="请输入地址" ></c-input>
</el-form-item>
</c-col> </c-col>
</c-col>
<c-col :span="12"> </c-row>
<el-form-item label="Confirm. Instruct." prop="ledgrp.rec.cnfins">
<c-select v-model="model.ledgrp.rec.cnfins" style="width:100%" placeholder="请选择Confirm. Instruct."> <!-- <c-col :span="12">
</c-select> <el-form-item label="1st Advising Bank" prop="ledgrp.adv.pts.ref">
</el-form-item> <c-input
</c-col> v-model="model.ledgrp.adv.pts.ref"
maxlength="16"
<c-col :span="12"> placeholder="请输入1st Advising Bank"
<el-form-item label="Confirmation Bank" prop="ledgrp.con.pts.ref"> ></c-input>
<c-input v-model="model.ledgrp.con.pts.ref" maxlength="16" placeholder="请输入Confirmation Bank"></c-input> </el-form-item>
</el-form-item> </c-col>
</c-col>
<c-col :span="12">
<c-col :span="12"> <el-form-item label="Applicant's Bank" prop="ledgrp.apb.pts.ref">
<el-form-item label="Drag Drop Sender" prop="letp.conp.ptsget.sdamod.dadsnd"> <c-input
<c-input v-model="model.letp.conp.ptsget.sdamod.dadsnd" placeholder="请输入Drag Drop Sender"></c-input> v-model="model.ledgrp.apb.pts.ref"
</el-form-item> maxlength="16"
</c-col> placeholder="请输入Applicant's Bank"
></c-input>
<c-col :span="12"> </el-form-item>
<el-form-item label="External Key of Address" prop="ledgrp.con.pts.extkey"> </c-col>
<c-input v-model="model.ledgrp.con.pts.extkey" maxlength="16" placeholder="请输入External Key of Address"></c-input>
</el-form-item> <c-col :span="12">
</c-col> <el-form-item
label="Drag Drop Sender"
<c-col :span="12"> prop="letp.advp.ptsget.sdamod.dadsnd"
<el-form-item label="" prop="letp.conp.ptsget.sdamod.seainf"> >
<c-input v-model="model.letp.conp.ptsget.sdamod.seainf" placeholder="请输入"></c-input> <c-input
</el-form-item> v-model="model.letp.advp.ptsget.sdamod.dadsnd"
</c-col> placeholder="请输入Drag Drop Sender"
></c-input>
<c-col :span="12"> </el-form-item>
<c-button size="small" type="primary" @click="onConpDet"> </c-col>
Details
</c-button> <c-col :span="12">
</c-col> <el-form-item
label="Drag Drop Sender"
<c-col :span="12"> prop="letp.apbp.ptsget.sdamod.dadsnd"
<el-form-item label="Name of Party" prop="ledgrp.con.pts.nam"> >
<c-input v-model="model.ledgrp.con.pts.nam" maxlength="40" placeholder="请输入Name of Party"></c-input> <c-input
</el-form-item> v-model="model.letp.apbp.ptsget.sdamod.dadsnd"
</c-col> placeholder="请输入Drag Drop Sender"
</div> ></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item
label="External Key of Address"
prop="ledgrp.adv.pts.extkey"
>
<c-input
v-model="model.ledgrp.adv.pts.extkey"
maxlength="16"
placeholder="请输入External Key of Address"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="letp.advp.ptsget.sdamod.seainf">
<c-input
v-model="model.letp.advp.ptsget.sdamod.seainf"
placeholder="请输入"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onAdvpDet">
Details
</c-button>
</c-col>
<c-col :span="12">
<el-form-item
label="External Key of Address"
prop="ledgrp.apb.pts.extkey"
>
<c-input
v-model="model.ledgrp.apb.pts.extkey"
maxlength="16"
placeholder="请输入External Key of Address"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="letp.apbp.ptsget.sdamod.seainf">
<c-input
v-model="model.letp.apbp.ptsget.sdamod.seainf"
placeholder="请输入"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onApbpDet">
Details
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="名称" prop="ledgrp.adv.namelc">
<c-input
type="textarea"
v-model="model.ledgrp.adv.namelc"
maxlength="35"
show-word-limit
placeholder="请输入名称"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="名称" prop="ledgrp.apb.namelc">
<c-input
type="textarea"
v-model="model.ledgrp.apb.namelc"
maxlength="35"
show-word-limit
placeholder="请输入名称"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.ledgrp.rec.aplbnkdirsnd"
>Send Directly to Applicant's Bank</c-checkbox
>
</c-col>
<c-col :span="12">
<el-form-item label="Address Block" prop="ledgrp.adv.pts.adrblk">
<c-input
type="textarea"
v-model="model.ledgrp.adv.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="ledgrp.adv.dbfadrblkcn">
<c-input
type="textarea"
v-model="model.ledgrp.adv.dbfadrblkcn"
maxlength="35"
show-word-limit
placeholder="请输入Chinese address"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Address Block" prop="ledgrp.apb.pts.adrblk">
<c-input
type="textarea"
v-model="model.ledgrp.apb.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="ledgrp.apb.dbfadrblkcn">
<c-input
type="textarea"
v-model="model.ledgrp.apb.dbfadrblkcn"
maxlength="35"
show-word-limit
placeholder="请输入Chinese address"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="ledgrp.adv.adrelc">
<c-input
type="textarea"
v-model="model.ledgrp.adv.adrelc"
maxlength="35"
show-word-limit
placeholder="请输入地址"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="ledgrp.apb.adrelc">
<c-input
type="textarea"
v-model="model.ledgrp.apb.adrelc"
maxlength="35"
show-word-limit
placeholder="请输入地址"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="2nd Advising Bank" prop="ledgrp.a2b.pts.ref">
<c-input
v-model="model.ledgrp.a2b.pts.ref"
maxlength="16"
placeholder="请输入2nd Advising Bank"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Reimbursement Bank" prop="ledgrp.rmb.pts.ref">
<c-input
v-model="model.ledgrp.rmb.pts.ref"
maxlength="16"
placeholder="请输入Reimbursement Bank"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item
label="Drag Drop Sender"
prop="letp.a2bp.ptsget.sdamod.dadsnd"
>
<c-input
v-model="model.letp.a2bp.ptsget.sdamod.dadsnd"
placeholder="请输入Drag Drop Sender"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item
label="Drag Drop Sender"
prop="letp.rmbp.ptsget.sdamod.dadsnd"
>
<c-input
v-model="model.letp.rmbp.ptsget.sdamod.dadsnd"
placeholder="请输入Drag Drop Sender"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item
label="External Key of Address"
prop="ledgrp.a2b.pts.extkey"
>
<c-input
v-model="model.ledgrp.a2b.pts.extkey"
maxlength="16"
placeholder="请输入External Key of Address"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="letp.a2bp.ptsget.sdamod.seainf">
<c-input
v-model="model.letp.a2bp.ptsget.sdamod.seainf"
placeholder="请输入"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onA2bpDet">
Details
</c-button>
</c-col>
<c-col :span="12">
<el-form-item
label="External Key of Address"
prop="ledgrp.rmb.pts.extkey"
>
<c-input
v-model="model.ledgrp.rmb.pts.extkey"
maxlength="16"
placeholder="请输入External Key of Address"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="letp.rmbp.ptsget.sdamod.seainf">
<c-input
v-model="model.letp.rmbp.ptsget.sdamod.seainf"
placeholder="请输入"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onRmbpDet">
Details
</c-button>
</c-col>
<c-col :span="12">
<el-form-item label="名称" prop="ledgrp.a2b.namelc">
<c-input
type="textarea"
v-model="model.ledgrp.a2b.namelc"
maxlength="35"
show-word-limit
placeholder="请输入名称"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="名称" prop="ledgrp.rmb.namelc">
<c-input
type="textarea"
v-model="model.ledgrp.rmb.namelc"
maxlength="35"
show-word-limit
placeholder="请输入名称"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Address Block" prop="ledgrp.a2b.pts.adrblk">
<c-input
type="textarea"
v-model="model.ledgrp.a2b.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="ledgrp.a2b.dbfadrblkcn">
<c-input
type="textarea"
v-model="model.ledgrp.a2b.dbfadrblkcn"
maxlength="35"
show-word-limit
placeholder="请输入Chinese address"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Address Block" prop="ledgrp.rmb.pts.adrblk">
<c-input
type="textarea"
v-model="model.ledgrp.rmb.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="ledgrp.rmb.dbfadrblkcn">
<c-input
type="textarea"
v-model="model.ledgrp.rmb.dbfadrblkcn"
maxlength="35"
show-word-limit
placeholder="请输入Chinese address"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="ledgrp.a2b.adrelc">
<c-input
type="textarea"
v-model="model.ledgrp.a2b.adrelc"
maxlength="35"
show-word-limit
placeholder="请输入地址"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="地址" prop="ledgrp.rmb.adrelc">
<c-input
type="textarea"
v-model="model.ledgrp.rmb.adrelc"
maxlength="35"
show-word-limit
placeholder="请输入地址"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="Confirmation Bank" prop="ledgrp.con.pts.ref">
<c-input
v-model="model.ledgrp.con.pts.ref"
maxlength="16"
placeholder="请输入Confirmation Bank"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item
label="Drag Drop Sender"
prop="letp.conp.ptsget.sdamod.dadsnd"
>
<c-input
v-model="model.letp.conp.ptsget.sdamod.dadsnd"
placeholder="请输入Drag Drop Sender"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item
label="External Key of Address"
prop="ledgrp.con.pts.extkey"
>
<c-input
v-model="model.ledgrp.con.pts.extkey"
maxlength="16"
placeholder="请输入External Key of Address"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" prop="letp.conp.ptsget.sdamod.seainf">
<c-input
v-model="model.letp.conp.ptsget.sdamod.seainf"
placeholder="请输入"
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<c-button size="small" type="primary" @click="onConpDet">
Details
</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/Letopn/Event" import Ptap from "~/views/Public/Ptap";
import Event from "~/model/Letopn/Event";
export default { export default {
inject: ['root'], inject: ["root"],
props:["model","codes"], components: { "c-ptap": Ptap },
mixins: [CommonProcess], props: ["model", "codes"],
data(){ mixins: [CommonProcess],
return { data() {
return {};
} },
}, methods: { ...Event },
methods:{...Event}, created: function () {},
created:function(){ };
}
}
</script> </script>
<style> <style>
</style> </style>
...@@ -29,7 +29,9 @@ ...@@ -29,7 +29,9 @@
<!--PD000063 --> <!--PD000063 -->
<el-tab-pane label="信用证详情" name="detp"> <el-tab-pane label="信用证详情" name="detp">
<m-detp :model="model" :codes="codes" /> <c-content>
<m-detp :model="model" :codes="codes" />
</c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000042 --> <!--PD000042 -->
...@@ -38,23 +40,25 @@ ...@@ -38,23 +40,25 @@
</el-tab-pane> </el-tab-pane>
<!--PD000055 --> <!--PD000055 -->
<el-tab-pane label="PD000055" name="dogp"> <el-tab-pane label="货物说明" name="dogp">
<m-dogp :model="model" :codes="codes" /> <m-dogp :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--PD000057 --> <!--PD000057 -->
<el-tab-pane label="PD000057" name="dorp"> <el-tab-pane label="单据要求" name="dorp">
<m-dorp :model="model" :codes="codes" /> <m-dorp :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--PD000059 --> <!--PD000059 -->
<el-tab-pane label="PD000059" name="adcp"> <el-tab-pane label="其他条款" name="adcp">
<m-adcp :model="model" :codes="codes" /> <m-adcp :model="model" :codes="codes" />
</el-tab-pane> </el-tab-pane>
<!--PD000000 --> <!--PD000000 -->
<el-tab-pane label="PD000000" name="setpan"> <el-tab-pane label="账务" name="setpan">
<m-setpan :model="model" :codes="codes" /> <c-content>
<m-setpan :model="model" :codes="codes" />
</c-content>
</el-tab-pane> </el-tab-pane>
<!--PD000000 --> <!--PD000000 -->
...@@ -117,7 +121,7 @@ import Ptyp from "./Ptyp"; ...@@ -117,7 +121,7 @@ import Ptyp from "./Ptyp";
import Dogp from "./Dogp"; import Dogp from "./Dogp";
import Dorp from "./Dorp"; import Dorp from "./Dorp";
import Adcp from "./Adcp"; import Adcp from "./Adcp";
import Setpan from "./Setpan"; // import Setpan from "./Setpan";
import Coninfp from "./Coninfp"; import Coninfp from "./Coninfp";
import Docpan from "./Docpan"; import Docpan from "./Docpan";
import Doctre from "./Doctre"; import Doctre from "./Doctre";
...@@ -128,6 +132,8 @@ import Spcbenp from "./Spcbenp"; ...@@ -128,6 +132,8 @@ import Spcbenp from "./Spcbenp";
import Spcrcvp from "./Spcrcvp"; import Spcrcvp from "./Spcrcvp";
import Glepan from "./Glepan"; import Glepan from "./Glepan";
import Setpan from "~/views/Public/Setpan";
export default { export default {
components: { components: {
"m-ovwp": Ovwp, "m-ovwp": Ovwp,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment