index.js 8.07 KB
Newer Older
xsh committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210
import Api from "~/service/Api"
import Pts from "../Common/Pts"

export default class Bctame{
    constructor () {
        this.data = {
						bcdgrp:{
							rec:{
								ownref:"",			//  Reference		.bcdgrp.rec.ownref
								nam:"",			//  Name		.bcdgrp.rec.nam
								resflg:"",			//  Reserved Contract		.bcdgrp.rec.resflg
								dftgarflg:"",			//  Draft to be Guaranteed		.bcdgrp.rec.dftgarflg
								rcvdat:"",			//  Docs received on		.bcdgrp.rec.rcvdat
								predat:"",			//  Date of Remittance Lt.		.bcdgrp.rec.predat
								advdat:"",			//  Advised on		.bcdgrp.rec.advdat
								oridre:"",			//  Send Original Documents to Drawee		.bcdgrp.rec.oridre
								doctypcod:"",			//  Collection Condition		.bcdgrp.rec.doctypcod
								matdat:"",			//  Maturity Date		.bcdgrp.rec.matdat
								matpercnt:"",			//  Tenor Specification		.bcdgrp.rec.matpercnt
								matpertyp:"",			//  Days/Months or Years for Maturity Period		.bcdgrp.rec.matpertyp
								matperbeg:"",			//  Tenor Starting from		.bcdgrp.rec.matperbeg
								stacty:"",			//  Country Code Risk Country		.bcdgrp.rec.stacty
								invtyp:"",			//  发票类型		.bcdgrp.rec.invtyp
								chato:"",			//  Our Charges to		.bcdgrp.rec.chato
								focflg:"",			//  Free of Payment		.bcdgrp.rec.focflg
								waicolcod:"",			//  Waive Collecting Bank Charges		.bcdgrp.rec.waicolcod
								wairmtcod:"",			//  Waive Remitting Bank Charges		.bcdgrp.rec.wairmtcod
								othins:"",			//  Defer Payment until		.bcdgrp.rec.othins
								stagod:"",			//  Good's Code (for Statistics)		.bcdgrp.rec.stagod
								proins:"",			//  Protest Instructions		.bcdgrp.rec.proins
							},
							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
								},
							},
							blk:{
								bcgdet:"",			//  Maturity Text		.bcdgrp.blk.bcgdet
								bcgdetflg:"",			//  BC Tenor Details modified		.bcdgrp.blk.bcgdetflg
								colins:"",			//  Collection Instructions		.bcdgrp.blk.colins
								dftins:"",			//  Draft Instructions		.bcdgrp.blk.dftins
								othins:"",			//  Other Instructions		.bcdgrp.blk.othins
								chgtxt:"",			//  Charges Text		.bcdgrp.blk.chgtxt
							},
							dre:{
								pts:new Pts().data,
								namelc:"",			//  名称		.bcdgrp.dre.namelc
								adrelc:"",			//  地址		.bcdgrp.dre.adrelc
								dbfadrblkcn:"",			//  Chinese address		.bcdgrp.dre.dbfadrblkcn
							},
							rmi:{
								pts:new Pts().data,
								namelc:"",			//  名称		.bcdgrp.rmi.namelc
								adrelc:"",			//  地址		.bcdgrp.rmi.adrelc
								dbfadrblkcn:"",			//  Chinese address		.bcdgrp.rmi.dbfadrblkcn
							},
							drr:{
								pts:new Pts().data,
								namelc:"",			//  名称		.bcdgrp.drr.namelc
								adrelc:"",			//  地址		.bcdgrp.drr.adrelc
								dbfadrblkcn:"",			//  Chinese address		.bcdgrp.drr.dbfadrblkcn
							},
						},
						bctp:{
							recget:{
								sdamod:{
									seainf:"",			//  		.bctp.recget.sdamod.seainf
									dadsnd:"",			//  Drag  Drop Sender		.bctp.recget.sdamod.dadsnd
								},
							},
							usrget:{
								sdamod:{
									seainf:"",			//  		.bctp.usrget.sdamod.seainf
								},
							},
							usr:{
								extkey:"",			//  Responsible User		.bctp.usr.extkey
							},
							docgrdm:{
								docdsclab:"",			//  Label of document description		.bctp.docgrdm.docdsclab
							},
							drep:{
								ptsget:{
									sdamod:{
										seainf:"",			//  		.bctp.drep.ptsget.sdamod.seainf
										dadsnd:"",			//  Drag  Drop Sender		.bctp.drep.ptsget.sdamod.dadsnd
									},
								},
							},
							rmip:{
								ptsget:{
									sdamod:{
										seainf:"",			//  		.bctp.rmip.ptsget.sdamod.seainf
										dadsnd:"",			//  Drag  Drop Sender		.bctp.rmip.ptsget.sdamod.dadsnd
									},
								},
							},
							drrp:{
								ptsget:{
									sdamod:{
										seainf:"",			//  		.bctp.drrp.ptsget.sdamod.seainf
										dadsnd:"",			//  Drag  Drop Sender		.bctp.drrp.ptsget.sdamod.dadsnd
									},
								},
							},
							sblx:"",			//  申报类型		.bctp.sblx
							acttyplab:"",			//  款项去向		.bctp.acttyplab
							acttyp:"",			//  ACTTYP		.bctp.acttyp
						},
						amedat:"",			//  Amendment Date		.amedat
						amenbr:"",			//  No. of Amendment		.amenbr
						oldbcdgrp:{
							cbs:{
								max:{
									cur:"",			//  Original Amount		.oldbcdgrp.cbs.max.cur
									amt:"",			//  Original Amount		.oldbcdgrp.cbs.max.amt
								},
							},
							rec:{
								matpercnt:"",			//  Tenor Data		.oldbcdgrp.rec.matpercnt
								matpertyp:"",			//  Days/Months or Years for Maturity Period		.oldbcdgrp.rec.matpertyp
								matperbeg:"",			//  Start of Maturity Period MATBEG		.oldbcdgrp.rec.matperbeg
								matdat:"",			//  Maturity Date		.oldbcdgrp.rec.matdat
							},
						},
						trnmod:{
							swiadd:{
								amecur:"",			//  Amended		.trnmod.swiadd.amecur
								ameamt:"",			//  Amended		.trnmod.swiadd.ameamt
								newcur:"",			//  New Amount		.trnmod.swiadd.newcur
								newamt:"",			//  New amount		.trnmod.swiadd.newamt
								newmatpercnt:"",			//  New Tenor Data		.trnmod.swiadd.newmatpercnt
								newmatpertyp:"",			//  Days/Month or Year for Maturity Period		.trnmod.swiadd.newmatpertyp
								newmatperbeg:"",			//  Start of Maturity Period		.trnmod.swiadd.newmatperbeg
								newmatdat:"",			//  New Maturity Date		.trnmod.swiadd.newmatdat
								ametxt:"",			//  Further Amendments		.trnmod.swiadd.ametxt
							},
							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
							},
						},
						newdoctypcod:"",			//  Amend Condition		.newdoctypcod
						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
								setgll:[]
							},
							zmqacclab:"",			//  主�'�号LABEL		.setmod.zmqacclab
							zmqacc:"",			//  自�'�区主�'�号		.setmod.zmqacc
							setfog:{
								setfol:[]
							},
							setfeg:{
								setfel:[]
							},
							glemod:{
								gleshwstm: {}
							}
						},
						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
				}
    }
}