import Api from "~/service/Api" import Pts from "../Common/Pts" import Setmod from "../Public/Setmod" export default class Brtcan{ constructor () { this.data = { strinf:"", // Narrative .strinf brdgrp:{ rec:{ ownref:"", // 单据参考号 .brdgrp.rec.ownref nam:"", // Name of Bill Contract .brdgrp.rec.nam rcvdat:"", // 到单日期 .brdgrp.rec.rcvdat advdat:"", // Date of Advice of Payment .brdgrp.rec.advdat docflg:"", // 单据类型 .brdgrp.rec.docflg docsta:"", // 单据承付状态 .brdgrp.rec.docsta matdat:"", // Maturity Date .brdgrp.rec.matdat }, cbs:{ max:{ cur:"", // 单据金额 .brdgrp.cbs.max.cur amt:"", // 单据金额 .brdgrp.cbs.max.amt }, opn1:{ cur:"", // 单据余额 .brdgrp.cbs.opn1.cur amt:"", // Balance .brdgrp.cbs.opn1.amt }, }, apl:{ pts:new Pts().data, }, ben:{ pts:new Pts().data, }, prb:{ pts:new Pts().data, }, }, lidgrp:{ rec:{ ownref:"", // 参考号 .lidgrp.rec.ownref expdat:"", // Date of Expiry .lidgrp.rec.expdat }, cbs:{ opn1:{ cur:"", // Currency .lidgrp.cbs.opn1.cur amt:"", // Balance .lidgrp.cbs.opn1.amt }, }, }, brtp0:{ lidget:{ sdamod:{ seainf:"", // .brtp0.lidget.sdamod.seainf dadsnd:"", // Drag Drop Sender .brtp0.lidget.sdamod.dadsnd }, }, recget:{ sdamod:{ dadsnd:"", // Drag Drop Sender .brtp0.recget.sdamod.dadsnd seainf:"", // .brtp0.recget.sdamod.seainf }, }, matp:{ mattxtlab:"", // Label for MATTXT .brtp0.matp.mattxtlab }, }, sndmsg:"", // Send Message .sndmsg rebkpflg:"", // Booking Procedure .rebkpflg setmod:new Setmod().data, mtabut:{ coninf:{ oitinf:{ labinftxt:"", // Label for INFTXT .mtabut.coninf.oitinf.labinftxt oit:{ inftxt:"", // Infotext .mtabut.coninf.oitinf.oit.inftxt inflev:"", // Infotext Level .mtabut.coninf.oitinf.oit.inflev }, }, oitset:{ labinftxt:"", // Label for INFTXT .mtabut.coninf.oitset.labinftxt oit:{ inftxt:"", // Infotext .mtabut.coninf.oitset.oit.inftxt inflev:"", // Infotext Level .mtabut.coninf.oitset.oit.inflev }, }, conexedat:"", // 执行日期 .mtabut.coninf.conexedat usr:{ extkey:"", // User ID .mtabut.coninf.usr.extkey }, }, }, trnmod:{ trndoc:{ advlabel:"", // ADVLABEL .trnmod.trndoc.advlabel amdnam:"", // AMDNAM .trnmod.trndoc.amdnam advdoc:"", // 国内证通知书 .trnmod.trndoc.advdoc advnam:"", // 国内证落款 .trnmod.trndoc.advnam amdapl:"", // 修改申请人名称 .trnmod.trndoc.amdapl doclbl:"", // Lable for CONDOCSTM .trnmod.trndoc.doclbl doctrestm:"", // Document tree .trnmod.trndoc.doctrestm shwinc:"", // Show Incoming Messages .trnmod.trndoc.shwinc shwout:"", // Show Outgoing Messages .trnmod.trndoc.shwout condocstm:"", // Connected Documents .trnmod.trndoc.condocstm rcvatt:{ seainf:"", // .trnmod.trndoc.rcvatt.seainf }, filrecv:"", // File Receiver .trnmod.trndoc.filrecv }, }, liaall:{ limmod:{ limpts:{ wrklab:"", // Label .liaall.limmod.limpts.wrklab othlab:"", // Label .liaall.limmod.limpts.othlab othlabss:"", // Label .liaall.limmod.limpts.othlabss wrk:{ pts:new Pts().data, }, oth:{ pts:new Pts().data, }, lsh:"", // 合同流�'号 .liaall.limmod.limpts.lsh nonrevflg1:"", // Flag to Mark Non-revolving Limits .liaall.limmod.limpts.nonrevflg1 pfcod1:"", // 合同流�'号 .liaall.limmod.limpts.pfcod1 nonrevflg2:"", // Flag to Mark Non-revolving Limits .liaall.limmod.limpts.nonrevflg2 pfcod2:"", // 合同流�'号 .liaall.limmod.limpts.pfcod2 }, wrkp:{ ptsget:{ sdamod:{ dadsnd:"", // Drag Drop Sender .liaall.limmod.wrkp.ptsget.sdamod.dadsnd seainf:"", // .liaall.limmod.wrkp.ptsget.sdamod.seainf }, }, }, othp:{ ptsget:{ sdamod:{ dadsnd:"", // Drag Drop Sender .liaall.limmod.othp.ptsget.sdamod.dadsnd seainf:"", // .liaall.limmod.othp.ptsget.sdamod.seainf }, }, }, ownref:"", // 国结业务编号 .liaall.limmod.ownref comamt:"", // 业务余额 .liaall.limmod.comamt ccvamt:"", // 保证金余额 .liaall.limmod.ccvamt ecifno:"", // ECIFNO .liaall.limmod.ecifno }, }, pageId: "" // ctx的key } } }