index.js 2.72 KB
Newer Older
zhengxiaokui committed
1 2 3
export default class Trnmod {
    constructor() {
        this.data = {
zhengxiaokui committed
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
            swiadd: {
                amedat: "",			//  Amendment Date		.trnmod.swiadd.amedat
                amenbr: "",			//  Amend. No Received		.trnmod.swiadd.amenbr
                amecur: "",			//  Amended		.trnmod.swiadd.amecur
                ameamt: "",			//  Amended		.trnmod.swiadd.ameamt
                newcur: "",			//  New Data		.trnmod.swiadd.newcur
                newamt: "",			//  New Data		.trnmod.swiadd.newamt
                newnomtop: "",			//  New positive tolerance		.trnmod.swiadd.newnomtop
                newnomton: "",			//  New negative tolerance		.trnmod.swiadd.newnomton
                nomspc: "",			//  Amount Specification		.trnmod.swiadd.nomspc
                newexpdat: "",			//  New Expiry Date		.trnmod.swiadd.newexpdat
                newshpdat: "",			//  New Shipment Date		.trnmod.swiadd.newshpdat
                shpper: "",			//  Shipment Period		.trnmod.swiadd.shpper
                shpfro: "",			//  Dispatch from		.trnmod.swiadd.shpfro
                porloa: "",			//  Air-/Port of Loading		.trnmod.swiadd.porloa
                pordis: "",			//  Air-/Port of Discharge		.trnmod.swiadd.pordis
                shpto: "",			//  Final Destination		.trnmod.swiadd.shpto
                addamtcov: "",			//  Amounts Covered		.trnmod.swiadd.addamtcov
                addamt: "",			//  Amounts Covered		.trnmod.swiadd.addamt
                insbnk: "",			//  Instruction to P/A/N Bank amendment		.trnmod.swiadd.insbnk
24 25 26 27
                nartxt:"",
                newnomtopame:"",
                newnomtoname:"",

zhengxiaokui committed
28
            },
zhengxiaokui committed
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
            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
                doceot: [],
            },
46 47 48
            swiadd:{
                strinf:"",			//  Narrative of Maturity		.trnmod.swiadd.strinf
            },
zhengxiaokui committed
49 50 51
        }
    }
}