Commit 54608764 by 李少勇

Merge branch 'develop' of http://114.115.138.98:8900/isc-v3.1/isc-web-vue into develop

parents bf994e48 276d260d
...@@ -3694,7 +3694,6 @@ const CodeTable = { ...@@ -3694,7 +3694,6 @@ const CodeTable = {
fxtyp: [ fxtyp: [
{ label: "售汇", value: "SH" }, { label: "售汇", value: "SH" },
{ label: "结汇", value: "JH" }, { label: "结汇", value: "JH" },
{ label: "套汇", value: "TH" },
], ],
genbro: [ genbro: [
{ label: "否", value: "" }, { label: "否", value: "" },
......
import Api from "~/service/Api" import Api from "~/service/Api";
export default class inffxd { export default class inffxd {
constructor() { constructor() {
...@@ -7,15 +7,15 @@ export default class inffxd { ...@@ -7,15 +7,15 @@ export default class inffxd {
seaownref: "", // 业务编号 .infcon.seaownref seaownref: "", // 业务编号 .infcon.seaownref
seanam: "", // 业务名称 .infcon.nam seanam: "", // 业务名称 .infcon.nam
opndat: "", // opndat: "", //
opndatfrom: new Date((new Date).getTime() - (7 * 24 * 60 * 60 * 1000)), // 有效日期自 .infcon.opndatfrom opndatfrom: new Date(new Date().getTime() - 7 * 24 * 60 * 60 * 1000), // 有效日期自 .infcon.opndatfrom
opndatto: new Date(), // Open Date to .infcon.opndatto opndatto: new Date(), // 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
ownusr:"", ownusr: "",
usr:"", usr: "",
acc:"", acc: "",
acc2:"", acc2: "",
searef: "", searef: "",
ptyextkey: "", // 选择一个参与方 .infcon.pty.extkey ptyextkey: "", // 选择一个参与方 .infcon.pty.extkey
...@@ -31,7 +31,11 @@ export default class inffxd { ...@@ -31,7 +31,11 @@ export default class inffxd {
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
} dbCodes: {
TRAINT: [],
TRAOUT: [],
},
};
} }
} }
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