Commit 92548156 by Wuyuqiu

公共面板金额格式复原

parent f157b975
<template>
<div class="eibs">
<c-row>
<c-col :span="10">
<!-- ======================= 左边 ========================= -->
<c-col :span="12" style="padding-right: 20px">
<c-col :span="24">
<el-form-item
label="转让信用证编号"
prop="ltdgrp.rec.ownref"
style="width: 100%"
>
<c-input
v-model="model.ltdgrp.rec.ownref"
maxlength="16"
style="width: 95%"
placeholder="请输入转让信用证编号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button
style="margin: 0 10px 0 0; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf"
>
<i class="el-icon-info" style="font-size:15px"></i>
</c-button>
<!-- </el-form-item> -->
</c-col>
<c-col :span="10" :offset="1">
<el-form-item
label="信用证编号"
prop="ledgrp.rec.ownref"
style="width: 100%"
>
<c-input
v-model="model.ledgrp.rec.ownref"
maxlength="16"
style="width: 95%"
placeholder="请输入信用证编号"
disabled
></c-input>
<c-fullbox>
<c-input
v-model="model.ltdgrp.rec.ownref"
maxlength="8"
placeholder="请输入转让信用证编号"
:disabled="true"
></c-input>
<template slot="footer">
<c-button
style="margin-left: 10px; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf"
icon="el-icon-info"
>
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button
style="margin: 0 10px 0 0; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf"
>
<i class="el-icon-info" style="font-size:15px"></i>
</c-button>
<!-- </el-form-item> -->
</c-col>
</c-row>
<el-divider class="el-divider--horizontal"></el-divider>
<c-row>
<c-col :span="10">
<c-col :span="24">
<el-form-item
label="单据编号"
prop="btdgrp.rec.ownref"
style="width: 100%"
>
<c-input
v-model="model.btdgrp.rec.ownref"
maxlength="16"
style="width: 95%"
placeholder="请输入单据编号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button
style="margin: 0 10px 0 0; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf"
>
<i class="el-icon-info" style="font-size:15px"></i>
</c-button>
<!-- </el-form-item> -->
</c-col>
<c-col :span="10" :offset="1">
<el-form-item label="" prop="btdgrp.rec.nam" style="width: 100%">
<c-input
v-model="model.btdgrp.rec.nam"
maxlength="40"
style="width: 95%"
placeholder="请输入"
disabled
></c-input>
<c-fullbox>
<c-input
v-model="model.btdgrp.rec.ownref"
maxlength="8"
placeholder="请输入单据编号"
:disabled="true"
></c-input>
<template slot="footer">
<c-button
style="margin-left: 10px; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf"
icon="el-icon-info"
>
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
</c-row>
<el-divider class="el-divider--horizontal"></el-divider>
<c-row>
<c-col :span="12">
<c-col :span="18">
<c-col :span="14">
<el-form-item label="单据金额" prop="btdgrp.cbs.max.cur">
<c-select
disabled
v-model="model.btdgrp.cbs.max.cur"
style="width: 100%"
placeholder="请选择币种"
>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option
v-for="item in codes.cur"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="9" :offset="1">
<el-form-item
style="text-align: left"
label-width="0"
prop="btdgrp.cbs.max.amt"
<c-col :span="24">
<c-col :span="11">
<el-form-item label="单据金额" prop="btdgrp.cbs.max.cur">
<c-select
v-model="model.btdgrp.cbs.max.cur"
style="width: 100%"
:code="codes.cur"
disabled
placeholder="请选择币种"
>
<c-input-currency
v-model="model.btdgrp.cbs.max.amt"
style="text-align: left; width: 100%"
placeholder="请输入单据金额"
disabled
></c-input-currency>
</el-form-item>
</c-col>
</c-select>
</el-form-item>
</c-col>
<c-col :span="9">
<el-form-item
label=""
label-width="0px"
style="text-align: left; margin-left: 5px"
prop="btdgrp.cbs.max.amt"
>
<c-input-currency
v-model="model.btdgrp.cbs.max.amt"
style="text-align: left; width: 90%"
placeholder="请输入单据金额"
disabled
@keyup.enter.native="
defaultFunction('btdgrp.cbs.max.amt', model.btdgrp.cbs.max.amt)
"
></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="5" :offset="1">
<c-col :span="4">
<c-checkbox v-model="model.bttp.aammod.addamtflg" disabled
>附加金额</c-checkbox
>
</c-col>
</c-col>
<c-col :span="11">
<el-form-item label="第一受益人参考号" prop="btdgrp.be1.pts.ref">
<c-input
v-model="model.btdgrp.be1.pts.ref"
maxlength="16"
style="width: 95%"
placeholder="请输入第一受益人参考号"
disabled
></c-input>
</el-form-item>
</c-col>
</c-row>
<el-row>
<c-col :span="12">
<c-col :span="18">
<c-col :span="14">
<el-form-item label="余额" prop="btdgrp.cbs.opn1.cur">
<c-select
disabled
v-model="model.btdgrp.cbs.opn1.cur"
style="width: 100%"
placeholder="请选择币种"
>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option
v-for="item in codes.cur"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="9" :offset="1">
<el-form-item
style="text-align: left"
label-width="0px"
prop="btdgrp.cbs.opn1.amt"
<c-col :span="24">
<c-col :span="13">
<el-form-item label="余额" prop="btdgrp.cbs.opn1.cur">
<c-select
v-model="model.btdgrp.cbs.opn1.cur"
style="width: 100%"
placeholder="请选择币种"
disabled
:code="codes.cur"
>
<c-input-currency
v-model="model.btdgrp.cbs.opn1.am"
style="text-align: left; width: 100%"
placeholder=""
disabled
></c-input-currency>
</el-form-item>
</c-col>
</c-select>
</el-form-item>
</c-col>
</c-col>
<c-col :span="11">
<el-form-item label="" prop="btdgrp.be1.pts.nam">
<c-input
v-model="model.btdgrp.be1.pts.nam"
maxlength="40"
style="width: 95%"
placeholder="请输入"
disabled
></c-input>
</el-form-item>
</c-col>
</el-row>
<el-row>
<c-col :span="11">
<c-col :span="11">
<el-form-item
label=""
label-width="0px"
style="text-align: left; margin-left: 5px"
prop="btdgrp.cbs.opn1.amt"
>
<c-input
v-model="model.btdgrp.cbs.opn1.amt"
placeholder="请输入余额"
class="m-input-currency"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="单据类型" prop="btdgrp.rec.doctypcod">
<c-select
v-model="model.btdgrp.rec.doctypcod"
maxlength="1"
style="width: 95%"
style="width: 100%"
placeholder="请输入单据类型"
:code="codes.doctypcod1"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="第二受益人参考号" prop="btdgrp.be2.pts.ref">
<c-input
v-model="model.btdgrp.be2.pts.ref"
maxlength="16"
style="width: 95%"
placeholder="请输入第二受益人参考号"
disabled
></c-input>
</el-form-item>
</c-col>
</el-row>
<el-row>
<c-col :span="11">
<c-col :span="24">
<el-form-item label="到期日" prop="btdgrp.rec.matdat">
<c-date-picker
type="date"
v-model="model.btdgrp.rec.matdat"
style="width: 95%"
style="width: 100%"
placeholder="请选择到期日"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="" prop="btdgrp.be2.pts.nam">
<c-input
v-model="model.btdgrp.be2.pts.nam"
maxlength="40"
style="width: 95%"
placeholder="请输入"
disabled
></c-input>
</el-form-item>
</c-col>
</el-row>
<el-row>
<c-col :span="11">
<c-col :span="24">
<el-form-item label="交单日期" prop="btdgrp.rec.predat">
<c-date-picker
type="date"
v-model="model.btdgrp.rec.predat"
style="width: 95%"
style="width: 100%"
placeholder="请选择交单日期"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="寄单行参考号" prop="btdgrp.prb.pts.ref">
<c-input
v-model="model.btdgrp.prb.pts.ref"
maxlength="16"
style="width: 95%"
placeholder="请输入寄单行参考号"
></c-input>
</el-form-item>
</c-col>
</el-row>
<el-row>
<c-col :span="11">
<c-col :span="24">
<el-form-item label="单据状态" prop="btdgrp.rec.docsta">
<c-select
v-model="model.btdgrp.rec.docsta"
maxlength="40"
style="width: 95%"
style="width: 100%"
placeholder="请输入单据状态"
:code="codes.docsta1"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="" prop="btdgrp.prb.pts.nam">
<c-input
v-model="model.btdgrp.prb.pts.nam"
maxlength="40"
style="width: 95%"
placeholder=""
disabled
></c-input>
</el-form-item>
</c-col>
</el-row>
<el-divider class="el-divider--horizontal"></el-divider>
<el-row>
<c-col :span="11">
<c-col :span="24">
<el-form-item label="单据编号" prop="btdgrp.rec.ownref">
<c-input
v-model="model.btdgrp.rec.ownref"
maxlength="16"
style="width: 95%"
style="width: 100%"
placeholder="请输入单据编号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="" prop="btdgrp.rec.nam">
<c-input
v-model="model.btdgrp.rec.nam"
maxlength="40"
style="width: 95%"
placeholder="请输入"
disabled
></c-input>
</el-form-item>
<c-col :span="24">
<c-col :span="13">
<el-form-item
label="第一受益人所持单据金额"
prop="btdgrp.cbs.max.cur"
>
<c-select
disabled
v-model="model.btdgrp.cbs.max.cur"
style="width: 100%"
placeholder="请选择币种"
:code="codes.cur"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item
label=""
label-width="0px"
style="text-align: left; margin-left: 5px"
prop="btdgrp.cbs.max.amt"
>
<c-input-currency
v-model="model.btdgrp.cbs.max.amt"
placeholder=""
></c-input-currency>
</el-form-item>
</c-col>
</c-col>
</el-row>
<el-divider class="el-divider--horizontal"></el-divider>
<c-col :span="24">
<c-col :span="13">
<el-form-item label="附加金额" prop="btdgrp.cbs.max2.cur">
<c-select
disabled
v-model="model.btdgrp.cbs.max2.cur"
style="width: 100%"
placeholder="请选择币种"
:code="codes.cur"
>
</c-select>
</el-form-item>
</c-col>
<!-- ====================左边======================= -->
<c-col :span="12" style="padding-right: 20px;">
<c-col :span="11">
<el-form-item label="第一受益人所持单据金额" prop="btdgrp.cbs.max.cur">
<c-select
disabled
v-model="model.btdgrp.cbs.max.cur"
style="width: 100%"
placeholder="请选择币种"
<c-col :span="11">
<el-form-item
label=""
label-width="0px"
style="text-align: left; margin-left: 5px"
prop="btdgrp.cbs.max2.amt"
>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option
v-for="item in codes.cur"
:key="item.value"
:label="item.label"
:value="item.value"
>7
</el-option>
</c-select>
</el-form-item>
<c-input-currency
v-model="model.btdgrp.cbs.max2.amt"
placeholder=""
disabled
></c-input-currency>
</el-form-item>
</c-col>
</c-col>
<c-col :span="10">
<el-form-item
style="text-align: left"
label-width="20px"
prop="btdgrp.cbs.max.amt"
>
<c-input-currency
v-model="model.btdgrp.cbs.max.amt"
style="text-align: left; width: 100%"
placeholder=""
></c-input-currency>
</el-form-item>
<c-col :span="24">
<c-col :span="13">
<el-form-item
label="第二受益人所持单据金额"
prop="btdgrp.cbs.opnbe1amt.cur"
>
<c-select
disabled
v-model="model.btdgrp.cbs.opnbe1amt.cur"
style="width: 100%"
placeholder="请选择币种"
:code="codes.cur"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item
label=""
label-width="0px"
style="text-align: left; margin-left: 5px"
prop="btdgrp.be2amt"
>
<c-input-currency
v-model="model.btdgrp.be2amt"
placeholder=""
disabled
></c-input-currency>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="13">
<el-form-item label="附加金额" prop="btdgrp.cbs.opnbe1amt2.cur">
<c-select
disabled
v-model="model.btdgrp.cbs.opnbe1amt2.cur"
style="width: 100%"
placeholder="请选择币种"
:code="codes.cur"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item label="附加金额" prop="btdgrp.cbs.max2.cur">
<c-select
disabled
v-model="model.btdgrp.cbs.max2.cur"
style="width: 100%"
placeholder="请选择币种"
disabled
<c-col :span="11">
<el-form-item
label=""
label-width="0px"
style="text-align: left; margin-left: 5px"
prop="btdgrp.be2amt2"
>
<c-input-currency
v-model="model.btdgrp.be2amt2"
placeholder=""
></c-input-currency>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="13">
<el-form-item
label="展示第一和第二受益人的交单金额之差"
prop="btdgrp.cbs.opnbe1amt.cur"
>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option
v-for="item in codes.cur"
:key="item.value"
:label="item.label"
:value="item.value"
<c-select
disabled
v-model="model.btdgrp.cbs.opnbe1amt.cur"
style="width: 100%"
placeholder="请选择币种"
:code="codes.cur"
>
</el-option>
</c-select>
</el-form-item>
</c-select>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item
label=""
label-width="0px"
style="text-align: left; margin-left: 5px"
prop="btdgrp.cbs.opnbe1amt.amt"
>
<c-input-currency
v-model="model.btdgrp.cbs.opnbe1amt.amt"
placeholder=""
></c-input-currency>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="13">
<el-form-item label="附加金额" prop="btdgrp.cbs.opnbe1amt2.cur">
<c-select
disabled
v-model="model.btdgrp.cbs.opnbe1amt2.cur"
style="width: 100%"
placeholder="请选择币种"
:code="codes.cur"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="10">
<el-form-item
style="text-align: left"
label-width="20px"
prop="btdgrp.cbs.max2.amt"
>
<c-input-currency
v-model="model.btdgrp.cbs.max2.amt"
style="text-align: left; width: 100%"
placeholder=""
disabled
></c-input-currency>
</el-form-item>
<c-col :span="11">
<el-form-item
label=""
label-width="0px"
style="text-align: left; margin-left: 5px"
prop="btdgrp.cbs.opnbe1amt2.amt"
>
<c-input-currency
v-model="model.btdgrp.cbs.opnbe1amt2.amt"
placeholder=""
></c-input-currency>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col :span="11">
<!-- ======================= 右边 ========================= -->
<c-col :span="12" style="padding-left: 20px">
<c-col :span="24">
<el-form-item
label="第二受益人所持单据金额"
prop="btdgrp.cbs.opnbe1amt.cur"
label="信用证编号"
prop="ledgrp.rec.ownref"
style="width: 100%"
>
<c-select
disabled
v-model="model.btdgrp.cbs.opnbe1amt.cur"
<c-fullbox>
<c-input
v-model="model.ledgrp.rec.ownref"
maxlength="8"
placeholder="请输入信用证编号"
:disabled="true"
></c-input>
<template slot="footer">
<c-button
style="margin-left: 10px; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf"
icon="el-icon-info"
>
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="" prop="btdgrp.rec.nam" style="width: 100%">
<c-input
v-model="model.btdgrp.rec.nam"
maxlength="40"
style="width: 100%"
placeholder="请选择币种"
placeholder="请输入"
disabled
>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option
v-for="item in codes.cur"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
></c-input>
</el-form-item>
</c-col>
<c-col :span="10">
<el-form-item
style="text-align: left"
label-width="20px"
prop="btdgrp.be2amt"
>
<c-input-currency
v-model="model.btdgrp.be2amt"
style="text-align: left; width: 100%"
placeholder=""
<c-col :span="24">
<el-form-item label="第一受益人参考号" prop="btdgrp.be1.pts.ref">
<c-input
v-model="model.btdgrp.be1.pts.ref"
maxlength="16"
style="width: 100%"
placeholder="请输入第一受益人参考号"
disabled
></c-input-currency>
></c-input>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item
label="附加金额"
prop="btdgrp.cbs.opnbe1amt2.cur"
>
<c-select
disabled
v-model="model.btdgrp.cbs.opnbe1amt2.cur"
<c-col :span="24">
<el-form-item label="" prop="btdgrp.be1.pts.nam">
<c-input
v-model="model.btdgrp.be1.pts.nam"
maxlength="40"
style="width: 100%"
placeholder="请选择币种"
placeholder="请输入"
disabled
>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option
v-for="item in codes.cur"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
></c-input>
</el-form-item>
</c-col>
<c-col :span="10">
<el-form-item
style="text-align: left"
label-width="20px"
prop="btdgrp.be2amt2"
>
<c-input-currency
v-model="model.btdgrp.be2amt2"
style="text-align: left; width: 100%"
placeholder=""
></c-input-currency>
<c-col :span="24">
<el-form-item label="第二受益人参考号" prop="btdgrp.be2.pts.ref">
<c-input
v-model="model.btdgrp.be2.pts.ref"
maxlength="16"
style="width: 100%"
placeholder="请输入第二受益人参考号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item
label="展示第一和第二受益人的交单金额之差"
prop="btdgrp.cbs.opnbe1amt.cur"
>
<c-select
<c-col :span="24">
<el-form-item label="" prop="btdgrp.be2.pts.nam">
<c-input
v-model="model.btdgrp.be2.pts.nam"
maxlength="40"
style="width: 100%"
placeholder="请输入"
disabled
v-model="model.btdgrp.cbs.opnbe1amt.cur"
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="寄单行参考号" prop="btdgrp.prb.pts.ref">
<c-input
v-model="model.btdgrp.prb.pts.ref"
maxlength="16"
style="width: 100%"
placeholder="请选择币种"
>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option
v-for="item in codes.cur"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
placeholder="请输入寄单行参考号"
></c-input>
</el-form-item>
</c-col>
<c-col :span="10">
<el-form-item
style="text-align: left"
label-width="20px"
prop="btdgrp.cbs.opnbe1amt.amt"
>
<c-input-currency
v-model="model.btdgrp.cbs.opnbe1amt.amt"
style="text-align: left; width: 100%"
<c-col :span="24">
<el-form-item label="" prop="btdgrp.prb.pts.nam">
<c-input
v-model="model.btdgrp.prb.pts.nam"
maxlength="40"
style="width: 100%"
placeholder=""
></c-input-currency>
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="11">
<el-form-item
label="附加金额"
prop="btdgrp.cbs.opnbe1amt2.cur"
>
<c-select
disabled
v-model="model.btdgrp.cbs.opnbe1amt2.cur"
<c-col :span="24">
<el-form-item label="" prop="btdgrp.rec.nam">
<c-input
v-model="model.btdgrp.rec.nam"
maxlength="40"
style="width: 100%"
placeholder="请选择币种"
>
<!--@keyup.enter.native="nom1CurEvent"-->
<el-option
v-for="item in codes.cur"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
placeholder="请输入"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="10">
<el-form-item
style="text-align: left"
label-width="20px"
prop="btdgrp.cbs.opnbe1amt2.amt"
>
<c-input-currency
v-model="model.btdgrp.cbs.opnbe1amt2.amt"
style="text-align: left; width: 100%"
placeholder=""
></c-input-currency>
</el-form-item>
</c-col> </c-col
>>
<!-- ========================右边======================= -->
<c-col :span="12" style="padding-left: 20px;">
<c-col :span="24">
<el-form-item
label="从受益人那收到单据的日期"
......@@ -577,34 +484,43 @@
<c-date-picker
type="date"
v-model="model.btdgrp.rec.rcvdatbe1"
style="width: 95%"
style="width: 100%"
placeholder="请选择从受益人那收到单据的日期"
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="第一受益人下订单的日期" prop="btdgrp.rec.orddatbe1">
<el-form-item
label="第一受益人下订单的日期"
prop="btdgrp.rec.orddatbe1"
>
<c-date-picker
type="date"
v-model="model.btdgrp.rec.orddatbe1"
style="width: 95%"
style="width: 100%"
placeholder="请选择第一受益人下订单的日期"
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24" :offset="7">
<c-checkbox v-model="model.btdgrp.rec.dscinsflg" disabled
>输入单据,不符点和指示</c-checkbox
<c-col :span="24">
<el-form-item
label=""
prop="btdgrp.rec.dscinsflg"
class="checkbox-left"
>
<c-checkbox v-model="model.btdgrp.rec.dscinsflg" disabled
>输入单据,不符点和指示</c-checkbox
>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="收款人" prop="btdgrp.rec.docprbrolbe1">
<c-select
v-model="model.btdgrp.rec.docprbrolbe1"
style="width: 95%"
style="width: 100%"
placeholder="请选择收款人"
:code="codes.docprbrolbe1"
@change="selectOrCheckboxRule('btdgrp.rec.docprbrolbe1')"
......@@ -613,7 +529,10 @@
</c-col>
<c-col :span="24">
<el-form-item label="第一受益人的名称地址及编号" prop="btdgrp.prp.pts.ref">
<el-form-item
label="第一受益人的名称地址及编号"
prop="btdgrp.prp.pts.ref"
>
<c-input
v-model="model.btdgrp.prp.pts.ref"
placeholder="请输入第一受益人的名称地址及编号"
......
<template>
<div class="eibs">
<c-col :span="14">
<el-row>
<c-col :span="20">
<el-form-item label="不符点描述" prop="btdgrp.blk.docdis">
<c-input type="textarea" v-model="model.btdgrp.blk.docdis"
maxlength="50"
show-word-limit
:disabled="model.btdgrp.blk.docdisflg ? false : true"
placeholder="请输入不符点描述" disabled ></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="showGridPromptDialog('bttp.docdis.buttxmsel', null, null,{TXT:'btdgrp.blk.docdis'}, {TXT: false},'doxpDialog')">
...
</c-button>
</c-col>
</el-row>
<el-row>
<c-col :span="20">
<el-form-item label="国内不符点描述" prop="btdgrp.blk.intdis">
<c-input type="textarea" v-model="model.btdgrp.blk.intdis" maxlength="65" show-word-limit placeholder="请输入国内不符点描述" ></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="showGridPromptDialog('bttp.intdis.buttxmsel', null, null,{TXT:'btdgrp.blk.intdis'}, {TXT: false},'doxpDialog')">
...
</c-button>
</c-col>
</el-row>
<el-row>
<c-col :span="20">
<el-form-item label="评论和结论" prop="btdgrp.blk.comcon">
<c-input type="textarea" v-model="model.btdgrp.blk.comcon" maxlength="65" show-word-limit placeholder="请输入评论和结论" ></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="showGridPromptDialog('bttp.comcon.buttxmsel', null, null,{TXT:'btdgrp.blk.comcon'}, {TXT: false},'doxpDialog')">
...
</c-button>
</c-col>
</el-row>
<c-col :span="12" style="padding-right: 20px">
<c-col :span="24">
<c-col :span="22">
<el-form-item label="不符点描述" prop="btdgrp.blk.docdis">
<c-input
type="textarea"
v-model="model.btdgrp.blk.docdis"
maxlength="50"
show-word-limit
:disabled="model.btdgrp.blk.docdisflg ? false : true"
placeholder="请输入不符点描述"
></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<c-button
size="small"
type="primary"
icon="el-icon-more"
@click="
showGridPromptDialog(
'bttp.docdis.buttxmsel',
null,
null,
{ TXT: 'btdgrp.blk.docdis' },
{ TXT: false },
'doxpDialog'
)
"
>
</c-button>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="22">
<el-form-item label="国内不符点描述" prop="btdgrp.blk.intdis">
<c-input
type="textarea"
v-model="model.btdgrp.blk.intdis"
maxlength="65"
show-word-limit
placeholder="请输入国内不符点描述"
></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<c-button
size="small"
type="primary"
icon="el-icon-more"
@click="
showGridPromptDialog(
'bttp.intdis.buttxmsel',
null,
null,
{ TXT: 'btdgrp.blk.intdis' },
{ TXT: false },
'doxpDialog'
)
"
>
</c-button>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="22">
<el-form-item label="评论和结论" prop="btdgrp.blk.comcon">
<c-input
type="textarea"
v-model="model.btdgrp.blk.comcon"
maxlength="65"
show-word-limit
placeholder="请输入评论和结论"
></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<c-button
size="small"
type="primary"
icon="el-icon-more"
@click="
showGridPromptDialog(
'bttp.comcon.buttxmsel',
null,
null,
{ TXT: 'btdgrp.blk.comcon' },
{ TXT: false },
'doxpDialog'
)
"
>
</c-button>
</c-col>
</c-col>
<el-row>
<c-col :span="20">
<el-form-item label="结汇指示交易记录" prop="btdgrp.blk.setinsbt">
<c-input type="textarea" v-model="model.btdgrp.blk.setinsbt" maxlength="65" show-word-limit placeholder="请输入结汇指示交易记录" ></c-input>
</el-form-item>
</c-col>
<c-col :span="4">
<c-button
size="small"
type="primary"
icon="el-icon-search"
@click="showGridPromptDialog('bttp.setins.buttxmsel', null, null,{TXT:'btdgrp.blk.setinsbt'}, {TXT: false},'doxpDialog')">
...
</c-button>
</c-col>
</el-row>
<el-row>
<c-col :span="24">
<c-docpre
:model="model"
rol="docgrdmbe1"
:argadr="{
path: 'btdgrp.blk.prsdocbe1',
grp: 'bttp',
code: 'docpre',
}"
></c-docpre>
</c-col>
</el-row>
<c-col :span="24">
<c-col :span="22">
<el-form-item label="结汇指示交易记录" prop="btdgrp.blk.setinsbt">
<c-input
type="textarea"
v-model="model.btdgrp.blk.setinsbt"
maxlength="65"
show-word-limit
placeholder="请输入结汇指示交易记录"
></c-input>
</el-form-item>
</c-col>
<c-col :span="2">
<c-button
size="small"
type="primary"
icon="el-icon-more"
@click="
showGridPromptDialog(
'bttp.setins.buttxmsel',
null,
null,
{ TXT: 'btdgrp.blk.setinsbt' },
{ TXT: false },
'doxpDialog'
)
"
>
</c-button>
</c-col>
</c-col>
</c-col>
<el-row>
<c-col :span="24">
<c-docpre
:model="model"
rol="docgrdmbe2"
:argadr="{
path: 'btdgrp.blk.prsdocbe2',
grp: 'bttp',
code: 'docpre',
}"
></c-docpre>
</c-col>
</el-row>
<!-- right -->
<c-col :span="12" style="padding-left: 20px">
<c-col :span="24">
<el-form-item
label=""
prop="btdgrp.blk.docdisflg"
class="checkbox-left"
>
<c-checkbox v-model="model.btdgrp.blk.docdisflg"
>不符点描述修改</c-checkbox
>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="进一步处理" prop="bttp.futhndflg">
<c-select
v-model="model.bttp.futhndflg"
style="width: 100%"
placeholder="请选择进一步处理"
:code="codes.futhndflg"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="9" :offset="1">
<c-col :span="20" :offset="3">
<c-checkbox v-model="model.btdgrp.blk.docdisflg">不符点描述修改</c-checkbox>
</c-col>
<c-col :span="24">
<el-form-item label="进一步处理" prop="bttp.futhndflg">
<c-select v-model="model.bttp.futhndflg" style="width:100%"
placeholder="请选择进一步处理" :code="codes.futhndflg">
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="单据状态" prop="btdgrp.rec.docsta">
<c-input v-model="model.btdgrp.rec.docsta" style="width:100%"
placeholder="请选择单据状态" disabled>
</c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="单据状态" prop="btdgrp.rec.docsta">
<c-input
v-model="model.btdgrp.rec.docsta"
style="width: 100%"
placeholder="请选择单据状态"
disabled
>
</c-input>
</el-form-item>
</c-col>
</c-col>
<!-- bottom -->
<c-col :span="24">
<c-docpre
:model="model"
rol="docgrdmbe1"
:argadr="{
path: 'btdgrp.blk.prsdocbe1',
grp: 'bttp',
code: 'docpre',
}"
></c-docpre>
</c-col>
<c-col :span="24">
<c-docpre
:model="model"
rol="docgrdmbe2"
:argadr="{
path: 'btdgrp.blk.prsdocbe2',
grp: 'bttp',
code: 'docpre',
}"
></c-docpre>
</c-col>
</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/Bttdck/Event"
import CodeTable from "~/config/CodeTable";
import Event from "~/model/Bttdck/Event";
import Docpre from "~/views/Public/Docpre";
export default {
components: { "c-docpre": Docpre },
inject: ['root'],
props:["model","codes"],
mixins: [commonProcess],
components: { "c-docpre": Docpre },
inject: ["root"],
props: ["model", "codes"],
mixins: [commonProcess],
data() {
return {
}
},
methods:{...Event},
created:function(){
}
}
return {};
},
methods: { ...Event },
created: function () {},
};
</script>
<style>
</style>
......@@ -2,109 +2,268 @@
<template>
<div class="eibs">
<c-row>
<c-col :span="10">
<!-- ======================= 左边 ========================= -->
<c-col :span="12" style="padding-right: 20px">
<c-col :span="24">
<el-form-item
label="转让信用证编号"
prop="ltdgrp.rec.ownref"
style="width: 100%"
>
<c-input
v-model="model.ltdgrp.rec.ownref"
maxlength="16"
style="width: 95%"
placeholder="请输入转让信用证编号"
disabled
></c-input>
<c-fullbox>
<c-input
v-model="model.ltdgrp.rec.ownref"
maxlength="8"
placeholder="请输入转让信用证编号"
:disabled="true"
></c-input>
<template slot="footer">
<c-button
style="margin-left: 10px; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf"
icon="el-icon-info"
>
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button
style="margin: 0 10px 0 0; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf"
>
<i class="el-icon-info" style="font-size:15px"></i>
</c-button>
<!-- </el-form-item> -->
</c-col>
<c-col :span="10" :offset="1">
<c-col :span="24">
<el-form-item
label="信用证编号"
prop="ledgrp.rec.ownref"
label="单据编号"
prop="btdgrp.rec.ownref"
style="width: 100%"
>
<c-input
v-model="model.ledgrp.rec.ownref"
maxlength="16"
style="width: 95%"
placeholder="请输入信用证编号"
disabled
></c-input>
<c-fullbox>
<c-input
v-model="model.btdgrp.rec.ownref"
maxlength="8"
placeholder="请输入单据编号"
:disabled="true"
></c-input>
<template slot="footer">
<c-button
style="margin-left: 10px; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf"
icon="el-icon-info"
>
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="11">
<el-form-item label="单据金额" prop="btdgrp.cbs.max.cur">
<c-select
v-model="model.btdgrp.cbs.max.cur"
style="width: 100%"
:code="codes.cur"
disabled
placeholder="请选择币种"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button
style="margin: 0 10px 0 0; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf"
>
<i class="el-icon-info" style="font-size:15px"></i>
</c-button>
<!-- </el-form-item> -->
<c-col :span="9">
<el-form-item
label=""
label-width="0px"
style="text-align: left; margin-left: 5px"
prop="btdgrp.cbs.max.amt"
>
<c-input-currency
v-model="model.btdgrp.cbs.max.amt"
style="text-align: left; width: 90%"
placeholder="请输入单据金额"
disabled
@keyup.enter.native="
defaultFunction('btdgrp.cbs.max.amt', model.btdgrp.cbs.max.amt)
"
></c-input-currency>
</el-form-item>
</c-col>
<c-col :span="4">
<c-checkbox v-model="model.bttp.aammod.addamtflg" disabled
>附加金额</c-checkbox
>
</c-col>
</c-col>
</c-row>
<!-- S0000256 : 转让信用证编号 -->
<c-col :span="24">
<c-col :span="13">
<el-form-item label="余额" prop="btdgrp.cbs.opn1.cur">
<c-select
v-model="model.btdgrp.cbs.opn1.cur"
style="width: 100%"
placeholder="请选择币种"
disabled
:code="codes.cur"
>
</c-select>
</el-form-item>
</c-col>
<c-row>
<c-col :span="10">
<el-form-item
label="单据编号"
prop="btdgrp.rec.ownref"
style="width: 100%"
>
<c-col :span="11">
<el-form-item
label=""
label-width="0px"
style="text-align: left; margin-left: 5px"
prop="btdgrp.cbs.opn1.amt"
>
<c-input
v-model="model.btdgrp.cbs.opn1.amt"
placeholder="请输入余额"
class="m-input-currency"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="单据类型" prop="btdgrp.rec.doctypcod">
<c-select
v-model="model.btdgrp.rec.doctypcod"
maxlength="1"
style="width: 100%"
placeholder="请输入单据类型"
:code="codes.doctypcod1"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="到期日" prop="btdgrp.rec.matdat">
<c-date-picker
type="date"
v-model="model.btdgrp.rec.matdat"
style="width: 100%"
placeholder="请选择到期日"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="交单日期" prop="btdgrp.rec.predat">
<c-date-picker
type="date"
v-model="model.btdgrp.rec.predat"
style="width: 100%"
placeholder="请选择交单日期"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="单据状态" prop="btdgrp.rec.docsta">
<c-select
v-model="model.btdgrp.rec.docsta"
maxlength="40"
style="width: 100%"
placeholder="请输入单据状态"
:code="codes.docsta1"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="12">
<el-form-item label="交单日期" prop="btdgrp.rec.predat">
<c-date-picker
type="string"
v-model="model.btdgrp.rec.predat"
style="width: 100%"
placeholder="请选择交单日期"
></c-date-picker>
</el-form-item>
</c-col>
<!-- S0000248 : 第二受益人 -->
<!-- S0000254 : Ref. -->
<c-col :span="12">
<el-form-item label="从第一受益人那收到单据日期" prop="btdgrp.rec.rcvdatbe1">
<c-date-picker
type="string"
v-model="model.btdgrp.rec.rcvdatbe1"
style="width: 100%"
placeholder="请输入从第一受益人那收到单据日期"
></c-date-picker>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item label="从第二受益人那收到单据日期" prop="btdgrp.rec.rcvdatbe2">
<c-date-picker
type="string"
v-model="model.btdgrp.rec.rcvdatbe2"
style="width: 100%"
placeholder="请输入从第二受益人那收到单据日期"
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<c-form-item label="新受益人参考号" prop="btdgrp.blk.benref">
<c-input
v-model="model.btdgrp.rec.ownref"
type="textarea"
v-model="model.btdgrp.blk.benref"
maxlength="16"
style="width: 95%"
placeholder="请输入单据编号"
disabled
show-word-limit
placeholder="请输入新受益人参考号"
></c-input>
</el-form-item>
</c-form-item>
</c-col>
<c-col :span="1">
<!-- <el-form-item label="" label-width="5px"> -->
<c-button
style="margin: 0 10px 0 0; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf"
</c-col>
<!-- ======================= 右边 ========================= -->
<c-col :span="12" style="padding-left: 20px">
<c-col :span="24">
<el-form-item
label="信用证编号"
prop="ledgrp.rec.ownref"
style="width: 100%"
>
<i class="el-icon-info" style="font-size:15px"></i>
</c-button>
<!-- </el-form-item> -->
<c-fullbox>
<c-input
v-model="model.ledgrp.rec.ownref"
maxlength="8"
placeholder="请输入信用证编号"
:disabled="true"
></c-input>
<template slot="footer">
<c-button
style="margin-left: 10px; padding: 0 12px"
size="small"
type="primary"
@click="onSeainf"
icon="el-icon-info"
>
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="10" :offset="1">
<c-col :span="24">
<el-form-item label="" prop="btdgrp.rec.nam" style="width: 100%">
<c-input
v-model="model.btdgrp.rec.nam"
maxlength="40"
style="width: 95%"
style="width: 100%"
placeholder="请输入"
disabled
></c-input>
</el-form-item>
</c-col>
</c-row>
</c-col>
<!-- S0000257 : 信用证编号 -->
<c-row>
......@@ -367,14 +526,7 @@
<!--左边-->
<c-col :span="12">
<c-col :span="12" :offset="12">
<el-form-item label="从第二受益人那收到单据日期" prop="btdgrp.rec.rcvdatbe2">
<c-date-picker
type="string"
v-model="model.btdgrp.rec.rcvdatbe2"
style="width: 100%"
placeholder="请输入从第二受益人那收到单据日期"
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="11">
......
......@@ -206,20 +206,20 @@
<el-table-column prop="cur" label="币种" width="70px">
</el-table-column>
<el-table-column prop="oldamt" label="余额" width="110px">
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<c-input-currency
v-model="scope.row.oldamt"
placeholder="0.00"
></c-input-currency>
</template>
</template>-->
</el-table-column>
<el-table-column prop="amt" label="变动金额" width="110px">
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<c-input-currency
v-model="scope.row.amt"
placeholder="0.00"
></c-input-currency>
</template>
</template> -->
</el-table-column>
<el-table-column prop="acc" label="保证金账号" width="180px">
</el-table-column>
......@@ -228,20 +228,20 @@
<el-table-column prop="concur" label="币种" width="70px">
</el-table-column>
<el-table-column prop="covamt" label="折算后金额" width="110px">
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<c-input-currency
v-model="scope.row.covamt"
placeholder="0.00"
></c-input-currency>
</template>
</el-table-column>
</template>-->
</el-table-column>
<el-table-column prop="acccovamt" label="实际折算金额" width="150px">
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<c-input-currency
v-model="scope.row.acccovamt"
placeholder="0.00"
></c-input-currency>
</template>
</template> -->
</el-table-column>
<el-table-column label="操作" width="auto" fixed="right" align="center">
<template slot-scope="scope">
......
......@@ -58,12 +58,12 @@
<el-table-column prop="cur" label="币种" width="70px">
</el-table-column>
<el-table-column prop="oldamt" label="原始金额" width="110px">
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<c-input-currency
v-model="scope.row.oldamt"
placeholder="0.00"
></c-input-currency>
</template>
</template> -->
<!-- <template slot-scope="scope">
{{moneyFormat(scope.row.oldamt)}}
</template> -->
......@@ -72,12 +72,12 @@
<!-- <template slot-scope="scope">
{{moneyFormat(scope.row.amt)}}
</template> -->
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<c-input-currency
v-model="scope.row.amt"
placeholder="0.00"
></c-input-currency>
</template>
</template> -->
</el-table-column>
<el-table-column prop="tenpct" label="%" width="70px">
</el-table-column>
......
......@@ -193,10 +193,10 @@
label-width="0"
:prop="'setmod.setfog.setfol.' + scope.$index + '.amt'"
>
<c-input-currency
<!-- <c-input-currency
v-model="scope.row.amt"
placeholder="0.00"
></c-input-currency>
></c-input-currency> -->
</el-form-item>
</template>
</el-table-column>
......@@ -398,12 +398,12 @@
</template>
</el-table-column>
<el-table-column label="应收金额" prop="ogiamt" width="110px">
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<c-input-currency
v-model="scope.row.ogiamt"
placeholder="0.00"
></c-input-currency>
</template>
</template> -->
</el-table-column>
<el-table-column label="实收金额" prop="amt" width="110px">
<template slot-scope="scope">
......@@ -411,10 +411,11 @@
label-width="0"
:prop="'setmod.setfeg.setfel.' + scope.$index + '.amt'"
>
<c-input-currency
{{ scope.row.amt }}
<!-- <c-input-currency
v-model="scope.row.amt"
placeholder="0.00"
></c-input-currency>
></c-input-currency> -->
</el-form-item>
</template>
</el-table-column>
......@@ -470,7 +471,7 @@
:list="stmData3"
:paginationShow="true"
:border="true"
:total="stmData3.length"
:total="stmData3.length"
>
<el-table-column label="修改标识" prop="modflg" width="70px">
</el-table-column>
......@@ -496,15 +497,15 @@
</el-table-column>
<el-table-column label="记账金额" prop="fmtaccamt" width="110px">
<template slot-scope="scope">
<!-- <c-input
<c-input
v-model="scope.row.fmtaccamt"
@change="fmtaccamtChange(scope.$index)"
/> -->
<c-input-currency
/>
<!-- <c-input-currency
v-model="scope.row.fmtaccamt"
placeholder="0.00"
@change="fmtaccamtChange(scope.$index)"
></c-input-currency>
></c-input-currency> -->
</template>
</el-table-column>
<el-table-column label="处理方式" width="110px">
......@@ -547,12 +548,12 @@
<el-table-column label="原始币种" prop="cur" width="70px">
</el-table-column>
<el-table-column label="原始金额" prop="fmtamt" width="110px">
<template slot-scope="scope">
<!-- <template slot-scope="scope">
<c-input-currency
v-model="scope.row.fmtamt"
placeholder="0.00"
></c-input-currency>
</template>
</template> -->
</el-table-column>
<el-table-column label="汇率" prop="rat" width="auto">
</el-table-column>
......
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