index.js 1.18 KB
Newer Older
fukai 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
export default class Docpan {
	constructor() {
		this.data = {
			dtamod: {
				dtatagm03: "", //  Courier Service Name .dtamod.dtatagm03
			},
			dtemod: {
				dtetagm06: "", //  Information about Confirmation Instruction .dtemod.dtetagm06
				dtetagm07: "", //  Notes from Advising Bank .dtemod.dtetagm07
				dtetagm08: "", //  Fee of Advising Bank .dtemod.dtetagm08
				dtetagm53typ: "", //  Document Sending Type .dtemod.dtetagm53typ
				dtetagm53nam: "", //  Courier Name .dtemod.dtetagm53nam
				dtetagm53num: "", //  Courier Number .dtemod.dtetagm53num
			},
			nar754: "", //  Narrative :77A: .nar754
			advlabel: "", //  ADVLABEL .advlabel
			amdnam: "", //  AMDNAM .amdnam
			advdoc: "", //  国内证通知书 .advdoc
			advnam: "", //  国内证落款 .advnam
			amdapl: "", //  修改申请人名称 .amdapl
			doclbl: "", //  Lable for CONDOCSTM .doclbl
			doctrestm: "", //  Document tree .doctrestm
			shwinc: "", //  Show Incoming Messages .shwinc
			shwout: "", //  Show Outgoing Messages .shwout
			condocstm: "", //  Connected Documents .condocstm
			rcvatt: {
				seainf: "", //   .rcvatt.seainf
			},
			filrecv: "", //  File Receiver .filrecv
			doceot: [],
			addstr750: ""
		}
	}
}