Commit 4d848304 by liyixun

cctset回填数据错误问题,表格检核无提示问题,无法复核问题

parent ac975d47
......@@ -228,7 +228,16 @@
size="small"
type="primary"
icon="el-icon-search"
@click="onIncctySelbut1"
@click="
showGridPromptDialog(
'cnybop.inccty.selbut1',
null,
null,
{ COD: 'cnybop.cnyinc.spayercountrycode' },
{ COD: true },
'doxpDialog'
)
"
>
?
</c-button>
......
......@@ -98,7 +98,7 @@
</c-col>
<c-col>
<c-col :span="10">
<c-col :span="12">
<el-form-item label="收入款币种及金额" prop="bopmod.dbagrp.bas.txccy">
<c-select disabled v-model="model.bopmod.dbagrp.bas.txccy" style="width:100%" placeholder="请选择收入款币种及金额" >
<el-option
......@@ -112,7 +112,7 @@
</el-form-item>
</c-col>
<c-col :span="14">
<c-col :span="12">
<el-form-item label="" prop="bopmod.dbagrp.bas.txamt" label-width="5px">
<c-input-currency disabled v-model="model.bopmod.dbagrp.bas.txamt" placeholder="请输入收入款币种及金额" @keyup.enter.native="defaultFunction('bopmod.dbagrp.bas.txamt', model.bopmod.dbagrp.bas.txamt)"></c-input-currency>
</el-form-item>
......@@ -120,7 +120,7 @@
</c-col>
<c-col>
<c-col :span="10">
<c-col :span="12">
<el-form-item label="国内银行扣费" prop="bopmod.dbagrp.bas.inchargeccy">
<c-select disabled v-model="model.bopmod.dbagrp.bas.inchargeccy" style="width:100%" placeholder="请选择国内银行扣费">
<el-option
......@@ -134,7 +134,7 @@
</el-form-item>
</c-col>
<c-col :span="14">
<c-col :span="12">
<el-form-item label="" prop="bopmod.dbagrp.bas.inchargeamt" label-width="5px">
<c-input-currency disabled v-model="model.bopmod.dbagrp.bas.inchargeamt" placeholder="请输入国内银行扣费" @keyup.enter.native="defaultFunction('bopmod.dbagrp.bas.inchargeamt', model.bopmod.dbagrp.bas.inchargeamt)"></c-input-currency>
</el-form-item>
......@@ -142,7 +142,7 @@
</c-col>
<c-col>
<c-col :span="10">
<c-col :span="12">
<el-form-item label="国外银行扣费" prop="bopmod.dbagrp.bas.outchargeccy">
<c-select disabled v-model="model.bopmod.dbagrp.bas.outchargeccy" style="width:100%" placeholder="请选择国内银行扣费">
<el-option
......@@ -156,7 +156,7 @@
</el-form-item>
</c-col>
<c-col :span="14">
<c-col :span="12">
<el-form-item label="" prop="bopmod.dbagrp.bas.outchargeamt" label-width="5px">
<c-input-currency disabled v-model="model.bopmod.dbagrp.bas.outchargeamt" placeholder="请输入国外银行扣费" @keyup.enter.native="defaultFunction('bopmod.dbagrp.bas.outchargeamt', model.bopmod.dbagrp.bas.outchargeamt)"></c-input-currency>
</el-form-item>
......
......@@ -248,7 +248,7 @@
maxlength="3"
placeholder=""
@keyup.enter.native="
showGridPromptDialog('cnybop.cnyinc.spayercountrycode')
showGridPromptDialog(`cnybop.cnyinc.spayercountrycode`, null, null,{TXT: 'cnybop.cnyinc.spayercountrycode'}, {TXT: false},'etyDialog', 1)
"
></c-input>
<template slot="footer">
......
......@@ -144,6 +144,7 @@
<el-form-item label="Settle Tenor:" class="messageLabel"></el-form-item>
</c-col>
<c-col :span="24" style="margin-bottom: 35px">
<el-form-item label-width="0" prop="liaall.tenstm">
<c-istream-table
label="Settle Tenor"
ref="table"
......@@ -154,6 +155,7 @@
prop="liaall.tenstm"
>
</c-istream-table>
</el-form-item>
</c-col>
<c-col :span="12">
......
......@@ -72,6 +72,7 @@ import ReviewGetame from "./Business/ReviewGetame.vue";
import ReviewCctdav from "./Business/ReviewCctdav.vue";
import ReviewCctdcr from "./Business/ReviewCctdcr.vue";
import ReviewCcttra from "./Business/ReviewCcttra.vue";
import ReviewCctset from "./Business/ReviewCctset.vue";
import ReviewLttopn from "./Business/ReviewLttopn.vue";
import ReviewLitdck from "./Business/ReviewLitdck.vue";
import ReviewBrtlat from "./Business/ReviewBrtlat.vue";
......@@ -217,6 +218,7 @@ const ReviewRouter = [
{ path: "cctdav", component: ReviewCctdav, name: "ReviewCctdav", meta: { title: "复核-Cctdav" } },
{ path: "cctdcr", component: ReviewCctdcr, name: "ReviewCctdcr", meta: { title: "复核-Cctdcr" } },
{ path: "ccttra", component: ReviewCcttra, name: "ReviewCcttra", meta: { title: "复核-Ccttra" } },
{ path: "cctset", component: ReviewCctset, name: "ReviewCctset", meta: { title: "复核-Cctset" } },
{ path: "lttopn", component: ReviewLttopn, name: "ReviewLttopn", meta: { title: "复核-Lttopn" } },
{ path: "cltdav", component: ReviewCltdav, name: "ReviewCltdav", meta: { title: "复核-Cltdav" } },
{ path: "cltset", component: ReviewCltset, name: "ReviewCltset", meta: { title: "复核-Cltset" } },
......
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