index.js 3.83 KB
import Api from "~/service/Api"
import Pts from "../Common/Pts"

export default class Gctadd{
    constructor () {
        this.data = {
						gctp:{
							liafldlab:"",			//  Label for Field Liability		.gctp.liafldlab
							expfldlab:"",			//  Label for Field Validity		.gctp.expfldlab
							aplmullab:"",			//  Label, that is set, if there are multiple applicants		.gctp.aplmullab
							lialab:"",			//  Label unlimited Liability		.gctp.lialab
							explab:"",			//  Label unlimited Validity		.gctp.explab
							gidget:{
								sdamod:{
									dadsnd:"",			//  Drag  Drop Sender		.gctp.gidget.sdamod.dadsnd
									seainf:"",			//  		.gctp.gidget.sdamod.seainf
								},
							},
							recget:{
								sdamod:{
									seainf:"",			//  		.gctp.recget.sdamod.seainf
									dadsnd:"",			//  Drag  Drop Sender		.gctp.recget.sdamod.dadsnd
								},
							},
							adaflg:"",			//  Add. Amount		.gctp.adaflg
							prbp:{
								ptsget:{
									sdamod:{
										seainf:"",			//  		.gctp.prbp.ptsget.sdamod.seainf
										dadsnd:"",			//  Drag  Drop Sender		.gctp.prbp.ptsget.sdamod.dadsnd
									},
								},
							},
							othp:{
								ptsget:{
									sdamod:{
										seainf:"",			//  		.gctp.othp.ptsget.sdamod.seainf
										dadsnd:"",			//  Drag  Drop Sender		.gctp.othp.ptsget.sdamod.dadsnd
									},
								},
							},
							prechkdat:"",			//  预计核验日期		.gctp.prechkdat
							ischktyp:"",			//  是否需要核验		.gctp.ischktyp
						},
						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:"",			//  Currency		.gidgrp.cbs.opn1.cur
									amt:"",			//  Balance		.gidgrp.cbs.opn1.amt
								},
							},
						},
						gcdgrp:{
							rec:{
								ownref:"",			//  Claim Number		.gcdgrp.rec.ownref
								nam:"",			//  Name		.gcdgrp.rec.nam
								clmdat:"",			//  Date of Claim		.gcdgrp.rec.clmdat
								docprbrol:"",			//  Presented by		.gcdgrp.rec.docprbrol
								payrol:"",			//  Payer		.gcdgrp.rec.payrol
							},
							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,
							},
							prb:{
								pts:new Pts().data,
								namelc:"",			//  名称		.gcdgrp.prb.namelc
								adrelc:"",			//  地址		.gcdgrp.prb.adrelc
								dbfadrblkcn:"",			//  Chinese address		.gcdgrp.prb.dbfadrblkcn
							},
							oth:{
								pts:new Pts().data,
								namelc:"",			//  名称		.gcdgrp.oth.namelc
								adrelc:"",			//  地址		.gcdgrp.oth.adrelc
								dbfadrblkcn:"",			//  Chinese address		.gcdgrp.oth.dbfadrblkcn
							},
						},
						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
								},
							},
						},
						pageId: ""			// ctx的key
				}
    }
}