import Api from "~/service/Api"
import Pts from "../Common/Pts"
export default class Fctopn{
constructor () {
this.data = {
fcdgrp:{
apl:{
pts:new Pts().data,
pta:{
nam1:"", // Externally Visible Name of Address .fcdgrp.apl.pta.nam1
},
},
},
aplp:{
ptsget:{
sdamod:{
dadsnd:"", // Drag Drop Sender .aplp.ptsget.sdamod.dadsnd
seainf:"", // .aplp.ptsget.sdamod.seainf
},
},
},
cashcur:"", // currency .cashcur
cashamt:"", // 金额 .cashamt
gleflg:"", // 是否过帐 .gleflg
cashacc:"", // account .cashacc
trmtyp:"", // 科目 .trmtyp
reason:"", // collect reason .reason
cshstm:"", // STREAM OF CSH .cshstm
pageId: "" // ctx的key
}
}
}