Commit a4fccb01 by wangweidong

fxt增加选项

parent fb69b7f8
const BusRouter = [ const BusRouter = [
{ path: 'inffxd', component: () => import("./Inffxd/views"), name: 'Inffxd', meta: { title: '资结售汇报表交易查询' }, module: 'Funds' }, { path: 'inffxd', component: () => import("./Inffxd/views"), name: 'Inffxd', meta: { title: '资结售汇报表交易查询' }, module: 'Funds' },
{ path: 'infftd1', component: () => import("./Infftd1/views"), name: 'Infftd1', meta: { title: '资金拆借/头寸调拨报表交易查询' }, module: 'Funds' }, { path: 'infftd', component: () => import("./Infftd1/views"), name: 'Infftd1', meta: { title: '资金拆借/头寸调拨报表交易查询' }, module: 'Funds' },
{ path: 'fttatt', component: () => import("./Fttatt/views"), name: 'Fttatt', meta: { title: 'Fttatt' }, module: 'Funds' }, { path: 'fttatt', component: () => import("./Fttatt/views"), name: 'Fttatt', meta: { title: 'Fttatt' }, module: 'Funds' },
{ path: 'fttfcm', component: () => import("./Fttfcm/views"), name: 'Fttfcm', meta: { title: 'Fttfcm' }, module: 'Funds' }, { path: 'fttfcm', component: () => import("./Fttfcm/views"), name: 'Fttfcm', meta: { title: 'Fttfcm' }, module: 'Funds' },
{ path: 'fttfcn', component: () => import("./Fttfcn/views"), name: 'Fttfcn', meta: { title: 'Fttfcn' }, module: 'Funds' }, { path: 'fttfcn', component: () => import("./Fttfcn/views"), name: 'Fttfcn', meta: { title: 'Fttfcn' }, module: 'Funds' },
......
...@@ -71,5 +71,18 @@ export default { ...@@ -71,5 +71,18 @@ export default {
this.pagination.pageNum = val; this.pagination.pageNum = val;
this.handleSearch(); this.handleSearch();
}, },
//拆借存放登记及确认
toFttfcm() {
this.routerPush({
path: '/business/fttfcm',
});
},
//头寸调拨登记及确认
toFttpcm() {
this.routerPush({
path: '/business/fttpcm',
});
},
}, },
}; };
...@@ -97,6 +97,17 @@ ...@@ -97,6 +97,17 @@
</template> </template>
</c-list-search> </c-list-search>
<c-col :span="24" style="margin-top: 10px; margin-bottom: 10px">
<c-button class="medium_bcs" size="medium" type="primary" style="margin-top: 10px; margin-bottom: 10px" title="FTTFCM"
@click="toFttfcm">
拆借存放登记及确认
</c-button>
<c-button class="medium_bcs" size="medium" type="primary" style="margin-left: 20px" title="FTTPCM"
@click="toFttpcm">
头寸调拨登记及确认
</c-button>
</c-col>
<el-col :span="24" style="margin-top: 10px"> <el-col :span="24" style="margin-top: 10px">
<div style="height: 90%"> <div style="height: 90%">
<c-col :span="24"> <c-col :span="24">
......
...@@ -59,11 +59,11 @@ export default { ...@@ -59,11 +59,11 @@ export default {
this.model.infcon.eaamtto = ""; this.model.infcon.eaamtto = "";
this.model.infcon.searef = ""; this.model.infcon.searef = "";
this.model.infcon.pty.extkey = ""; this.model.infcon.ptyextkey = "";
this.model.infcon.pty.nam = ""; this.model.infcon.ptynam = "";
this.model.infcon.seapty = ""; this.model.infcon.seapty = "";
this.model.infcon.searol = ""; this.model.infcon.searol = "";
this.model.infcon.usr.extkey = ""; this.model.infcon.usrextkey = "";
this.model.infcon.seasta = ""; this.model.infcon.seasta = "";
this.model.infcon.accmng = ""; this.model.infcon.accmng = "";
this.model.infcon.fxtyp = ""; this.model.infcon.fxtyp = "";
...@@ -79,5 +79,32 @@ export default { ...@@ -79,5 +79,32 @@ export default {
this.pagination.pageNum = val; this.pagination.pageNum = val;
this.handleSearch(); this.handleSearch();
}, },
//进入即期结汇交易
toFxtssb() {
this.routerPush({
path: '/business/fxtssb',
});
},
//进入即期售汇交易
toFxtsss() {
this.routerPush({
path: '/business/fxtsss',
});
},
//进入结售汇平盘登记交易
toFxtlop() {
this.routerPush({
path: '/business/fxtlop',
});
},
//进入外币兑换平盘登记交易
toFxtfop() {
this.routerPush({
path: '/business/fxtfop',
});
},
}, },
}; };
import Api from "~/service/Api" import Api from "~/service/Api"
export default class inffxd{ export default class inffxd {
constructor () { constructor() {
this.data = { this.data = {
infcon:{ infcon: {
seaownref:"", // 业务编号 .infcon.seaownref seaownref: "", // 业务编号 .infcon.seaownref
nam:"", // Name客户名称 .infcon.nam nam: "", // Name客户名称 .infcon.nam
opndat:"", // opndat: "", //
opndatfrom:"", // 有效日期自 .infcon.opndatfrom opndatfrom: "", // 有效日期自 .infcon.opndatfrom
opndatto:"", // Open Date to .infcon.opndatto opndatto: "", // Open Date to .infcon.opndatto
seacur:"", // 币种 .infcon.seacur seacur: "", // 币种 .infcon.seacur
seaamtfr:"", // 金额自 .infcon.seaamtfr seaamtfr: "", // 金额自 .infcon.seaamtfr
seaamtto:"", // Amount to .infcon.seaamtto seaamtto: "", // Amount to .infcon.seaamtto
searef:"", //参与方参考号 searef: "", //参与方参考号
pty:{
extkey:"", // 选择一个参与方 .infcon.pty.extkey ptyextkey: "", // 选择一个参与方 .infcon.pty.extkey
nam:"", // External Visible Name .infcon.pty.nam ptynam: "", // External Visible Name .infcon.pty.nam
},
seapty:"", // 参与方名称/BIC .infcon.seapty seapty: "", // 参与方名称/BIC .infcon.seapty
searol:"", searol: "",
usr:{
extkey:"", // User ID .infcon.usr.extkey usrextkey: "", // User ID .infcon.usr.extkey
},
seasta:"", // Status .infcon.seasta seasta: "", // Status .infcon.seasta
accmng:"", // Account manager .infcon.accmng accmng: "", // Account manager .infcon.accmng
fxtyp:"", //类型 fxtyp: "", //类型
}, },
infbut:{ infbut: {
dspstm:"", // display stream .infbut.dspstm dspstm: "", // display stream .infbut.dspstm
}, },
fttyp:"", // Funds Trans. Type .fttyp fttyp: "", // Funds Trans. Type .fttyp
pageId: "" // ctx的key pageId: "" // ctx的key
} }
} }
} }
\ No newline at end of file
...@@ -140,8 +140,8 @@ ...@@ -140,8 +140,8 @@
<c-col :span="24"> <c-col :span="24">
<c-col :span="8"> <c-col :span="8">
<el-form-item <el-form-item
label="User ID" prop="usr.extkey" style="width: 100%"> label="角色ID" prop="usrextkey" style="width: 100%">
<c-input v-model="model.infcon.usr.extkey" maxlength="40" placeholder="请输入User ID"> <c-input v-model="model.infcon.usrextkey" maxlength="40" placeholder="请输入角色ID">
</c-input> </c-input>
</el-form-item> </el-form-item>
</c-col> </c-col>
...@@ -171,6 +171,26 @@ ...@@ -171,6 +171,26 @@
</template> </template>
</c-list-search> </c-list-search>
<c-col :span="24" style="margin-top: 10px; margin-bottom: 10px">
<c-button class="medium_bcs" size="medium" type="primary" style="margin-top: 10px; margin-bottom: 10px" title="FXTSSB"
@click="toFxtssb">
即期结汇
</c-button>
<c-button class="medium_bcs" size="medium" type="primary" style="margin-left: 20px" title="FXTSSS"
@click="toFxtsss">
即期售汇
</c-button>
<c-button class="medium_bcs" size="medium" type="primary" style="margin-left: 20px" title="FXTLOP"
@click="toFxtlop">
结售汇平盘登记
</c-button>
<c-button class="medium_bcs" size="medium" type="primary" style="margin-left: 20px" title="FXTFOP"
@click="toFxtfop">
外币兑换平盘登记
</c-button>
</c-col>
<el-col :span="24" style="margin-top: 10px"> <el-col :span="24" style="margin-top: 10px">
<div style="height: 90%"> <div style="height: 90%">
<c-col :span="24"> <c-col :span="24">
......
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