Commit 8475f069 by Wuyuqiu

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

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