Commit a9ace250 by taojinrui

cptrep交易完善,cptati和cptato交易bug修改

parent b6a22892
...@@ -70,7 +70,7 @@ export default { ...@@ -70,7 +70,7 @@ export default {
], ],
"attp.orcnam":[ "attp.orcnam":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 65,message:"长度不能超过65"}
], ],
"attp.resbchnam":[ "attp.resbchnam":[
...@@ -82,12 +82,12 @@ export default { ...@@ -82,12 +82,12 @@ export default {
{max: 11,message:"长度不能超过11"} {max: 11,message:"长度不能超过11"}
], ],
"attp.orcadr":[ "attp.orcadr":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 65,message:"长度不能超过65"}
], ],
"attp.pyenam":[ "attp.pyenam":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 65,message:"长度不能超过65"}
], ],
"attp.sndbchnam":[ "attp.sndbchnam":[
...@@ -100,7 +100,7 @@ export default { ...@@ -100,7 +100,7 @@ export default {
], ],
"attp.pyeadr":[ "attp.pyeadr":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 65,message:"长度不能超过65"}
], ],
"cpdgrp.rec.orcact":[ "cpdgrp.rec.orcact":[
...@@ -220,7 +220,7 @@ export default { ...@@ -220,7 +220,7 @@ export default {
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"cpdgrp.ori.pts.adrblk":[ "cpdgrp.ori.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"cpdgrp.ori.dbfadrblkcn":[ "cpdgrp.ori.dbfadrblkcn":[
...@@ -228,7 +228,7 @@ export default { ...@@ -228,7 +228,7 @@ export default {
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"cpdgrp.pyb.pts.adrblk":[ "cpdgrp.pyb.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"cpdgrp.pyb.dbfadrblkcn":[ "cpdgrp.pyb.dbfadrblkcn":[
...@@ -260,7 +260,7 @@ export default { ...@@ -260,7 +260,7 @@ export default {
], ],
"attp.commet":[ "attp.commet":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"cpdgrp.med.namelc":[ "cpdgrp.med.namelc":[
...@@ -268,7 +268,7 @@ export default { ...@@ -268,7 +268,7 @@ export default {
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"cpdgrp.med.pts.adrblk":[ "cpdgrp.med.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"cpdgrp.med.dbfadrblkcn":[ "cpdgrp.med.dbfadrblkcn":[
...@@ -280,7 +280,7 @@ export default { ...@@ -280,7 +280,7 @@ export default {
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"attp.com102":[ "attp.com102":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"attp.rmtp.ptsget.sdamod.dadsnd":[ "attp.rmtp.ptsget.sdamod.dadsnd":[
...@@ -301,7 +301,7 @@ export default { ...@@ -301,7 +301,7 @@ export default {
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"cpdgrp.rmt.pts.adrblk":[ "cpdgrp.rmt.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"cpdgrp.rmt.dbfadrblkcn":[ "cpdgrp.rmt.dbfadrblkcn":[
...@@ -313,7 +313,7 @@ export default { ...@@ -313,7 +313,7 @@ export default {
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"attp.shouyh":[ "attp.shouyh":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 30,message:"长度不能超过30"} {max: 30,message:"长度不能超过30"}
], ],
"setmod.ref":[ "setmod.ref":[
......
...@@ -74,7 +74,7 @@ export default { ...@@ -74,7 +74,7 @@ export default {
], ],
"attp.orcnam":[ "attp.orcnam":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 65,message:"长度不能超过65"}
], ],
"attp.resbchnam":[ "attp.resbchnam":[
...@@ -86,12 +86,12 @@ export default { ...@@ -86,12 +86,12 @@ export default {
{max: 11,message:"长度不能超过11"} {max: 11,message:"长度不能超过11"}
], ],
"attp.orcadr":[ "attp.orcadr":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 65,message:"长度不能超过65"}
], ],
"attp.pyenam":[ "attp.pyenam":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 65,message:"长度不能超过65"}
], ],
"attp.sndbchnam":[ "attp.sndbchnam":[
...@@ -104,7 +104,7 @@ export default { ...@@ -104,7 +104,7 @@ export default {
], ],
"attp.pyeadr":[ "attp.pyeadr":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 65,message:"长度不能超过65"} {max: 65,message:"长度不能超过65"}
], ],
"cpdgrp.rec.orcact":[ "cpdgrp.rec.orcact":[
...@@ -224,7 +224,7 @@ export default { ...@@ -224,7 +224,7 @@ export default {
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"cpdgrp.ori.pts.adrblk":[ "cpdgrp.ori.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"cpdgrp.ori.dbfadrblkcn":[ "cpdgrp.ori.dbfadrblkcn":[
...@@ -232,7 +232,7 @@ export default { ...@@ -232,7 +232,7 @@ export default {
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"cpdgrp.pyb.pts.adrblk":[ "cpdgrp.pyb.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"cpdgrp.pyb.dbfadrblkcn":[ "cpdgrp.pyb.dbfadrblkcn":[
...@@ -264,7 +264,7 @@ export default { ...@@ -264,7 +264,7 @@ export default {
], ],
"attp.commet":[ "attp.commet":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"cpdgrp.med.namelc":[ "cpdgrp.med.namelc":[
...@@ -272,7 +272,7 @@ export default { ...@@ -272,7 +272,7 @@ export default {
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"cpdgrp.med.pts.adrblk":[ "cpdgrp.med.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"cpdgrp.med.dbfadrblkcn":[ "cpdgrp.med.dbfadrblkcn":[
...@@ -284,7 +284,7 @@ export default { ...@@ -284,7 +284,7 @@ export default {
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"attp.com102":[ "attp.com102":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"attp.rmtp.ptsget.sdamod.dadsnd":[ "attp.rmtp.ptsget.sdamod.dadsnd":[
...@@ -305,7 +305,7 @@ export default { ...@@ -305,7 +305,7 @@ export default {
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"cpdgrp.rmt.pts.adrblk":[ "cpdgrp.rmt.pts.adrblk":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"cpdgrp.rmt.dbfadrblkcn":[ "cpdgrp.rmt.dbfadrblkcn":[
...@@ -317,7 +317,7 @@ export default { ...@@ -317,7 +317,7 @@ export default {
{max: 35,message:"长度不能超过35"} {max: 35,message:"长度不能超过35"}
], ],
"attp.shouyh":[ "attp.shouyh":[
{type: "string", required: true, message: "必输项"}, {type: "string", required: false, message: "必输项"},
{max: 30,message:"长度不能超过30"} {max: 30,message:"长度不能超过30"}
], ],
"setmod.ref":[ "setmod.ref":[
......
...@@ -155,7 +155,6 @@ ...@@ -155,7 +155,6 @@
v-model="model.attp.sysno" v-model="model.attp.sysno"
maxlength="21" maxlength="21"
placeholder="请输入清算编号" placeholder="请输入清算编号"
disabled
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -259,7 +258,7 @@ ...@@ -259,7 +258,7 @@
v-model="model.cpdgrp.rec.orcact" v-model="model.cpdgrp.rec.orcact"
maxlength="35" maxlength="35"
placeholder="请输入汇款人帐号" placeholder="请输入汇款人帐号"
disabled :disabled="model.attp.swftyp==''"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -314,7 +313,7 @@ ...@@ -314,7 +313,7 @@
maxlength="35" maxlength="35"
show-word-limit show-word-limit
placeholder="请输入Address Block" placeholder="请输入Address Block"
disabled :disabled="model.attp.swftyp==''"
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -478,8 +477,8 @@ ...@@ -478,8 +477,8 @@
<c-col :span="24"> <c-col :span="24">
<c-row type="flex" justify="end"> <c-row type="flex" justify="end">
<c-col :span="12"> <c-col :span="12">
<el-form-item label="相关参考号" prop="" v-show="flag1"> <el-form-item label="相关参考号" prop="attp.xnggbh" v-show="flag1">
<c-input></c-input> <c-input v-model="model.attp.xnggbh"></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="10" :offset="2" style="text-align: right"> <c-col :span="10" :offset="2" style="text-align: right">
...@@ -531,19 +530,24 @@ ...@@ -531,19 +530,24 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="11"> <c-fullbox>
<c-col :span="18">
<el-form-item label="发报行BIC" prop="attp.sndbch"> <el-form-item label="发报行BIC" prop="attp.sndbch">
<c-input <c-input
v-model="model.attp.sndbch" v-model="model.attp.sndbch"
maxlength="11" maxlength="11"
placeholder="请输入发报行BIC" placeholder="请输入发报行BIC"
style="width:100%"
disabled disabled
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<template slot="footer">
<c-col :span="6"> <c-col :span="6">
<c-button type="primary">查询客户号</c-button> <c-button type="primary">查询客户号</c-button>
</c-col> </c-col>
</template>
</c-fullbox>
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Address Block" prop="cpdgrp.ori.pts.adrblk" > <el-form-item label="" prop="cpdgrp.ori.pts.adrblk" >
<c-input <c-input
type="textarea" type="textarea"
v-model="model.cpdgrp.ori.pts.adrblk" v-model="model.cpdgrp.ori.pts.adrblk"
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Address Block" prop="cpdgrp.med.pts.adrblk"> <el-form-item label="" prop="cpdgrp.med.pts.adrblk">
<c-input <c-input
type="textarea" type="textarea"
v-model="model.cpdgrp.med.pts.adrblk" v-model="model.cpdgrp.med.pts.adrblk"
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Address Block" prop="cpdgrp.rmt.pts.adrblk"> <el-form-item label="" prop="cpdgrp.rmt.pts.adrblk">
<c-input <c-input
type="textarea" type="textarea"
v-model="model.cpdgrp.rmt.pts.adrblk" v-model="model.cpdgrp.rmt.pts.adrblk"
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Address Block" prop="cpdgrp.pyb.pts.adrblk"> <el-form-item label="" prop="cpdgrp.pyb.pts.adrblk">
<c-input type="textarea" <c-input type="textarea"
v-model="model.cpdgrp.pyb.pts.adrblk" v-model="model.cpdgrp.pyb.pts.adrblk"
maxlength="35" maxlength="35"
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
<c-input <c-input
maxlength="16" maxlength="16"
placeholder="请输入申报号码" placeholder="请输入申报号码"
></c-input> ></c-input>
</c-col> </c-col>
</el-form-item> </el-form-item>
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
style="margin: 0 10px 0 10px; padding: 0 12px" style="margin: 0 10px 0 10px; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
@click="onSeainf"
> >
<span style="font-family: '宋体'; font-weight: bold">i</span> <span style="font-family: '宋体'; font-weight: bold">i</span>
</c-button> </c-button>
...@@ -29,7 +28,6 @@ ...@@ -29,7 +28,6 @@
size="small" size="small"
type="primary" type="primary"
:disabled="this.flag" :disabled="this.flag"
@click="onAttpGetref"
> >
获取 获取
</c-button> </c-button>
...@@ -167,7 +165,6 @@ ...@@ -167,7 +165,6 @@
style="width: 100%" style="width: 100%"
placeholder="请选择业务种类" placeholder="请选择业务种类"
> >
<!-- 使用busflg,bustyp不符 -->
<el-option <el-option
v-for="item in codes.busflg" v-for="item in codes.busflg"
:key="item.value" :key="item.value"
...@@ -209,13 +206,12 @@ ...@@ -209,13 +206,12 @@
</c-input> </c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- 还有一个按钮 -->
<c-col :span="2"> <c-col :span="2">
<c-button <c-button
size="small" size="small"
type="primary" type="primary"
icon="el-icon-search" icon="el-icon-search"
@click="onCptpGetinf"
> >
</c-button> </c-button>
</c-col> </c-col>
...@@ -315,7 +311,6 @@ ...@@ -315,7 +311,6 @@
style="margin: 0 10px 0 0; padding: 0 12px" style="margin: 0 10px 0 0; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
@click="onSeainf"
> >
<span <span
style="font-size: 15px; font-family: '宋体'; font-weight: bold" style="font-size: 15px; font-family: '宋体'; font-weight: bold"
...@@ -330,7 +325,6 @@ ...@@ -330,7 +325,6 @@
size="small" size="small"
type="primary" type="primary"
:disabled="this.flag" :disabled="this.flag"
@click="onDetpButgetref"
> >
获取 获取
</c-button> </c-button>
...@@ -513,7 +507,7 @@ ...@@ -513,7 +507,7 @@
<c-input></c-input> <c-input></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<c-col :span="10" offset="2" style="text-align: right"> <c-col :span="10" :offset="2" style="text-align: right">
<c-checkbox <c-checkbox
v-model="model.cpdgrp.rec.tsnflg" v-model="model.cpdgrp.rec.tsnflg"
>同名划转标志</c-checkbox> >同名划转标志</c-checkbox>
...@@ -564,7 +558,7 @@ ...@@ -564,7 +558,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<c-col :span="11"> <c-col :span="24">
<el-form-item label="发报行BIC" prop="attp.sndbch"> <el-form-item label="发报行BIC" prop="attp.sndbch">
<c-input <c-input
v-model="model.attp.sndbch" v-model="model.attp.sndbch"
...@@ -608,7 +602,6 @@ ...@@ -608,7 +602,6 @@
style="margin: 0 10px 0 0; padding: 0 12px" style="margin: 0 10px 0 0; padding: 0 12px"
size="small" size="small"
type="primary" type="primary"
@click="onSeainf"
> >
<span <span
style="font-size: 15px; font-family: '宋体'; font-weight: bold" style="font-size: 15px; font-family: '宋体'; font-weight: bold"
...@@ -622,7 +615,6 @@ ...@@ -622,7 +615,6 @@
size="small" size="small"
type="primary" type="primary"
style="margin: 0 0" style="margin: 0 0"
@click="onPyepDet"
> >
详情 详情
</c-button> </c-button>
......
...@@ -50,7 +50,6 @@ ...@@ -50,7 +50,6 @@
style="margin: 0 0" style="margin: 0 0"
size="small" size="small"
type="primary" type="primary"
@click="onSndpDet"
disabled disabled
> >
详情 详情
...@@ -60,7 +59,7 @@ ...@@ -60,7 +59,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Address Block" prop="cpdgrp.ori.pts.adrblk"> <el-form-item label="" prop="cpdgrp.ori.pts.adrblk">
<c-input <c-input
type="textarea" type="textarea"
v-model="model.cpdgrp.ori.pts.adrblk" v-model="model.cpdgrp.ori.pts.adrblk"
...@@ -71,43 +70,7 @@ ...@@ -71,43 +70,7 @@
></c-input> ></c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
<!-- <c-col :span="24">
<el-form-item label="名称" prop="cpdgrp.ori.namelc">
<c-input
type="textarea"
v-model="model.cpdgrp.ori.namelc"
maxlength="35"
show-word-limit
placeholder="请输入名称"
></c-input>
</el-form-item>
</c-col> -->
<!-- <c-col :span="24">
<el-form-item label="Address Block" prop="cpdgrp.pyb.pts.adrblk">
<c-input
type="textarea"
v-model="model.cpdgrp.pyb.pts.adrblk"
maxlength="35"
show-word-limit
placeholder="请输入Address Block"
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="地址" prop="cpdgrp.ori.adrelc">
<c-input
type="textarea"
v-model="model.cpdgrp.ori.adrelc"
maxlength="35"
show-word-limit
placeholder="请输入地址"
></c-input>
</el-form-item>
</c-col> -->
<c-col :span="24"> <c-col :span="24">
<c-fullbox> <c-fullbox>
<el-form-item <el-form-item
...@@ -136,7 +99,6 @@ ...@@ -136,7 +99,6 @@
style="margin: 0 0" style="margin: 0 0"
size="small" size="small"
type="primary" type="primary"
@click="onSndpDet"
disabled disabled
> >
详情 详情
...@@ -146,7 +108,7 @@ ...@@ -146,7 +108,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Address Block" prop="cpdgrp.med.pts.adrblk"> <el-form-item label="" prop="cpdgrp.med.pts.adrblk">
<c-input <c-input
type="textarea" type="textarea"
v-model="model.cpdgrp.med.pts.adrblk" v-model="model.cpdgrp.med.pts.adrblk"
...@@ -185,7 +147,6 @@ ...@@ -185,7 +147,6 @@
style="margin: 0 0" style="margin: 0 0"
size="small" size="small"
type="primary" type="primary"
@click="onSndpDet"
disabled disabled
> >
详情 详情
...@@ -195,7 +156,7 @@ ...@@ -195,7 +156,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Address Block" prop="cpdgrp.rmt.pts.adrblk"> <el-form-item label="" prop="cpdgrp.rmt.pts.adrblk">
<c-input <c-input
type="textarea" type="textarea"
v-model="model.cpdgrp.rmt.pts.adrblk" v-model="model.cpdgrp.rmt.pts.adrblk"
...@@ -270,7 +231,6 @@ ...@@ -270,7 +231,6 @@
style="margin: 0 0" style="margin: 0 0"
size="small" size="small"
type="primary" type="primary"
@click="onSndpDet"
disabled disabled
> >
详情 详情
...@@ -280,7 +240,7 @@ ...@@ -280,7 +240,7 @@
</c-col> </c-col>
<c-col :span="24"> <c-col :span="24">
<el-form-item label="Address Block" prop="cpdgrp.pyb.pts.adrblk"> <el-form-item label="" prop="cpdgrp.pyb.pts.adrblk">
<c-input type="textarea" <c-input type="textarea"
v-model="model.cpdgrp.pyb.pts.adrblk" v-model="model.cpdgrp.pyb.pts.adrblk"
maxlength="235" maxlength="235"
......
...@@ -231,45 +231,59 @@ ...@@ -231,45 +231,59 @@
:columns="stmData.columns" :columns="stmData.columns"
:showButtonFlg="true" :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"> <template slot="header">
<c-col :span="11" style="text-align: left"><span>操作</span></c-col> <c-col :span="11" style="text-align: left"><span>操作</span></c-col>
<!-- <c-col :span="12" style="text-align: right"> </template>
<c-button icon="el-icon-s-tools"></c-button> <template slot-scope="scope">
</c-col> --> <el-popover
</template> placement="top-start"
<!-- <template slot-scope="scope"> title="历史信息"
<el-popover placement="top-start" title="历史信息" width="800" trigger="click" :ref="'popover_' + scope.row.IDX"> width="800"
<div style="text-align: right; margin-top: -30px;margin-right: 5px; font-size: 16px;"> trigger="click"
<span class="el-icon-close" @click="closeTrn('popover_' + scope.row.IDX)"/> :ref="'popover_' + scope.row.IDX"
>
<div style="text-align: right; margin-top: -30px; margin-right: 5px; font-size: 16px;">
<span class="el-icon-close" @click="closeTrn('popover_' + scope.row.IDX)"/>
</div> </div>
<c-istream-table :list="trnData.data" :columns="trnData.columns"> <c-istream-table
<el-table-column prop="op" label="操作" width="0"> :list="trnData.data"
<template slot-scope="scope"> :columns="trnData.columns"
<c-button style="margin-left: 0" size="small" @click="display(scope.row['INR'])" >详情</c-button> >
</template> <el-table-column prop="op" label="操作" width="0">
</el-table-column> <template slot-scope="scope">
</c-istream-table> <c-button
style="margin-left: 0"
size="small"
@click="display(scope.row['INR'])"
>
详情
</c-button>
</template>
</el-table-column>
</c-istream-table>
<c-button
style="margin-left: 0"
size="small"
@click="getTrnInfo(scope.$index, scope.row)"
slot="reference"
>
详情
</c-button>
</el-popover>
<c-button <c-button
style="margin-left: 0" style="margin-left: 0"
size="small" size="small"
@click="getTrnInfo(scope.$index, scope.row)" type="primary"
slot="reference" @click="getButtons(scope.row['Reference'])"
>详情</c-button
> >
</el-popover> 处理
<c-button </c-button>
style="margin-left: 0" </template>
size="small" </el-table-column>
type="primary"
@click="getButtons(scope.row['Reference'])"
>处理
</c-button>
</template> -->
</el-table-column>
</c-istream-table> </c-istream-table>
</c-col> </c-col>
<m-busbtn ref="childs" :ownref="ownref" trnCode="cptsel" :model="CptselModel" ownrefPath="cpdgrp" @onChoose="onChoose" >11</m-busbtn> <m-busbtn ref="childs" :ownref="ownref" trnCode="cptsel" :model="cptselModel" ownrefPath="cpdgrp" @onChoose="onChoose" >11</m-busbtn>
<!-- ======================================原码=================================================== --> <!-- ======================================原码=================================================== -->
<!-- <c-col :span="12"> <!-- <c-col :span="12">
...@@ -496,7 +510,7 @@ export default { ...@@ -496,7 +510,7 @@ export default {
components: { "m-busbtn": BusNavbar }, components: { "m-busbtn": BusNavbar },
data() { data() {
return { return {
CptselModel: new CptselModel().data, cptselModel: new CptselModel().data,
ownref: "", ownref: "",
stmData: { stmData: {
columns: [ columns: [
...@@ -554,6 +568,18 @@ export default { ...@@ -554,6 +568,18 @@ export default {
}, },
methods: { methods: {
...Event, ...Event,
async getButtons(ownref) {
this.ownref = ownref;
this.$refs.childs.initdialog = true;
console.log("ownref:" + ownref);
},
async onChoose(code) {
//跳转交易
this.$router.history.push("/business/" + code);
this.$refs.childs.initdialog = false;
},
async getTrnInfo(idx, row) { async getTrnInfo(idx, row) {
this.model.objinr = row["INR"]; this.model.objinr = row["INR"];
this.model.inr = row["INR"]; this.model.inr = row["INR"];
...@@ -569,16 +595,8 @@ export default { ...@@ -569,16 +595,8 @@ export default {
closeTrn(refId) { closeTrn(refId) {
this.$refs[refId].doClose(); this.$refs[refId].doClose();
}, },
async getButtons(ownref) {
this.ownref = ownref;
this.$refs.childs.initdialog = true;
console.log("ownref:" + ownref);
},
async onChoose(code) {
//跳转交易
this.$router.history.push("/business/" + code);
this.$refs.childs.initdialog = false;
},
}, },
created: function () {}, created: function () {},
}; };
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
v-model="model.cnybop.cnyflg" v-model="model.cnybop.cnyflg"
style="width: 100%" style="width: 100%"
placeholder="请选择" placeholder="请选择"
disabled
> >
<el-option <el-option
v-for="item in codes.cnyflg" v-for="item in codes.cnyflg"
...@@ -54,6 +53,7 @@ ...@@ -54,6 +53,7 @@
v-model="model.cnybop.outflg" v-model="model.cnybop.outflg"
style="width: 100%" style="width: 100%"
placeholder="请选择" placeholder="请选择"
disabled
> >
<el-option <el-option
v-for="item in codes.outflg" v-for="item in codes.outflg"
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
placeholder="请选择地区机构号" placeholder="请选择地区机构号"
> >
<el-option <el-option
v-for="item in codes.ownextkey" v-for="item in codes.ownextkey1"
:key="item.value" :key="item.value"
:label="item.label" :label="item.label"
:value="item.value" :value="item.value"
......
...@@ -4,62 +4,90 @@ ...@@ -4,62 +4,90 @@
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick"> <c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="myTabClick">
<!--cptrep PD000020 Overview --> <!--cptrep PD000020 Overview -->
<el-tab-pane label="Overview" name="opnp1"> <el-tab-pane label="Overview" name="opnp1">
<c-content>
<m-opnp1 :model="model" :codes="codes"/> <m-opnp1 :model="model" :codes="codes"/>
</c-content>
</el-tab-pane> </el-tab-pane>
<!--setmod PD000000 Settlement --> <!--setmod PD000000 Settlement -->
<el-tab-pane label="Settlement" name="setpan"> <el-tab-pane label="Settlement" name="setpan">
<c-content>
<m-setpan :model="model" :codes="codes"/> <m-setpan :model="model" :codes="codes"/>
</c-content>
</el-tab-pane> </el-tab-pane>
<!--glemod PD000001 Bookings--> <!--glemod PD000001 Bookings-->
<el-tab-pane label="Bookings" name="glepan"> <el-tab-pane label="Bookings" name="glepan">
<c-content>
<m-glepan :model="model" :codes="codes"/> <m-glepan :model="model" :codes="codes"/>
</c-content>
</el-tab-pane> </el-tab-pane>
<!--coninf PD000000 Completion --> <!--coninf PD000000 Completion -->
<el-tab-pane label="Completion" name="coninfp"> <el-tab-pane label="Completion" name="coninfp">
<c-content>
<m-coninfp :model="model" :codes="codes"/> <m-coninfp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane> </el-tab-pane>
<!--trndoc PD000529 &Messages --> <!--trndoc PD000529 &Messages -->
<el-tab-pane label="Messages" name="docpan1"> <el-tab-pane label="Messages" name="docpan1">
<c-content>
<m-docpan1 :model="model" :codes="codes"/> <m-docpan1 :model="model" :codes="codes"/>
</c-content>
</el-tab-pane> </el-tab-pane>
<!--trndoc PD000546 Attachments --> <!--trndoc PD000546 Attachments -->
<el-tab-pane label="Attachments" name="doctre"> <el-tab-pane label="Attachments" name="doctre">
<c-content>
<m-doctre :model="model" :codes="codes"/> <m-doctre :model="model" :codes="codes"/>
</c-content>
</el-tab-pane> </el-tab-pane>
<!--cptp PD000434 Detail for MT910 --> <!--cptp PD000434 Detail for MT910 -->
<el-tab-pane label="Detail for MT910" name="det910"> <el-tab-pane label="Detail for MT910" name="det910" v-if="model.cpdgrp.rec.swftyp=='910'">
<c-content>
<m-det910 :model="model" :codes="codes"/> <m-det910 :model="model" :codes="codes"/>
</c-content>
</el-tab-pane> </el-tab-pane>
<!--lendoc PD000001 收账通知 --> <!--lendoc PD000001 收账通知 -->
<el-tab-pane label="收账通知" name="docpan"> <el-tab-pane label="收账通知" name="docpan">
<c-content>
<m-docpan :model="model" :codes="codes"/> <m-docpan :model="model" :codes="codes"/>
</c-content>
</el-tab-pane> </el-tab-pane>
<!--bopgat PD000006 外管信息 --> <!--bopgat PD000006 外管信息 -->
<el-tab-pane label="外管信息" name="wg"> <el-tab-pane label="外管信息" name="wg">
<c-content>
<m-wg :model="model" :codes="codes"/> <m-wg :model="model" :codes="codes"/>
</c-content>
</el-tab-pane> </el-tab-pane>
<!--dbap PD000001 涉外收入申报单-申报信息 --> <!--dbap PD000001 涉外收入申报单-申报信息 -->
<el-tab-pane label="涉外收入申报单-基础信息" name="dclp" v-if="model.bopmod.szflg === '1' && model.bopmod.basflg"> <el-tab-pane label="涉外收入申报单-基础信息" name="dclp" v-if="model.bopmod.szflg === '1' && model.bopmod.basflg">
<c-content>
<m-dclp :model="model" :codes="codes"/> <m-dclp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane> </el-tab-pane>
<!--dbdp PD000000 境内收入申报单-基础信息 --> <!--dbdp PD000000 境内收入申报单-基础信息 -->
<el-tab-pane label="境内收入申报单-基础信息" name="basp" v-if="model.bopmod.szflg === '2' && model.bopmod.basflg"> <el-tab-pane label="境内收入申报单-基础信息" name="basp" v-if="model.bopmod.szflg === '2' && model.bopmod.basflg">
<c-content>
<m-basp :model="model" :codes="codes"/> <m-basp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane> </el-tab-pane>
<!--hvpmod PD000007 跨境支付 --> <!--hvpmod PD000007 跨境支付 -->
<el-tab-pane label="跨境支付" name="secpan"> <el-tab-pane label="跨境支付" name="secpan">
<c-content>
<m-secpan :model="model" :codes="codes"/> <m-secpan :model="model" :codes="codes"/>
</c-content>
</el-tab-pane> </el-tab-pane>
<!--cnybop PD000002 跨境人民币申报 --> <!--cnybop PD000002 跨境人民币申报 -->
<el-tab-pane label="跨境人民币申报" name="cnyp"> <el-tab-pane label="跨境人民币申报" name="cnyp">
<c-content>
<m-cnyp :model="model" :codes="codes"/> <m-cnyp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane> </el-tab-pane>
<!--cnybop PD000001 2101跨境收入信息 --> <!--cnybop PD000001 2101跨境收入信息 -->
<el-tab-pane label="2101跨境收入信息" name="incp"> <el-tab-pane label="2101跨境收入信息" name="incp" v-if="model.cnybop.cnyflg=='1'">
<c-content>
<m-incp :model="model" :codes="codes"/> <m-incp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane> </el-tab-pane>
......
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