import Pts from '~/components/business/commonModel/Pts'; export default class Limmod { constructor() { this.data = { limQueryDisabled:[], trnInfo:{ sdhflg:'' }, limPreCalDisabled:"", buildParams: {}, tryflg: false, judgeFlag:false, isDisable: null, isTransfer:false, codeDisable:false, flg:false, oldflg:'', tableList:[], limPreCalVo: { clmcbbVos: [], clmcbeVos: [], clmptyVos: [], tygrd: [], dggrd: [], }, limQueryVo: { limgrdVoList: [], lmegrdVos: [], type: "", //查询标志 }, limpts: { opnflg: "", sfzsqyw:"0", zsqkhbh:"", sffgsyw:"0", zgskhbh:"", wrklab: "", // Label .limmod.limpts.wrklab // othlab: "", // Label .limmod.limpts.othlab // othlabss: "", // Label .limmod.limpts.othlabss queryFlg:"", wrk: { pts: new Pts().data, extkey: '', nam: '', ptytyp:'', }, oth: { pts: new Pts().data, extkey: '', nam: '', }, // lsh: "", // 合同流?'号 .limmod.limpts.lsh nonrevflg1: "", // Flag to Mark Non-revolving Limits .limmod.limpts.nonrevflg1 pfcod1: "", // 合同流?'号 .limmod.limpts.pfcod1 nonrevflg2: "", // Flag to Mark Non-revolving Limits .limmod.limpts.nonrevflg2 pfcod2: "", // 合同流?'号 .limmod.limpts.pfcod2 mac: "", dothflg:"", othmflg:"0",// OTH是否转授权 othmgs:"",// OTH转授权客户编号 othfflg:"0",// OTH同业的是否分公司业务 othzgs:"",// OTH总公司客户编号 }, wrkp: { ptsget: { sdamod: { dadsnd: "", // Drag Drop Sender .limmod.wrkp.ptsget.sdamod.dadsnd seainf: "", // .limmod.wrkp.ptsget.sdamod.seainf }, }, ptspta: { pta: { bic: "", // BIC of Address .limmod.wrkp.ptspta.pta.bic }, }, }, othp: { ptsget: { sdamod: { dadsnd: "", // Drag Drop Sender .limmod.othp.ptsget.sdamod.dadsnd seainf: "", // .limmod.othp.ptsget.sdamod.seainf }, }, }, ownref: "", // 国结业务编号 .limmod.ownref comamt: "", // 业务余额 .limmod.comamt ccvamt: "", // 保证金余额 .limmod.ccvamt ecifno: "", // ECIFNO .limmod.ecifno tygrd: "", //.limmod.tygrd dggrd: "", //.limmod.dggrd } } }