1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
import Pub from '~/components/business/commonModel/index.js';
import Rmbclm from '~/components/business/commonModel/rmbclm';
import Ledgrp from '~/components/business/commonModel/ledgrp';
import Ltdgrp from '~/components/business/commonModel/ltdgrp';
import Btdgrp from '~/components/business/commonModel/btdgrp';
import Bttp from '~/components/business/commonModel/bttp';
;
export default class Bttsnd {
constructor() {
this.data = {
bttp: new Bttp().data,
ledgrp: new Ledgrp().data,
ltdgrp: new Ltdgrp().data,
btdgrp: new Btdgrp().data,
oldbtdgrp: new Btdgrp().data,
rmbclm: new Rmbclm().data,
btdsnd: {
snd732: "", // Create MT 732 .btdsnd.snd732
},
rmbclmnow: "", // Claim Reimbursement now .rmbclmnow
rmbclmlate: "", // Claim Reimbursement late .rmbclmlate
pageId: "", // ctx的key
setmod: new Pub().data.Setmod,
mtabut: new Pub().data.Mtabut,
trnmod: new Pub().data.Trnmod,
liaall: new Pub().data.Liaall,
liaccv: new Pub().data.Liaccv,
docpan: new Pub().data.Docpan,
doctre: new Pub().data.Doctre,
umdmod: new Pub().data.Umdmod,
trndia: new Pub().data.Trndia,
rmbbop: new Pub().data.Rmbbop,
cfagit: new Pub().data.Cfagit,
ypnmod: new Pub().data.Ypnmod,
swiadd: {
trnchato: "",
newnomtop: "0",
purpos: "",
amedat: "",
addamtcov: "",
newnomton: "0",
prepers18: "",
amenbr: "",
nartxt: "",
addamt: "0",
amecur: "",
newshpdat: "",
newamt: "",
newexpdat: "",
trnfeetxt: "",
ameamt: "",
newcur: "",
prepertxts18: "",
nomspc: "",
reqcan: "",
addamtflg: "",
},
}
}
}