Commit 94b2e93e by wangweidong

完善一下头寸调拨

parent 70bd2d61
......@@ -9799,6 +9799,13 @@ const CodeTable = {
{label: "04特殊监管区", value: "0004"},
{label: "05离岸转手买卖", value: "0005"},
{label: "06其他未纳入海关统计的货物贸易", value: "0000"},
]
],
fttyp:[
{label:"资金拆入",value:"LI" },
{label:"定存吸存",value:"DI" },
{label:"定存存出",value:"DO" },
{label:"头寸调拨",value:"PT" },
{label:"资金拆出",value:"LO" },
],
};
export default CodeTable;
......@@ -67,7 +67,7 @@ export default {
this.model.infcon.usrextkey = "";
this.model.infcon.seasta = "";
this.model.infcon.accmng = "";
this.model.infcon.fxtyp = "";
this.model.infcon.fttyp = "";
},
// pageSize改变
......
......@@ -30,7 +30,7 @@ export default class infftd {
infbut: {
dspstm: "", // display stream .infbut.dspstm
},
fttyp: "", // Funds Trans. Type .fttyp
//fttyp: "", // Funds Trans. Type .fttyp
pageId: "" // ctx的key
}
}
......
......@@ -66,7 +66,7 @@ export default {
this.model.infcon.usrextkey = "";
this.model.infcon.seasta = "";
this.model.infcon.accmng = "";
this.model.infcon.fttyp = "";
this.model.infcon.fxtyp = "";
},
// pageSize改变
handleSizeChange(val) {
......
......@@ -30,7 +30,7 @@ export default class inffxd {
infbut: {
dspstm: "", // display stream .infbut.dspstm
},
fttyp: "", // Funds Trans. Type .fttyp
//fttyp: "", // Funds Trans. Type .fttyp
pageId: "" // ctx的key
}
}
......
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