import Api from "~/service/Api" import Pts from "../Common/Pts" export default class Bctcan{ constructor () { this.data = { bcdgrp:{ rec:{ ownref:"", // Collection Number .bcdgrp.rec.ownref nam:"", // Name .bcdgrp.rec.nam rcvdat:"", // Docs Received on .bcdgrp.rec.rcvdat advdat:"", // Date of Advice of Documents Received .bcdgrp.rec.advdat matdat:"", // Maturity Date .bcdgrp.rec.matdat predat:"", // Maturity Date .bcdgrp.rec.predat doctypcod:"", // Payment Condition .bcdgrp.rec.doctypcod docsta:"", // Document Status .bcdgrp.rec.docsta }, cbs:{ max:{ cur:"", // Document Amount .bcdgrp.cbs.max.cur amt:"", // Document Amount .bcdgrp.cbs.max.amt }, opn1:{ cur:"", // Open Amount .bcdgrp.cbs.opn1.cur amt:"", // Open Amount .bcdgrp.cbs.opn1.amt }, }, dre:{ pts:new Pts().data, }, rmi:{ pts:new Pts().data, }, drr:{ pts:new Pts().data, }, }, bctp0:{ recget:{ sdamod:{ seainf:"", // .bctp0.recget.sdamod.seainf dadsnd:"", // Drag Drop Sender .bctp0.recget.sdamod.dadsnd }, }, matp:{ mattxtlab:"", // Label for MATTXT .bctp0.matp.mattxtlab }, }, sndmsg:"", // Send message .sndmsg strinf:"", // Narrative .strinf liaall:{ misamt:"", // Amount not yet assigned .liaall.misamt concur:"", // External Booking Amount .liaall.concur outpct:"", // Sight Amount Percentage .liaall.outpct outamt:"", // Sight Amount .liaall.outamt exttotoldamt:"", // Old Amount booked externally .liaall.exttotoldamt exttotamt:"", // Total booking amount external assinged .liaall.exttotamt }, setmod:{ doccur:"", // document currency .setmod.doccur docamt:"", // document amount .setmod.docamt docamttyplab:"", // settled amount description as label .setmod.docamttyplab retmsg:"", // Label showing Retry overflow condition .setmod.retmsg ref:"", // our reference .setmod.ref dspflg:"", // Type of settlement .setmod.dspflg xreflg:"", // Recalculate Rates .setmod.xreflg setglg:{ labdspflg:"", // Label for Type of Settlement .setmod.setglg.labdspflg setgll:[] }, zmqacclab:"", // 主�'�号LABEL .setmod.zmqacclab zmqacc:"", // 自�'�区主�'�号 .setmod.zmqacc setfog:{ setfol:[] }, setfeg:{ setfel:[] }, glemod:{ gleshwstm: {} } }, liaall:{ misamt:"", // Amount not yet assigned .liaall.misamt concur:"", // External Booking Amount .liaall.concur outpct:"", // Sight Amount Percentage .liaall.outpct outamt:"", // Sight Amount .liaall.outamt exttotoldamt:"", // Old Amount booked externally .liaall.exttotoldamt exttotamt:"", // Total booking amount external assinged .liaall.exttotamt liaallg:[], liaccv:{ newamt:"", // 合同金额 .liaall.liaccv.newamt concur:"", // 应付保证金金额 .liaall.liaccv.concur totcovamt:"", // 金额总和 .liaall.liaccv.totcovamt newresamt:"", // Reserved Amount .liaall.liaccv.newresamt addinf:"", // Additional Information .liaall.liaccv.addinf cshpct:"", // 保证金应收比例 .liaall.liaccv.cshpct relcshpct:"", // 保证金实收比例 .liaall.liaccv.relcshpct gleflg:"", // Create gle flag .liaall.liaccv.gleflg chgcurflg:"", // Change currency flag .liaall.liaccv.chgcurflg pctresamt:"", // reserve amount based percent .liaall.liaccv.pctresamt liaccvg:[], }, }, 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 doceot:[], }, }, pageId: "" // ctx的key } } }