import Api from "~/service/Api" import Pts from "../Common/Pts" import Pub from "../Public" export default class Gctcan{ constructor () { this.data = { setmod: new Pub().data.Setmod, mtabut: new Pub().data.Mtabut, trnmod: new Pub().data.Trnmod, liaall: new Pub().data.Liaall, gctp0:{ aplmullab:"", // Label, that is set, if there are multiple applicants .gctp0.aplmullab liafldlab:"", // Label for Field Liability .gctp0.liafldlab expfldlab:"", // Label for Field Validity .gctp0.expfldlab explab:"", // Label unlimited Validity .gctp0.explab lialab:"", // Label unlimited Liability .gctp0.lialab gidget:{ sdamod:{ seainf:"", // .gctp0.gidget.sdamod.seainf dadsnd:"", // Drag Drop Sender .gctp0.gidget.sdamod.dadsnd }, }, recget:{ sdamod:{ dadsnd:"", // Drag Drop Sender .gctp0.recget.sdamod.dadsnd seainf:"", // .gctp0.recget.sdamod.seainf }, }, adaflg:"", // Add. Amount .gctp0.adaflg }, gidgrp:{ rec:{ ownref:"", // Guarantee .gidgrp.rec.ownref expdat:"", // Valid until .gidgrp.rec.expdat gartyp:"", // Type of Undertaking .gidgrp.rec.gartyp liadat:"", // Liability until .gidgrp.rec.liadat }, cbs:{ opn1:{ cur:"", // Open Guar. Amt. .gidgrp.cbs.opn1.cur amt:"", // Balance .gidgrp.cbs.opn1.amt }, }, }, gcdgrp:{ rec:{ ownref:"", // Claim Number .gcdgrp.rec.ownref nam:"", // Externally Displayed Name to Identify the Contract .gcdgrp.rec.nam clmdat:"", // Date of Claim .gcdgrp.rec.clmdat }, cbs:{ max:{ cur:"", // Amount Claimed .gcdgrp.cbs.max.cur amt:"", // Balance .gcdgrp.cbs.max.amt }, opn1:{ cur:"", // Open Amount .gcdgrp.cbs.opn1.cur amt:"", // Balance .gcdgrp.cbs.opn1.amt }, }, apl:{ pts:new Pts().data, }, ben:{ pts:new Pts().data, }, }, rebkpflg:"", // Booking Procedure .rebkpflg // 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:{ // docamttyplab:"", // settled amount description as label .setmod.docamttyplab // retmsg:"", // Label showing Retry overflow condition .setmod.retmsg // ref:"", // our reference .setmod.ref // doccur:"", // document currency .setmod.doccur // docamt:"", // document amount .setmod.docamt // dspflg:"", // Type of settlement .setmod.dspflg // xreflg:"", // Recalculate Rates .setmod.xreflg // setglg:{ // labdspflg:"", // Label for Type of Settlement .setmod.setglg.labdspflg // }, // zmqacclab:"", // 主�'�号LABEL .setmod.zmqacclab // zmqacc:"", // 自�'�区主�'�号 .setmod.zmqacc // }, // 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 // }, // }, pageId: "" // ctx的key } } }