import Brdgrp from '~/components/business/commonModel/brdgrp'; import Lidgrp from '~/components/business/commonModel/lidgrp'; import Pub from '~/components/business/commonModel/index.js'; export default class Brtadd { constructor() { this.data = { brdgrp: new Brdgrp().data, lidgrp: new Lidgrp().data, addamtflg:'', trndia: new Pub().data.Trndia, brtp: { lidget: { sdamod: { seainf: "", // .brtp.lidget.sdamod.seainf dadsnd: "", // Drag Drop Sender .brtp.lidget.sdamod.dadsnd }, }, recget: { sdamod: { dadsnd: "", // Drag Drop Sender .brtp.recget.sdamod.dadsnd seainf: "", // .brtp.recget.sdamod.seainf }, }, matp: { mattxtlab: "", // Label for MATTXT .brtp.matp.mattxtlab }, prechkdat: "", // 预计核验日期 .brtp.prechkdat ischktyp: "", // 是否需要核验 .brtp.ischktyp docgrdm: { docdsclab: "", // Label of document description .brtp.docgrdm.docdsclab }, cre752flg: "", // Create 752 .brtp.cre752flg furide: "", // Further Identification .brtp.furide cre732flg: "", // Create MT 732 .brtp.cre732flg countrycode: "", // Country or Region Code .brtp.countrycode shpp: { ptsget: { sdamod: { seainf: "", // .brtp.shpp.ptsget.sdamod.seainf dadsnd: "", // Drag Drop Sender .brtp.shpp.ptsget.sdamod.dadsnd }, }, }, connum: "", // Contract Number .brtp.connum }, limchg: { ptyextkey: "", // 额度主体 .limchg.ptyextkey othextkey: "", // 单笔单批 .limchg.othextkey lim: { sfzsqyw: "", // 是否转授权业务 .limchg.lim.sfzsqyw mgskhbh: "", // 转授权客户编号 .limchg.lim.mgskhbh sffgsyw: "", // 是否分公司业务 .limchg.lim.sffgsyw zgskhbh: "", // 总公司客户编号 .limchg.lim.zgskhbh othmflg: "", // 是否转授权业务 .limchg.lim.othmflg othmgs: "", // 转授权客户编号 .limchg.lim.othmgs othfflg: "", // 是否分公司业务 .limchg.lim.othfflg othzgs: "", // 总公司客户编号 .limchg.lim.othzgs }, }, } } }