Commit 6c04d686 by wangna

cptopn修改

parent 9e0b635b
import Api from "~/service/Api";
import Pts from "../Common/Pts"
import Pub from "../Public"
export default class Cptopn{
constructor () {
this.data = {
......@@ -241,30 +242,6 @@ export default class Cptopn{
uetr:"", // Uetr .cptp.uetr
},
pyenam:"",// 收款人名称 pyenam
setmod:{
docamttyplab:"", // settled amount description as label .setmod.docamttyplab
retmsg:"", // Label showing Retry overflow condition .setmod.retmsg
ref:"", // our reference .setmod.ref
doccur:"", // document currency .setmod.doccur
docamt:"", // document amount .setmod.docamt
dspflg:"", // Type of settlement .setmod.dspflg
xreflg:"", // Recalculate Rates .setmod.xreflg
setglg:{
labdspflg:"", // Label for Type of Settlement .setmod.setglg.labdspflg
setgll:[]
},
zmqacclab:"", // 主�'�号LABEL .setmod.zmqacclab
zmqacc:"", // 自�'�区主�'�号 .setmod.zmqacc
setfog:{
setfol:[]
},
setfeg:{
setfel:[]
},
glemod:{
gleshwstm: {}
}
},
mtabut:{
coninf:{
oitinf:{
......@@ -394,7 +371,8 @@ export default class Cptopn{
sbankname:"", // 银行机构名称 .cnybop.sbankname
outscale:"", // OUTSCALE .cnybop.outscale
},
pageId: "" // ctx的key
pageId: "", // ctx的key
setmod: new Pub().data.Setmod,
}
}
}
\ No newline at end of file
......@@ -297,7 +297,7 @@
size="medium"
type="primary"
style="margin-left: 0"
@click="toCptopn"
@click="toCptadv"
>swift汇入</c-button
>
<c-button
......@@ -305,7 +305,7 @@
size="medium"
type="primary"
style="margin-left: 5px"
@click="toCptadv"
@click="toCptopn"
>swift汇出</c-button
>
<c-button
......@@ -355,7 +355,7 @@
>
<div
style="
text-align: right;
text-align: right;
margin-top: -30px;
margin-right: 5px;
font-size: 16px;
......@@ -554,9 +554,10 @@ export default {
this.$refs.childs.initdialog = true;
console.log("ownref:" + ownref);
},
async onChoose(code) {
async onChoose(code, prePageId) {
//跳转交易
this.$router.history.push("/business/" + code);
// this.$router.history.push("/business/" + code);
this.$router.push({ name: code.charAt(0).toUpperCase() + code.substring(1), params: { prePageId } });
this.$refs.childs.initdialog = false;
},
async getDitSelInfo(code) {
......
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