Commit 8475f069 by Wuyuqiu

lttopn、lttame、lttcan、lttopn交易ui改造

parent efda07f6
......@@ -23,7 +23,7 @@
:highlight-current-row="true"
@row-click="rowClick"
:border="true"
max-height="350"
max-height="380"
>
<el-table-column
type="selection"
......
......@@ -23,7 +23,7 @@
:highlight-current-row="true"
@row-click="rowClick"
:border="true"
max-height="350"
max-height="380"
>
<el-table-column
type="selection"
......
<template>
<c-page title="转让信用证查询">
<div class="eContainer">
<div class="eContainer-search">
<!-- <c-bus-button :$pntvm="this"></c-bus-button> -->
<el-form
:model="model"
......@@ -11,19 +10,11 @@
size="small"
:validate-on-rule-change="false"
>
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick">
<!--PD000006 Selection -->
<el-tab-pane label="转让信用证查询" name="infsea">
<c-content>
<c-content>
<m-infsea :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
</div>
</c-page>
</template>
<script>
import Api from "~/service/Api"
......
<template>
<c-page title="转让信用证查询">
<div class="eContainer">
<!-- <c-bus-button :$pntvm="this"></c-bus-button> -->
<el-form
:model="model"
:rules="rules"
ref="modelForm"
label-width="120px"
label-position="left"
size="small"
:validate-on-rule-change="false"
>
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick">
<!--PD000006 Selection -->
<el-tab-pane label="转让信用证查询" name="infsea">
<c-content>
<m-infsea :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
</div>
</c-page>
<div class="eContainer-search">
<!-- <c-bus-button :$pntvm="this"></c-bus-button> -->
<el-form
:model="model"
:rules="rules"
ref="modelForm"
label-width="120px"
label-position="left"
size="small"
:validate-on-rule-change="false"
>
<c-content>
<m-infsea :model="model" :codes="codes" />
</c-content>
</el-form>
</div>
</template>
<script>
import Api from "~/service/Api"
import CodeTable from "~/config/CodeTable"
import Infltd from "~/model/Infltd"
import commonProcess from "~/mixin/commonProcess"
import Check from "~/model/Infltd/Check"
import Default from "~/model/Infltd/Default"
import Pattern from "~/model/Infltd/Pattern"
import Infsea from "./Infsea"
import Api from "~/service/Api";
import CodeTable from "~/config/CodeTable";
import Infltd from "~/model/Infltd";
import commonProcess from "~/mixin/commonProcess";
import Check from "~/model/Infltd/Check";
import Default from "~/model/Infltd/Default";
import Pattern from "~/model/Infltd/Pattern";
import Infsea from "./Infsea";
export default {
name: "Infltd",
components:{
"m-infsea" : Infsea,
},
provide() {
return {
root: this
}
},
mixins: [commonProcess], // 里面包含了Default、Check等的公共处理
data(){
return {
tabVal: "infsea",
trnName: "infltd",
model: new Infltd().data,
checkRules: Check,
defaultRules: Default,
pattern: Pattern,
rules: null,
codes:{...CodeTable},
}
},
methods:{
tabClick(){
}
},
created:async function(){
console.log("进入infltd交易");
let rtnmsg = await this.init({})
if(rtnmsg.respCode == SUCCESS)
{
//更新数据
this.updateModel(rtnmsg.data)
// Utils.copyValueFromVO(this.model, rtnmsg.data);
if (this.isInDisplay) {
this.restoreDisplay();
}
}
else
{
this.$notify.error({title: '错误',message: '服务请求失败!'});
}
name: "Infltd",
components: {
"m-infsea": Infsea,
},
provide() {
return {
root: this,
};
},
mixins: [commonProcess], // 里面包含了Default、Check等的公共处理
data() {
return {
tabVal: "infsea",
trnName: "infltd",
model: new Infltd().data,
checkRules: Check,
defaultRules: Default,
pattern: Pattern,
rules: null,
codes: { ...CodeTable },
};
},
methods: {
tabClick() {},
},
created: async function () {
console.log("进入infltd交易");
let rtnmsg = await this.init({});
if (rtnmsg.respCode == SUCCESS) {
//更新数据
this.updateModel(rtnmsg.data);
// Utils.copyValueFromVO(this.model, rtnmsg.data);
if (this.isInDisplay) {
this.restoreDisplay();
}
} else {
this.$notify.error({ title: "错误", message: "服务请求失败!" });
}
}
},
};
</script>
<style>
</style>
<template>
<div class="eibs">
<c-col :span="12">
<c-col :span="12" style="padding-right: 20px;">
<c-col :span="10">
<el-form-item label="附加金额" prop="ltdgrp.cbs.max2.cur">
......
......@@ -9,7 +9,26 @@
type="textarea" v-model="model.ltdgrp.blk.adlcnd" maxlength="1650" show-word-limit placeholder="请输入附加条款" ></c-input>
</el-form-item>
</c-col>
<c-col :span="22">
<c-col :span="24">
<el-form-item
label="在当前修改中添加或删除文本"
prop="lttamep.adlcndamep.usrblk"
>
<c-fullbox>
<c-input
:disabled="this.flag2"
:rows="22"
type="textarea" v-model="model.lttamep.adlcndamep.usrblk" maxlength="1650" show-word-limit placeholder="请输入" ></c-input>
<template slot="footer">
<c-button size="small" type="primary" icon="el-icon-search"
:disabled="this.flag2"
@click="showGridPromptDialog('lttamep.adlcndame.buttxmsel',null,null,{TXT: 'lttamep.adlcndamep.usrblk'}, {TXT: false},'doxpDialog')">
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<!-- <c-col :span="22">
<el-form-item label="在当前修改中添加或删除文本" prop="lttamep.adlcndamep.usrblk">
<c-input
:disabled="this.flag2"
......@@ -22,7 +41,7 @@
:disabled="this.flag2"
@click="showGridPromptDialog('lttamep.adlcndame.buttxmsel',null,null,{TXT: 'lttamep.adlcndamep.usrblk'}, {TXT: false},'doxpDialog')">
</c-button>
</c-col>
</c-col> -->
</el-col>
<el-col :span="12" style="padding-left: 20px;">
......@@ -37,26 +56,26 @@
<c-col :span="12">
<c-checkbox
style=" margin: 0px 0 10px 150px;"
style=" margin: 0px 0 10px 120px;float:left;"
v-model="model.ltdgrp.rec.redclsflg">红/绿条款</c-checkbox>
</c-col>
<c-col :span="12">
<c-checkbox
style=" margin: 0px 0 10px 100px;"
style=" margin: 0px 0 10px 100px;float:left;"
v-model="model.ltdgrp.rec.spcbenflg">受益人的特殊付款条款</c-checkbox>
</c-col>
<c-col :span="12">
<c-checkbox
@change="open"
style=" margin: 0px 0 10px 150px;"
style=" margin: 0px 0 10px 120px;float:left;"
v-model="model.lttamep.adlcndamep.modflg">修改要替换的文本</c-checkbox>
</c-col>
<c-col :span="12">
<c-checkbox
style=" margin: 0px 0 10px 100px;"
style=" margin: 0px 0 10px 100px;float:left;"
v-model="model.ltdgrp.rec.spcrcbflg">仅适用于银行的特殊付款条款</c-checkbox>
</c-col>
......@@ -65,13 +84,13 @@
<c-col :span="12">
<c-checkbox
@change="open1"
style=" margin: 0px 0 10px 150px;"
style=" margin: 0px 0 10px 120px;float:left;"
v-model="model.lttamep.adlcndamep.modmanflg">修改内部文本</c-checkbox>
</c-col>
<c-col :span="24">
<c-button
style=" margin: 0px 0 10px 150px;"
style=" margin: 0px 0 10px 120px;float:left;"
size="small" type="primary" @click="onAdlcndamepButdif">
显示差异
</c-button>
......@@ -79,7 +98,7 @@
<c-col :span="24">
<c-button
style=" margin: 0px 0 10px 150px;"
style=" margin: 0px 0 10px 120px;float:left;"
size="small" type="primary" disabled @click="onAdlcndamepButadd">
添加文本
</c-button>
......@@ -87,7 +106,7 @@
<c-col :span="24">
<c-button
style=" margin: 0px 0 10px 150px;"
style=" margin: 0px 0 10px 120px;float:left;"
size="small" type="primary" disabled icon="el-icon-delete" @click="onAdlcndamepButdel">
删除文本
</c-button>
......
......@@ -11,7 +11,27 @@
</el-form-item>
</c-col>
<c-col :span="22">
<c-col :span="24">
<el-form-item
label="在当前修改中添加或删除文本"
prop="lttamep.lcrgodamep.usrblk"
>
<c-fullbox>
<c-input
:disabled="this.flag2"
:rows="22"
type="textarea" v-model="model.lttamep.lcrgodamep.usrblk" maxlength="1650" show-word-limit placeholder="请输入"
></c-input>
<template slot="footer">
<c-button size="small" type="primary" icon="el-icon-search"
:disabled="this.flag2"
@click="showGridPromptDialog('lttamep.lcrgodame.buttxmsel',null,null,{TXT: 'lttamep.lcrgodamep.usrblk'}, {TXT: false},'doxpDialog')">
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<!-- <c-col :span="22">
<el-form-item label="在当前修改中添加或删除文本" prop="lttamep.lcrgodamep.usrblk">
<c-input
:disabled="this.flag2"
......@@ -24,11 +44,11 @@
:disabled="this.flag2"
@click="showGridPromptDialog('lttamep.lcrgodame.buttxmsel',null,null,{TXT: 'lttamep.lcrgodamep.usrblk'}, {TXT: false},'doxpDialog')">
</c-button>
</c-col>
</c-col> -->
</el-col>
<el-col ::span="12" style="padding-left: 20px;">
<el-col :span="12" style="padding-left: 20px;">
<c-col :span="24">
<el-form-item label="历史概述" prop="ltdgrp.blk.lcrgodame">
<c-input
......@@ -41,7 +61,7 @@
<c-col :span="12">
<c-checkbox
@change="open"
style=" margin: 0px 0 10px 150px;"
style=" margin: 0px 0 10px 120px;float:left;"
v-model="model.lttamep.lcrgodamep.modflg">修改要替换的文本</c-checkbox>
</c-col>
......@@ -54,7 +74,7 @@
<c-col :span="24">
<c-button
style=" margin: 0px 0 10px 150px;"
style=" margin: 0px 0 10px 120px;float:left;"
size="small" type="primary" @click="onLcrgodamepButdif">
显示差异
</c-button>
......@@ -62,7 +82,7 @@
<c-col :span="24">
<c-button
style=" margin: 0px 0 10px 150px;"
style=" margin: 0px 0 10px 120px;float:left;"
disabled
size="small" type="primary" @click="onLcrgodamepButadd">
添加文本
......@@ -71,7 +91,7 @@
<c-col :span="24">
<c-button
style=" margin: 0px 0 10px 150px;"
style=" margin: 0px 0 10px 120px;float:left;"
disabled
size="small" type="primary" icon="el-icon-delete" @click="onLcrgodamepButdel">
删除文本
......
......@@ -10,7 +10,31 @@
</el-form-item>
</c-col>
<c-col :span="22">
<c-col :span="24">
<el-form-item
label="在当前修改中添加或删除文本"
prop="lttamep.lcrdocamep.usrblk"
>
<c-fullbox>
<c-input type="textarea"
:disabled="this.flag2"
v-model="model.lttamep.lcrdocamep.usrblk"
maxlength="1650"
show-word-limit placeholder="请输入"
:rows="22"
></c-input>
<template slot="footer">
<c-button size="small" type="primary" icon="el-icon-search"
:disabled="this.flag2"
@click="showGridPromptDialog('lttamep.lcrdocame.buttxmsel',null,null,{TXT: 'lttamep.lcrdocamep.usrblk'}, {TXT: false},'doxpDialog')">
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
<!-- <c-col :span="22">
<el-form-item label="在当前修改中添加或删除文本" prop="lttamep.lcrdocamep.usrblk">
<c-input type="textarea"
:disabled="this.flag2"
......@@ -26,8 +50,8 @@
:disabled="this.flag2"
@click="showGridPromptDialog('lttamep.lcrdocame.buttxmsel',null,null,{TXT: 'lttamep.lcrdocamep.usrblk'}, {TXT: false},'doxpDialog')">
</c-button>
</c-col>
</c-col>
</c-col>-->
<c-col :span="12" style="padding-left: 20px;">
<c-col :span="24">
......@@ -46,7 +70,7 @@
<c-checkbox
@change="open"
style=" margin: 0px 0 10px 150px;"
style=" margin: 0px 0 10px 120px;float:left;"
v-model="model.lttamep.lcrdocamep.modflg">修改要替换的文本</c-checkbox>
</c-col>
......@@ -60,7 +84,7 @@
<c-col :span="12">
<c-button
style=" margin: 0px 0 10px 150px;"
style=" margin: 0px 0 10px 120px;float:left;"
size="small" type="primary" @click="onLcrdocamepButdif">
显示差异
</c-button>
......@@ -68,7 +92,7 @@
<c-col :span="24">
<c-button
style=" margin: 0px 0 10px 150px;"
style=" margin: 0px 0 10px 120px;float:left;"
disabled
size="small" type="primary" @click="onLcrdocamepButadd">
添加文本
......@@ -77,7 +101,7 @@
<c-col :span="24">
<c-button
style=" margin: 0px 0 10px 150px;"
style=" margin: 0px 0 10px 120px;float:left;"
disabled
size="small" type="primary" icon="el-icon-delete" @click="onLcrdocamepButdel">
删除文本
......
......@@ -2,8 +2,8 @@
<div class="eibs">
<!-- SG000347 : Instructions to Paying/Accepting/Negotiating Bank -->
<c-col :span="20">
<el-form-item label="对付款、承兑、议付行的指示" prop="ltdgrp.blk.insbnk">
<c-col :span="24">
<el-form-item label="对付款、承兑、议付行的指示" prop="ltdgrp.blk.insbnk" label-width="200px">
<c-input
type="textarea"
v-model="model.ltdgrp.blk.insbnk"
......
......@@ -20,7 +20,7 @@
<c-input
v-model="model.ledgrp.rec.ownref"
maxlength="16"
placeholder="请输入转让信用证参考号"
placeholder="请输入信用证参考号"
style="width: 100%"
disabled
></c-input>
......@@ -28,6 +28,34 @@
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="信用证金额" prop="ledgrp.cbs.nom1.cur">
<c-select
v-model="model.ledgrp.cbs.nom1.cur"
maxlength="3"
placeholder="请输入信用证金额"
:code="codes.curtxt1"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="" label-width="5px" prop="ledgrp.cbs.nom1.amt">
<c-input
v-model="model.ledgrp.cbs.nom1.amt"
class="m-input-currency"
placeholder="请输入金额"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
<c-checkbox v-model="model.lttp.aamp.aammod.addamtflg" disabled
>附加金额</c-checkbox
>
</c-col>
</c-col>
<!-- <c-col :span="24">
<el-form-item label="信用证金额" prop="ledgrp.cbs.nom1.cur">
<c-fullbox>
<c-input
......@@ -54,8 +82,36 @@
</template>
</c-fullbox>
</el-form-item>
</c-col>
</c-col> -->
<c-col :span="24">
<c-col :span="12">
<el-form-item label="余额" prop="ledgrp.cbs.opn1.cur">
<c-select
v-model="model.ledgrp.cbs.opn1.cur"
maxlength="3"
placeholder="请输入余额"
:code="codes.curtxt1"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="" label-width="5px" prop="ledgrp.cbs.opn1.amt">
<c-input
v-model="model.ledgrp.cbs.opn1.amt"
class="m-input-currency"
placeholder="请输入金额"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="3" :offset="1">
<c-checkbox v-model="model.ledgrp.rec.revflg" disabled
>循环信用证</c-checkbox
>
</c-col>
</c-col>
<!-- <c-col :span="24">
<el-form-item label="余额" prop="ledgrp.cbs.opn1.cur">
<c-fullbox>
<c-input
......@@ -82,7 +138,7 @@
</template>
</c-fullbox>
</el-form-item>
</c-col>
</c-col> -->
<c-col :span="24">
<el-form-item label="被授权的银行当事人" prop="ledgrp.avbnam">
<c-input
......@@ -184,7 +240,7 @@
</c-col>
<!-- right -->
<c-col :span="12" style="padding-left: 20px;">
<c-col :span="12" style="padding-left: 20px;" >
<c-col :span="24">
<el-form-item label="简略信息" prop="ledgrp.rec.nam">
<c-input
......@@ -252,11 +308,11 @@
<el-form-item
class="formItemLabel"
label="利用上面的信息开立可转让的背对背信用证"
label-width="300px"
label-width="248px"
>
</el-form-item>
</c-col>
<c-col :span="23" style="margin:0 0 10px 9px">
<c-col :span="24" style="margin:0 0 10px 0px">
<c-istream-table
:list="model.lttp.leltb2b.litb2bstm.rows || []"
:columns="columns"
......@@ -280,7 +336,7 @@
</c-col>
<c-col :span="12">
<el-form-item label="" label-width="20px" prop="ltdgrp.cbs.opn1.amt">
<el-form-item label="" label-width="5px" prop="ltdgrp.cbs.opn1.amt">
<c-input
v-model="model.ltdgrp.cbs.opn1.amt"
placeholder="请输入"
......@@ -332,10 +388,10 @@
</div>
</template>
<script>
import Api from "~/service/Api"
import Api from "~/service/Api";
import commonProcess from "~/mixin/commonProcess";
import CodeTable from "~/config/CodeTable"
import Event from "~/model/Lttame/Event"
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Lttopn/Event";
import Ptsmsg from "~/views/Public/Ptsmsg";
export default {
......@@ -350,8 +406,8 @@ export default {
'4 2 "信用证编号" 150',
'7 3 "币种" 140',
'8 4 "余额" 150 2 8 1 7',
'5 5 "最迟装船日期" 150 4 7 1',
'6 6 "有效期" 150 4 7 1',
'5 5 "装运日期" 150 4 7 1',
'6 6 "期" 150 4 7 1',
'3 7 "名称" 150',
'9 8 "Info" 150 5 6:1 0 I',
],
......@@ -368,4 +424,3 @@ export default {
font-weight: bold;
}
</style>
......@@ -3,7 +3,7 @@
<!-- =================顶部====================== -->
<c-row>
<c-col :span="24">
<c-col :span="12" style="padding-right: 20px;">
<c-col :span="12" style="padding-right: 20px">
<el-form-item
label="信用证参考号"
prop="ledgrp.rec.ownref"
......@@ -24,14 +24,14 @@
size="small"
type="primary"
@click="onSeainf"
icon="el-icon-info"
>
<i class="el-icon-info" style="font-size:15px"></i>
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="12" style="padding-left: 20px;">
<c-col :span="12" style="padding-left: 20px">
<el-form-item label="摘要" prop="ledgrp.rec.nam">
<c-input
text-align="middle"
......@@ -45,7 +45,7 @@
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="12" style="padding-right: 20px;">
<c-col :span="12" style="padding-right: 20px">
<el-form-item
label="转让信用证业务编号"
prop="ltdgrp.rec.ownref"
......@@ -66,8 +66,8 @@
size="small"
type="primary"
@click="onSeainf"
icon="el-icon-info"
>
<i class="el-icon-info" style="font-size:15px"></i>
</c-button>
<c-button
style="margin: 0 0"
......@@ -81,7 +81,7 @@
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="12" style="padding-left: 20px;">
<c-col :span="12" style="padding-left: 20px">
<el-form-item label="摘要" prop="ltdgrp.rec.nam">
<c-input
text-align="middle"
......@@ -97,7 +97,7 @@
</c-row>
<!-- ====================左边======================= -->
<c-col :span="12" style="padding-right: 20px;">
<c-col :span="12" style="padding-right: 20px">
<!-- 信用证类型 -->
<c-col :span="24">
<el-form-item label="转让信用证类型" prop="ltdgrp.rec.lcrtyp">
......@@ -127,8 +127,8 @@
size="small"
type="primary"
@click="onExtkey"
><i class="el-icon-info" style="font-size:15px"></i></c-button
>
icon="el-icon-info"
></c-button>
</template>
</c-fullbox>
</el-form-item>
......@@ -170,7 +170,7 @@
<!-- 金额浮动 Amount Tolerance +/- -->
<c-col :span="24">
<c-col :span="12">
<c-col :span="15">
<c-form-item label="金额容差 +/-" prop="ltdgrp.rec.nomtop">
<c-input
v-model.number="model.ltdgrp.rec.nomtop"
......@@ -183,12 +183,12 @@
></c-input>
</c-form-item>
</c-col>
<c-col :span="7">
<c-col :span="9">
<el-form-item label="" label-width="5px" prop="ltdgrp.rec.nomton">
<c-input
v-model.number="model.ltdgrp.rec.nomton"
maxlength="2"
style="width: 95%"
style="width: 100%"
placeholder="请输入金额上限"
@keyup.enter.native="$event.target.blur()"
class="m-input-currency"
......@@ -196,24 +196,21 @@
></c-input>
</el-form-item>
</c-col>
<c-col :span="5">
</c-col>
<c-col :span="5"> </c-col>
</c-col>
<!-- Amount Specification 适用金额规范-->
<c-col :span="24">
<c-col :span="19">
<el-form-item label="适用金额规范" prop="ltdgrp.rec.nomspc">
<c-select
v-model="model.ltdgrp.rec.nomspc"
style="width: 97%"
placeholder="请选择适用金额规范"
:code="codes.nomspc"
disabled
>
</c-select>
</el-form-item>
</c-col>
<el-form-item label="适用金额规范" prop="ltdgrp.rec.nomspc">
<c-select
v-model="model.ltdgrp.rec.nomspc"
style="width: 100%"
placeholder="请选择适用金额规范"
:code="codes.nomspc"
disabled
>
</c-select>
</el-form-item>
</c-col>
<!-- Maximum Amount 信用证最大金额-->
......@@ -345,10 +342,7 @@
<!-- 其他规则 -->
<c-col :span="24">
<el-form-item
label="其他适用规则"
prop="ltdgrp.rec.apprultxt"
>
<el-form-item label="其他适用规则" prop="ltdgrp.rec.apprultxt">
<c-input
v-model="model.ltdgrp.rec.apprultxt"
maxlength="35"
......@@ -372,17 +366,25 @@
</c-col>
<!-- ========================右边======================= -->
<c-col :span="12" style="padding-left: 20px;">
<c-col :span="12" style="padding-left: 20px">
<c-col :span="24">
<el-form-item label="第一受益人参考号" prop="ltdgrp.be1.pts.ref">
<c-input v-model="model.ltdgrp.be1.pts.ref" maxlength="16" placeholder="请输入第一受益人参考号"></c-input>
<c-input
v-model="model.ltdgrp.be1.pts.ref"
maxlength="16"
placeholder="请输入第一受益人参考号"
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
</c-col>
<c-col :span="24">
<el-form-item label="第一受益人" prop="ltdgrp.be1.pts.extkey">
<c-fullbox>
<c-input v-model="model.ltdgrp.be1.pts.extkey" maxlength="16" placeholder=""></c-input>
<c-fullbox>
<c-input
v-model="model.ltdgrp.be1.pts.extkey"
maxlength="16"
placeholder=""
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px"
......@@ -390,7 +392,6 @@
type="primary"
icon="el-icon-search"
>
</c-button>
<c-button
style="margin: 0 0"
......@@ -402,14 +403,19 @@
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="24">
</c-col>
<c-col :span="24">
<el-form-item label="名称" prop="ltdgrp.be1.pts.nam">
<c-input
<c-input
disabled
type="textarea" v-model="model.ltdgrp.be1.pts.nam" maxlength="35" show-word-limit placeholder="请输入" ></c-input>
type="textarea"
v-model="model.ltdgrp.be1.pts.nam"
maxlength="35"
show-word-limit
placeholder="请输入"
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- 开证行 Issuer Ref.-->
<c-col :span="24">
......@@ -444,10 +450,8 @@
</c-col>
<c-col :span="12">
<el-form-item label="" prop="ltdgrp.rec.rmbflg">
<c-checkbox v-model="model.ltdgrp.rec.rmbflg"
>偿付信息</c-checkbox
>
<el-form-item label="" prop="ltdgrp.rec.rmbflg" class="checkbox-left">
<c-checkbox v-model="model.ltdgrp.rec.rmbflg">偿付信息</c-checkbox>
</el-form-item>
</c-col>
</c-col>
......
<template>
<div class="eibs">
<c-col :span="12">
<c-col :span="12" style="padding-right: 20px;">
<c-col :span="24">
<c-ptap
:model="model"
......
<template>
<div class="eibs">
<c-col :span="12" style="padding-right: 20px;">
<c-col :span="12" style="padding-right: 20px">
<c-col :span="24">
<el-form-item
label="受益人的特殊付款条款"
prop="ltdgrp.blk.spcben"
>
<el-form-item label="受益人的特殊付款条款" prop="ltdgrp.blk.spcben">
<c-input
:rows="12"
:disabled="this.flag1"
......@@ -18,7 +15,45 @@
</el-form-item>
</c-col>
<c-col :span="22">
<c-col :span="24">
<el-form-item
label="在当前修改中添加或删除文本"
prop="lttamep.spcbenamep.usrblk"
>
<c-fullbox>
<c-input
type="textarea"
:disabled="this.flag2"
v-model="model.lttamep.spcbenamep.usrblk"
maxlength="1650"
show-word-limit
placeholder="请输入"
:rows="22"
></c-input>
<template slot="footer">
<c-button
size="small"
type="primary"
icon="el-icon-search"
:disabled="this.flag2"
@click="
showGridPromptDialog(
'lttamep.spcbenamep.buttxmsel',
null,
null,
{ TXT: 'lttamep.spcbenamep.usrblk' },
{ TXT: false },
'doxpDialog'
)
"
>
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<!-- <c-col :span="22">
<el-form-item
label="在当前修改中添加或删除文本"
prop="lttamep.spcbenamep.usrblk"
......@@ -33,8 +68,8 @@
:rows="22"
></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
</c-col> -->
<!-- <c-col :span="2">
<c-button
size="small"
type="primary"
......@@ -52,10 +87,10 @@
"
>
</c-button>
</c-col>
</c-col> -->
</c-col>
<c-col :span="12" style="padding-left: 20px;">
<c-col :span="12" style="padding-left: 20px">
<c-col :span="24">
<el-form-item label="历史概要" prop="ltdgrp.blk.spcbename">
<c-input
......@@ -72,7 +107,7 @@
<c-col :span="12">
<c-checkbox
style="margin: 0px 0 10px 150px"
style="margin: 0px 0 10px 120px;float:left"
@change="open"
v-model="model.lttamep.spcbenamep.modflg"
>修改要替换的文本</c-checkbox
......@@ -82,7 +117,7 @@
<c-col :span="12">
<c-checkbox
@change="open1"
style="margin: 0px 0 10px 125px"
style="margin: 0px 0 10px 120px;float:left"
v-model="model.lttamep.spcbenamep.modmanflg"
>修改内部文本</c-checkbox
>
......@@ -90,7 +125,7 @@
<c-col :span="12">
<c-button
style="margin: 0px 0 10px 150px"
style="margin: 0px 0 10px 120px;float:left"
size="small"
type="primary"
@click="onLcrdocamepButdif"
......@@ -101,7 +136,7 @@
<c-col :span="24">
<c-button
style="margin: 0px 0 10px 150px"
style="margin: 0px 0 10px 120px;float:left"
disabled
size="small"
type="primary"
......@@ -113,7 +148,7 @@
<c-col :span="24">
<c-button
style="margin: 0px 0 10px 150px"
style="margin: 0px 0 10px 120px;float:left"
disabled
size="small"
type="primary"
......@@ -212,16 +247,12 @@ export default {
...Event,
open(val) {
if (val === "" && !(this.model.ltdgrp.blk.spcben == "")) {
this.$confirm(
"是否确定要重置手动修改?",
"提示",
{
cancelButtonText: "撤销",
confirmButtonText: "确定",
type: "warning",
showClose: false,
}
)
this.$confirm("是否确定要重置手动修改?", "提示", {
cancelButtonText: "撤销",
confirmButtonText: "确定",
type: "warning",
showClose: false,
})
.then(() => {
//yes的执行在这里写
this.model.ltdgrp.blk.spcben = "";
......@@ -254,16 +285,12 @@ export default {
},
open1(val) {
if (val === "" && !(this.model.ltdgrp.blk.spcben == "")) {
this.$confirm(
"是否确定要重置手动修改?",
"提示",
{
cancelButtonText: "撤销",
confirmButtonText: "确定",
type: "warning",
showClose: false,
}
)
this.$confirm("是否确定要重置手动修改?", "提示", {
cancelButtonText: "撤销",
confirmButtonText: "确定",
type: "warning",
showClose: false,
})
.then(() => {
//yes的执行在这里写
this.model.ltdgrp.blk.spcben = "";
......
<template>
<div class="eibs">
<c-col :span="12" style="padding-right: 20px;">
<c-col :span="12" style="padding-right: 20px">
<c-col :span="24">
<el-form-item
label="仅适用于银行的特殊付款条款"
......@@ -18,7 +18,45 @@
</el-form-item>
</c-col>
<c-col :span="22">
<c-col :span="24">
<el-form-item
label="在当前修改中添加或删除文本"
prop="lttamep.spcrcbamep.usrblk"
>
<c-fullbox>
<c-input
type="textarea"
:disabled="this.flag2"
v-model="model.lttamep.spcrcbamep.usrblk"
maxlength="1650"
show-word-limit
placeholder="请输入"
:rows="22"
></c-input>
<template slot="footer">
<c-button
size="small"
type="primary"
icon="el-icon-search"
:disabled="this.flag2"
@click="
showGridPromptDialog(
'lttamep.spcrcbamep.buttxmsel',
null,
null,
{ TXT: 'lttamep.spcrcbamep.usrblk' },
{ TXT: false },
'doxpDialog'
)
"
>
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<!-- <c-col :span="22">
<el-form-item
label="在当前修改中添加或删除文本"
prop="lttamep.spcrcbamep.usrblk"
......@@ -52,10 +90,10 @@
"
>
</c-button>
</c-col>
</c-col> -->
</c-col>
<c-col :span="12" style="padding-left: 20px;">
<c-col :span="12" style="padding-left: 20px">
<c-col :span="24">
<el-form-item label="历史概要" prop="ltdgrp.blk.spcrcbame">
<c-input
......@@ -72,7 +110,7 @@
<c-col :span="12">
<c-checkbox
style="margin: 0px 0 10px 150px"
style="margin: 0px 0 10px 120px;float:left;"
@change="open"
v-model="model.lttamep.spcrcbamep.modflg"
>修改要替换的文本</c-checkbox
......@@ -82,7 +120,7 @@
<c-col :span="12">
<c-checkbox
@change="open1"
style="margin: 0px 0 10px 125px"
style="margin: 0px 0 10px 120px;float:left;"
v-model="model.lttamep.spcrcbamep.modmanflg"
>修改内部文本</c-checkbox
>
......@@ -90,7 +128,7 @@
<c-col :span="12">
<c-button
style="margin: 0px 0 10px 150px"
style="margin: 0px 0 10px 120px;float:left;"
size="small"
type="primary"
@click="onLcrdocamepButdif"
......@@ -101,7 +139,7 @@
<c-col :span="24">
<c-button
style="margin: 0px 0 10px 150px"
style="margin: 0px 0 10px 120px;float:left;"
disabled
size="small"
type="primary"
......@@ -113,7 +151,7 @@
<c-col :span="24">
<c-button
style="margin: 0px 0 10px 150px"
style="margin: 0px 0 10px 120px;float:left;"
disabled
size="small"
type="primary"
......@@ -212,16 +250,12 @@ export default {
...Event,
open(val) {
if (val === "" && !(this.model.ltdgrp.blk.spcrcb == "")) {
this.$confirm(
"是否确定要重置手动修改?",
"提示",
{
cancelButtonText: "撤销",
confirmButtonText: "确定",
type: "warning",
showClose: false,
}
)
this.$confirm("是否确定要重置手动修改?", "提示", {
cancelButtonText: "撤销",
confirmButtonText: "确定",
type: "warning",
showClose: false,
})
.then(() => {
//yes的执行在这里写
this.model.ltdgrp.blk.spcrcb = "";
......@@ -254,16 +288,12 @@ export default {
},
open1(val) {
if (val === "" && !(this.model.ltdgrp.blk.spcrcb == "")) {
this.$confirm(
"是否确定要重置手动修改?",
"提示",
{
cancelButtonText: "撤销",
confirmButtonText: "确定",
type: "warning",
showClose: false,
}
)
this.$confirm("是否确定要重置手动修改?", "提示", {
cancelButtonText: "撤销",
confirmButtonText: "确定",
type: "warning",
showClose: false,
})
.then(() => {
//yes的执行在这里写
this.model.ltdgrp.blk.spcrcb = "";
......
......@@ -21,8 +21,8 @@
size="small"
type="primary"
@click="onSeainf"
icon="el-icon-info"
>
<i class="el-icon-info" style="font-size:15px"></i>
</c-button>
</template>
</c-fullbox>
......@@ -47,59 +47,68 @@
size="small"
type="primary"
@click="onSeainf"
icon="el-icon-info"
>
<i class="el-icon-info" style="font-size:15px"></i>
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="转让信用证金额" prop="ltdgrp.cbs.nom1.cur">
<c-fullbox>
<c-input
<c-col :span="11">
<el-form-item label="转让信用证金额" prop="ltdgrp.cbs.nom1.cur">
<c-input
v-model="model.ltdgrp.cbs.nom1.cur"
maxlength="3"
style="width: 50%"
style="width: 100%"
placeholder="请输入转让信用证金额"
disabled
></c-input>
<c-input
</el-form-item>
</c-col>
<c-col :span="9">
<el-form-item label="" label-width="0px" style="text-align: left; margin-left: 5px" prop="ltdgrp.cbs.nom1.amt">
<c-input
v-model="model.ltdgrp.cbs.nom1.amt"
style="width: 50%"
tyle="text-align: left; width: 90%"
placeholder="请输入"
disabled
></c-input>
<template slot="footer">
<c-checkbox
</el-form-item>
</c-col>
<c-col :span="4">
<c-checkbox
v-model="model.lttp0.aammod.addamtflg"
style="margin-left: 10px"
disabled
>附加金额</c-checkbox
>
</template>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="余额" prop="ltdgrp.cbs.opn1.cur">
<c-fullbox>
<c-input
<c-col :span="12">
<el-form-item label="余额" prop="ltdgrp.cbs.opn1.cur">
<c-input
v-model="model.ltdgrp.cbs.opn1.cur"
maxlength="3"
style="width: 50%"
style="width: 100%"
placeholder="请输入余额"
disabled
></c-input>
<c-input
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" label-width="0px" style="text-align: left; margin-left: 5px" prop="ltdgrp.cbs.opn1.amt">
<c-input
v-model="model.ltdgrp.cbs.opn1.amt"
style="width: 50%"
style="width: 100%"
placeholder="请输入"
disabled
></c-input>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
......@@ -141,6 +150,29 @@
</c-col>
</c-col>
<!-- <c-col :span="24">
<c-col :span="12">
<el-form-item label="开证日期及其形式" prop="ltdgrp.rec.opndat">
<c-date-picker
v-model="model.ltdgrp.rec.opndat"
maxlength="3"
style="width: 100%"
placeholder="请选择开证日期及其形式"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" label-width="0px" style="text-align: left; margin-left: 5px" prop="ltdgrp.cbs.opn1.amt">
<c-input
v-model="model.ltdgrp.rec.lcrtyp"
style="width: 100%"
placeholder="请输入"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col> -->
<c-col :span="24">
<c-col :span="12">
<el-form-item label="开证日期及其形式" prop="ltdgrp.rec.opndat">
......@@ -154,13 +186,16 @@
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" label-width="0px" style="text-align: left; margin-left: 5px" prop="ltdgrp.rec.lcrtyp">
<c-input
v-model="model.ltdgrp.rec.lcrtyp"
style="width: 100%"
maxlength="40"
placeholder="请输入"
disabled
:code="codes.lcrtyp1"
></c-input>
</el-form-item>
</c-col>
</c-col>
......@@ -177,14 +212,55 @@
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" label-width="0px" style="text-align: left; margin-left: 5px" prop="ltdgrp.rec.expplc">
<c-input
v-model="model.ltdgrp.rec.expplc"
style="width: 100%"
maxlength="40"
placeholder="请输入到期地点"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item
label="承兑报文的详细内容"
prop="lttcanp.trnrec.strinf"
style="width: 100%"
>
<c-fullbox>
<c-input
type="textarea"
v-model="model.lttcanp.trnrec.strinf"
maxlength="300"
show-word-limit
placeholder="请输入承兑报文的详细内容"
:disabled="!sndmsg"
></c-input>
<template slot="footer">
<c-button
size="small"
type="primary"
icon="el-icon-more"
:disabled="!sndmsg"
@click="
showGridPromptDialog(
'bttcanp.canlet.buttxmsel',
null,
null,
{ TXT: 'lttcanp.trnrec.strinf' },
{ TXT: false },
'doxpDialog'
)
"
>
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
<!-- right -->
......@@ -251,63 +327,13 @@
:disabled1="true"
></c-ptsmsg>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item style="margin-left: -150px">
<el-divider />
</el-form-item>
</c-col>
<!-- next part -->
<c-col :span="11">
<c-col :span="24">
<el-form-item
label="承兑报文的详细内容"
prop="lttcanp.trnrec.strinf"
style="width: 100%"
>
<c-fullbox>
<c-input
type="textarea"
v-model="model.lttcanp.trnrec.strinf"
maxlength="50"
show-word-limit
placeholder="请输入承兑报文的详细内容"
:disabled="!sndmsg"
></c-input>
<template slot="footer">
<c-button
style="margin-left: 10px; padding: 0 10px"
size="small"
type="primary"
:disabled="!sndmsg"
@click="
showGridPromptDialog(
'bttcanp.canlet.buttxmsel',
null,
null,
{ TXT: 'lttcanp.trnrec.strinf' },
{ TXT: false },
'doxpDialog'
)
"
>
...
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
<c-col :span="11" :offset="1">
<c-col :span="24">
<el-form-item label="" style="text-align: left" prop="sndmsg">
<el-form-item label="" class="checkbox-left" style="text-align: left" prop="sndmsg">
<c-checkbox v-model="sndmsg">发送报文</c-checkbox>
</el-form-item>
</c-col>
</c-col>
</div>
</template>
<script>
......
<template>
<div class="eibs">
<c-col :span="11">
<c-col :span="12" style="padding-right: 20px;">
<c-col :span="24">
<c-col :span="12">
<el-form-item label="附加金额" prop="ltdgrp.cbs.max2.cur">
......
<template>
<div class="eibs">
<c-col :span="12">
<c-col :span="12" style="padding-right: 20px;">
<!-- S0000042 : 是否报送跨境人民币2101表 -->
<c-col :span="24">
<el-form-item label="是否报送跨境人民币2101表" prop="cnybop.cnyflg">
<el-form-item label="是否报送跨境人民币2101表" prop="cnybop.cnyflg" label-width="180px">
<c-select
v-model="model.cnybop.cnyflg"
style="width: 100%"
......@@ -18,7 +18,7 @@
<!-- S0000045 : 是否报送跨境人民币2107表 -->
<c-col :span="24">
<el-form-item label="是否报送跨境人民币2107表" prop="cnybop.traflg">
<el-form-item label="是否报送跨境人民币2107表" prop="cnybop.traflg" label-width="180px">
<c-select
v-model="model.cnybop.traflg"
style="width: 100%"
......@@ -32,7 +32,7 @@
<!-- S0000077 : 是否报送跨境人民币2111表 -->
<c-col :span="24">
<el-form-item label="是否报送跨境人民币2111表" prop="cnybop.outflg">
<el-form-item label="是否报送跨境人民币2111表" prop="cnybop.outflg" label-width="180px">
<c-select
v-model="model.cnybop.outflg"
style="width: 100%"
......@@ -46,7 +46,7 @@
<!-- S0000113 : 是否报送跨境人民币2106表 -->
<c-col :span="24">
<el-form-item label="是否报送跨境人民币2106表" prop="cnybop.libflg">
<el-form-item label="是否报送跨境人民币2106表" prop="cnybop.libflg" label-width="180px">
<c-select
v-model="model.cnybop.libflg"
style="width: 100%"
......@@ -59,7 +59,7 @@
<!-- S0000142 : 是否报送跨境人民币2122表 -->
<c-col :span="24">
<el-form-item label="是否报送跨境人民币2122表" prop="cnybop.vouflg">
<el-form-item label="是否报送跨境人民币2122表" prop="cnybop.vouflg" label-width="180px">
<c-select
v-model="model.cnybop.vouflg"
style="width: 100%"
......
......@@ -206,10 +206,10 @@
size="small"
type="primary"
disabled
icon="el-icon-more"
@click="showGridPromptDialog('lttp.detp', null, null,{TXT:
'ltdgrp.rec.prepertxts18'}, {TXT: false},'doxpDialog')"
>
...
</c-button>
</template>
</c-fullbox>
......@@ -243,10 +243,10 @@
<c-button
size="small"
type="primary"
icon="el-icon-more"
@click="showGridPromptDialog('lttp.charia.buttxmsel', null, null,{TXT:
'ltdgrp.blk.feetxt'}, {TXT: false},'doxpDialog')"
>
...
</c-button>
</template>
</c-fullbox>
......
......@@ -28,6 +28,34 @@
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="信用证金额" prop="ledgrp.cbs.nom1.cur">
<c-select
v-model="model.ledgrp.cbs.nom1.cur"
maxlength="3"
placeholder="请输入信用证金额"
:code="codes.curtxt1"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="" label-width="5px" prop="ledgrp.cbs.nom1.amt">
<c-input
v-model="model.ledgrp.cbs.nom1.amt"
class="m-input-currency"
placeholder="请输入金额"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
<c-checkbox v-model="model.lttp.aamp.aammod.addamtflg" disabled
>附加金额</c-checkbox
>
</c-col>
</c-col>
<!-- <c-col :span="24">
<el-form-item label="信用证金额" prop="ledgrp.cbs.nom1.cur">
<c-fullbox>
<c-input
......@@ -54,8 +82,36 @@
</template>
</c-fullbox>
</el-form-item>
</c-col>
</c-col> -->
<c-col :span="24">
<c-col :span="12">
<el-form-item label="余额" prop="ledgrp.cbs.opn1.cur">
<c-select
v-model="model.ledgrp.cbs.opn1.cur"
maxlength="3"
placeholder="请输入余额"
:code="codes.curtxt1"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="" label-width="5px" prop="ledgrp.cbs.opn1.amt">
<c-input
v-model="model.ledgrp.cbs.opn1.amt"
class="m-input-currency"
placeholder="请输入金额"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="3" :offset="1">
<c-checkbox v-model="model.ledgrp.rec.revflg" disabled
>循环信用证</c-checkbox
>
</c-col>
</c-col>
<!-- <c-col :span="24">
<el-form-item label="余额" prop="ledgrp.cbs.opn1.cur">
<c-fullbox>
<c-input
......@@ -82,7 +138,7 @@
</template>
</c-fullbox>
</el-form-item>
</c-col>
</c-col> -->
<c-col :span="24">
<el-form-item label="被授权的银行当事人" prop="ledgrp.avbnam">
<c-input
......@@ -252,11 +308,11 @@
<el-form-item
class="formItemLabel"
label="利用上面的信息开立可转让的背对背信用证"
label-width="300px"
label-width="248px"
>
</el-form-item>
</c-col>
<c-col :span="23" style="margin:0 0 10px 9px">
<c-col :span="24" style="margin:0 0 10px 0px">
<c-istream-table
:list="model.lttp.leltb2b.litb2bstm.rows || []"
:columns="columns"
......@@ -280,7 +336,7 @@
</c-col>
<c-col :span="12">
<el-form-item label="" label-width="20px" prop="ltdgrp.cbs.opn1.amt">
<el-form-item label="" label-width="5px" prop="ltdgrp.cbs.opn1.amt">
<c-input
v-model="model.ltdgrp.cbs.opn1.amt"
placeholder="请输入"
......
......@@ -14,17 +14,18 @@
<m-ptyp :model="model" :codes="codes" />
</el-collapse-item>
<el-collapse-item title="货物描述" name="dogp">
<m-dogp :model="model" :codes="codes" />
<m-doxp :model="model" :codes="codes" :dtyp="'dogp'" :rec="'ltd'" />
</el-collapse-item>
<el-collapse-item title="单据要求" name="dorp">
<m-doxp :model="model" :codes="codes" :dtyp="'dorp'" :rec="'led'" />
<m-doxp :model="model" :codes="codes" :dtyp="'dorp'" :rec="'ltd'" />
</el-collapse-item>
<el-collapse-item title="附加条款" name="adcp">
<m-doxp :model="model" :codes="codes" :dtyp="'adcp'" :rec="'led'" />
<m-doxp :model="model" :codes="codes" :dtyp="'adcp'" :rec="'ltd'" />
</el-collapse-item>
<el-collapse-item title="原始信用证详细信息" name="lttinf">
<m-lttinf :model="model" :codes="codes" />
</el-collapse-item>
<el-collapse-item
title="受益人特殊付款条款"
name="spcbenp"
......@@ -34,9 +35,10 @@
:model="model"
:codes="codes"
:dtyp="'spcbenp'"
:rec="'led'"
:rec="'ltd'"
/>
</el-collapse-item>
<el-collapse-item
title="仅限银行特殊付款条款"
name="spcrcvp"
......@@ -46,7 +48,7 @@
:model="model"
:codes="codes"
:dtyp="'spcrcvp'"
:rec="'led'"
:rec="'ltd'"
/>
</el-collapse-item>
......
......@@ -21,8 +21,8 @@
size="small"
type="primary"
@click="onSeainf"
icon="el-icon-info"
>
<i class="el-icon-info" style="font-size:15px"></i>
</c-button>
</template>
</c-fullbox>
......@@ -42,7 +42,46 @@
</c-col>
<c-col :span="24">
<c-col :span="12" style="padding-right: 20px;">
<el-col :span="12" style="padding-right: 20px;">
<el-form-item
label="转让信用证业务编号"
prop="ltdgrp.rec.ownref"
style="width: 100%"
>
<c-fullbox>
<c-input
v-model="model.ltdgrp.rec.ownref"
maxlength="16"
disabled
placeholder="请输入转让信用证业务编号"
></c-input>
<template slot="footer">
<c-button
style="margin: 0 10px 0 10px; padding: 0 12px; height: 32px"
size="small"
type="primary"
@click="onSeainf"
icon="el-icon-info"
>
</c-button>
<c-button
style="margin: 0 0"
size="small"
type="primary"
::disabled="
!model.ltdgrp.rec.ownref && model.ltdgrp.be1.pta.inr
? false
: true
"
@click="onLttpButgetref"
>
获取
</c-button>
</template>
</c-fullbox>
</el-form-item>
</el-col>
<!-- <c-col :span="12" style="padding-right: 20px;">
<el-form-item
label="转让信用证业务编号"
prop="ltdgrp.rec.ownref"
......@@ -62,8 +101,8 @@
size="small"
type="primary"
@click="onSeainf"
icon="el-icon-info"
>
<i class="el-icon-info" style="font-size:15px"></i>
</c-button>
<c-button
style="margin: 0 0"
......@@ -81,7 +120,7 @@
</template>
</c-fullbox>
</el-form-item>
</c-col>
</c-col> -->
<c-col :span="12" style="padding-left: 20px;">
<el-form-item label="简略信息" prop="ltdgrp.rec.nam">
......@@ -128,8 +167,8 @@
size="small"
type="primary"
@click="onSeainf"
icon="el-icon-info"
>
<i class="el-icon-info" style="font-size:15px"></i>
</c-button>
</template>
</c-fullbox>
......@@ -137,7 +176,7 @@
</c-col>
<c-col :span="24">
<c-col :span="12">
<c-col :span="11">
<el-form-item label="名义金额" prop="ltdgrp.cbs.nom1.cur">
<c-select
v-model="model.ltdgrp.cbs.nom1.cur"
......@@ -151,11 +190,11 @@
</el-form-item>
</c-col>
<c-col :span="7">
<el-form-item label="" label-width="20px" prop="ltdgrp.cbs.nom1.amt">
<c-col :span="9">
<el-form-item label="" label-width="0px" style="text-align: left; margin-left: 5px" prop="ltdgrp.cbs.nom1.amt">
<c-input-currency
v-model="model.ltdgrp.cbs.nom1.amt"
style="text-align: left; width: 100%"
style="text-align: left; width: 90%"
placeholder="请输入名义金额"
@keyup.enter.native="
defaultFunction(
......@@ -167,19 +206,19 @@
</el-form-item>
</c-col>
<c-col :span="5">
<c-col :span="4">
<c-checkbox
v-model="model.lttp.aamp.aammod.addamtflg"
style="margin-left: 10px"
:disabled="model.ltdgrp.cbs.max2.amt == ''"
@change="openAddDetails"
:disabled="model.ltdgrp.cbs.max2.amt == ''"
>附加金额</c-checkbox
>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="15">
<c-col :span="13">
<el-form-item label="金额容差 +/-" prop="ltdgrp.rec.nomtop">
<c-input
v-model.number="model.ltdgrp.rec.nomtop"
......@@ -190,8 +229,8 @@
></c-input>
</el-form-item>
</c-col>
<c-col :span="9">
<el-form-item label="" label-width="20px" prop="ltdgrp.rec.nomton">
<c-col :span="11">
<el-form-item label="" label-width="0px" style="text-align: left; margin-left: 5px" prop="ltdgrp.rec.nomton">
<c-input
v-model.number="model.ltdgrp.rec.nomton"
maxlength="2"
......@@ -217,7 +256,7 @@
</c-col>
<c-col :span="24">
<c-col :span="12">
<c-col :span="13">
<el-form-item label="最大金额" prop="ltdgrp.cbs.max.cur">
<c-select
v-model="model.ltdgrp.cbs.max.cur"
......@@ -230,8 +269,8 @@
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="" label-width="20px" prop="ltdgrp.cbs.max.amt">
<c-col :span="11">
<el-form-item label="" label-width="0px" style="text-align: left; margin-left: 5px" prop="ltdgrp.cbs.max.amt">
<c-input
v-model="model.ltdgrp.cbs.max.amt"
placeholder="请选择最大金额"
......
......@@ -8,7 +8,7 @@
>
<div
class="content-wrapper"
:style="{ height: Math.floor((cellContentHeight - 30) * 0.33) + 'px' }"
:style="{ height: Math.floor((cellContentHeight - 20) * 0.33) + 'px' }"
>
<div class="visit-item-wrapper">
<div class="visit-item">
......
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