index.js 6.51 KB
Newer Older
1 2
import Api from "~/service/Api"
import Pts from "../Common/Pts"
daixuan committed
3
import Pub from "../Public"
4 5 6 7

export default class Bdtdck{
    constructor () {
        this.data = {
8 9 10 11 12 13 14 15 16 17 18 19 20
			//  private String brtapll2blk= NULLSTR;
			//  //XMLPanel brtapll1的内置block
			//  private String brtapll1blk= NULLSTR;
			//  //XMLPanel brtrogl1的内置block
			//  private String brtrogl1blk= NULLSTR;
			//  //XMLPanel brtapll3的内置block
			//  private String brtapll3blk= NULLSTR;
			//  //XMLPanel brtrogl2的内置block
			//  private String brtrogl2blk= NULLSTR;
						brtapll2blk:"",  //XMLPanel brtapll1的内置block
						brtapll1blk:"",  //XMLPanel brtrogl1的内置block
						brtrogl1blk:"",  //XMLPanel brtapll3的内置block
						brtrogl2blk:"",  //XMLPanel brtrogl2的内置block
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
						oridoclab:"",			//  Label original		.oridoclab
						oriaddlab:"",			//  Label original		.oriaddlab
						bddgrp:{
							rec:{
								docflg:"",			//  单据类型		.bddgrp.rec.docflg
								predat:"",			//  交单日期		.bddgrp.rec.predat
								rcvdat:"",			//  到单日期		.bddgrp.rec.rcvdat
								matdat:"",			//  Maturity Date		.bddgrp.rec.matdat
								shpdat:"",			//  单据到期日		.bddgrp.rec.shpdat
								docprbrol:"",			//  单据类型		.bddgrp.rec.docprbrol
								payrol:"",			//  Payer		.bddgrp.rec.payrol
								ownref:"",			//  单据参考号		.bddgrp.rec.ownref
								nam:"",			//  Name of Bill Contract		.bddgrp.rec.nam
								docsta:"",			//  单据状态		.bddgrp.rec.docsta
								tenmaxday:"",			//  单据到期日		.bddgrp.rec.tenmaxday
								stadat:"",			//  Start Date		.bddgrp.rec.stadat
								igndisflg:"",			//  Ignore Discrepancies		.bddgrp.rec.igndisflg
								advtyp:"",			//  Type of Advice Received		.bddgrp.rec.advtyp
								totdat:"",			//  付款日期		.bddgrp.rec.totdat
								disdat:"",			//  不符点通知日期		.bddgrp.rec.disdat
								approvcod:"",			//  Documents on Approval Basis		.bddgrp.rec.approvcod
							},
							cbs:{
								max:{
									cur:"",			//  单据金额		.bddgrp.cbs.max.cur
									amt:"",			//  单据金额		.bddgrp.cbs.max.amt
								},
								opn1:{
									cur:"",			//  单据余额		.bddgrp.cbs.opn1.cur
									amt:"",			//  Balance		.bddgrp.cbs.opn1.amt
								},
							},
							apl:{
								pts:new Pts().data,
							},
							ben:{
								pts:new Pts().data,
							},
							prb:{
								pts:new Pts().data,
							},
							skh:{
								pts:new Pts().data,
							},
							blk:{
66
								prsdoc:"",			
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
								comcon:"",			//  Comments and Conclusions		.bddgrp.blk.comcon
								docdis:"",			//  Discrepancies		.bddgrp.blk.docdis
								docdisflg:"",			//  discrepancies modified		.bddgrp.blk.docdisflg
								accrmk:"",			//  到期付款确认备注		.bddgrp.blk.accrmk
							},
						},
						oldbddgrp:{
							cbs:{
								max:{
									amt:"",			//  Balance		.oldbddgrp.cbs.max.amt
								},
								max2:{
									amt:"",			//  Balance		.oldbddgrp.cbs.max2.amt
								},
							},
						},
						didgrp:{
							rec:{
								utlnbr:"",			//  Count of Received Document Sets		.didgrp.rec.utlnbr
								aplref:"",			//  Applicant Reference		.didgrp.rec.aplref
								ownref:"",			//  信用证参考号		.didgrp.rec.ownref
								expdat:"",			//  Date of Expiry		.didgrp.rec.expdat
							},
							cbs:{
								opn1:{
									cur:"",			//  Currency		.didgrp.cbs.opn1.cur
									amt:"",			//  Balance		.didgrp.cbs.opn1.amt
								},
							},
						},
						bdtp:{
							didget:{
								sdamod:{
									seainf:"",			//  		.bdtp.didget.sdamod.seainf
									dadsnd:"",			//  Drag  Drop Sender		.bdtp.didget.sdamod.dadsnd
								},
							},
							recget:{
								sdamod:{
									dadsnd:"",			//  Drag  Drop Sender		.bdtp.recget.sdamod.dadsnd
									seainf:"",			//  		.bdtp.recget.sdamod.seainf
								},
							},
							matp:{
								mattxtlab:"",			//  Label for MATTXT		.bdtp.matp.mattxtlab
							},
							oth:{
								pts:new Pts().data,
								namelc:"",			//  名称		.bdtp.oth.namelc
								adrelc:"",			//  地址		.bdtp.oth.adrelc
								dbfadrblkcn:"",			//  Chinese address		.bdtp.oth.dbfadrblkcn
							},
							othp:{
								ptsget:{
									sdamod:{
										seainf:"",			//  		.bdtp.othp.ptsget.sdamod.seainf
										dadsnd:"",			//  Drag  Drop Sender		.bdtp.othp.ptsget.sdamod.dadsnd
									},
								},
							},
							setnowflg:"",			//  Register to Send and Settle Document		.bdtp.setnowflg
							zcday:"",			//  装船日\\服务提供日		.bdtp.zcday
							docgrdm:{
wangyanjiao committed
130
								docgrd:"",		
131 132 133 134 135 136 137 138 139
								docdsclab:"",			//  Label of document description		.bdtp.docgrdm.docdsclab
							},
							cre752flg:"",			//  Create 752		.bdtp.cre752flg
							furide:"",			//  Further Identification		.bdtp.furide
							cre732flg:"",			//  Create MT 732		.bdtp.cre732flg
						},
						mhtyp:"",			//  交易类别		.mhtyp
						days:"",			//  此信用证下的到单次数		.days
						tzdat:"",			//  通知日期		.tzdat
140 141
						trnmod: new Pub().data.Trnmod,
						liaall: new Pub().data.Liaall,
daixuan committed
142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
						// 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
						// },
						setmod: new Pub().data.Setmod,
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
						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
				}
    }
}