Commit 276d260d by huangshunlin

查询码表处理

parent dd0c4567
......@@ -3694,7 +3694,6 @@ const CodeTable = {
fxtyp: [
{ label: "售汇", value: "SH" },
{ label: "结汇", value: "JH" },
{ label: "套汇", value: "TH" },
],
genbro: [
{ label: "否", value: "" },
......
import Api from "~/service/Api"
import Api from "~/service/Api";
export default class inffxd {
constructor() {
......@@ -7,15 +7,15 @@ export default class inffxd {
seaownref: "", // 业务编号 .infcon.seaownref
seanam: "", // 业务名称 .infcon.nam
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
seacur: "", // 币种 .infcon.seacur
seaamtfr: "", // 金额自 .infcon.seaamtfr
seaamtto: "", // Amount to .infcon.seaamtto
ownusr:"",
usr:"",
acc:"",
acc2:"",
ownusr: "",
usr: "",
acc: "",
acc2: "",
searef: "",
ptyextkey: "", // 选择一个参与方 .infcon.pty.extkey
......@@ -31,7 +31,11 @@ export default class inffxd {
dspstm: "", // display stream .infbut.dspstm
},
//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