Commit 303912fe by lianyang

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs…

Merge branch 'development-202206' of http://114.115.138.98:8900/fukai/vue-gjjs into development-202206
parents fc616fe9 73b1b0e4
......@@ -368,7 +368,10 @@
.el-table__row .cell .el-form-item--mini.el-form-item,.el-table__row .cell .el-form-item--small.el-form-item{
margin-bottom: 0px;
}
/* 表格按钮居中 */
.cell{
text-align: center;
}
.el-tooltip__popper.is-dark {
max-width: 600px;
}
......
......@@ -4,7 +4,7 @@
<c-button
icon="el-icon-s-tools"
@click="clounmSetting"
style=""
style="margin-right: 20px;margin-top: 10px;"
></c-button>
</div>
<el-table
......@@ -419,6 +419,7 @@ export default {
text-align: left;
display: inline-block;
margin: 0;
margin-top: -3px;
position: absolute;
z-index: 999;
right: 5px;
......
......@@ -26,7 +26,7 @@
<li id="tool-innerAccountBal">内部户可用余额查询</li>
</ul>
</div>
<div class="toolbar-core" slot="reference">工具</div>
<div class="toolbar-core" slot="reference">工具</div>
</el-popover>
</div>
</template>
......
......@@ -24,7 +24,9 @@ const tabNameToRulePathMapping = {
"incp": "cnybop.incp",
"outp": "cnybop.Outp",
"dbb": "bopmod.dbbp.basp",
"dbe": "bopmod.dbep.basp"
"dbe": "bopmod.dbep.basp",
"dclpp":"cfabpt.recp.dclp.dclpp",
"conp":"cfabpt.recp.conp"
}
export default {
......
......@@ -7,6 +7,8 @@ export default class Bptopn{
this.data = {
bpdgrp:{
rec:{
pntinr:"", //Parent Contract INR .bpdgrp.rec.pntinr
pnttyp:"", //Parent Contract Type .bpdgrp.rec.pnttyp
pntref:"", // 单据编号 .bpdgrp.rec.pntref
pntnam:"", // 摘要 .bpdgrp.rec.pntnam
ownref:"", // 融资业务编号 .bpdgrp.rec.ownref
......
......@@ -537,13 +537,6 @@ export default class Brtset{
dclflg:"", // 变动信息 .cfabrt.dclflg
ownextkey:"", // 地区机构号 .cfabrt.ownextkey
},
cnybop:{
cnyflg:"", // 是否报送跨境人民币2101表 .cnybop.cnyflg
traflg:"", // 是否报送跨境人民币2107表 .cnybop.traflg
outflg:"", // 是否报送跨境人民币2111表 .cnybop.outflg
libflg:"", // 是否报送跨境人民币2106表 .cnybop.libflg
vouflg:"", // 是否报送跨境人民币2122表 .cnybop.vouflg
},
hmdmod2:{
bennam:"", // 交易对手名称 .hmdmod2.bennam
},
......
......@@ -29,7 +29,7 @@ export default class Sptsel {
yptinf: "", // 退回原因 .yptinf
chkypt: "", // 云平台 .chkypt
inidatfro: "", // Date of entry of Transaction .inidatfro
inidattil: "", // Date of entry of Transaction until .inidattil
inidattil: new Date(), // Date of entry of Transaction until .inidattil
routxt: "", // 已转报 .routxt
dflg: "", // 国内国际标志 .dflg
chktco: "", // 网银 .chktco
......
......@@ -6,7 +6,7 @@ export default class Trnrel {
ownref: "", // Reference .trncorco.ownref
relflg: "", // Status .trncorco.relflg
inidatfro: "", // Date of entry of Transaction .trncorco.inidatfro
inidattil: "", // Date of entry of Transaction until .trncorco.inidattil
inidattil: new Date(), // Date of entry of Transaction until .trncorco.inidattil
trnstm: "", // List of transaction sfor display .trncorco.trnstm
dflg: "", // 国内证标志 .trncorco.dflg
selinr: {},
......
......@@ -5,7 +5,7 @@
<c-col :span="12">
<el-form-item label="数据采集标志" prop="cfabpt.cfaflg">
<c-select v-model="model.cfabpt.cfaflg" style="width:100%" placeholder="请选择数据采集标志">
<el-option v-for="item in codes.cfaflg" :key="item.value" :label="item.label" :value="item.value">
<el-option v-for="item in codes.cfaflg1" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-select>
</el-form-item>
......@@ -16,18 +16,18 @@
</el-form-item>
</c-col>
<c-col :span="5">
<c-checkbox v-model="model.cfabpt.basflg">签约信息</c-checkbox>
<c-checkbox disabled v-model="model.cfabpt.basflg">签约信息</c-checkbox>
</c-col>
<c-col :span="4">
<c-checkbox v-model="model.cfabpt.dclflg">变动信息</c-checkbox>
<c-checkbox disabled v-model="model.cfabpt.dclflg">变动信息</c-checkbox>
</c-col>
</c-row>
<c-col :span="24">
<el-form-item label="地区机构号" prop="cfabpt.ownextkey">
<c-input v-model="model.cfabpt.ownextkey" style="width:100%" placeholder="请输入地区机构号"></c-input>
<c-select v-model="model.cfabpt.ownextkey" style="width:100%" placeholder="请选择地区机构号"></c-select>
</el-form-item>
</c-col>
......@@ -42,7 +42,7 @@
<c-col :span="24">
<el-form-item label="资金用途" prop="cfabpt.cda.useofunds">
<c-select v-model="model.cfabpt.cda.useofunds" style="width:100%" placeholder="请选择资金用途">
<c-select disabled v-model="model.cfabpt.cda.useofunds" style="width:100%" placeholder="请选择资金用途">
<el-option v-for="item in codes.useofunds" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-select>
......@@ -52,7 +52,7 @@
<c-col :span="24">
<el-form-item label="中资企业境外担保项下境内贷款额度币种" prop="cfabpt.cda.cfeogudcurr">
<c-select v-model="model.cfabpt.cda.cfeogudcurr" style="width:100%" placeholder="请选择中资企业境外担保项下境内贷款额度币种">
<c-select disabled v-model="model.cfabpt.cda.cfeogudcurr" style="width:100%" placeholder="请选择中资企业境外担保项下境内贷款额度币种">
<el-option v-for="item in codes.cur" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-select>
......@@ -61,13 +61,13 @@
<br><br><br><br><br>
<c-col :span="24">
<el-form-item label="中资企业境外担保项下境内贷款额度金额" prop="cfabpt.cda.cfeogudamount">
<c-input v-model="model.cfabpt.cda.cfeogudamount" placeholder="请输入中资企业境外担保项下境内贷款额度金额"></c-input>
<c-input disabled v-model="model.cfabpt.cda.cfeogudamount" placeholder="请输入中资企业境外担保项下境内贷款额度金额"></c-input>
</el-form-item>
</c-col>
<br><br><br><br><br>
<c-col :span="24">
<el-form-item label="中资企业境外担保项下贷款业务批准文件号" prop="cfabpt.cda.cfeogudad">
<c-input type="textarea" v-model="model.cfabpt.cda.cfeogudad" maxlength="32" show-word-limit placeholder="请输入中资企业境外担保项下贷款业务批准文件号"></c-input>
<c-input disabled type="textarea" v-model="model.cfabpt.cda.cfeogudad" maxlength="32" show-word-limit placeholder="请输入中资企业境外担保项下贷款业务批准文件号"></c-input>
</el-form-item>
</c-col>
</div>
......
......@@ -3,7 +3,7 @@
<c-col :span="12">
<el-form-item label="国内外汇贷款编号" prop="cfabpt.recgrp.bas.dofoexlocode">
<c-input v-model="model.cfabpt.recgrp.bas.dofoexlocode" maxlength="28" placeholder="请输入国内外汇贷款编号"></c-input>
<c-input disabled v-model="model.cfabpt.recgrp.bas.dofoexlocode" maxlength="28" placeholder="请输入国内外汇贷款编号"></c-input>
</el-form-item>
</c-col>
......@@ -16,7 +16,7 @@
<c-col :span="12">
<el-form-item label="操作类型" prop="cfabpt.recgrp.bas.actiontype">
<c-select v-model="model.cfabpt.recgrp.bas.actiontype" style="width:100%" placeholder="请选择操作类型">
<c-select disabled v-model="model.cfabpt.recgrp.bas.actiontype" style="width:100%" placeholder="请选择操作类型">
<el-option v-for="item in codes.actiontype" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-select>
......@@ -27,7 +27,7 @@
<c-col :span="12">
<el-form-item label="债权人代码" prop="cfabpt.recgrp.bas.creditorcode">
<c-input v-model="model.cfabpt.recgrp.bas.creditorcode" maxlength="12" placeholder="请输入债权人代码"></c-input>
<c-input disabled v-model="model.cfabpt.recgrp.bas.creditorcode" maxlength="12" placeholder="请输入债权人代码"></c-input>
</el-form-item>
</c-col>
......@@ -41,38 +41,38 @@
</c-col>
<c-col :span="12">
<c-checkbox v-model="model.cfabpt.recp.pubp.acp">确认</c-checkbox>
<c-checkbox disabled v-model="model.cfabpt.recp.pubp.acp">确认</c-checkbox>
</c-col>
<c-col :span="12">
<el-form-item label="贷款币种" prop="cfabpt.recgrp.bas.currence">
<c-select v-model="model.cfabpt.recgrp.bas.currence" style="width:100%" placeholder="请选择贷款币种">
<c-select disabled v-model="model.cfabpt.recgrp.bas.currence" style="width:100%" placeholder="请选择贷款币种">
</c-select>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="签约金额" prop="cfabpt.recgrp.bas.contractamount">
<c-input v-model="model.cfabpt.recgrp.bas.contractamount" placeholder="请输入签约金额"></c-input>
<c-input disabled v-model="model.cfabpt.recgrp.bas.contractamount" placeholder="请输入签约金额"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="年化利率值" prop="cfabpt.recgrp.bas.anninrate">
<c-input v-model="model.cfabpt.recgrp.bas.anninrate" placeholder="请输入年化利率值"></c-input>
<c-input disabled v-model="model.cfabpt.recgrp.bas.anninrate" placeholder="请输入年化利率值"></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="起息日" prop="cfabpt.recgrp.bas.valuedate">
<c-date-picker type="date" v-model="model.cfabpt.recgrp.bas.valuedate" style="width:100%" placeholder="请选择起息日"></c-date-picker>
<c-date-picker type="date" disabled v-model="model.cfabpt.recgrp.bas.valuedate" style="width:100%" placeholder="请选择起息日"></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="到期日" prop="cfabpt.recgrp.bas.maturity">
<c-date-picker type="date" v-model="model.cfabpt.recgrp.bas.maturity" style="width:100%" placeholder="请选择到期日"></c-date-picker>
<c-date-picker type="date" disabled v-model="model.cfabpt.recgrp.bas.maturity" style="width:100%" placeholder="请选择到期日"></c-date-picker>
</el-form-item>
</c-col>
......
......@@ -44,18 +44,6 @@
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="变动日期" prop="cfabpt.recp.dclp.chdate">
<c-date-picker
type="date"
v-model="model.cfabpt.recp.dclp.chdate"
style="width: 100%"
placeholder="请选择变动日期"
value-format="yyyy-MM-dd"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="期初余额" prop="cfabpt.recp.dclp.loanopenbalan">
<c-input
......@@ -111,7 +99,6 @@
v-model="model.cfabpt.recp.dclp.useofunds"
style="width: 100%"
placeholder="请选择资金用途"
:code="codes.curtxt"
>
</c-select>
</el-form-item>
......@@ -210,9 +197,23 @@
<!-- <c-col :span="12">
<c-button size="small" type="primary" @click="onChk"> &Check </c-button>
</c-col> -->
<c-col :span="17" :offset="7">
<c-col :span="24">
<c-col :span="12">
<el-form-item label="变动日期" prop="cfabpt.recp.dclp.chdate">
<c-date-picker
type="date"
v-model="model.cfabpt.recp.dclp.chdate"
style="width: 100%"
placeholder="请选择变动日期"
value-format="yyyy-MM-dd"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="6" :offset="6">
<c-checkbox v-model="model.cfabpt.recp.dclp.acp" disabled>确认</c-checkbox>
</c-col>
</c-col>
</c-col>
</div>
......
......@@ -4,6 +4,7 @@
<c-col :span="6">
<el-form-item label="申报类型" prop="bopmod.szflg">
<c-select
:disabled="!((model.bpdgrp.rec.fintyp=='F'||model.bpdgrp.rec.fintyp=='U')&&model.bpdgrp.rec.pnttyp!='')"
v-model="model.bopmod.szflg"
style="width: 100%"
placeholder="请选择申报类型"
......@@ -20,33 +21,33 @@
<c-checkbox v-model="model.bopmod.basflg">基础数据</c-checkbox>
</c-col>
<c-col :span="5">
<!-- <c-col :span="5">
<c-checkbox v-model="model.bopmod.dclflg">申报数据</c-checkbox>
</c-col>
<c-col :span="5">
<c-checkbox v-model="model.bopmod.vrfflg">核销数据</c-checkbox>
</c-col>
</c-col> -->
</c-row>
<c-row>
<c-col :span="24">
<el-form-item label="款项来源" prop="bopmod.acttyp">
<el-form-item
label="款项来源"
prop="bopmod.acttyp"
>
<c-select
v-model="model.bopmod.acttyp"
style="width: 100%"
placeholder="请选择款项来源"
:code="codes.acttyp"
>
<el-option
v-for="item in codes.acttyp"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
</c-row>
<c-row>
<c-col :span="24">
<el-form-item label="地区机构号" prop="bopmod.ownextkey">
<c-select
......@@ -57,7 +58,7 @@
</c-select>
</el-form-item>
</c-col>
</c-row>
<c-row>
<c-col :span="12">
<el-form-item
......
<template>
<c-page title="出口融资放款">
<div class="eContainer">
<c-page title="出口融资放款">
<!-- <c-bus-button :$pntvm="this"></c-bus-button> -->
<c-function-btn
:handleSubmit="handleSubmit"
......@@ -154,14 +154,20 @@
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane label="国内外汇贷款-签约信息" name="conp">
<el-tab-pane
v-if="model.cfabpt.cfaflg=='1'"
label="国内外汇贷款-签约信息" name="conp"
>
<c-content>
<m-conp :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<!--PD000001 -->
<el-tab-pane label="国内外汇贷款-变动信息" name="dclpp">
<el-tab-pane
v-if="model.cfabpt.cfaflg=='1'"
label="国内外汇贷款-变动信息" name="dclpp"
>
<c-content>
<m-dclpp :model="model" :codes="codes" />
</c-content>
......@@ -175,8 +181,8 @@
v-on:select-ety="selectEty"
>
</c-grid-ety-prompt-dialog>
</div>
</c-page>
</div>
</template>
<script>
import Api from "~/service/Api";
......
......@@ -98,7 +98,7 @@
<c-form-item label="单据余额" prop="brdgrp.cbs.opn1.cur">
<c-select
v-model="model.brdgrp.cbs.opn1.cur"
maxlength="3"
style="width: 100%"
placeholder="请输入Open Amount"
:code="codes.curtxt1"
disabled
......@@ -434,18 +434,19 @@
<c-col :span="12" class="col-right">
<!-- S0000192 : 信用证余额 -->
<c-col :span="12">
<c-col :span="13">
<c-form-item label="信用证余额" prop="lidgrp.cbs.opn1.cur">
<c-input
<c-select
:code="codes.curtxt1"
v-model="model.lidgrp.cbs.opn1.cur"
maxlength="3"
style="width: 100%"
:placeholder="$t('other.please_enter') + 'Currency'"
disabled
></c-input>
></c-select>
</c-form-item>
</c-col>
<c-col :span="12">
<c-form-item label="" label-width="10px" prop="lidgrp.cbs.opn1.amt">
<c-col :span="11">
<c-form-item label="" label-width="5px" prop="lidgrp.cbs.opn1.amt">
<c-input
v-model="model.lidgrp.cbs.opn1.amt"
placeholder=""
......
......@@ -79,7 +79,7 @@
</c-col>
<c-col :span="24">
<c-col :span="13">
<el-form-item label="实付款币种及金额" prop="bopmod.dbcgrp.bas.actuccy">
<el-form-item label="实付款币种及金额" prop="bopmod.dbcgrp.bas.actuccy">
<c-select v-model="model.bopmod.dbcgrp.bas.actuccy" style="width:100%" placeholder="请选择实际付款币种及金额" :code="codes.curtxt" disabled>
</c-select>
</el-form-item>
......
......@@ -25,7 +25,7 @@
</c-col>
<c-col :span="24">
<c-col :span="11">
<c-col :span="12" class="col-left">
<el-form-item label="海外代付" prop="cfadft.cfaflg">
<c-select v-model="model.cfadft.cfaflg" style="width:100%" placeholder="请选择海外代付" :disabled=this.flag>
</c-select>
......@@ -35,18 +35,24 @@
</c-select>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<c-fullbox>
<c-checkbox v-model="model.cfadft.basflg" :disabled=this.flag >签约信息</c-checkbox>
<c-checkbox v-model="model.cfadft.dclflg" :disabled=this.flag >变动信息</c-checkbox>
</c-fullbox>
<c-col :span="12" class="col-right">
<c-col :span="12">
<el-form-item label="">
<c-checkbox v-model="model.cfadft.basflg" style="float: left;" :disabled=this.flag >签约信息</c-checkbox>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="">
<c-checkbox v-model="model.cfadft.dclflg" style="float: left;" :disabled=this.flag >变动信息</c-checkbox>
</el-form-item>
</c-col>
</c-col>
</c-col>
<c-col :span="24">
<c-col :span="11">
<c-col :span="12" class="col-left">
<el-form-item label="远期信用证" prop="cfabrt.cfaflg">
<c-select v-model="model.cfabrt.cfaflg" style="width:100%" placeholder="请选择远期信用证" :disabled=this.flag>
</c-select>
......@@ -56,9 +62,17 @@
</c-select>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<c-checkbox v-model="model.cfabrt.basflg" :disabled=this.flag >签约信息</c-checkbox>
<c-checkbox v-model="model.cfabrt.dclflg" :disabled=this.flag >变动信息</c-checkbox>
<c-col :span="12" class="col-right">
<c-col :span="12">
<el-form-item label="">
<c-checkbox v-model="model.cfabrt.basflg" style="float: left;" :disabled=this.flag >签约信息</c-checkbox>
</el-form-item>
</c-col>
<c-col :span="12">
<el-form-item label="">
<c-checkbox v-model="model.cfabrt.dclflg" style="float: left;" :disabled=this.flag >变动信息</c-checkbox>
</el-form-item>
</c-col>
</c-col>
</c-col>
......@@ -70,20 +84,20 @@
</c-col>
<c-col :span="24" style="margin-bottom: 15px;">
<el-form-item label="中资企业境外担保项下境内贷款额度币种" prop="cfatrt.cda.cfeogudcurr">
<el-form-item label="中资企业境外担保项下境内贷款额度币种" prop="cfatrt.cda.cfeogudcurr" label-width="250px">
<c-select v-model="model.cfatrt.cda.cfeogudcurr" style="width:100%" placeholder="请选择中资企业境外担保项下境内贷款额度币种" :disabled=this.flag>
</c-select>
</el-form-item>
</c-col>
<c-col :span="24" style="margin-bottom: 15px;">
<el-form-item label="中资企业境外担保项下境内贷款额度金额" prop="cfatrt.cda.cfeogudamount">
<el-form-item label="中资企业境外担保项下境内贷款额度金额" prop="cfatrt.cda.cfeogudamount" label-width="250px">
<c-input v-model="model.cfatrt.cda.cfeogudamount" placeholder="请输入中资企业境外担保项下境内贷款额度金额" :disabled=this.flag></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="中资企业境外担保项下贷款业务批准文件号" prop="cfatrt.cda.cfeogudad">
<el-form-item label="中资企业境外担保项下贷款业务批准文件号" prop="cfatrt.cda.cfeogudad" label-width="250px">
<c-input type="textarea" v-model="model.cfatrt.cda.cfeogudad" maxlength="32" show-word-limit placeholder="请输入中资企业境外担保项下贷款业务批准文件号" :disabled=this.flag ></c-input>
</el-form-item>
</c-col>
......
......@@ -3,7 +3,7 @@
<!-- left -->
<c-col :span="12" style="margin-top: 20px;">
<c-col :span="24">
<el-form-item label="是否报送跨境人民币2101表" label-width="120px">
<el-form-item label="是否报送跨境人民币2101表" label-width="175px">
<c-select
v-model="model.cnybop.cnyflg"
style="width: 100%;"
......@@ -21,7 +21,7 @@
</c-col>
<c-col :span="24">
<el-form-item label="是否报送跨境人民币2107表" label-width="120px">
<el-form-item label="是否报送跨境人民币2107表" label-width="175px">
<c-select
v-model="model.cnybop.traflg"
style="width: 100%;"
......@@ -39,7 +39,7 @@
</c-col>
<c-col :span="24">
<el-form-item label="是否报送跨境人民币2111表" label-width="120px" prop="cnybop.outflg">
<el-form-item label="是否报送跨境人民币2111表" label-width="175px" prop="cnybop.outflg">
<c-select
v-model="model.cnybop.outflg"
style="width: 100%;"
......@@ -56,7 +56,7 @@
</c-col>
<c-col :span="24">
<el-form-item label="是否报送跨境人民币2106表" label-width="120px">
<el-form-item label="是否报送跨境人民币2106表" label-width="175px">
<c-select
v-model="model.cnybop.libflg"
style="width: 100%;"
......@@ -74,7 +74,7 @@
</c-col>
<c-col :span="24">
<el-form-item label="是否报送跨境人民币2122表" label-width="120px">
<el-form-item label="是否报送跨境人民币2122表" label-width="175px">
<c-select
v-model="model.cnybop.vouflg"
placeholder="请选择"
......
......@@ -125,6 +125,13 @@
</el-tab-pane>
<!--PD000009 -->
<el-tab-pane label="申报信息" name="cnyp">
<c-content>
<m-cnyp :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<!--PD000529 -->
<el-tab-pane label="报文/面函" name="docpan">
<c-content>
......@@ -149,12 +156,7 @@
<m-cnyp :model="model" :codes="codes"/>
</el-tab-pane>-->
<!--PD000009 -->
<el-tab-pane label="申报信息" name="cnyp">
<c-content>
<m-cnyp :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<!--
<el-tab-pane
......
......@@ -3,14 +3,13 @@
<c-col :span="24">
<c-col :span="11">
<el-form-item label="包号" prop="cldgrp.rec.ownref">
<c-input v-model="model.cldgrp.rec.ownref" maxlength="16" placeholder="请输入Batch No." disabled>
<c-input v-model="model.cldgrp.rec.ownref" maxlength="16" placeholder="请输入包号" disabled>
</c-input>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="汇票类型" prop="cldgrp.rec.chktyp">
<c-select v-model="model.cldgrp.rec.chktyp" style="width: 100%" placeholder="请输入汇票类型"
disabled>
<c-select v-model="model.cldgrp.rec.chktyp" style="width: 100%" placeholder="请输入汇票类型" disabled>
<el-option v-for="item in codes.chktyp" :key="item.value" :label="item.label"
:value="item.value">
</el-option>
......@@ -22,22 +21,20 @@
<c-col :span="11">
<c-col :span="12">
<el-form-item label="托收币种金额" prop="cldgrp.cbs.max.cur">
<c-input v-model="model.cldgrp.cbs.max.cur" style="width:100%" placeholder="请选择托收币种金额"
disabled>
<c-input v-model="model.cldgrp.cbs.max.cur" style="width:100%" placeholder="请选择托收币种金额" disabled>
</c-input>
</el-form-item>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="" label-width="0" prop="cldgrp.cbs.max.amt" style="width:100%">
<c-input v-model.number="model.cldgrp.cbs.max.amt" style="width:100%"
placeholder="请输入托收余额" disabled></c-input>
<c-input v-model.number="model.cldgrp.cbs.max.amt" style="width:100%" placeholder="请输入托收余额"
disabled></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="11" :offset="1">
<el-form-item label="票据类型" prop="cldgrp.rec.colflg">
<c-select v-model="model.cldgrp.rec.colflg" style="width: 100%" placeholder="请输入票据类型"
disabled>
<c-select v-model="model.cldgrp.rec.colflg" style="width: 100%" placeholder="请输入票据类型" disabled>
<el-option v-for="item in codes.colflg" :key="item.value" :label="item.label"
:value="item.value">
</el-option>
......@@ -50,8 +47,7 @@
<c-col :span="11">
<c-col :span="12">
<el-form-item label="托收余额" prop="cldgrp.cbs.opn1.cur">
<c-input v-model="model.cldgrp.cbs.opn1.cur" style="width:100%" placeholder="请选择托收余额"
disabled>
<c-input v-model="model.cldgrp.cbs.opn1.cur" style="width:100%" placeholder="请选择托收余额" disabled>
</c-input>
</el-form-item>
</c-col>
......@@ -77,8 +73,7 @@
<c-col :span="24">
<c-col :span="11">
<el-form-item label="代收行名称" prop="cldgrp.rec.colptynam">
<c-input v-model="model.cldgrp.rec.colptynam" maxlength="40" placeholder="请输入代收行名称"
disabled>
<c-input v-model="model.cldgrp.rec.colptynam" maxlength="40" placeholder="请输入代收行名称" disabled>
</c-input>
</el-form-item>
</c-col>
......@@ -182,5 +177,4 @@ export default {
}
</script>
<style>
</style>
......@@ -140,7 +140,10 @@
<c-col :span="24">
<c-istream-table :list="stmData.data" :columns="stmData.columns" :showButtonFlg="true">
<el-table-column fixed="right" prop="op" label="操作" width="150px">
<el-table-column fixed="right" prop="op" label="操作" width="140px">
<template slot="header">
<c-col :span="11" style="text-align: center"><span>操作</span></c-col>
</template>
<template slot-scope="scope">
<el-popover placement="top-start" title="历史信息" width="800" trigger="click"
:ref="'popover_' + scope.row.IDX">
......
......@@ -117,10 +117,10 @@
<c-col :span="12">
<el-form-item label="" prop="trnmod.swiadd.ameamt">
<c-input-currency
<c-input
v-model="model.trnmod.swiadd.ameamt"
placeholder="请输入增减金额."
></c-input-currency>
></c-input>
</el-form-item>
</c-col>
<c-col :span="12">
......
......@@ -136,6 +136,13 @@
<m-coninfp :model="model" :codes="codes" />
</el-tab-pane> -->
<!--PD000002 -->
<el-tab-pane label="申报信息" name="cnyp,libp">
<c-content>
<m-cnyp :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<!--PD000529 -->
<el-tab-pane label="报文/面函" name="docpan">
<c-content>
......@@ -150,12 +157,6 @@
</c-content>
</el-tab-pane>
<!--PD000002 -->
<el-tab-pane label="申报信息" name="cnyp,libp">
<c-content>
<m-cnyp :model="model" :codes="codes" />
</c-content>
</el-tab-pane>
<!--PD000110 -->
<!-- <el-tab-pane
......
......@@ -3,68 +3,37 @@
<!-- <c-list-search @form-reset="handleReset" @form-search="handleSearch"> -->
<!-- <template v-slot="searchSlot"> -->
<el-form
class="m-table-search-form"
ref="paramsForm"
:inline="true"
label-position="right"
label-width="110px"
size="small"
>
<el-form class="m-table-search-form" ref="paramsForm" :inline="true" label-position="right" label-width="110px"
size="small">
<el-row>
<c-col :span="24" style="">
<c-col :span="8">
<el-form-item label="业务编号" prop="selobj" style="width: 100%">
<c-input
style="width: 100%"
v-model="model.selobj"
maxlength="32"
placeholder="请输入业务编号"
></c-input>
<c-input style="width: 100%" v-model="model.selobj" maxlength="32" placeholder="请输入业务编号"></c-input>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="创建时间" style="width: 100%">
<c-col :span="11">
<c-date-picker
type="date"
v-model="model.inidatfro"
style="width: 100%"
placeholder="请选择创建时间"
></c-date-picker>
<c-date-picker type="date" v-model="model.inidatfro" style="width: 100%" placeholder="请选择创建时间">
</c-date-picker>
</c-col>
<c-col :span="2" style="text-align: center">
<label style="display: inline-block; width: 100%">-</label>
</c-col>
<c-col :span="11">
<c-date-picker
type="date"
v-model="model.inidattil"
style="width: 100%"
placeholder="请选择创建时间"
></c-date-picker>
<c-date-picker type="date" v-model="model.inidattil" style="width: 100%" placeholder="请选择创建时间">
</c-date-picker>
</c-col>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="来源" style="width: 100%" prop="sourceModel">
<el-select
clearable
v-model="sourceModel"
style="width: 100%"
placeholder="请选择来源"
multiple
collapse-tags
@change="sourceChangeEvent"
>
<el-option
v-for="item in sourceData"
:key="item.value"
:label="item.label"
:value="item.value"
>
<el-select clearable v-model="sourceModel" style="width: 100%" placeholder="请选择来源" multiple collapse-tags
@change="sourceChangeEvent">
<el-option v-for="item in sourceData" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</el-select>
</el-form-item>
......@@ -75,23 +44,10 @@
<el-row>
<c-col :span="24" style="">
<c-col :span="8">
<el-form-item
label="选择用户"
prop="usfmod.flt"
style="width: 100%"
>
<el-form-item label="选择用户" prop="usfmod.flt" style="width: 100%">
<!-- <c-col :span="20"> -->
<c-select
v-model="model.usfmod.flt"
style="width: 100%"
placeholder="请选择选择用户"
>
<el-option
v-for="item in codes.flt"
:key="item.value"
:label="item.label"
:value="item.value"
>
<c-select v-model="model.usfmod.flt" style="width: 100%" placeholder="请选择选择用户">
<el-option v-for="item in codes.flt" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-select>
<!-- </c-col> -->
......@@ -110,21 +66,13 @@
<c-col :span="8">
<el-form-item label="业务描述" prop="seltxt" style="width: 100%">
<c-input
v-model="model.seltxt"
maxlength="32"
placeholder="请输入业务描述"
></c-input>
<c-input v-model="model.seltxt" maxlength="32" placeholder="请输入业务描述"></c-input>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="业务标志" prop="dflg" style="width: 100%">
<c-select
v-model="model.dflg"
style="width: 100%"
placeholder="请选择国内国际标志"
>
<c-select v-model="model.dflg" style="width: 100%" placeholder="请选择国内国际标志">
<el-option label="所有业务" value="1"></el-option>
<el-option label="国内业务" value="2"></el-option>
<el-option label="国际业务" value="3"></el-option>
......@@ -146,21 +94,12 @@
</el-form-item>
</c-col>
<c-col :span="8" v-else>
<el-form-item
label=""
style="width: 100%; height: 36.8px; margin: 0 0 0 0"
>
<el-form-item label="" style="width: 100%; height: 36.8px; margin: 0 0 0 0">
</el-form-item>
</c-col>
<c-col :span="16" style="text-align: right">
<el-button size="small" @click="handleReset">重置</el-button>
<el-button
type="primary"
icon="el-icon-search"
size="small"
@click="handleSearch"
>查询</el-button
>
<el-button type="primary" icon="el-icon-search" size="small" @click="handleSearch">查询</el-button>
</c-col>
</c-col>
</el-row>
......@@ -169,27 +108,16 @@
<c-col :span="24" style="">
<div style="border-bottom: 10px solid rgb(232, 232, 232)"></div>
</c-col>
<el-row>
<c-col :span="24" style="">
<c-istream-table
:list="stmData.data"
:columns="stmData.columns"
:showButtonFlg="true"
>
<c-table-column fixed="right" prop="op" label="操作" width="165px">
<template slot-scope="{ scope }">
<c-button
style="margin-left: 0"
size="small"
@click="onDetails(scope.$index, scope.row)"
>详情
<c-col :span="24">
<c-istream-table :list="stmData.data" :columns="stmData.columns" :showButtonFlg="true">
<el-table-column fixed="right" prop="op" label="操作" width="165px" >
<template slot="header">
<c-col :span="11" style="text-align:center"><span>操作</span></c-col>
</template>
<template slot-scope="scope">
<c-button style="margin-left: 0" size="small" @click="onDetails(scope.$index, scope.row)">详情
</c-button>
<c-button
style="margin-left: 0"
size="small"
type="primary"
@click="continueEdit(scope.row)"
>处理
<c-button style="margin-left: 0" size="small" type="primary" @click="continueEdit(scope.row)">处理
</c-button>
<!-- <c-button
style="margin-left: 0"
......@@ -204,28 +132,18 @@
<ul class="table-button-item-list">
<li>
<c-button size="small" style="margin-left: 0"
>指派</c-button
>
<c-button size="small" style="margin-left: 0">指派</c-button>
</li>
<li>
<c-button size="small" style="margin-left: 0"
>删除</c-button
>
<c-button size="small" style="margin-left: 0">删除</c-button>
</li>
</ul>
<a
slot="reference"
href="javascript:void(0)"
style="margin-left: 5px"
><i class="el-icon-more"></i
></a>
<a slot="reference" href="javascript:void(0)" style="margin-left: 5px"><i class="el-icon-more"></i></a>
</el-popover>
</template>
</c-table-column>
</el-table-column>
</c-istream-table>
</c-col>
</el-row>
<el-dialog :visible.sync="initdialog" :title="'交易列表'" append-to-body>
<div class="m-list-btns"></div>
</el-dialog>
......@@ -263,7 +181,7 @@ export default {
// setColumn: [],
stmData: {
columns: [
'4 1 "交易代码" 80 ',
'4 1 "交易代码" 100 ',
'5 2 "业务编号" 300',
'6 3 "交易名称" 150',
//'1 4 "状态" 60 1 tdViewTypeEdit:0 1 SPT:STA',
......@@ -276,7 +194,7 @@ export default {
code: this.codes.sptrelstatus,
},
'17 5 "报文类型" 100',
'18 6 "对方银行BIC" 110',
'18 6 "对方银行BIC" 130',
// '7 7 "创建时间" 160 20 DateTime 1',
{
index: 7,
......@@ -285,14 +203,14 @@ export default {
pattern: "time",
label: "创建时间",
},
'19 8 "币种" 50',
'20 9 "金额" 69 2 8 1 16',
'8 10 "创建人" 80',
'3 11 "当前操作柜员" 100',
'19 8 "币种" 70',
'20 9 "金额" 100 2 8 1 16',
'8 10 "创建人" 100',
'3 11 "当前操作柜员" 120',
'3 12 "当前组别" 100',
'3 13 "上次操作柜员" 100',
'3 14 "来源" 50',
'3 15 "提示" 50 1 20:0 1 FormatINFDSP',
'3 13 "上次操作柜员" 120',
'3 14 "来源" 70',
'3 15 "提示" 70 1 20:0 1 FormatINFDSP',
// "19 15 \"Key\" 90",
'3 16 "提示信息" 300',
],
......@@ -342,6 +260,11 @@ export default {
// },
...Event,
getInidatfro() {
let datetime = new Date();
datetime = datetime.setDate(datetime.getDate() - 10);
this.model.inidatfro = new Date(datetime);
}
},
created: function () {
// this.setColumn = this.stmData.columns.map((item, index) => {
......@@ -351,6 +274,7 @@ export default {
// return { label, value: true, index };
// });
// this.columnGroup = this.setColumn.map((item) => item.index);
this.getInidatfro();
},
};
</script>
......@@ -368,6 +292,7 @@ export default {
padding: 0;
margin: 0;
}
.table-button-item-list li {
list-style: none;
padding: 5px 0;
......@@ -375,4 +300,9 @@ export default {
color: #606266;
cursor: pointer;
}
c-istream-table label {
text-align: right;
color: yellow;
}
</style>
<template>
<div class="eContainer-search">
<el-form
:model="model"
:rules="rules"
ref="modelForm"
tokenKey="modelForm"
label-width="120px"
size="small"
:validate-on-rule-change="false"
>
<el-form :model="model" :rules="rules" ref="modelForm" tokenKey="modelForm" label-width="120px" size="small"
:validate-on-rule-change="false">
<!-- <c-tabs :value="tabVal" ref="elment" type="card" @tab-click="tabClick"> -->
<!-- <el-tab-pane :value="tabVal" label="待办任务查询" name="menu"> -->
<!-- <c-content> -->
<c-content>
<m-menu :model="model" :codes="codes" ref="菜单" />
<!-- </c-content> -->
</c-content>
<!-- </el-tab-pane> -->
<!-- </c-tabs> -->
</el-form>
......@@ -74,4 +67,5 @@ export default {
};
</script>
<style>
</style>
......@@ -2,71 +2,36 @@
<div class="eibs-tab">
<!-- <c-list-search @form-reset="handleReset" @form-search="handleSearch"> -->
<!-- <template v-slot="searchSlot"> -->
<el-form
class="m-table-search-form"
ref="paramsForm"
:inline="true"
label-position="right"
label-width="110px"
size="small"
>
<el-form class="m-table-search-form" ref="paramsForm" :inline="true" label-position="right" label-width="110px"
size="small">
<el-row>
<c-col :span="24" style="">
<c-col :span="8">
<el-form-item
label="业务编号"
prop="trncorco.ownref"
style="width: 100%"
>
<c-input
v-model="model.trncorco.ownref"
maxlength="16"
placeholder="请输入业务编号"
></c-input>
<el-form-item label="业务编号" prop="trncorco.ownref" style="width: 100%">
<c-input v-model="model.trncorco.ownref" maxlength="16" placeholder="请输入业务编号"></c-input>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item label="创建时间" style="width: 100%" prop="trncorco.inidatfro">
<c-col :span="11">
<c-date-picker
type="date"
v-model="model.trncorco.inidatfro"
style="width: 100%"
placeholder="请选择创建时间"
></c-date-picker>
<c-date-picker type="date" v-model="model.trncorco.inidatfro" style="width: 100%" placeholder="请选择创建时间">
</c-date-picker>
</c-col>
<c-col :span="2" style="text-align: center">
<label style="display: inline-block; width: 100%">-</label>
</c-col>
<c-col :span="11">
<c-date-picker
type="date"
v-model="model.trncorco.inidattil"
style="width: 100%"
placeholder="请选择创建时间"
></c-date-picker>
<c-date-picker type="date" v-model="model.trncorco.inidattil" style="width: 100%" placeholder="请选择创建时间">
</c-date-picker>
</c-col>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item
label="经办柜员"
prop="usrcon"
style="width: 100%"
>
<c-select
v-model="model.usrcon"
style="width: 100%"
placeholder="请选择经办柜员"
>
<el-option
v-for="item in codes.usrsort"
:key="item.value"
:label="item.label"
:value="item.value"
>
<el-form-item label="经办柜员" prop="usrcon" style="width: 100%">
<c-select v-model="model.usrcon" style="width: 100%" placeholder="请选择经办柜员">
<el-option v-for="item in codes.usrsort" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-select>
</el-form-item>
......@@ -83,43 +48,17 @@
<el-row>
<c-col :span="24" style="">
<c-col :span="8">
<el-form-item
label="业务状态"
prop="trncorco.relflg"
style="width: 100%"
>
<c-select
v-model="model.trncorco.relflg"
style="width: 100%"
placeholder="请选择业务状态"
>
<el-option
v-for="item in relflgCodes"
:key="item.value"
:label="item.label"
:value="item.value"
>
<el-form-item label="业务状态" prop="trncorco.relflg" style="width: 100%">
<c-select v-model="model.trncorco.relflg" style="width: 100%" placeholder="请选择业务状态">
<el-option v-for="item in relflgCodes" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item
label="业务机构"
prop="bchcon"
style="width: 100%"
>
<c-select
v-model="model.bchcon"
style="width: 100%"
placeholder="请选择业务机构"
>
<el-option
v-for="item in codes.bchtyp"
:key="item.value"
:label="item.label"
:value="item.value"
>
<el-form-item label="业务机构" prop="bchcon" style="width: 100%">
<c-select v-model="model.bchcon" style="width: 100%" placeholder="请选择业务机构">
<el-option v-for="item in codes.bchtyp" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-select>
</el-form-item>
......@@ -134,31 +73,17 @@
</c-col> -->
<c-col :span="8">
<el-form-item
label="交易代码"
prop="atp.cod"
style="width: 100%"
>
<el-form-item label="交易代码" prop="atp.cod" style="width: 100%">
<c-col :span="24">
<c-col :span="20">
<c-input
v-model="model.atp.cod"
maxlength="6"
style="width: 95%"
placeholder="请输入交易代码"
@keyup.enter.native="showGridPromptDialog('atp.cod')"
></c-input>
<c-input v-model="model.atp.cod" maxlength="6" style="width: 95%" placeholder="请输入交易代码"
@keyup.enter.native="showGridPromptDialog('atp.cod')"></c-input>
</c-col>
<!-- <c-input v-model="model.atpget.sdamod.seainf" style="width:10%" placeholder="i"></c-input> -->
<c-col :span="4">
<c-button
size="small"
style="width:100%;margin-left:0"
type="primary"
@click="onSeainf"
icon="el-icon-search"
></c-button>
<c-button size="small" style="width:100%;margin-left:0" type="primary" @click="onSeainf"
icon="el-icon-search"></c-button>
</c-col>
</c-col>
</el-form-item>
......@@ -166,38 +91,17 @@
</c-col>
<c-col :span="24" style="">
<c-col :span="8">
<el-form-item
label="业务标志"
prop="trncorco.dflg"
style="width: 100%"
>
<c-select
v-model="model.trncorco.dflg"
style="width: 100%"
placeholder="请选择业务标志"
>
<el-option
v-for="item in codes.dflg"
:key="item.value"
:label="item.label"
:value="item.value"
>
<el-form-item label="业务标志" prop="trncorco.dflg" style="width: 100%">
<c-select v-model="model.trncorco.dflg" style="width: 100%" placeholder="请选择业务标志">
<el-option v-for="item in codes.dflg" :key="item.value" :label="item.label" :value="item.value">
</el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item
label="交易名称"
prop="atptxt"
style="width: 100%"
>
<c-input
v-model="model.atptxt"
maxlength="37"
placeholder="请输入交易名称"
></c-input>
<el-form-item label="交易名称" prop="atptxt" style="width: 100%">
<c-input v-model="model.atptxt" maxlength="37" placeholder="请输入交易名称"></c-input>
</el-form-item>
</c-col>
<c-col :span="8" style="text-align:right">
......@@ -216,31 +120,16 @@
<el-row>
<c-col :span="24" style="">
<c-istream-table :list="stmData.data" :columns="stmData.columns" style="width:100%" :showButtonFlg="true">
<el-table-column
fixed="right"
prop="display"
label="操作"
width="140px"
>
<el-table-column fixed="right" prop="op" label="操作" width="140px">
<template slot="header">
<c-col :span="11" style="text-align:left"><span>操作</span></c-col>
<c-col :span="11" style="text-align:center"><span>操作</span></c-col>
<!-- <c-col :span="12" style="text-align:right"><c-button icon="el-icon-s-tools"></c-button></c-col> -->
</template>
<template slot-scope="scope">
<c-button
style="margin-left: 0"
size="small"
@click="onWaitDetail(scope.$index,scope.row)"
>
<c-button style="margin-left: 0" size="small" @click="onWaitDetail(scope.$index,scope.row)">
详情
</c-button>
<c-button
style="margin-left: 0"
size="small"
type="primary"
@click="onHandle(scope.$index,scope.row)"
>
<c-button style="margin-left: 0" size="small" type="primary" @click="onHandle(scope.$index,scope.row)">
处理
</c-button>
<!-- <c-button
......@@ -303,27 +192,29 @@ export default {
// '0 12 "Status" 54 1 tdViewTypeEdit:0 1 RELSTA',
// ],
columns: [
'10 1 "交易代码" 80',
'10 1 "交易代码" 100',
'11 2 "业务编号" 150',
'17 3 "摘要信息" 300',
'12 4 "币种" 50',
'12 4 "币种" 70',
'13 5 "金额" 100',
// '14 6 "创建时间" 170',
{index:14,position:6,width:140,pattern:'time',label:'创建时间'},
'9 7 "签名要求" 70',
'2 8 "签名状态" 70',
'16 9 "经办柜员" 70',
{ index: 14, position: 6, width: 140, pattern: 'time', label: '创建时间' },
'9 7 "签名要求" 100',
'2 8 "签名状态" 100',
'16 9 "经办柜员" 100',
// '0 10 "业务状态" 80',
{index:0,position:10,width:80,pattern:'code',label:'业务状态',code:[{label: "Waiting", value: "W"},
{
index: 0, position: 10, width: 100, pattern: 'code', label: '业务状态', code: [{ label: "Waiting", value: "W" },
{ label: "Correct", value: "C" },
{ label: "Picked up", value: "P" },
{ label: "Rejected", value: "N" },]},
{ label: "Rejected", value: "N" },]
},
'15 11 "业务机构" 120',
],
data: [],
},
relrowDisabled: true,
relflgCodes:[],
relflgCodes: [],
Trnp0Visible: false,
// multipleSelection: [],
};
......@@ -338,8 +229,15 @@ export default {
// return this.multipleSelection.map((idx) => this.stmData.data[idx]);
// },
...Event,
getInidatfro(){
let datetime = new Date();
datetime = datetime.setDate(datetime.getDate() - 1);
this.model.trncorco.inidatfro = new Date(datetime);
}
},
created: function () {
this.getInidatfro();
},
created: function () {},
async mounted() {
this.relflgCodes = [
......@@ -360,4 +258,5 @@ export default {
};
</script>
<style>
</style>
......@@ -5,7 +5,7 @@
</div>
<div class="self_header_label">
<h2>国际结算系统</h2>
<h2 style="margin-left: 15px;">International Settlement System</h2>
<h2 style="margin-left: 15px;">International Settlement</h2>
</div>
<div class="header-tool">
<div class="header-subInstName">
......
......@@ -8,7 +8,7 @@
<h2>国际结算系统</h2>
</div>
<div id="loginForm">
<h2>International Settlement System</h2>
<h2>International Settlement</h2>
<el-form
:model="loginForm"
status-icon
......
......@@ -196,11 +196,11 @@
:list="model.liaall.liaccv.liaccvg"
style="width:100%,text-align:center"
>
<el-table-column prop="ccdflg" label="调整标识" width="78px">
<el-table-column prop="ccdflg" label="调整标识" width="70px">
</el-table-column>
<el-table-column prop="ownref" label="保证金编号" width="130px">
<el-table-column prop="ownref" label="保证金编号" width="180px">
</el-table-column>
<el-table-column prop="cur" label="币种" width="55px">
<el-table-column prop="cur" label="币种" width="70px">
</el-table-column>
<el-table-column prop="oldamt" label="余额" width="150px">
</el-table-column>
......@@ -208,9 +208,9 @@
</el-table-column>
<el-table-column prop="acc" label="保证金账号" width="180px">
</el-table-column>
<el-table-column prop="rat" label="汇率" width="120px">
<el-table-column prop="rat" label="汇率" width="150px">
</el-table-column>
<el-table-column prop="concur" label="币种" width="55px">
<el-table-column prop="concur" label="币种" width="70px">
</el-table-column>
<el-table-column prop="covamt" label="折算后金额" width="150px">
</el-table-column>
......
......@@ -2,7 +2,7 @@
<div class="eibs-tab">
<c-col :span="24" style="">
<c-istream-table-docpan :list="stmData.data" :columns="stmData.columns">
<el-table-column label="介质">
<el-table-column label="介质" width="110px">
<template slot-scope="scope">
<el-form-item
label-width="0"
......@@ -27,7 +27,7 @@
</el-form-item>
</template>
</el-table-column>
<el-table-column label="报文格式">
<el-table-column label="报文格式" width="150px">
<template slot-scope="scope">
<c-select
v-model="
......@@ -47,7 +47,7 @@
</c-select>
</template>
</el-table-column>
<el-table-column label="语言" width="150%">
<el-table-column label="语言" width="150px">
<template slot-scope="scope">
<c-select
v-model="
......@@ -66,7 +66,7 @@
</c-select>
</template>
</el-table-column>
<el-table-column label="传送方式">
<el-table-column label="传送方式" width="110px">
<template slot-scope="scope">
<el-form-item
label-width="0"
......@@ -91,7 +91,7 @@
</el-form-item>
</template>
</el-table-column>
<el-table-column label="发送份数" width="65%">
<el-table-column label="发送份数" width="70">
<template slot-scope="scope">
<c-input
v-model="
......@@ -104,7 +104,7 @@
</c-input>
</template>
</el-table-column>
<el-table-column label="抄送份数" width="65%">
<el-table-column label="抄送份数" width="70">
<template slot-scope="scope">
<c-input
v-model="
......@@ -116,7 +116,7 @@
</c-input>
</template>
</el-table-column>
<el-table-column label="">
<el-table-column label="" width="110px">
<template slot-scope="scope">
<el-form-item
label-width="0"
......@@ -140,7 +140,7 @@
</el-form-item>
</template>
</el-table-column>
<el-table-column label="操作" width="115px" fixed="right">
<el-table-column label="操作" width="200px" fixed="right">
<template slot-scope="scope">
<c-button
type="primary"
......@@ -151,17 +151,15 @@
model.didgrp.rec.elcflg == 'Y')||suppress
"
@click="handleDisplay(scope.row.index, scope.row, model.trnmod.trndoc.doceot[scope.row.idx])"
icon="el-icon-search"
style="margin-left:0"
></c-button
style="margin-right:10px"
>预览</c-button
>
<c-button
size="small"
type="primary"
icon="el-icon-edit"
style="margin-left:0"
@click="handleDetail(scope.row.index, scope.row)"
></c-button
>详情</c-button
>
</template>
</el-table-column>
......@@ -504,8 +502,8 @@ export default {
stmData: {
columns: [
//注释的已改成静态
"role 收报人 80px",
"pandsc 描述 260px",
"role 收报人 70px",
"pandsc 描述 250px",
//"cortyp 类型",
//"docsnf 报文格式",
//"docuil 语言",
......
......@@ -9,9 +9,9 @@
style="width:100%,text-align:center,margin-bottom:18px"
:border="true"
>
<el-table-column prop="bussec" label="业务" width="50px">
<el-table-column prop="bussec" label="业务" width="70px">
</el-table-column>
<el-table-column prop="cbtpfx" label="类型" width="60px">
<el-table-column prop="cbtpfx" label="类型" width="70px">
</el-table-column>
<el-table-column prop="matdat" label="到期日" width="150px">
<template slot-scope="scope">
......@@ -54,19 +54,19 @@
-->
<el-table-column prop="cdtrol" label="债权人" width="70px">
</el-table-column>
<el-table-column prop="cur" label="币种" width="55px">
<el-table-column prop="cur" label="币种" width="70px">
</el-table-column>
<el-table-column prop="oldamt" label="原始金额" width="150px">
<!-- <template slot-scope="scope">
{{moneyFormat(scope.row.oldamt)}}
</template> -->
</el-table-column>
<el-table-column prop="amt" label="记账金额" width="100px">
<el-table-column prop="amt" label="记账金额" width="150px">
<!-- <template slot-scope="scope">
{{moneyFormat(scope.row.amt)}}
</template> -->
</el-table-column>
<el-table-column prop="tenpct" label="%" width="80px">
<el-table-column prop="tenpct" label="%" width="70px">
</el-table-column>
<el-table-column prop="acc" label="核心账号" width="160px">
<!-- check,需用el-form-item标签包起来 -->
......@@ -90,7 +90,7 @@
{{ dateFormat(scope.row.valdat) }}
</template>
</el-table-column>
<el-table-column label="" prop="det" width="100px" fixed="right" >
<el-table-column label="" prop="det" width="150px" fixed="right" >
<template slot-scope="scope" slot="header">
<el-button
circle
......
......@@ -18,12 +18,12 @@ export default {
return {
columns: [
"2 1 \"借/贷\" 80 1 0",
"6 2 \"账号\" 140",
"3 3 \"币种\" 80",
"4 4 \"金额\" 180 2 8:1 2 5",
"5 5 \"起息日\" 140",
"7 6 \"牌价类型\" 160",
"8 7 \"牌价\" 120 2 0 1 0",
"6 2 \"账号\" 200",
"3 3 \"币种\" 70",
"4 4 \"金额\" 150 2 8:1 2 5",
"5 5 \"起息日\" 150",
"7 6 \"牌价类型\" 100",
"8 7 \"牌价\" 100 2 0 1 0",
"9 8 \"会计科目\" 100",
"0 9 \"分录序号\" 100 1 0"
],
......
......@@ -127,7 +127,7 @@
:paginationShow="false"
:border="true"
>
<el-table-column label="付款人" width="101px">
<el-table-column label="付款人" width="110px">
<template slot-scope="scope">
<el-form-item
label-width="0"
......@@ -146,7 +146,7 @@
</el-form-item>
</template>
</el-table-column>
<el-table-column label="付款人" width="101px">
<el-table-column label="付款人" width="110px">
<template slot-scope="scope">
<el-form-item
label-width="0"
......@@ -167,13 +167,13 @@
</el-table-column>
<el-table-column label="费用来源" prop="src" width="70px">
</el-table-column>
<el-table-column label="处理方式" prop="dsp" width="76px">
<el-table-column label="处理方式" prop="dsp" width="110px">
</el-table-column>
<el-table-column label="付款人摘要" prop="txtdbt" width="auto">
</el-table-column>
<el-table-column label="收款人摘要" prop="txtpay" width="auto">
</el-table-column>
<el-table-column label="币种" prop="cur" width="93px">
<el-table-column label="币种" prop="cur" width="110px">
<template slot-scope="scope">
<c-select v-model="scope.row.cur">
<el-option
......@@ -194,7 +194,7 @@
></el-form-item>
</template>
</el-table-column>
<el-table-column label="" prop="det" width="100px" fixed="right">
<el-table-column label="" prop="det" width="150px" fixed="right">
<template slot-scope="scope" slot="header">
<c-button
circle
......@@ -308,7 +308,7 @@
:paginationShow="false"
:border="true"
>
<el-table-column label="收取对象" width="101px">
<el-table-column label="收取对象" width="110px">
<template #default="scope">
<el-form-item
label-width="0"
......@@ -327,7 +327,7 @@
</el-form-item>
</template>
</el-table-column>
<el-table-column label="费用代码" width="101px">
<el-table-column label="费用代码" width="110px">
<template #default="scope">
<el-form-item
label-width="0"
......@@ -351,7 +351,7 @@
</el-table-column>
<el-table-column label="费用来源" prop="src" width="70px">
</el-table-column>
<el-table-column label="处理方式" prop="dsp" width="76px">
<el-table-column label="处理方式" prop="dsp" width="110px">
<template #default="scope">
<c-select
v-model="scope.row.dsp"
......@@ -370,7 +370,7 @@
</el-table-column>
<el-table-column label="份数" prop="unt" width="70px">
</el-table-column>
<el-table-column label="费用描述" prop="feetxtinf" width="auto">
<el-table-column label="费用描述" prop="feetxtinf" width="200px">
<template slot-scope="scope">
<el-form-item
label-width="0"
......@@ -380,7 +380,7 @@
</el-form-item>
</template>
</el-table-column>
<el-table-column label="币种" prop="cur" width="100px">
<el-table-column label="币种" prop="cur" width="70px">
<template slot-scope="scope">
<el-form-item
label-width="0"
......@@ -402,7 +402,7 @@
</el-form-item>
</template>
</el-table-column>
<el-table-column label="" prop="det" width="100px" fixed="right">
<el-table-column label="" prop="det" width="150px" fixed="right">
<template slot-scope="scope" slot="header">
<c-button
circle
......@@ -459,7 +459,7 @@
</el-table-column>
<el-table-column label="费用对象" prop="rol" width="70px">
</el-table-column>
<el-table-column label="即收币种" prop="acccur" width="70px">
<el-table-column label="即收币种" prop="acccur" width="110px">
<template slot-scope="scope">
<c-select v-model="scope.row.acccur" @change="accucrChange(scope.$index)">
<!-- @change="eventfunction('setgll.accur')" -->
......@@ -474,7 +474,7 @@
</c-select>
</template>
</el-table-column>
<el-table-column label="记账金额" prop="fmtaccamt" width="120px">
<el-table-column label="记账金额" prop="fmtaccamt" width="150px">
<template slot-scope="scope">
<c-input
v-model="scope.row.fmtaccamt"
......@@ -482,7 +482,7 @@
/>
</template>
</el-table-column>
<el-table-column label="处理方式" width="100px">
<el-table-column label="处理方式" width="110px">
<template #default="scope">
<c-select v-model="scope.row.dsp" @change="dspChange(scope.$index)">
<el-option
......@@ -499,7 +499,7 @@
</c-select>
</template>
</el-table-column>
<el-table-column label="记账账号" prop="act" width="auto">
<el-table-column label="记账账号" prop="act" width="250px">
<template slot-scope="scope">
<el-form-item
label-width="0"
......@@ -517,17 +517,17 @@
</el-form-item>
</template>
</el-table-column>
<el-table-column label="借/贷" prop="debcdtflg" width="60px">
<el-table-column label="借/贷" prop="debcdtflg" width="70px">
</el-table-column>
<el-table-column label="原始币种" prop="cur" width="70px">
</el-table-column>
<el-table-column label="原始金额" prop="fmtamt" width="120px">
<el-table-column label="原始金额" prop="fmtamt" width="150px">
</el-table-column>
<el-table-column label="汇率" prop="rat" width="120px">
</el-table-column>
<el-table-column label="" width="135px" fixed="right">
<el-table-column label="" width="150px" fixed="right">
<template slot-scope="scoped">
<c-button style="margin-left: 0" size="small" type="primary"
<c-button style="margin-right: 10px" size="small" type="primary"
>获取</c-button
>
<c-button
......
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