Commit 3368ca75 by huangshunlin

汇出汇款 止付申请 退汇处理相关

parent b807bc70
......@@ -31,6 +31,9 @@ export default class Pts {
cnadr: '', //中文地址
ennam: '', //英文名称
enadr: '', //英文地址
cipsid: '', //
leino: '', //
eid: '', //
};
}
}
......@@ -96,51 +96,77 @@ export default class Cpdgrp {
},
},
orc: {
ptytyp:'',
ptytyp: '',
pts: new Pts().data,
},
ooa: {
ptytyp: '',
pts: new Pts().data,
},
oob: {
ptytyp: '',
pts: new Pts().data,
},
ori: {
ptytyp:'',
ptytyp: '',
pts: new Pts().data,
},
pyb: {
ptytyp:'',
ptytyp: '',
pts: new Pts().data,
},
pye: {
ptytyp:'',
ptytyp: '',
pts: new Pts().data,
},
med: {
ptytyp:'',
ptytyp: '',
pts: new Pts().data,
},
rmt: {
ptytyp:'',
ptytyp: '',
pts: new Pts().data,
},
snd: {
ptytyp:'',
ptytyp: '',
pts: new Pts().data,
},
int: {
ptytyp:'',
ptytyp: '',
pts: new Pts().data,
},
awi: {
ptytyp:'',
ptytyp: '',
pts: new Pts().data,
},
res: {
ptytyp:'',
ptytyp: '',
pts: new Pts().data,
},
pyebchkey:'',
pyebchnam:'',
msgtyp:'',
acc54:'',
bic54:'',
adr54:'',
pyebchkey: '',
pyebchnam: '',
msgtyp: '',
acc54: '',
bic54: '',
adr54: '',
cpdret: {
inr: "", // 主键
chownref: "", // 新汇出汇款业务编号
objtyp: "",
objinr: "",
bfth: "", // 部分退汇
rejcod: "", // 原因代码
remark: "", // 原因详情
clsm: "", // 处理说明 标准收发器专用
smhinr: "",
objref: "",
iniref: "", // 前端业务编号
credat: "",
rightunit: "", // 正确清分机构
iniusr: "",
inifrm: ""
},
}
}
}
\ No newline at end of file
......@@ -1233,6 +1233,18 @@ const DisplayRouter = [
meta: {keepAlive: true, title: "交易快照-汇出汇款", module: 'Remittance'}
},
{
name: "DisplayCptrej",
path: "cptrej",
component: () => import("./Remittance/DisplayCptrej.vue"),
meta: {keepAlive: true, title: "交易快照-止付申请", module: 'Remittance'}
},
{
name: "DisplayCptdcr",
path: "cptdcr",
component: () => import("./Remittance/DisplayCptdcr.vue"),
meta: {keepAlive: true, title: "交易快照-退汇处理", module: 'Remittance'}
},
{
name: "DisplayCptadv",
path: "cptadv",
component: () => import("./Remittance/DisplayCptadv.vue"),
......
<template>
<Cptdcr></Cptdcr>
</template>
<script>
import Cptdcr from "~/page/Remittance/Cptdcr/views";
export default {
name: "display-cptdcr",
components: {Cptdcr},
created() {
},
mounted() {
}
};
</script>
<style></style>
\ No newline at end of file
<template>
<Cptrej></Cptrej>
</template>
<script>
import Cptrej from "~/page/Remittance/Cptrej/views";
export default {
name: "display-cptrej",
components: {Cptrej},
created() {
},
mounted() {
}
};
</script>
<style></style>
\ No newline at end of file
import Utils from "~/utils"
export default {
methods: {
buildPtspta(ptsptaObj) {
let pts = ptsptaObj.pts;
let ptspta = {
rol: pts.rol,
nam: pts.nam,
ptyinr: pts.ptyinr,
ptainr: pts.ptainr,
extkey: pts.extkey,
dftdsp: pts.dftdsp,
dftcur: pts.dftcur,
dftact: pts.dftact,
dftfeecur: pts.dftfeecur,
dftactptainr: pts.dftactptainr,
glggrpflg: pts.glggrpflg,
adrblk: pts.adrblk,
pts
};
return ptspta;
},
buildCommonData(model, trnName) {
let ptsptaList = Utils.formatPtspta(model.cpdgrp, this.buildPtspta);
let dataObj = {
rec: {
objtyp: 'CPD',
objinr: model.cpdgrp.rec.objinr,
ownref: model.cpdgrp.rec.ownref,
nam: model.cpdgrp.rec.nam,
ownextkey: model.cpdgrp.rec.ownextkey,
chato: model.cpdgrp.rec.chato,
opndat: model.cpdgrp.rec.opndat,
expdat: model.cpdgrp.rec.expdat,
fremsgPaytyp: model.cpdgrp.rec.fremsgPaytyp,
paytyp: model.cpdgrp.rec.paytyp,
custyp: model.cpdgrp.rec.clityp,
accmod: model.cpdgrp.rec.accmod,
trninr: model.cpdgrp.rec.trninr,
traclicty: model.cpdgrp.rec.traclicty,
cur: model.cpdgrp.cbs.max.cur,
amt: model.cpdgrp.cbs.max.amt,
oricur: model.cpdgrp.rec.oricur,
bentyp: model.cpdgrp.rec.bentyp,
oriamt: model.cpdgrp.rec.oriamt,
// bopmodTyp: model.cpdgrp.rec.bopmodTyp,
pyerdtflg: model.cpdgrp.rec.pyerdtflg,
orcrdtflg: model.cpdgrp.rec.orcrdtflg,
cur33b: model.cpdgrp.blk.cur33b,
amt33b: model.cpdgrp.blk.amt33b,
orcstacty: model.cpdgrp.rec.orcstacty,
contag70: model.cpdgrp.blk.contag70,
blk72: model.cpdgrp.blk.blk72,
tmptyp: model.cpdgrp.rec.tmptyp,
orctyp: model.cpdgrp.rec.orctyp,
route: model.cpdgrp.rec.route,
cfxprotry: model.cpdgrp.rec.cfxprotry,
swftyp: model.cpdgrp.rec.swftyp,
detchgcod: model.cpdgrp.rec.detchgcod,
szflg: model.bopgat.szflg,
cptrou: model.cpdgrp.rec.cptrou,
},
cbsMap: {
MAX: model.cpdgrp.cbs.max,
NOM1: model.cpdgrp.cbs.nom1,
},
ptsList: ptsptaList,
transName: trnName,
userId: window.sessionStorage.userId ? window.sessionStorage.userId : '742549'
};
return dataObj
}
}
}
\ No newline at end of file
import Api from '~/service/Api';
import buildFn from '../event/buildCommons.js';
import commonFunctions from '~/mixin/commonFunctions.js';
export default {
mixins: [commonFunctions, buildFn],
methods: {
queryOwnref() {
let params = this.model.cpdgrp.rec;
let ptainr = ""
const loading = this.loading();
let trnName = this.root.trnName.toUpperCase();
Api.post(`/webapi/remit/ref/cpt?ptaInr=${ptainr}&trnName=${trnName}`, params).then(res => {
loading.close();
if (res.respCode === SUCCESS) {
this.model.cpdgrp.rec.regref = res.data;
}
}).catch(() => {
loading.close();
});
},
requireNewOwnref() {
},
},
};
\ No newline at end of file
// import Check2122 from '~/components/business/Rmbbop/model/check2122';
import CfagitCheck from '~/components/business/Cfagit/model/check.js';
export default {
data() {
return {
rules: {
"cpdgrp.rec.dispsemth": [
// 处理方式
{ type: "string", required: true, message: this.$t('remit.必输项') }
// { max: 1, message: this.$t('components.长度不能超过')+1 }
],
"cpdgrp.rec.flwextkey": [
// 下一处理机构
{ type: "string", required: false, message: this.$t('remit.必输项') }
// { max: 1, message: this.$t('components.长度不能超过')+1 }
],
"cpdgrp.rec.chownref": [
// 新汇款参号
{ type: "string", required: false, message: this.$t('remit.必输项') },
{ max: 16, message: this.$t('components.长度不能超过') + 16 }
],
"cpdgrp.rec.reason": [
// 退汇原因
{ type: "string", required: false, message: this.$t('remit.必输项') }
// { max: 1, message: this.$t('components.长度不能超过')+1 }
],
"cpdgrp.rec.bfth": [
// 部分退汇
{ type: "string", required: false, message: this.$t('remit.必输项') }
// { max: 1, message: this.$t('components.长度不能超过')+1 }
],
"cpdgrp.rec.dfhgj": [
// 待分行跟进
{ type: "string", required: false, message: this.$t('remit.必输项') }
// { max: 1, message: this.$t('components.长度不能超过')+1 }
],
"cpdgrp.rec.oricur": [
// 退汇币种
{ type: "string", required: true, message: this.$t('remit.必输项') }
],
"cpdgrp.rec.oriamt": [
// 退汇金额
{ required: true, message: this.$t('remit.必输项') }, {
validator: (rule, value, callback) => {
if (parseFloat(value) > parseFloat(this.model.cpdgrp.rec.amt)) {
callback(new Error(`必须小于` + this.$t('remit.原始汇出金额')))
}
callback()
},
trigger: ['blur', 'change']
}
],
"cpdgrp.rec.recseq": [
// 销账序号
{ type: "string", required: false, message: this.$t('remit.必输项') },
{ max: 10, message: this.$t('components.长度不能超过') + 10 }
],
detflg: [
// 删除原申报
{ type: "string", required: false, message: this.$t('remit.必输项') },
{ max: 1, message: this.$t('components.长度不能超过') + 1 }
],
"cpdgrp.orc.pts.ref": [
// 汇款人参号
{ type: "string", required: false, message: this.$t('remit.必输项') },
{ max: 16, message: this.$t('components.长度不能超过') + 16 }
],
"cpdgrp.orc.pts.extact": [
// 汇款人(行)账号
{ type: "string", required: false, message: this.$t('remit.必输项') },
{ max: 35, message: this.$t('components.长度不能超过') + 35 }
],
"cpdgrp.orc.pts.extkey": [
// 汇款人(行)客户号
{ type: "string", required: false, message: this.$t('remit.必输项') },
{ max: 35, message: this.$t('components.长度不能超过') + 35 }
],
"cpdgrp.rec.custyp": [
// 汇款人(行)类型
{ type: "string", required: false, message: this.$t('remit.必输项') }
// { max: 1, message: this.$t('components.长度不能超过')+1 }
],
"cpdgrp.rec.orcrdtflg": [
// 汇款人(行)居民标志
{ type: "string", required: false, message: this.$t('remit.必输项') }
// { max: 1, message: this.$t('components.长度不能超过')+1 }
],
"cpdgrp.rec.orcstacty": [
// 汇款人常驻国家代码
{ type: "string", required: false, message: this.$t('remit.必输项') },
{ max: 3, message: this.$t('components.长度不能超过') + 3 }
],
"cpdgrp.pye.pts.extact": [
// 收款人(行)账号
{ type: "string", required: false, message: this.$t('remit.必输项') },
{ max: 35, message: this.$t('components.长度不能超过') + 35 }
],
"cpdgrp.pye.pts.extkey": [
// 收款人(行)客户号
{ type: "string", required: false, message: this.$t('remit.必输项') },
{ max: 35, message: this.$t('components.长度不能超过') + 35 }
],
"cpdgrp.rec.bentyp": [
// 收款人(行)类型
{ type: "string", required: false, message: this.$t('remit.必输项') },
{ max: 16, message: this.$t('components.长度不能超过') + 16 }
],
"cpdgrp.rec.pyerdtflg": [
// 收款人(行)居民标志
{ type: "string", required: false, message: this.$t('remit.必输项') }
// { max: 1, message: this.$t('components.长度不能超过')+1 }
],
"cpdgrp.rec.pyestacty": [
// 收款人常驻国家(地区)代码
{ type: "string", required: false, message: this.$t('remit.必输项') },
{ max: 3, message: this.$t('components.长度不能超过') + 3 }
],
// ...new Check2122(this).check,
...new CfagitCheck(this).check,
}
};
},
};
import Api from '~/service/Api';
import commonFunctions from '~/mixin/commonFunctions.js';
export default {
mixins: [commonFunctions],
methods: {
defaultFunc() {
if (this.model.cpdgrp.rec.oricur == '') {
this.model.cpdgrp.rec.oricur = this.model.cpdgrp.rec.cur
this.model.cpdgrp.rec.oriamt = this.model.cpdgrp.rec.amt
}
this.model.changeAmtFlag = "X"
},
// 获取地区机构号
async getOwnExtkeyCondition1() {
const loading = this.loading();
let params = {ownExtKey: ""};
let res = await Api.post(`/${this.moduleRouter()}/bch/getBranchListByownExtKey`, params);
loading.close();
if (res.respCode === SUCCESS) {
console.log('this.codes', this.codes)
this.$set(this.codes, 'ownExtkeyList', res.data)
}
},
async loadBopCtyList() {
const loading = this.loading();
let res = await Api.post(`/${this.moduleRouter()}/bopcty/loadBopCtyList`);
loading.close();
if (res.respCode === SUCCESS) {
this.$set(this.codes, 'bopCtyList', res.data)
}
},
},
};
import Pub from '~/components/business/commonModel/index.js';
import Cpdgrp from '~/components/business/commonModel/cpdgrp/index.js';
export default class Cptdcr {
constructor() {
this.data = {
isSptLoad: false,
inifrm: "CPTDCR", //交易代码
cpdgrp: new Cpdgrp().data,
setmod: new Pub().data.Setmod,
rmbbop: new Pub().data.Rmbbop,
docpan: new Pub().data.Docpan,
liaall: new Pub().data.Liaall,
trndia: new Pub().data.Trndia,
oldcpdgrp: new Cpdgrp().data,
changeAmtFlag: "",
quadrangle: {
cn: "",
code: ""
},
savFlag: "",
sysmod: {
usr: {
ownbchcod: "",
extkey: ""
},
spt: {
sta: ""
}
},
warnmod: {
wanlst: []
},
flwswf: "", // 原报转发 .flwswf
fedihu: "", // 非电汇 。fedihu
detflg: "", // 删除原申报 .detflg
dettxt: "", // 退汇原因 .dettxt
bopgat: new Pub().data.Bopgat,
};
}
}
<template>
<div class="eibs-tab">
<c-collapse v-model="activeNames">
<el-collapse-item :title="$t('remit.基本信息')" name="1">
<m-preInput :model="model" :codes="codes"/>
</el-collapse-item>
<el-collapse-item :title="$t('remit.原收、汇款人的信息')" name="2">
<m-ptyp :model="model" :codes="codes"/>
</el-collapse-item>
</c-collapse>
</div>
</template>
<script>
import event from "../event";
import PreInput from "./PreInput";
import Ptyp from "./Ptyp";
export default {
inject: ["root"],
props: ["model", "codes"],
mixins: [event],
components: {
"m-preInput": PreInput,
"m-ptyp": Ptyp,
},
data() {
return {
activeNames: ["1", "2"],
};
},
watch: {},
methods: {},
computed: {},
created() {
}
};
</script>
<style>
/* .fullbox_checkbox {
margin-left: 4px !important;
margin-top: 6px !important;
} */
</style>
<template>
<div class="eibs-tab">
<c-col :span="11">
<!-- 左边 -->
<c-col :span="24">
<c-fullbox>
<el-form-item :label="$t('remit.业务参号')" prop="cpdgrp.rec.ownref">
<c-input v-model="model.cpdgrp.rec.ownref" :max-length="16" disabled></c-input>
</el-form-item>
</c-fullbox>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.前端系统参号')" prop="cpdgrp.rec.iniref">
<c-input v-model="model.cpdgrp.rec.iniref" :max-length="16" placeholder="请输入前端系统参号"
disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.登记业务参号')" prop="cpdgrp.rec.regref">
<c-input v-model="model.cpdgrp.rec.regref" :max-length="16" placeholder="请输入登记业务参号"
disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.原行内关联编号')" prop="cpdgrp.rec.hnglbh">
<c-input v-model="model.cpdgrp.rec.hnglbh" :max-length="35" placeholder="请输入原行内关联编号"
disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.原支付交易序号')" prop="cpdgrp.rec.zfjyxh">
<c-input v-model="model.cpdgrp.rec.zfjyxh" :max-length="16" placeholder="请输入原支付交易序号"
disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="16">
<el-form-item :label="$t('remit.原始汇出金额')" prop="cpdgrp.cbs.max.cur">
<c-select v-model="model.cpdgrp.cbs.max.cur" dbCode="curtxt"
style="width:100%;padding-right: 10px;"
:dropdownMatchSelectWidth="false" placeholder="请选择汇款币种" disabled></c-select>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item prop="cpdgrp.cbs.max.amt" label-width="0">
<c-input-currency v-model="model.cpdgrp.cbs.max.amt" placeholder="请输入原始汇出金额"
:currency="model.cpdgrp.cbs.max.cur"
disabled></c-input-currency>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.原汇款邮路')" prop="cpdgrp.rec.cptrou">
<c-fullbox>
<c-select v-model="model.cpdgrp.rec.cptrou" style="width:100%" dbCode="cptrou"
disabled></c-select>
<template slot="footer">
<c-checkbox class="fullbox_checkbox" v-model="model.cpdgrp.rec.fdh" disabled>
{{$t('remit.非电汇')}}
</c-checkbox>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.原汇款类型')" prop="cpdgrp.rec.orctyp">
<c-select v-model="model.cpdgrp.rec.orctyp" dbCode="orctpj" style="width:100%" placeholder="请选择汇款类型"
disabled></c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.原归属机构号')" prop="cpdgrp.rec.ownextkey">
<c-select v-model="model.cpdgrp.rec.ownextkey" style="width:100%" placeholder="请选择归属机构号" disabled>
<el-option v-for="item in codes.ownExtkeyList" :key="item.inr" :value="item.branch"
:label="$i18n.locale == 'zh' ? item.branch + ' ' + item.bchname : item.branch + ' ' + item.namen"></el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.上游来源系统')" prop="cpdgrp.rec.msgfrm">
<c-select v-model="model.cpdgrp.rec.msgfrm" style="width:100%" dbCode="msgfrm"
placeholder="请选择上游来源系统"
disabled></c-select>
</el-form-item>
</c-col>
</c-col>
<c-col :span="11" :offset="1">
<!-- 右边 -->
<c-col :span="24">
<el-form-item :label="$t('remit.处理方式')" prop="cpdgrp.rec.accmod">
<c-select ref="accmod" v-model="model.cpdgrp.rec.accmod" :code="codes.cptmod"
:filterKey="['2','0']" style="width:100%"
@change="dspmthChange"
placeholder="请选择处理方式"></c-select>
</el-form-item>
</c-col>
<c-col :span="24" v-show="model.cpdgrp.rec.accmod === 'ZJ'">
<el-form-item :label="$t('remit.下一处理机构')" prop="cpdgrp.rec.flwextkey">
<c-select v-model="model.cpdgrp.rec.flwextkey" style="width:100%" placeholder="请选择下一处理机构"
:isRequired="model.cpdgrp.rec.accmod === 'ZJ'"></c-select>
</el-form-item>
</c-col>
<c-col :span="24" v-show="model.cpdgrp.rec.accmod === 'CH'">
<el-form-item :label="$t('remit.新汇款参号')" prop="cpdgrp.cpdret.chownref">
<c-fullbox>
<c-input v-model="model.cpdgrp.cpdret.chownref" :max-length="16"
:isRequired="model.cpdgrp.rec.accmod === 'CH'" disabled></c-input>
<template slot="footer">
<c-button style="margin-left:10px" size="small" type="primary" @click="requireNewOwnref"
:disabled="model.cpdgrp.cpdret.chownref !== ''">{{ $t('remit.新汇款交易') }}
</c-button>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="16">
<el-form-item :label="$t('remit.退汇金额')" prop="cpdgrp.rec.oricur">
<c-select v-model="model.cpdgrp.rec.oricur" dbCode="curtxt"
style="width:100%;padding-right: 10px;"
placeholder="请选择退汇币种" :disabled="model.cpdgrp.rec.accmod === 'CH' ||
model.cpdgrp.rec.modifyflg == 'X' ||
!model.changeAmtFlag
"></c-select>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item prop="cpdgrp.rec.oriamt" label-width="0">
<c-fullbox>
<c-input-currency v-model="model.cpdgrp.rec.oriamt" :currency="model.cpdgrp.rec.oricur"
:disabled="model.cpdgrp.rec.accmod === 'CH' ||
model.cpdgrp.rec.modifyflg == 'X' ||
!model.changeAmtFlag
"></c-input-currency>
<template slot="footer">
<c-checkbox class="fullbox_checkbox" v-model="model.changeAmtFlag" :disabled="model.cpdgrp.rec.accmod === 'CH' ||
model.cpdgrp.rec.modifyflg == 'X'
">{{ $t('remit.修改金额') }}
</c-checkbox>
</template>
</c-fullbox>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.销账序号')" prop="cpdgrp.rec.recseq">
<c-fullbox>
<c-input v-model="model.cpdgrp.rec.recseq" :max-length="10"
:isRequired="model.cpdgrp.rec.bacflg === 'Y'"
disabled></c-input>
<!-- :checked="model.cpdgrp.rec.accmod == '0'" -->
<template slot="footer">
<el-form-item prop="cpdgrp.rec.scysb">
<c-checkbox class="fullbox_checkbox" v-model="model.cpdgrp.rec.scysb"
:disabled="model.cpdgrp.rec.accmod !== '0' || model.cpdgrp.cpdret.bfth === 'X'"
:checked="model.cpdgrp.rec.accmod == '0'">{{ $t('remit.删除原申报') }}
</c-checkbox>
</el-form-item>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.删除原申报原因')" prop="cpdgrp.rec.scysbyy" v-if="model.cpdgrp.rec.scysb=='X'">
<c-input type="textarea" :rows="3" v-model="model.cpdgrp.rec.scysbyy" style="width:100%"
placeholder="请输入删除原申报原因" :isRequired="model.cpdgrp.rec.scysb === 'X'"></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.退汇原因')" prop="cpdgrp.cpdret.rejcod">
<c-fullbox>
<c-select v-model="model.cpdgrp.cpdret.rejcod" style="width:100%" dbCode="DETTXT" uil="CN"
sort="SRT"
:isRequired="model.cpdgrp.rec.accmod !== 'CH'"></c-select>
<template slot="footer">
<c-checkbox class="fullbox_checkbox" v-model="model.cpdgrp.cpdret.bfth" :disabled="!(
model.cpdgrp.rec.accmod === '0' &&
model.cpdgrp.rec.bacflg == 'Y'
)">{{ $t('remit.部分退汇') }}
</c-checkbox>
</template>
<template slot="footer">
<c-checkbox class="fullbox_checkbox" v-model="model.cpdgrp.rec.dfhgj"
:disabled="model.cpdgrp.rec.lev !== '1'">{{ $t('remit.待分行跟进') }}
</c-checkbox>
</template>
</c-fullbox>
</el-form-item>
</c-col>
<c-col :span="24" v-show="model.cpdgrp.cpdret.rejcod === '6'">
<el-form-item :label="$t('remit.退汇详情')" prop="cpdgrp.cpdret.remark">
<c-input type="textarea" :rows="3" v-model="model.cpdgrp.cpdret.remark" style="width:100%"
placeholder="请输入退汇详情"
:disabled="model.cpdgrp.cpdret.rejcod !== '6'"
:isRequired="model.cpdgrp.cpdret.rejcod === '6'"></c-input>
</el-form-item>
</c-col>
</c-col>
</div>
</template>
<script>
import event from "../event";
import commonDepend from "~/mixin/commonDepend";
export default {
inject: ["root"],
props: ["model", "codes"],
mixins: [event, commonDepend],
data() {
return {
visible1: true,
button: false,
};
},
methods: {
dspmthChange() {
if (this.model.cpdgrp.rec.accmod == '0') {
this.model.cpdgrp.rec.scysb = 'X'
}
if (this.model.cpdgrp.rec.accmod == '2') {
this.model.cpdgrp.rec.scysb = ''
}
}
},
created() {
},
computed: {},
watch: {},
};
</script>
<style lang="less" scoped></style>
\ No newline at end of file
<template>
<div class="eibs-tab">
<c-col :span="24">
<c-col :span="12" style="padding-right: 20px">
<!-- 左边 -->
<c-col :span="24">
<el-form-item
:label="$t('remit.汇款人账号')"
prop="cpdgrp.rec.orcact"
:class="'isactInput'"
>
<c-input
v-model="model.cpdgrp.rec.orcact"
:max-length="18"
placeholder="请输入汇款人账号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-ptap :model="model" :argadr="{ title: $t('remit.汇款人'), rol: 'orc', grp: 'oldcpdgrp' }"
:isAdrblk="false" ptytyp="C"
:disabled="true" :disabledExtkey="true" chooseLanguage="EN"></c-ptap>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.汇款人客户类型')" prop="cpdgrp.rec.custyp">
<c-select
v-model="model.cpdgrp.rec.custyp"
style="width:100%"
placeholder="请选择汇款人客户类型"
dbCode="orctp2"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.汇款人居民标志')" prop="cpdgrp.rec.orcrdtflg">
<c-select
v-model="model.cpdgrp.rec.orcrdtflg"
style="width:100%"
placeholder="请选择汇款人居民标志"
dbCode="hkjmbz"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.汇款人账户类型')" prop="cpdgrp.rec.orcacttyp">
<c-select
v-model="model.cpdgrp.rec.orcacttyp"
style="width:100%"
placeholder="请选择汇款人账户类型"
dbCode="ciptyp"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.汇款人城市')" prop="cpdgrp.rec.orccty">
<c-input
v-model="model.cpdgrp.rec.orccty"
placeholder="请输入汇款人城市"
:max-length="35"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.汇款人组织机构代码')" prop="cpdgrp.rec.orcuntcod">
<c-input
v-model="model.cpdgrp.rec.orcuntcod"
:max-length="35"
placeholder="请输入汇款人组织机构代码"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item
:label="$t('remit.汇款人常驻国家代码')"
prop="cpdgrp.rec.orcstacty"
>
<c-select
v-model="model.cpdgrp.rec.orcstacty"
:max-length="3"
placeholder="请选择汇款人常驻国家(地区)代码"
disabled
>
<el-option
v-for="item in codes.bopCtyList"
:key="item.cod"
:value="item.cod"
:label="`${item.numcod} - ${item.cod} - ${item.txt}`"
></el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.汇款人证件类型')" prop="cpdgrp.rec.orccidtyp">
<c-select
v-model="model.cpdgrp.rec.orccidtyp"
placeholder="请输入汇款人证件类型"
dbCode="orcty4"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.汇款人证件号码')" prop="cpdgrp.rec.orccidcod">
<c-input
v-model="model.cpdgrp.rec.orccidcod"
:max-length="35"
placeholder="请输入汇款人证件号码"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.汇款人CIPS ID')" prop="cpdgrp.orc.pts.cipsid">
<c-input
v-model="model.cpdgrp.orc.pts.cipsid"
:max-length="35"
placeholder="请输入汇款人CIPS ID"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.汇款人LEI')" prop="cpdgrp.orc.pts.leino">
<c-input
v-model="model.cpdgrp.orc.pts.leino"
:max-length="20"
placeholder="请输入汇款人LEI"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.汇款人EID')" prop="cpdgrp.orc.pts.eid">
<c-input
v-model="model.cpdgrp.orc.pts.eid"
:max-length="60"
placeholder="请输入汇款人EID"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="12" style="padding-left: 20px">
<!-- 右边 -->
<c-col :span="24">
<el-form-item :label="$t('remit.收款人账号')" prop="cpdgrp.rec.pyeact" :class="'isactInput'">
<c-input v-model="model.cpdgrp.rec.pyeact" :max-length="34" placeholder="请输入收款人账号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-ptap :model="model" :argadr="{ title: $t('remit.收款人'), rol: 'pye', grp: 'oldcpdgrp' }"
:isAdrblk="false" ptytyp="C"
:disabled="true" :disabledExtkey="true" chooseLanguage="EN"></c-ptap>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.收款人客户类型')" prop="cpdgrp.rec.bentyp">
<c-select v-model="model.cpdgrp.rec.bentyp" style="width:100%" disabled placeholder="请选择收款人客户类型"
dbCode="orctp2"></c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.收款人居民标志')" prop="cpdgrp.rec.pyerdtflg">
<c-select v-model="model.cpdgrp.rec.pyerdtflg" style="width:100%" disabled
placeholder="请选择收款人居民标志" dbCode="pyefgr"
></c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.收款人城市')" prop="cpdgrp.rec.pyecty">
<c-input v-model="model.cpdgrp.rec.pyecty" placeholder="请输入收款人城市" disabled></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.收款人组织机构代码')" prop="cpdgrp.rec.pyeuntcod">
<c-input
v-model="model.cpdgrp.rec.pyeuntcod"
:max-length="35"
placeholder="请输入收款人组织机构代码"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.收款人常驻国家或地区代码')" prop="cpdgrp.rec.pyestacty">
<c-select v-model="model.cpdgrp.rec.pyestacty" disabled style="width:100%" placeholder="请选择国家">
<el-option v-for="item in codes.bopCtyList" :key="item.cod" :value="item.cod"
:label="`${item.numcod} - ${item.cod} - ${item.txt}`"></el-option>
</c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.收款人证件类型')" prop="cpdgrp.rec.pyecidtyp">
<c-select
v-model="model.cpdgrp.rec.pyecidtyp"
placeholder="请输入收款人证件类型"
dbCode="orcty4"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.收款人证件号码')" prop="cpdgrp.rec.pyecidcod">
<c-input
v-model="model.cpdgrp.rec.pyecidcod"
:max-length="35"
placeholder="请输入收款人证件号码"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.收款人CIPS ID')" prop="cpdgrp.pye.pts.cipsid">
<c-input
v-model="model.cpdgrp.pye.pts.cipsid"
:max-length="35"
placeholder="请输入收款人CIPS ID"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.收款人LEI')" prop="cpdgrp.pye.pts.leino">
<c-input
v-model="model.cpdgrp.pye.pts.leino"
:max-length="20"
placeholder="请输入收款人LEI"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.收款人EID')" prop="cpdgrp.pye.pts.eid">
<c-input
v-model="model.cpdgrp.pye.pts.eid"
:max-length="60"
placeholder="请输入收款人EID"
disabled
></c-input>
</el-form-item>
</c-col>
</c-col>
<!-- <go-url
ref="goUrl"
:model="model"
:cusinf="model.cpdgrp.orc.pts.extkey"
:coupty="model.cpdgrp.pye.pts.extkey"
></go-url> -->
</c-col>
</div>
</template>
<script>
import event from "../event";
import commonDepend from "~/mixin/commonDepend";
import goUrl from "./goUrl";
export default {
inject: ["root"],
props: ["model", "codes"],
components: {
goUrl,
},
mixins: [event, commonDepend],
data() {
return {
visible2: false,
};
},
methods: {},
created() {
},
computed: {
route() {
switch (this.model.cpdgrp.rec.route) {
case "03": //CIPS
return "CIPS";
case "01": //SWIFT
return "SWIFT";
case "05": //同城票交
case "98": //他行交换
case "97": //票汇
return "FDH";
default:
//默认境内外币
return "";
}
},
},
watch: {},
};
</script>
<style lang="less" scoped>
</style>
\ No newline at end of file
<template>
<span>
<div v-if="isAme">
<c-button
style="margin: 0 0 10px 178px;"
size="small"
v-if="show1"
type="primary"
class="ml10"
@click="goUrlRoute('cusinf')"
>{{$t('remit.我行客户信息管理')}}</c-button>
<c-button
size="small"
v-if="show2"
type="primary"
class="ml10"
@click="goUrlRoute('coupty')"
>{{$t('remit.交易对手信息管理')}}</c-button>
<c-button type="primary" :disabled="updBtn" @click="updateCoupty">{{$t('remit.更新交易对手信息')}}</c-button>
</div>
<div v-else>
<c-col :span="12" class="containner" style="padding-right: 20px;">
<el-form-item class="item" v-if="root.trnName != 'cptdav'">
<c-button
size="small"
v-if="show1"
type="primary"
class="ml10"
@click="goUrlRoute('cusinf')"
>{{$t('remit.我行客户信息管理')}}</c-button>
</el-form-item>
<el-form-item class="item" v-else>
<c-button
size="small"
v-if="show2"
type="primary"
class="ml10"
@click="goUrlRoute('coupty')"
>{{$t('remit.交易对手信息管理')}}</c-button>
<c-button type="primary" :disabled="updBtn" @click="updateCoupty">{{$t('remit.更新交易对手信息')}}</c-button>
</el-form-item>
</c-col>
<c-col :span="12" class="containner" style="padding-left: 20px;">
<el-form-item class="item" v-if="root.trnName != 'cptdav'">
<c-button
size="small"
v-if="show2"
type="primary"
class="ml10"
@click="goUrlRoute('coupty')"
>{{$t('remit.交易对手信息管理')}}</c-button>
<c-button type="primary" :disabled="updBtn" @click="updateCoupty">{{$t('remit.更新交易对手信息')}}</c-button>
</el-form-item>
<el-form-item class="item" v-else>
<c-button
size="small"
v-if="show1"
type="primary"
class="ml10"
@click="goUrlRoute('cusinf')"
>{{$t('remit.我行客户信息管理')}}</c-button>
</el-form-item>
</c-col>
</div>
</span>
</template>
<script>
export default {
inject: ["root"],
computed: {},
watch: {},
created() {
this.add = true;
},
data: function () {
return {
updBtn: true,
editSta: "A",
add: true,
update: false,
};
},
props: {
model: {
type: Object,
default: function () {
return {};
}
},
show1: {
type: Boolean,
default: true
},
show2: {
type: Boolean,
default: true
},
// 是否一行展示
isAme: {
type: Boolean,
default: false
}
},
methods: {
goUrlRoute(url) {
//pye收款人 orc汇款人
if (url == "cusinf") {
if (
this.root.trnName != "cptdav" &&
this.root.trnName != "inbdav"
) {
sessionStorage.setItem("orcextkey", this.model.cpdgrp.orc.pts.extkey);
sessionStorage.setItem("orckhmc", this.model.cpdgrp.orc.pts.namblk);
// sessionStorage.setItem("orckhzh", this.model.cpdgrp.rec.orcact);
} else {
sessionStorage.setItem("orcextkey", this.model.cpdgrp.pye.pts.extkey);
sessionStorage.setItem("orckhmc", this.model.cpdgrp.pye.pts.namblk);
// sessionStorage.setItem("orckhzh", this.model.cpdgrp.rec.pyeact);
}
} else {
if (
this.root.trnName != "cptdav" &&
this.root.trnName != "inbdav"
) {
//交易对手编号
sessionStorage.setItem("pyeextkey", this.model.cpdgrp.pye.pts.extkey);
//本行核心客户号
sessionStorage.setItem("pyhxkhh", this.model.cpdgrp.orc.pts.extkey);
//交易对手名称
sessionStorage.setItem("pyejydsmc", this.model.cpdgrp.pye.pts.namblk);
//交易对手账号
sessionStorage.setItem("pyejydszh", this.model.cpdgrp.rec.pyeact);
} else {
//交易对手编号
sessionStorage.setItem("pyeextkey", this.model.cpdgrp.orc.pts.extkey);
//本行核心客户号
sessionStorage.setItem("pyhxkhh", this.model.cpdgrp.pye.pts.extkey);
//交易对手名称
sessionStorage.setItem("pyejydsmc", this.model.cpdgrp.orc.pts.namblk);
//交易对手账号
sessionStorage.setItem("pyejydszh", this.model.cpdgrp.rec.orcact);
}
}
let params = {
path: `/business/${url}`
};
this.$router.push(params);
},
updateCoupty() {
this.$confirm("是否更新已存交易对手信息", "提示", {
confirmButtonText: this.$t('remit.确认'),
cancelButtonText: this.$t('remit.取消'),
type: "info",
}).then((res) => {
this.update = true;
this.add = false;
this.editSta = "E"; //更新标识
}).catch(() => {
})
},
},
destroyed() {
}
};
</script>
<style scoped>
.item {
margin-left: 175px;
}
.containner {
margin-bottom: 10px;
}
</style>
<template>
<div class="eContainer">
<c-page :title="$t('remit.退汇处理')">
<el-form
:model="model"
:rules="rules"
ref="modelForm"
label-width="120px"
size="small"
label-position="right"
:validate-on-rule-change="false"
>
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick">
<!--PD000001 -->
<el-tab-pane :label="$t('remit.业务概况')" name="ovwp">
<c-content>
<m-ovwp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<el-tab-pane :label="$t('remit.费用/账务')" name="setpan">
<c-content>
<m-setpan :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<el-tab-pane :label="$t('remit.报文/面函')" name="docpan">
<c-content>
<m-docpan :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
<c-function-btn :handleCheck="handleCheck" :handleStash="handleStash" :handleSubmit="handleSubmit"
@handleSureWarning="handleSureWarning" ref="commonBtn"></c-function-btn>
</c-page>
</div>
</template>
<script>
import CodeTable from "~/config/CodeTable";
import operationFunc from '~/mixin/operationFunc';
import Cptdcr from "../model";
import Default from "../model/default";
import commonDepend from "~/mixin/commonDepend";
import check from '../model/check'
import event from "../event";
import buildFn from "../event/buildCommons.js";
import Ovwp from "./Ovwp";
import Setpan from "~/components/business/setmod/views";
import Docpan from "~/components/business/docpan/views";
export default {
name: "cptdcr",
components: {
"m-ovwp": Ovwp,
"m-setpan": Setpan,
"m-docpan": Docpan,
},
provide() {
return {
root: this,
};
},
mixins: [operationFunc, event, buildFn, check, commonDepend, Default],
computed: {},
data() {
return {
tabVal: "ovwp",
trnName: "cptdcr",
model: new Cptdcr().data,
codes: {
...CodeTable,
listyj: [
{label: "需至柜面办理", value: "01"},
{label: "填报信息需修改", value: "02"},
{label: "资金来源不合规", value: "03"},
{label: "需补充上传资料", value: "04"},
{label: "需电话沟通", value: "05"},
{label: "业务信息不完整", value: "06"},
{label: "其他", value: "07"}
],
blk_boc_lstCodes: [
{label: "CRED", value: "CRED"},
{label: "CRTS", value: "CRTS"},
{label: "SPAY", value: "SPAY"},
{label: "SPRI", value: "SPRI"},
{label: "SSTD", value: "SSTD"}
],
cfxbustyp_cips: [
{label: "货物贸易(GODX)", value: "01"},
{label: "服务贸易(STRX)", value: "02"},
{label: "资本项下(CTFX)", value: "03"},
{label: "个人汇款(RMTX)", value: "04"},
{label: "金融机构头寸调拨(FTFX)", value: "05"},
{label: "货物贸易退汇(RGOD)", value: "06"},
{label: "服务贸易退汇(RSTR)", value: "07"},
{label: "资本项下退汇(RCTF)", value: "08"},
{label: "个人汇款退汇(RRMT)", value: "09"},
{label: "北向通(WMCN)", value: "16"},
{label: "南向通(WMCS)", value: "17"},
{label: "其他(OCAX)", value: "99"}
],
cpspnumb12: [
{label: "01支付运保费", value: "01"},
{label: "02代理进出口", value: "02"},
{label: "03与特殊经济区企业资金往来", value: "03"},
{label: "04同一企业不同账户资金划转", value: "04"},
{label: "05归还国内外贷款或转贷款", value: "05"},
{label: "06贸易深加工结转业务", value: "06"},
{label: "07贸易融资业务", value: "07"},
{label: "08其他", value: "08"},
{label: "同步交收业务(PVP)02804", value: "02804"},
{label: "外币资金拆借业务 02805", value: "02805"},
{label: "券款对付业务(DVP)02806", value: "02806"},
{label: "轧差净额 02807", value: "02807"},
{label: "退汇 02108", value: "02108"},
{label: "支付运保费 09101", value: "09101"},
{label: "代理进出口 09102", value: "09102"},
{label: "与特殊经济区企业资金往来 09103", value: "09103"},
{label: "同一企业不同账户资金划转 09104", value: "09104"},
{label: "归还国内外贷款或转贷款 09105", value: "09105"},
{label: "贸易深加工结转业务 09106", value: "09106"},
{label: "贸易融资业务 09107", value: "09107"},
{label: "贷记汇入业务 09108", value: "09108"},
{label: "贷记汇出业务 09109", value: "09109"},
{label: "行间资金汇划 09110", value: "09110"},
{label: "信息类业务 06001", value: "06001"},
{label: "其他 09001", value: "09001"}
],
listsb: [],
paycodlst: {
columns: [
{
title: "Instruction",
width: "120px",
dataIndex: "cod",
show: "input",
isDisable: true,
scopedSlots: {customRender: "cod"},
maxLength: 4
},
{
title: "additional information",
width: "240px",
dataIndex: "codtxt",
show: "input",
isDisable: false,
maxLength: 30,
scopedSlots: {customRender: "codtxt"}
}
],
rowNum: 1
},
},
};
},
methods: {},
created() {
console.log("进入cptdcr交易");
let params = {
transName: this.trnName,
cpdgrp: {
rec: {
inr: this.$route.query.inr || ''
}
}
};
this.init(params);
},
mounted() {
},
};
</script>
<style></style>
import Utils from "~/utils"
export default {
methods: {
buildPtspta(ptsptaObj) {
let pts = ptsptaObj.pts;
let ptspta = {
rol: pts.rol,
nam: pts.nam,
ptyinr: pts.ptyinr,
ptainr: pts.ptainr,
extkey: pts.extkey,
dftdsp: pts.dftdsp,
dftcur: pts.dftcur,
dftact: pts.dftact,
dftfeecur: pts.dftfeecur,
dftactptainr: pts.dftactptainr,
glggrpflg: pts.glggrpflg,
adrblk: pts.adrblk,
pts
};
return ptspta;
},
buildCommonData(model, trnName) {
let ptsptaList = Utils.formatPtspta(model.cpdgrp, this.buildPtspta);
let dataObj = {
rec: {
objtyp: 'CPD',
objinr: model.cpdgrp.rec.objinr,
ownref: model.cpdgrp.rec.ownref,
nam: model.cpdgrp.rec.nam,
ownextkey: model.cpdgrp.rec.ownextkey,
chato: model.cpdgrp.rec.chato,
opndat: model.cpdgrp.rec.opndat,
expdat: model.cpdgrp.rec.expdat,
fremsgPaytyp: model.cpdgrp.rec.fremsgPaytyp,
paytyp: model.cpdgrp.rec.paytyp,
custyp: model.cpdgrp.rec.clityp,
accmod: model.cpdgrp.rec.accmod,
trninr: model.cpdgrp.rec.trninr,
traclicty: model.cpdgrp.rec.traclicty,
cur: model.cpdgrp.cbs.max.cur,
amt: model.cpdgrp.cbs.max.amt,
oricur: model.cpdgrp.rec.oricur,
bentyp: model.cpdgrp.rec.bentyp,
oriamt: model.cpdgrp.rec.oriamt,
// bopmodTyp: model.cpdgrp.rec.bopmodTyp,
pyerdtflg: model.cpdgrp.rec.pyerdtflg,
orcrdtflg: model.cpdgrp.rec.orcrdtflg,
cur33b: model.cpdgrp.blk.cur33b,
amt33b: model.cpdgrp.blk.amt33b,
orcstacty: model.cpdgrp.rec.orcstacty,
contag70: model.cpdgrp.blk.contag70,
blk72: model.cpdgrp.blk.blk72,
tmptyp: model.cpdgrp.rec.tmptyp,
orctyp: model.cpdgrp.rec.orctyp,
cptrou: model.cpdgrp.rec.cptrou,
bacflg: model.cpdgrp.rec.bacflg
},
cbsMap: {
MAX: model.cpdgrp.cbs.max,
NOM1: model.cpdgrp.cbs.nom1,
},
ptsList: ptsptaList,
transName: trnName,
userId: window.sessionStorage.userId ? window.sessionStorage.userId : '742549'
};
return dataObj
}
}
}
\ No newline at end of file
import Api from '~/service/Api';
import buildFn from '../event/buildCommons.js';
import commonFunctions from '~/mixin/commonFunctions.js';
export default {
mixins: [commonFunctions, buildFn],
methods: {
queryOwnref() {
let params = this.model.cpdgrp.rec;
let ptainr = ""
const loading = this.loading();
let trnName = this.root.trnName.toUpperCase();
Api.post(`/webapi/remit/ref/cpt?ptaInr=${ptainr}&trnName=${trnName}`, params).then(res => {
loading.close();
if (res.respCode === SUCCESS) {
this.model.cpdgrp.rec.regref = res.data;
}
}).catch(() => {
loading.close();
});
},
},
};
\ No newline at end of file
// import Check2122 from "~/components/business/rmb/rmb2122/model/check.js"
import CfagitCheck from '~/components/business/Cfagit/model/check.js';
export default {
data() {
return {
rules: {
// 关联类型
"fremsg.erxmod.ersp.mantyp": [
{ type: "string", required: true, message: this.$t('remit.必输项') }
// { max: 4, message: this.$t('components.长度不能超过')+4 }
],
// 事务类型
"fremsg.erxmod.ersp.dontyp": [
{ type: "string", required: true, message: this.$t('remit.必输项') }
// { max: 4, message: this.$t('components.长度不能超过')+4 }
],
"fremsg.erxmod.ersp.bwbsh": [
// 原报文标识号
{ type: "string", required: true, message: this.$t('remit.必输项') },
{ max: 35, message: this.$t('components.长度不能超过')+35 }
],
// 止付原因
"cpdgrp.cpdret.rejcod": [
{ type: "string", required: true, message: this.$t('remit.必输项') },
{ max: 4, message: this.$t('components.长度不能超过')+4 }
],
// 原行内关联编号
"fremsg.erxmod.ersp.yhnglbh": [
{ type: "string", required: true, message: this.$t('remit.必输项') }
// { max: 4, message: this.$t('components.长度不能超过')+4 }
],
// 收报行行号
"cpdgrp.ooa.pts.extkey": [
{ type: "string", required: false, message: this.$t('remit.必输项') },
{ max: 11, message: this.$t('components.长度不能超过')+11 }
],
// 收报行名称
"cpdgrp.ooa.pts.namforall": [
{ type: "string", required: false, message: this.$t('remit.必输项') },
{ max: 140, message: this.$t('components.长度不能超过')+140 }
],
// ...new Check2122(this).check,
...new CfagitCheck(this).check,
}
};
},
};
import Api from '~/service/Api';
import Utils from '~/utils/index';
import commonFunctions from '~/mixin/commonFunctions.js';
export default {
mixins: [commonFunctions],
methods: {
// 获取地区机构号
async getOwnExtkeyCondition1() {
const loading = this.loading();
let params = { ownExtKey: "" };
let res = await Api.post(`/${this.moduleRouter()}/bch/getBranchListByownExtKey`, params);
loading.close();
if (res.respCode === SUCCESS) {
console.log('this.codes', this.codes)
this.$set(this.codes, 'ownExtkeyList', res.data)
}
},
async loadBopCtyList() {
const loading = this.loading();
let res = await Api.post(`/${this.moduleRouter()}/bopcty/loadBopCtyList`);
loading.close();
if (res.respCode === SUCCESS) {
this.$set(this.codes, 'bopCtyList', res.data)
}
},
},
};
import Pts from '~/components/business/commonModel/Pts';
import Pub from '~/components/business/commonModel/index.js';
import Cpdgrp from '~/components/business/commonModel/cpdgrp/index.js';
export default class Cptrej {
constructor() {
this.data = {
isSptLoad: false,
inifrm: "CPTREJ", //交易代码
cpdgrp: new Cpdgrp().data,
setmod: new Pub().data.Setmod,
rmbbop: new Pub().data.Rmbbop,
docpan: new Pub().data.Docpan,
liaall: new Pub().data.Liaall,
trndia: new Pub().data.Trndia,
sysmod: {
usr: {
ownbchcod: "",
extkey: ""
}
},
reason: "",
cptp: {
yhnglbh: "", // 原行内关联编号
benoptflg: "", // Use Option F for Beneficiary .cptp.benoptflg
gryflg: "", // 可疑名单 .cptp.gryflg
sjzslst: "",
},
fremsg: {
sndmt: "", // Message Type .fremsg.sndmt
fulmt: "", // MT to Send .fremsg.fulmt
reldat: "", // Date of Message .fremsg.reldat
strinf: "", // Narrative .fremsg.strinf
msgrol: "", // 发送给 .fremsg.msgrol
fmo: {
pts: new Pts().data
},
ccrol: "", // 抄送至 .fremsg.ccrol
fmc: {
pts: new Pts().data
},
reldir: "", // relevant message sent/received .fremsg.reldir
relmt: "", // Related MT .fremsg.relmt
relref: "", // Related Reference(21) .fremsg.relref
paytyp: "", // 查询渠道 .fremsg.paytyp
erxmod: {
ersp: {
mantyp: "", // 关联类型 .fremsg.erxmod.ersp.mantyp
dontyp: "", // 事务类型 .fremsg.erxmod.ersp.dontyp
reutyp: "", // 退汇应答状态 .fremsg.erxmod.ersp.reutyp
contxt: "", // 事务附言 .fremsg.erxmod.ersp.contxt
sermsg: "", // 查询对象 .fremsg.erxmod.ersp.sermsg
yhnglbh: "", // 原行内关联编号 .fremsg.erxmod.ersp.yhnglbh
bwbsh: "", // 原报文标识号 .fremsg.erxmod.ersp.bwbsh
hnglbh: "", // 行内关联编号 .fremsg.erxmod.ersp.hnglbh
qsfsqd: "", // 发送渠道 .fremsg.erxmod.ersp.qsfsqd
contxtn95: "", // 事务附言 .fremsg.erxmod.ersp.contxtn95
contxtn99: "", // 事务附言 .fremsg.erxmod.ersp.contxtn99
reason: "", // 止付原因 .fremsg.erxmod.ersp.reason
rejdue: "", // 理由 .fremsg.erxmod.ersp.rejdue
sbhdm: "", // 原收/发报行 .fremsg.erxmod.ersp.sbhdm
reasontxt: "" // 止付原因代码指令 .fremsg.erxmod.ersp.reasontxt
}
},
det: "", // Query/ Answer .fremsg.det
tag77a: "", // Narrative (77A) .fremsg.tag77a
tag22d: "", // Form of Undertaking .fremsg.tag22d
tag23: "", // Undertaking Number .fremsg.tag23
issrol: "", // Issuer Role .fremsg.issrol
iss: {
pts: new Pts().data
},
tag23h: "", // Function .fremsg.tag23h
tag45d: "", // Narrative for MT 759 .fremsg.tag45d
tag23x: "", // Tag23X .fremsg.tag23x
tag23xtxt: "" // Tag23X details .fremsg.tag23xtxt
},
cptfrel1blk: "", // XMLPanel cptfrel1的内置block .cptfrel1blk
cptfrel2blk: "", // XMLPanel cptfrel2的内置block .cptfrel2blk
bifp: {
lab6: "", // 其他交易关联银行 .bifp.lab6
lab7: "", // 其他交易关联方国别/地区 .bifp.lab7
lab8: "", // 其他交易关联方 .bifp.lab8
lab9: "", // IMO NO. .bifp.lab9
bif: {
bennam: "", // 交易对手名称 .bifp.bif.bennam
traclicty: "", // 交易对手国别 .bifp.bif.traclicty
trabnknum: "", // 交易对手银行号 .bifp.bif.trabnknum
trabnknam: "", // 交易对手银行名 .bifp.bif.trabnknam
stacty: "", // 起运国 .bifp.bif.stacty
endcty: "", // 目的国 .bifp.bif.endcty
goddes: "", // 货描 .bifp.bif.goddes
convey: "", // 运输工具名称 .bifp.bif.convey
godnum: "", // �'�物数量 .bifp.bif.godnum
godamt: "", // �'�物单价 .bifp.bif.godamt
tramod: "", // 运输方式 .bifp.bif.tramod
sender: "", // 发�'�人 .bifp.bif.sender
recver: "", // 收�'�人 .bifp.bif.recver
tracom: "", // 运输公司 .bifp.bif.tracom
payway: "", // 付款方式 .bifp.bif.payway
trbtyp: "" // �'�物�'�易 .bifp.bif.trbtyp
},
recgrp: {
rec: {
harbor: "", // 港口 .bifp.recgrp.rec.harbor
warflg: "", // 是否预警 .bifp.recgrp.rec.warflg
selref: "", // 金融制裁筛查编号 .bifp.recgrp.rec.selref
matchd: "", // 匹配度 .bifp.recgrp.rec.matchd
warrea: "", // 预警原因 .bifp.recgrp.rec.warrea
sta: "", // 状态 .bifp.recgrp.rec.sta
dattim: "" // 预警匹配度 .bifp.recgrp.rec.dattim
}
},
warnumber: "", // 中预警次数 .bifp.warnumber
stacty: "", // Country Code Risk Country .bifp.stacty
banflg: "", // 无行号标志 .bifp.banflg
bnklst: [], // .bifp.bnklst
ptylst: [], // .bifp.ptylst
gblst: [], // .bifp.gblst
lab1: "", // 报关单标签 .bifp.lab1
lab3: "", // 合同标签 .bifp.lab3
lab4: "", // 发票标签 .bifp.lab4
lab2: "", // �'�物品类标签 .bifp.lab2
lab5: "", // 运输单据信息 .bifp.lab5
bghlst: [], // .bifp.bghlst
hwplst: [], // .bifp.hwplst
hthlst: [], // .bifp.hthlst
fphlst: [], // .bifp.fphlst
ydhlst: [] // .bifp.ydhlst
},
pageId: "" // ctx的key
};
}
}
<template>
<div class="eibs-tab">
<c-col :span="11">
<c-col :span="24">
<el-form-item :label="$t('remit.业务参号')" prop="cpdgrp.rec.ownref">
<c-input
v-model="model.cpdgrp.rec.ownref"
:max-length="16"
placeholder="请输入业务参号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.登记业务参号')" prop="cpdgrp.rec.regref">
<c-input
v-model="model.cpdgrp.rec.regref"
:max-length="16"
placeholder="请输入登记业务参号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.前端系统参号')" prop="cpdgrp.rec.iniref">
<c-input
v-model="model.cpdgrp.rec.iniref"
:max-length="16"
placeholder="请输入前端系统参号"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.原行内关联编号')" prop="fremsg.erxmod.ersp.yhnglbh">
<c-input
v-model="model.fremsg.erxmod.ersp.yhnglbh"
:max-length="35"
placeholder="请输入原行内关联编号"
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.汇款邮路')" prop="cpdgrp.rec.cptrou">
<c-select
v-model="model.cpdgrp.rec.cptrou"
style="width:100%"
placeholder="请选择汇款邮路"
dbCode="CPTROU"
uil="CN" sort="SRT" :filterKey="['SWIFT','CIPS','JNWB','HNHZ']"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.起息日')" prop="cpdgrp.rec.valdat">
<c-date-picker
type="date"
v-model="model.cpdgrp.rec.valdat"
style="width:100%"
placeholder="请选择起息日"
disabled
></c-date-picker>
</el-form-item>
</c-col>
<c-col :span="24">
<c-col :span="16">
<el-form-item
:label="$t('remit.汇款币种及金额(32A)')"
prop="cpdgrp.cbs.nom1.cur"
>
<c-select
v-model="model.cpdgrp.cbs.nom1.cur"
dbCode="CURTXT"
style="width:100%;padding-right: 10px;"
:dropdownMatchSelectWidth="false"
placeholder="请选择汇款币种"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="8">
<el-form-item prop="cpdgrp.cbs.nom1.amt" label-width="0">
<c-input-currency
v-model="model.cpdgrp.cbs.nom1.amt"
placeholder="请输入汇款金额"
:currency="model.cpdgrp.rec.cur"
disabled
></c-input-currency>
</el-form-item>
</c-col>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.汇款人(行)名称')" prop="cpdgrp.orc.pts.nam">
<c-input
v-model="model.cpdgrp.orc.pts.nam"
placeholder="请输入汇款人(行)名称"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.收款人(行)名称')" prop="cpdgrp.pye.pts.nam">
<c-input
v-model="model.cpdgrp.pye.pts.nam"
disabled
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<c-fullbox>
<el-form-item :label="$t('remit.上游来源系统')" prop="cpdgrp.rec.msgfrm">
<c-select
v-model="model.cpdgrp.rec.msgfrm"
style="width:100%"
dbCode="msgfrm"
disabled
></c-select>
</el-form-item>
<template slot="footer">
<c-checkbox
class="fullSty"
v-model="model.cpdgrp.rec.sndmt"
style="margin-left:40px"
:disabled="model.cpdgrp.rec.route != '01'"
>{{$t('remit.GPI 止付')}}
</c-checkbox>
</template>
</c-fullbox>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.收报行角色')" prop="fremsg.msgrol">
<c-select
v-model="model.fremsg.msgrol"
placeholder="请选择收报行角色"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<c-ptap :model="model" :argadr="{ title: $t('remit.收报行'), rol: 'ooa', grp: 'cpdgrp' }" :isAdrblk="false"
ptytyp="B"
:disabled="true" :disabledExtkey="true" chooseLanguage="EN"></c-ptap>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.收报行相关参号')" prop="cpdgrp.ooa.pts.ref">
<c-input
disabled
v-model="model.cpdgrp.ooa.pts.ref"
placeholder="请输入收报行相关参号"
:max-length="35"
></c-input>
</el-form-item>
</c-col>
</c-col>
<c-col :span="11" :offset="1">
<c-col :span="24">
<el-form-item :label="$t('remit.抄送收报行角色')" prop="fremsg.ccrol">
<c-select
v-model="model.fremsg.ccrol"
placeholder="请选择抄送收报行角色"
disabled
></c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<c-ptap :model="model" :argadr="{ title: $t('remit.抄送收报行'), rol: 'oob', grp: 'cpdgrp' }"
:isAdrblk="false" ptytyp="B"
:disabled="true" :disabledExtkey="true" chooseLanguage="EN"></c-ptap>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.抄送收报行相关参号')" prop="cpdgrp.oob.pts.ref">
<c-input
disabled
v-model="model.cpdgrp.oob.pts.ref"
placeholder="请输入抄送收报行相关参号"
:max-length="35"
:isRequired=" model.cpdgrp.oob.pts.extkey != '' && model.cpdgrp.oob.pts.extkey != null "
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.关联类型')" prop="fremsg.erxmod.ersp.mantyp">
<c-select
v-model="model.fremsg.erxmod.ersp.mantyp"
dbCode="MANTP1"
uil="CN"
sort="SRT"
:filterKey="['2']"
style="width:100%"
placeholder="请选择关联类型"
></c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.事务类型')" prop="fremsg.erxmod.ersp.dontyp">
<c-select
v-model="model.fremsg.erxmod.ersp.dontyp"
dbCode="DONTYP"
uil="CN"
sort="SRT"
:filterKey="['06']"
style="width:100%"
placeholder="请选择事务类型"
></c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.原报文标识号')" prop="fremsg.erxmod.ersp.bwbsh">
<c-input
v-model="model.fremsg.erxmod.ersp.bwbsh"
:max-length="35"
placeholder="请输入原报文标识号"
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.止付原因')" prop="cpdgrp.cpdret.rejcod">
<c-select
v-model="model.cpdgrp.cpdret.rejcod"
dbCode="RESON2"
uil="CN"
sort="SRT"
style="width:100%"
placeholder="请选择止付原因"
></c-select>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item :label="$t('remit.附言')" prop="cpdgrp.cpdret.remark">
<c-input
type="textarea"
:rows="5"
v-model="model.cpdgrp.cpdret.remark"
style="width:100%"
placeholder="请输入附言"
:disabled="!model.cpdgrp.cpdret.rejcod"
></c-input>
</el-form-item>
</c-col>
</c-col>
</div>
</template>
<script>
import event from "../event";
export default {
inject: ["root"],
props: ["model", "codes"],
mixins: [event],
data() {
return {};
},
watch: {},
methods: {},
computed: {},
created() {
}
};
</script>
<style>
/* .fullbox_checkbox {
margin-left: 4px !important;
margin-top: 6px !important;
} */
</style>
<template>
<span>
<div v-if="isAme">
<c-button
style="margin: 0 0 10px 178px;"
size="small"
v-if="show1"
type="primary"
class="ml10"
@click="goUrlRoute('cusinf')"
>{{ $t('remit.我行客户信息管理') }}</c-button>
<c-button
size="small"
v-if="show2"
type="primary"
class="ml10"
@click="goUrlRoute('coupty')"
>{{ $t('remit.交易对手信息管理') }}</c-button>
<c-button type="primary" :disabled="updBtn" @click="updateCoupty">{{ $t('remit.更新交易对手信息') }}</c-button>
</div>
<div v-else>
<c-col :span="12" class="containner" style="padding-right: 20px;">
<el-form-item class="item" v-if="root.trnName != 'cptdav'">
<c-button
size="small"
v-if="show1"
type="primary"
class="ml10"
@click="goUrlRoute('cusinf')"
>{{ $t('remit.我行客户信息管理') }}</c-button>
</el-form-item>
<el-form-item class="item" v-else>
<c-button
size="small"
v-if="show2"
type="primary"
class="ml10"
@click="goUrlRoute('coupty')"
>{{ $t('remit.交易对手信息管理') }}</c-button>
<c-button type="primary" :disabled="updBtn" @click="updateCoupty">{{ $t('remit.更新交易对手信息') }}</c-button>
</el-form-item>
</c-col>
<c-col :span="12" class="containner" style="padding-left: 20px;">
<el-form-item class="item" v-if="root.trnName != 'cptdav'">
<c-button
size="small"
v-if="show2"
type="primary"
class="ml10"
@click="goUrlRoute('coupty')"
>{{ $t('remit.交易对手信息管理') }}</c-button>
<c-button type="primary" :disabled="updBtn" @click="updateCoupty">{{ $t('remit.更新交易对手信息') }}</c-button>
</el-form-item>
<el-form-item class="item" v-else>
<c-button
size="small"
v-if="show1"
type="primary"
class="ml10"
@click="goUrlRoute('cusinf')"
>{{ $t('remit.我行客户信息管理') }}</c-button>
</el-form-item>
</c-col>
</div>
</span>
</template>
<script>
export default {
inject: ["root"],
computed: {},
watch: {},
created() {
this.add = true;
},
data: function() {
return {
updBtn: true,
editSta: "A",
add: true,
update: false,
};
},
props: {
model: {
type: Object,
default: function() {
return {};
}
},
show1: {
type: Boolean,
default: true
},
show2: {
type: Boolean,
default: true
},
// 是否一行展示
isAme: {
type: Boolean,
default: false
}
},
methods: {
goUrlRoute(url) {
//pye收款人 orc汇款人
if (url == "cusinf") {
if (
this.root.trnName != "cptdav" &&
this.root.trnName != "inbdav"
) {
sessionStorage.setItem("orcextkey", this.model.cpdgrp.orc.pts.extkey);
sessionStorage.setItem("orckhmc", this.model.cpdgrp.orc.pts.namblk);
// sessionStorage.setItem("orckhzh", this.model.cpdgrp.rec.orcact);
} else {
sessionStorage.setItem("orcextkey", this.model.cpdgrp.pye.pts.extkey);
sessionStorage.setItem("orckhmc", this.model.cpdgrp.pye.pts.namblk);
// sessionStorage.setItem("orckhzh", this.model.cpdgrp.rec.pyeact);
}
} else {
if (
this.root.trnName != "cptdav" &&
this.root.trnName != "inbdav"
) {
//交易对手编号
sessionStorage.setItem("pyeextkey", this.model.cpdgrp.pye.pts.extkey);
//本行核心客户号
sessionStorage.setItem("pyhxkhh", this.model.cpdgrp.orc.pts.extkey);
//交易对手名称
sessionStorage.setItem("pyejydsmc", this.model.cpdgrp.pye.pts.namblk);
//交易对手账号
sessionStorage.setItem("pyejydszh", this.model.cpdgrp.rec.pyeact);
} else {
//交易对手编号
sessionStorage.setItem("pyeextkey", this.model.cpdgrp.orc.pts.extkey);
//本行核心客户号
sessionStorage.setItem("pyhxkhh", this.model.cpdgrp.pye.pts.extkey);
//交易对手名称
sessionStorage.setItem("pyejydsmc", this.model.cpdgrp.orc.pts.namblk);
//交易对手账号
sessionStorage.setItem("pyejydszh", this.model.cpdgrp.rec.orcact);
}
}
let params = {
path: `/business/${url}`
};
this.$router.push(params);
},
updateCoupty() {
this.$confirm(this.$t('remit.是否更新已存交易对手信息'), this.$t('remit.提示'), {
confirmButtonText: this.$t('remit.确认'),
cancelButtonText: this.$t('remit.取消'),
type: "info",
}).then((res) => {
this.update = true;
this.add = false;
this.editSta = "E"; //更新标识
}).catch(() => {
})
},
},
destroyed() {}
};
</script>
<style scoped>
.item {
margin-left: 175px;
}
.containner {
margin-bottom: 10px;
}
</style>
<template>
<div class="eContainer">
<c-page :title="$t('remit.止付申请')">
<el-form
:model="model"
:rules="rules"
ref="modelForm"
label-width="120px"
size="small"
label-position="right"
:validate-on-rule-change="false"
>
<c-tabs v-model="tabVal" ref="elment" type="card" @tab-click="tabClick">
<!--PD000001 -->
<el-tab-pane :label="$t('remit.业务概况')" name="ovwp">
<c-content>
<m-ovwp :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<el-tab-pane :label="$t('remit.费用/账务')" name="setpan">
<c-content>
<m-setpan :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
<el-tab-pane :label="$t('remit.报文/面函')" name="docpan">
<c-content>
<m-docpan :model="model" :codes="codes"/>
</c-content>
</el-tab-pane>
</c-tabs>
</el-form>
<c-function-btn :handleCheck="handleCheck" :handleStash="handleStash" :handleSubmit="handleSubmit"
@handleSureWarning="handleSureWarning" ref="commonBtn"></c-function-btn>
</c-page>
</div>
</template>
<script>
import CodeTable from "~/config/CodeTable";
import operationFunc from '~/mixin/operationFunc';
import Cptrej from "../model";
import Default from "../model/default";
import commonDepend from "~/mixin/commonDepend";
import check from '../model/check'
import event from "../event";
import buildFn from "../event/buildCommons.js";
import Ovwp from "./Ovwp";
import Setpan from "~/components/business/setmod/views";
// import Rmbbop from "~/components/business/rmb/rmbbop/views";
import Docpan from "~/components/business/docpan/views";
export default {
name: "cptrej",
components: {
"m-ovwp": Ovwp,
"m-setpan": Setpan,
// "m-rmbbop": Rmbbop,
"m-docpan": Docpan,
},
provide() {
return {
root: this,
};
},
mixins: [operationFunc, event, buildFn, check, commonDepend, Default],
computed: {},
data() {
return {
tabVal: "ovwp",
trnName: "cptrej",
model: new Cptrej().data,
codes: {
...CodeTable,
listyj: [
{label: "需至柜面办理", value: "01"},
{label: "填报信息需修改", value: "02"},
{label: "资金来源不合规", value: "03"},
{label: "需补充上传资料", value: "04"},
{label: "需电话沟通", value: "05"},
{label: "业务信息不完整", value: "06"},
{label: "其他", value: "07"}
],
blk_boc_lstCodes: [
{label: "CRED", value: "CRED"},
{label: "CRTS", value: "CRTS"},
{label: "SPAY", value: "SPAY"},
{label: "SPRI", value: "SPRI"},
{label: "SSTD", value: "SSTD"}
],
cfxbustyp_cips: [
{label: "货物贸易(GODX)", value: "01"},
{label: "服务贸易(STRX)", value: "02"},
{label: "资本项下(CTFX)", value: "03"},
{label: "个人汇款(RMTX)", value: "04"},
{label: "金融机构头寸调拨(FTFX)", value: "05"},
{label: "货物贸易退汇(RGOD)", value: "06"},
{label: "服务贸易退汇(RSTR)", value: "07"},
{label: "资本项下退汇(RCTF)", value: "08"},
{label: "个人汇款退汇(RRMT)", value: "09"},
{label: "北向通(WMCN)", value: "16"},
{label: "南向通(WMCS)", value: "17"},
{label: "其他(OCAX)", value: "99"}
],
cpspnumb12: [
{label: "01支付运保费", value: "01"},
{label: "02代理进出口", value: "02"},
{label: "03与特殊经济区企业资金往来", value: "03"},
{label: "04同一企业不同账户资金划转", value: "04"},
{label: "05归还国内外贷款或转贷款", value: "05"},
{label: "06贸易深加工结转业务", value: "06"},
{label: "07贸易融资业务", value: "07"},
{label: "08其他", value: "08"},
{label: "同步交收业务(PVP)02804", value: "02804"},
{label: "外币资金拆借业务 02805", value: "02805"},
{label: "券款对付业务(DVP)02806", value: "02806"},
{label: "轧差净额 02807", value: "02807"},
{label: "退汇 02108", value: "02108"},
{label: "支付运保费 09101", value: "09101"},
{label: "代理进出口 09102", value: "09102"},
{label: "与特殊经济区企业资金往来 09103", value: "09103"},
{label: "同一企业不同账户资金划转 09104", value: "09104"},
{label: "归还国内外贷款或转贷款 09105", value: "09105"},
{label: "贸易深加工结转业务 09106", value: "09106"},
{label: "贸易融资业务 09107", value: "09107"},
{label: "贷记汇入业务 09108", value: "09108"},
{label: "贷记汇出业务 09109", value: "09109"},
{label: "行间资金汇划 09110", value: "09110"},
{label: "信息类业务 06001", value: "06001"},
{label: "其他 09001", value: "09001"}
],
listsb: [],
paycodlst: {
columns: [
{
title: "Instruction",
width: "120px",
dataIndex: "cod",
show: "input",
isDisable: true,
scopedSlots: {customRender: "cod"},
maxLength: 4
},
{
title: "additional information",
width: "240px",
dataIndex: "codtxt",
show: "input",
isDisable: false,
maxLength: 30,
scopedSlots: {customRender: "codtxt"}
}
],
rowNum: 1
},
},
};
},
methods: {},
created() {
console.log("进入cptrej交易");
let params = {
transName: this.trnName,
cpdgrp: {
rec: {
inr: this.$route.query.inr || ''
}
}
};
this.init(params);
},
mounted() {
},
};
</script>
<style></style>
......@@ -32,6 +32,9 @@ const RemittanceRouter = [
{ path: 'cpdsel', component: () => import('./Cpdsel/views'), name: 'Cpdsel', meta: { keepAlive: true, title: '汇入汇款',module: 'Remittance' } },
{ path: 'infcpd', component: () => import('./Infcpd/views'), name: 'Infcpd', meta: { keepAlive: true, title: '汇款登记簿',module: 'Remittance' } },
{ path: 'infeco', component: () => import('./Infeco/views'), name: 'Infeco', meta: { keepAlive: true, title: '电商汇出汇款查询',module: 'Remittance' } },
{ path: 'cptrej', component: () => import('./Cptrej/views'), name: 'Cptrej', meta: { keepAlive: true, title: '止付申请',module: 'Remittance' } },
{ path: 'cptdcr', component: () => import('./Cptdcr/views'), name: 'Cptdcr', meta: { keepAlive: true, title: '退汇处理',module: 'Remittance' } },
// 复核夹待办夹
{ path: 'aulsig', component: () => import('./Autsig/Aulsig/views'), name: 'Aulsig', meta: { keepAlive: true, title: '自动化签约管理',module: 'Remittance' } },
{ path: 'auasig', component: () => import('./Autsig/Auasig/views'), name: 'Auasig', meta: { keepAlive: true, title: '自动化签约信息新增',module: 'Remittance' } },
......
<!-- <template>
<template>
<ReviewWrapper>
<Cptdcr></Cptdcr>
</ReviewWrapper>
</template>
<script>
import Cptdcr from "~/page/Remittance/Cptdcr/views";
import ReviewWrapper from "~/components/business/ReviewWrapper.vue";
import Cptdcr from "~/page/Remittance/Cptdcr/views";
import ReviewWrapper from "~/components/business/ReviewWrapper.vue";
export default {
export default {
name: "review-cptdcr",
components: { ReviewWrapper, Cptdcr },
created() { },
mounted() { }
};
components: {ReviewWrapper, Cptdcr},
created() {
},
mounted() {
}
};
</script>
<style></style> -->
<style></style>
\ No newline at end of file
<!-- <template>
<template>
<ReviewWrapper>
<Cptrej></Cptrej>
</ReviewWrapper>
</template>
<script>
import Cptrej from "~/page/Remittance/Cptrej/views";
import ReviewWrapper from "~/components/business/ReviewWrapper.vue";
import Cptrej from "~/page/Remittance/Cptrej/views";
import ReviewWrapper from "~/components/business/ReviewWrapper.vue";
export default {
export default {
name: "review-cptrej",
components: { ReviewWrapper, Cptrej },
created() { },
mounted() { }
};
components: {ReviewWrapper, Cptrej},
created() {
},
mounted() {
}
};
</script>
<style></style> -->
\ No newline at end of file
<style></style>
This source diff could not be displayed because it is too large. You can view the blob instead.
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