|
|
|
|
Ext.define('MsOpSeaeModel', {
|
|
|
|
|
extend: 'Ext.data.Model',
|
|
|
|
|
idProperty: 'BSNO',
|
|
|
|
|
fields: [
|
|
|
|
|
{ name: 'BSNO', type: 'string' },
|
|
|
|
|
{ name: 'COLOR', type: 'string' },
|
|
|
|
|
{ name: 'ORDERTYPE', type: 'string' },
|
|
|
|
|
{ name: 'MASTERNO', type: 'string' },
|
|
|
|
|
{ name: 'CUSTNO', type: 'string' },
|
|
|
|
|
{ name: 'MBLNO', type: 'string' },
|
|
|
|
|
{ name: 'HBLNO', type: 'string' },
|
|
|
|
|
{ name: 'APPLYNO', type: 'string' },
|
|
|
|
|
{ name: 'BSSTATUS', type: 'bool' },
|
|
|
|
|
{ name: 'FEESTATUS', type: 'bool' },
|
|
|
|
|
{ name: 'BSSTATUSREF', type: 'string' },
|
|
|
|
|
{ name: 'FEESTATUSREF', type: 'string' },
|
|
|
|
|
{ name: 'MANIFESTSTATUS', type: 'string' },
|
|
|
|
|
{ name: 'DRFEESTATUS', type: 'string' },
|
|
|
|
|
{ name: 'CRFEESTATUS', type: 'string' },
|
|
|
|
|
{ name: 'DRINVSTATUS', type: 'string' },
|
|
|
|
|
{ name: 'DRDUISTATUS', type: 'string' },
|
|
|
|
|
{ name: 'TRUCKSTATUS', type: 'string' },
|
|
|
|
|
{ name: 'CRINVSTATUS', type: 'string' },
|
|
|
|
|
{ name: 'OPSTATUS', type: 'string' },
|
|
|
|
|
{ name: 'FENPIAO', type: 'string' },
|
|
|
|
|
{ name: 'AMEND', type: 'string' },
|
|
|
|
|
{ name: 'ISAPPLY', type: 'string' },
|
|
|
|
|
{ name: 'BSDATE', type: 'string' },
|
|
|
|
|
{ name: 'ACCDATE', type: 'string' },
|
|
|
|
|
{ name: 'CUSTOMERNAME', type: 'string' },
|
|
|
|
|
{ name: 'BSSOURCE', type: 'string' },
|
|
|
|
|
{ name: 'BSSOURCEDETAIL', type: 'string' },
|
|
|
|
|
{ name: 'INPUTBY', type: 'string' },
|
|
|
|
|
{ name: 'OP', type: 'string' },
|
|
|
|
|
{ name: 'CUSTSERVICE', type: 'string' },
|
|
|
|
|
{ name: 'FRCUSTSERVICE', type: 'string' },
|
|
|
|
|
{ name: 'SALE', type: 'string' },
|
|
|
|
|
{ name: 'CORPID', type: 'string' },
|
|
|
|
|
{ name: 'SALECORPID', type: 'string' },
|
|
|
|
|
{ name: 'SALECORP', type: 'string' },
|
|
|
|
|
{ name: 'SALEDEPT', type: 'string' },
|
|
|
|
|
{ name: 'CREATETIME', type: 'string' },
|
|
|
|
|
{ name: 'VESSEL', type: 'string' },
|
|
|
|
|
{ name: 'VOYNO', type: 'string' },
|
|
|
|
|
{ name: 'ETD', type: 'string' },
|
|
|
|
|
{ name: 'ATD', type: 'string' },
|
|
|
|
|
{ name: 'PORTLOADID', type: 'string' },
|
|
|
|
|
{ name: 'PORTLOAD', type: 'string' },
|
|
|
|
|
{ name: 'TRANSPORT', type: 'string' },
|
|
|
|
|
{ name: 'PORTDISCHARGEID', type: 'string' },
|
|
|
|
|
{ name: 'PORTDISCHARGE', type: 'string' },
|
|
|
|
|
{ name: 'CNTRNO', type: 'string' },
|
|
|
|
|
{ name: 'CNTR1', type: 'number' },
|
|
|
|
|
{ name: 'CNTR2', type: 'number' },
|
|
|
|
|
{ name: 'CNTR3', type: 'number' },
|
|
|
|
|
{ name: 'CNTR4', type: 'number' },
|
|
|
|
|
{ name: 'CNTR5', type: 'number' },
|
|
|
|
|
{ name: 'CNTR6', type: 'number' },
|
|
|
|
|
{ name: 'CNTR7', type: 'number' },
|
|
|
|
|
{ name: 'CNTR8', type: 'number' },
|
|
|
|
|
{ name: 'CNTR9', type: 'number' },
|
|
|
|
|
{ name: 'CNTR10', type: 'number' },
|
|
|
|
|
{ name: 'OTCNTR', type: 'string' },
|
|
|
|
|
{ name: 'TEU', type: 'number' },
|
|
|
|
|
{ name: 'CNTRTOTAL', type: 'string' },
|
|
|
|
|
{ name: 'GOODSNAME', type: 'string' },
|
|
|
|
|
{ name: 'KGS', type: 'string' },
|
|
|
|
|
{ name: 'NETWEIGHT', type: 'string' },
|
|
|
|
|
{ name: 'CUSTOMSER', type: 'string' },
|
|
|
|
|
{ name: 'TRANSNO', type: 'string' },
|
|
|
|
|
{ name: 'BLTYPE', type: 'string' },
|
|
|
|
|
{ name: 'SHIPPERID', type: 'string' },
|
|
|
|
|
{ name: 'CONSIGNEEID', type: 'string' },
|
|
|
|
|
{ name: 'NOTIFYPARTYID', type: 'string' },
|
|
|
|
|
{ name: 'SHIPPER', type: 'string' },
|
|
|
|
|
{ name: 'CONSIGNEE', type: 'string' },
|
|
|
|
|
{ name: 'NOTIFYPARTY', type: 'string' },
|
|
|
|
|
{ name: 'MSHIPPERID', type: 'string' },
|
|
|
|
|
{ name: 'MCONSIGNEEID', type: 'string' },
|
|
|
|
|
{ name: 'MNOTIFYPARTYID', type: 'string' },
|
|
|
|
|
{ name: 'MSHIPPER', type: 'string' },
|
|
|
|
|
{ name: 'MCONSIGNEE', type: 'string' },
|
|
|
|
|
{ name: 'MNOTIFYPARTY', type: 'string' },
|
|
|
|
|
{ name: 'AGENTID', type: 'string' },
|
|
|
|
|
{ name: 'AGENT', type: 'string' },
|
|
|
|
|
{ name: 'YARD', type: 'string' },
|
|
|
|
|
{ name: 'CLOSINGDATE', type: 'string' },
|
|
|
|
|
{ name: 'ETA', type: 'string' },
|
|
|
|
|
{ name: 'PLACERECEIPT', type: 'string' },
|
|
|
|
|
{ name: 'PLACEDELIVERYID', type: 'string' },
|
|
|
|
|
{ name: 'PLACEDELIVERY', type: 'string' },
|
|
|
|
|
{ name: 'DESTINATIONID', type: 'string' },
|
|
|
|
|
{ name: 'DESTINATION', type: 'string' },
|
|
|
|
|
{ name: 'NOBILL', type: 'string' },
|
|
|
|
|
{ name: 'COPYNOBILL', type: 'string' },
|
|
|
|
|
{ name: 'ISSUETYPE', type: 'string' },
|
|
|
|
|
{ name: 'ISSUEDATE', type: 'string' },
|
|
|
|
|
{ name: 'ISSUEPLACE', type: 'string' },
|
|
|
|
|
{ name: 'BLFRT', type: 'string' },
|
|
|
|
|
{ name: 'PREPARDAT', type: 'string' },
|
|
|
|
|
{ name: 'PREPARDATID', type: 'string' },
|
|
|
|
|
{ name: 'PAYABLEAT', type: 'string' },
|
|
|
|
|
{ name: 'SERVICE', type: 'string' },
|
|
|
|
|
{ name: 'MARKS', type: 'string' },
|
|
|
|
|
{ name: 'CNTRSEALNO', type: 'string' },
|
|
|
|
|
{ name: 'NOPKGS', type: 'string' },
|
|
|
|
|
{ name: 'DESCRIPTION', type: 'string' },
|
|
|
|
|
{ name: 'GROSSWEIGHT', type: 'string' },
|
|
|
|
|
{ name: 'MEASUREMENT', type: 'string' },
|
|
|
|
|
{ name: 'PKGS', type: 'string' },
|
|
|
|
|
{ name: 'KINDPKGS', type: 'string' },
|
|
|
|
|
{ name: 'CBM', type: 'string' },
|
|
|
|
|
{ name: 'TOTALNO', type: 'string' },
|
|
|
|
|
{ name: 'LANE', type: 'string' },
|
|
|
|
|
{ name: 'CARRIER', type: 'string' },
|
|
|
|
|
{ name: 'FORWARDER', type: 'string' },
|
|
|
|
|
{ name: 'SHIPAGENCY', type: 'string' },
|
|
|
|
|
{ name: 'TRUCKER', type: 'string' },
|
|
|
|
|
{ name: 'INVNO', type: 'string' },
|
|
|
|
|
{ name: 'CARGOID', type: 'string' },
|
|
|
|
|
{ name: 'DCLASS', type: 'string' },
|
|
|
|
|
{ name: 'DUNNO', type: 'string' },
|
|
|
|
|
{ name: 'REEFERF', type: 'string' },
|
|
|
|
|
{ name: 'TEMPID', type: 'string' },
|
|
|
|
|
{ name: 'TEMPSET', type: 'string' },
|
|
|
|
|
{ name: 'TEMPMAX', type: 'string' },
|
|
|
|
|
{ name: 'TEMPMIN', type: 'string' },
|
|
|
|
|
{ name: 'HUMIDITY', type: 'string' },
|
|
|
|
|
{ name: 'CUSTOMSNUM', type: 'number' },
|
|
|
|
|
{ name: 'PRERECORD', type: 'number' },
|
|
|
|
|
{ name: 'ORDTYPE', type: 'string' },
|
|
|
|
|
{ name: 'ORDERNO', type: 'string' },
|
|
|
|
|
{ name: 'INSURANCEER', type: 'string' },
|
|
|
|
|
{ name: 'INSURANCENO', type: 'string' },
|
|
|
|
|
{ name: 'INAMOUT', type: 'string' },
|
|
|
|
|
{ name: 'ISVOU', type: 'string' },
|
|
|
|
|
{ name: 'VOUNO', type: 'string' },
|
|
|
|
|
{ name: 'REMARK', type: 'string' },
|
|
|
|
|
{ name: 'STATUS1', type: 'boolean' },
|
|
|
|
|
{ name: 'STATUS2', type: 'boolean' },
|
|
|
|
|
{ name: 'STATUS3', type: 'boolean' },
|
|
|
|
|
{ name: 'STATUS4', type: 'boolean' },
|
|
|
|
|
{ name: 'STATUS5', type: 'boolean' },
|
|
|
|
|
{ name: 'ISFUMIGATION', type: 'boolean' },
|
|
|
|
|
{ name: 'ISSTORAGE', type: 'boolean' },
|
|
|
|
|
{ name: 'ISLAND', type: 'boolean' },
|
|
|
|
|
{ name: 'ISCUSTOMS', type: 'boolean' },
|
|
|
|
|
{ name: 'ISINSPECTION', type: 'boolean' },
|
|
|
|
|
{ name: 'ISBOOKING', type: 'boolean' },
|
|
|
|
|
{ name: 'ISAGENT', type: 'boolean' },
|
|
|
|
|
{ name: 'ISHBLNO', type: 'boolean' },
|
|
|
|
|
{ name: 'SERVICE9', type: 'boolean' },
|
|
|
|
|
{ name: 'SERVICE10', type: 'boolean' },
|
|
|
|
|
{ name: 'ISPRINTPR', type: 'string' },
|
|
|
|
|
{ name: 'DOC', type: 'string' },
|
|
|
|
|
{ name: 'PACKINGTYPE', type: 'string' },
|
|
|
|
|
{ name: 'WAREHOUSE', type: 'string' },
|
|
|
|
|
{ name: 'CLOSEDOCDATE', type: 'string' },
|
|
|
|
|
{ name: 'INTOPORTDATE', type: 'string' },
|
|
|
|
|
{ name: 'MBLFRT', type: 'string' },
|
|
|
|
|
{ name: 'STLNAME', type: 'string' },
|
|
|
|
|
{ name: 'STLDATE', type: 'string' },
|
|
|
|
|
{ name: 'OPERATORCODE', type: 'string' },
|
|
|
|
|
{ name: 'OPERATOR', type: 'string' },
|
|
|
|
|
{ name: 'OPERATOREMAIL', type: 'string' },
|
|
|
|
|
{ name: 'OPERATORTEL', type: 'string' },
|
|
|
|
|
{ name: 'OPERATORFAX', type: 'string' },
|
|
|
|
|
{ name: 'FINANCIALSTAFFCODE', type: 'string' },
|
|
|
|
|
{ name: 'FINANCIALSTAFF', type: 'string' },
|
|
|
|
|
{ name: 'FINANCIALSTAFFEMAIL', type: 'string' },
|
|
|
|
|
{ name: 'FINANCIALSTAFFTEL', type: 'string' },
|
|
|
|
|
{ name: 'FINANCIALSTAFFFAX', type: 'string' },
|
|
|
|
|
{ name: 'PLACERECEIPTID', type: 'string' },
|
|
|
|
|
{ name: 'SOURCECODE', type: 'string' },
|
|
|
|
|
{ name: 'ISCONTAINERSOC', type: 'string' },
|
|
|
|
|
{ name: 'DPAGE', type: 'string' },
|
|
|
|
|
{ name: 'DLABEL', type: 'string' },
|
|
|
|
|
{ name: 'LINKMAN', type: 'string' },
|
|
|
|
|
{ name: 'VESSELID', type: 'string' },
|
|
|
|
|
{ name: 'HSCODE', type: 'string' },
|
|
|
|
|
{ name: 'TRANSTATUS', type: 'string' },
|
|
|
|
|
{ name: 'ISSUEPLACEID', type: 'string' },
|
|
|
|
|
{ name: 'CONTRACTNO', type: 'string' },
|
|
|
|
|
{ name: 'SERVICECONTRACTNO', type: 'string' },
|
|
|
|
|
{ name: 'CUSTOMNO', type: 'string' },
|
|
|
|
|
{ name: 'CUSTOMDATE', type: 'string' },
|
|
|
|
|
{ name: 'INSPECTIONNO', type: 'string' },
|
|
|
|
|
{ name: 'INSPECTIONDATE', type: 'string' },
|
|
|
|
|
{ name: 'ENTERP', type: 'string' },
|
|
|
|
|
{ name: 'ENTERPID', type: 'string' },
|
|
|
|
|
{ name: 'CLEARCUSTOMDATE', type: 'string' },
|
|
|
|
|
{ name: 'ISMOREGOOD', type: 'boolean' },
|
|
|
|
|
{ name: 'TERMSDELIVERY', type: 'string' },
|
|
|
|
|
{ name: 'TRADETERM', type: 'string' },
|
|
|
|
|
{ name: 'INSPECTSERVICE', type: 'string' },
|
|
|
|
|
{ name: 'ISCANCEL', type: 'string' },
|
|
|
|
|
{ name: 'ISTUI', type: 'string' },
|
|
|
|
|
{ name: 'BLISSUESTATUS', type: 'string' },
|
|
|
|
|
{ name: 'VESSEL2N', type: 'string' },
|
|
|
|
|
{ name: 'VOYNO2N', type: 'string' },
|
|
|
|
|
{ name: 'VESSELID2N', type: 'string' },
|
|
|
|
|
{ name: 'DELIVERYDATE', type: 'string' },
|
|
|
|
|
{ name: 'YARDATTN', type: 'string' },
|
|
|
|
|
{ name: 'YARDTEL', type: 'string' },
|
|
|
|
|
{ name: 'EDIREMARK', type: 'string' },
|
|
|
|
|
{ name: 'MAILPROJECT', type: 'string' },
|
|
|
|
|
{ name: 'TRANSREMARK', type: 'string' },
|
|
|
|
|
{ name: 'CUSTOMSSTATUS', type: 'int' },
|
|
|
|
|
{ name: 'PORTSTATUS', type: 'int' },
|
|
|
|
|
{ name: 'EXPSTATUS', type: 'int' },
|
|
|
|
|
{ name: 'TRUCKCTNSTATUS', type: 'int' },
|
|
|
|
|
{ name: 'CTNRETURNSTATUS', type: 'int' },
|
|
|
|
|
{ name: 'HGYDSTATUS', type: 'int' },
|
|
|
|
|
{ name: 'RCVESTATUS', type: 'int' },
|
|
|
|
|
{ name: 'STCSSTATUS', type: 'int' },
|
|
|
|
|
{ name: 'ATASTATUS', type: 'int' },
|
|
|
|
|
{ name: 'ISGAIQIAN', type: 'boolean' },
|
|
|
|
|
{ name: 'WARNCOUNT', type: 'int' },
|
|
|
|
|
{ name: 'MDESCRIPTION', type: 'string' },
|
|
|
|
|
{ name: 'COUNTRY', type: 'string' },
|
|
|
|
|
{ name: 'NODAY', type: 'string' },
|
|
|
|
|
{ name: 'YJCR', type: 'string' },
|
|
|
|
|
{ name: 'HYFDR', type: 'string' },
|
|
|
|
|
{ name: 'HYFCR', type: 'string' },
|
|
|
|
|
{ name: 'BGFDR', type: 'string' },
|
|
|
|
|
{ name: 'TTLPROFIT', type: 'string' },
|
|
|
|
|
{ name: 'PROFITRATE', type: 'string' },
|
|
|
|
|
{ name: 'GROUPBS', type: 'string' },
|
|
|
|
|
{ name: 'IRCODE', type: 'string' },
|
|
|
|
|
{ name: 'PRINTTIME', type: 'string' },
|
|
|
|
|
{ name: 'PRINTUSER', type: 'string' },
|
|
|
|
|
{ name: 'BillFeeStatus', type: 'string' }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
Ext.define('MsOpSeaeDetail', {
|
|
|
|
|
extend: 'Ext.data.Model',
|
|
|
|
|
fields: [
|
|
|
|
|
{ name: 'GID', type: 'string' },
|
|
|
|
|
{ name: 'CTN_ID', type: 'string' },
|
|
|
|
|
{ name: 'MASTERNO', type: 'string' },
|
|
|
|
|
{ name: 'BSNO', type: 'string' },
|
|
|
|
|
{ name: 'sub_bno', type: 'string' },
|
|
|
|
|
{ name: 'bno', type: 'string' },
|
|
|
|
|
{ name: 'CTNCODE', type: 'string' },
|
|
|
|
|
{ name: 'SIZE', type: 'string' },
|
|
|
|
|
{ name: 'CTN', type: 'string' },
|
|
|
|
|
{ name: 'CTNNUM', type: 'int' },
|
|
|
|
|
{ name: 'TEU', type: 'int' },
|
|
|
|
|
{ name: 'CTNALL', type: 'string' },
|
|
|
|
|
{ name: 'CNTRNO', type: 'string' },
|
|
|
|
|
{ name: 'SEALNO', type: 'string' },
|
|
|
|
|
{ name: 'PKGS', type: 'int' },
|
|
|
|
|
{ name: 'KGS', type: 'decimal' },
|
|
|
|
|
{ name: 'CBM', type: 'decimal' },
|
|
|
|
|
{ name: 'FENPKGS', type: 'int' },
|
|
|
|
|
{ name: 'FENKGS', type: 'decimal' },
|
|
|
|
|
{ name: 'FENCBM', type: 'decimal' },
|
|
|
|
|
{ name: 'REMARK', type: 'string' },
|
|
|
|
|
{ name: 'KINDPKGS', type: 'string' },
|
|
|
|
|
{ name: 'TAREWEIGHT', type: 'decimal' }, //箱皮重
|
|
|
|
|
{name: 'TTLWEIGHT', type: 'decimal' }, //箱皮重
|
|
|
|
|
{name: 'GOODSNAME', type: 'string' }, //箱皮重
|
|
|
|
|
{name: 'EXITDOOR', type: 'string' }, //箱皮重
|
|
|
|
|
{name: 'ENTERDOOR', type: 'string' }, //箱皮重
|
|
|
|
|
{name: 'CTNSTATUS', type: 'string' }, //箱皮重
|
|
|
|
|
{name: 'MASTERNO', type: 'string' },
|
|
|
|
|
{name: 'VESSEL', type: 'string' }, //箱皮重
|
|
|
|
|
{name: 'VOYNO', type: 'string' }, //箱皮重
|
|
|
|
|
{name: 'MBLNO', type: 'string' }, //箱皮重
|
|
|
|
|
{name: 'TRUCKNO', type: 'string' }, //箱皮重
|
|
|
|
|
{name: 'TRUCKTYPE', type: 'string' }, //箱皮重
|
|
|
|
|
{name: 'ONBORD', type: 'string' }, //箱皮重
|
|
|
|
|
{name: 'ETD', type: 'string' },
|
|
|
|
|
{ name: 'ISTEMP', type: 'string' },//暂出
|
|
|
|
|
{name: 'WEIGHTYPE', type: 'string' }, //称重方式
|
|
|
|
|
{name: 'WEIGHKGS', type: 'decimal'}, //称重重量
|
|
|
|
|
{name: 'WEIGHATTN', type: 'string' }, //Shipper VGM 联系人
|
|
|
|
|
{name: 'WEIGHTEL', type: 'string' }, //VGM联系人的联系方式
|
|
|
|
|
{name: 'WEIGHSIGN', type: 'string' }, ////VGM负责人签名
|
|
|
|
|
{name: 'WEIGHDATE', type: 'string' }, //VGM称重日期
|
|
|
|
|
{name: 'VGMADDR', type: 'string' }, ////VGM负责人签名
|
|
|
|
|
{name: 'VGMEMAIL', type: 'string' }, //VGM称重日期
|
|
|
|
|
{ name: 'TIXIANGSHIJIAN', type: 'string' },//提箱时间
|
|
|
|
|
{ name: 'TRUCKER', type: 'string' },
|
|
|
|
|
{ name: 'TRUCKFEE', type: 'decimal' },
|
|
|
|
|
{ name: 'FREESTORAGEDAY', type: 'int' },
|
|
|
|
|
{ name: 'STORAGEDAY', type: 'int' },
|
|
|
|
|
{ name: 'STORAGEPRICE', type: 'decimal' },
|
|
|
|
|
{ name: 'STORAGEFEE', type: 'decimal' },
|
|
|
|
|
{ name: 'FREECTNDAY', type: 'int' },
|
|
|
|
|
{ name: 'CTNDAY', type: 'int' },
|
|
|
|
|
{ name: 'CTNPRICE', type: 'decimal' },
|
|
|
|
|
{ name: 'CTNFEE', type: 'decimal' },
|
|
|
|
|
{ name: 'PCTN_ID', type: 'string' },
|
|
|
|
|
{ name: 'VGMCONNCOM', type: 'string'} //VGM联系公司
|
|
|
|
|
|
|
|
|
|
]
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ext.define('MsOpSeaeAms', {
|
|
|
|
|
extend: 'Ext.data.Model',
|
|
|
|
|
fields: [
|
|
|
|
|
{ name: 'AMSNO', type: 'string' },
|
|
|
|
|
{ name: 'BSNO', type: 'string' },
|
|
|
|
|
{ name: 'AMSSHIPPER', type: 'string' },
|
|
|
|
|
{ name: 'AMSCONSIGNEE', type: 'string' },
|
|
|
|
|
{ name: 'AMSNOTIFYPARTY', type: 'string' },
|
|
|
|
|
{ name: 'AMSCODE', type: 'string' },
|
|
|
|
|
{ name: 'ORDERREMARK', type: 'string' },
|
|
|
|
|
{ name: 'SIREMARK', type: 'string' },
|
|
|
|
|
{ name: 'FORWARD', type: 'string' },
|
|
|
|
|
{ name: 'FREIGHTPAYER', type: 'string' },
|
|
|
|
|
{ name: 'CONTRACTORCODE', type: 'string' },
|
|
|
|
|
{ name: 'ORDERNO', type: 'string' },
|
|
|
|
|
{ name: 'BYCOUNTRY', type: 'string' },
|
|
|
|
|
{ name: 'DECLARER', type: 'string' },
|
|
|
|
|
{ name: 'SCACCODE', type: 'string' },
|
|
|
|
|
{ name: 'GOODSNCM', type: 'string' },
|
|
|
|
|
{ name: 'ITNCODE', type: 'string' },
|
|
|
|
|
{ name: 'NVONO', type: 'string' },
|
|
|
|
|
{ name: 'CONSIGNEEPOSTCODE', type: 'string' },
|
|
|
|
|
{ name: 'NOTIFYPARTYPOSTCODE', type: 'string' },
|
|
|
|
|
{ name: 'CONSIGNEETAXNO', type: 'string' },
|
|
|
|
|
{ name: 'NOTIFYPARTYTAXNO', type: 'string' },
|
|
|
|
|
{ name: 'CONSIGNEECOUNTRY', type: 'string' },
|
|
|
|
|
{ name: 'NOTIFYPARTYCOUNTRY', type: 'string' },
|
|
|
|
|
{ name: 'BSNOLIST', type: 'string' },
|
|
|
|
|
{ name: 'DOORADDR', type: 'string' },
|
|
|
|
|
{ name: 'ATTN', type: 'string' },
|
|
|
|
|
{ name: 'ATTNTEL', type: 'string' },
|
|
|
|
|
{ name: 'ATTNEMAIL', type: 'string' },
|
|
|
|
|
{ name: 'ATTNADDR', type: 'string' },
|
|
|
|
|
{ name: 'KINGTAREWEIGHT', type: 'number' },
|
|
|
|
|
{ name: 'ShipperEdiCode', type: 'string' },// 发货人代码
|
|
|
|
|
{ name: 'ConsigneeEdiCode', type: 'string' },// 收货人代码
|
|
|
|
|
{ name: 'NotifypartyEdiCode', type: 'string' }, // 通知人代码
|
|
|
|
|
{ name: 'SalesRepCode', type: 'string' },// 太平销售Edi代码
|
|
|
|
|
{ name: 'MasterBOLIndicator', type: 'string' },// 分单发送人太平代码
|
|
|
|
|
{ name: 'ACIHBL', type: 'string' },// 加拿大分单号
|
|
|
|
|
{ name: 'S0CC0C', type: 'string' }, // 加拿大货物混装描述
|
|
|
|
|
{ name: 'cKHI', type: 'string' }, // 欧盟港口、伊朗港口、KHI
|
|
|
|
|
{ name: 'cNCM', type: 'string' }, // 南美东
|
|
|
|
|
{ name: 'wNCM', type: 'string' }, // 巴西线的木质包装情况
|
|
|
|
|
{ name: 'ACICODE', type: 'string' }, //
|
|
|
|
|
{ name: 'TACCODE', type: 'string' }, //
|
|
|
|
|
{ name: 'ERNCODE', type: 'string' }, //
|
|
|
|
|
{ name: 'VAECODE', type: 'string' }, //
|
|
|
|
|
{ name: 'FECCODE', type: 'string' }, //
|
|
|
|
|
{ name: 'ESLLINECODE', type: 'string' }, //
|
|
|
|
|
{ name: 'DFLASH', type: 'string' }, //
|
|
|
|
|
{ name: 'DCPACKINGCODE', type: 'string' }, //
|
|
|
|
|
{ name: 'DCWEIGHT', type: 'string' }, //
|
|
|
|
|
{ name: 'PSNAME', type: 'string' }, //
|
|
|
|
|
{ name: 'MPCODE', type: 'string' }, //
|
|
|
|
|
{ name: 'PACKING_GROUP', type: 'string' }, //
|
|
|
|
|
{name: 'NOTIFYPARTYID2', type: 'string' }, // Also Notify Party(第二通知人)
|
|
|
|
|
{name: 'SHIPPERCODE', type: 'string' },
|
|
|
|
|
{ name: 'SHIPPERNAME', type: 'string' },
|
|
|
|
|
{ name: 'SHIPPERADDR1', type: 'string' },
|
|
|
|
|
{ name: 'SHIPPERADDR2', type: 'string' },
|
|
|
|
|
{ name: 'SHIPPERADDR3', type: 'string' },
|
|
|
|
|
{ name: 'SHIPPERCITY', type: 'string' },
|
|
|
|
|
{ name: 'SHIPPERPROVINCE', type: 'string' },
|
|
|
|
|
{ name: 'SHIPPERPOSTCODE', type: 'string' },
|
|
|
|
|
{ name: 'SHIPPERCOUNTRY', type: 'string' },
|
|
|
|
|
{ name: 'SHIPPERATTN', type: 'string' },
|
|
|
|
|
{ name: 'SHIPPERTEL', type: 'string' },
|
|
|
|
|
{ name: 'SHIPPEREMAIL', type: 'string' },
|
|
|
|
|
{ name: 'CONSIGNEECODE', type: 'string' },
|
|
|
|
|
{ name: 'CONSIGNEENAME', type: 'string' },
|
|
|
|
|
{ name: 'CONSIGNEEADDR1', type: 'string' },
|
|
|
|
|
{ name: 'CONSIGNEEADDR2', type: 'string' },
|
|
|
|
|
{ name: 'CONSIGNEEADDR3', type: 'string' },
|
|
|
|
|
{ name: 'CONSIGNEECITY', type: 'string' },
|
|
|
|
|
{ name: 'CONSIGNEEPROVINCE', type: 'string' },
|
|
|
|
|
{ name: 'CONSIGNEEATTN', type: 'string' },
|
|
|
|
|
{ name: 'CONSIGNEETEL', type: 'string' },
|
|
|
|
|
{ name: 'CONSIGNEEEMAIL', type: 'string' },
|
|
|
|
|
{ name: 'NOTIFYPARTYCODE', type: 'string' },
|
|
|
|
|
{ name: 'NOTIFYPARTYNAME', type: 'string' },
|
|
|
|
|
{ name: 'NOTIFYPARTYADDR1', type: 'string' },
|
|
|
|
|
{ name: 'NOTIFYPARTYADDR2', type: 'string' },
|
|
|
|
|
{ name: 'NOTIFYPARTYADDR3', type: 'string' },
|
|
|
|
|
{ name: 'NOTIFYPARTYCITY', type: 'string' },
|
|
|
|
|
{ name: 'NOTIFYPARTYPROVINCE', type: 'string' },
|
|
|
|
|
{ name: 'NOTIFYPARTYATTN', type: 'string' },
|
|
|
|
|
{ name: 'NOTIFYPARTYTEL', type: 'string' },
|
|
|
|
|
{ name: 'NOTIFYPARTYEMAIL', type: 'string' },
|
|
|
|
|
{ name: 'FIRSTPORTOFCALLID', type: 'string' },
|
|
|
|
|
{ name: 'FIRSTPORTOFCALLDATE', type: 'string' },
|
|
|
|
|
{ name: 'LASTPORTOFCALLID', type: 'string' },
|
|
|
|
|
{ name: 'LASTPORTOFCALLDATE', type: 'string' },
|
|
|
|
|
{ name: 'INLANE', type: 'string' },
|
|
|
|
|
{ name: 'USERAILWAY', type: 'boolean' },
|
|
|
|
|
{ name: 'USERIVER', type: 'boolean' },
|
|
|
|
|
{ name: 'USETRUCK', type: 'boolean' },
|
|
|
|
|
{ name: 'RAILWAY_ETD', type: 'string' },
|
|
|
|
|
{ name: 'RAILWAY_PORTLOAD', type: 'string' },
|
|
|
|
|
{ name: 'RAILWAY_TRANSPORT', type: 'string' },
|
|
|
|
|
{ name: 'RAILWAY_PORTDISCHARG', type: 'string' },
|
|
|
|
|
{ name: 'RAILWAY_REMARK', type: 'string' },
|
|
|
|
|
{ name: 'RIVER_ETD', type: 'string' },
|
|
|
|
|
{ name: 'RIVER_PORTLOAD', type: 'string' },
|
|
|
|
|
{ name: 'RIVER_TRANSPORT', type: 'string' },
|
|
|
|
|
{ name: 'RIVER_PORTDISCHARG', type: 'string' },
|
|
|
|
|
{ name: 'RIVER_REMARK', type: 'string' },
|
|
|
|
|
{ name: 'TRUCK_ETD', type: 'string' },
|
|
|
|
|
{ name: 'TRUCK_PORTLOAD', type: 'string' },
|
|
|
|
|
{ name: 'TRUCK_TRANSPORT', type: 'string' },
|
|
|
|
|
{ name: 'TRUCK_PORTDISCHARG', type: 'string' },
|
|
|
|
|
{ name: 'TRUCK_REMARK', type: 'string' }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
Ext.define('MsOpCtnDetail', {
|
|
|
|
|
extend: 'Ext.data.Model',
|
|
|
|
|
fields: [
|
|
|
|
|
{name: 'GID', type: 'string' }, //GID
|
|
|
|
|
{name: 'CTN_ID', type: 'string' }, //CTN_ID
|
|
|
|
|
{name: 'PKGS', type: 'int' }, //件数
|
|
|
|
|
{name: 'KINDPKGS', type: 'string' },
|
|
|
|
|
{name: 'KGS', type: 'decimal' }, //重量
|
|
|
|
|
{name: 'CBM', type: 'decimal' }, //尺码
|
|
|
|
|
{name: 'HSCODE', type: 'string' }, //HS编码
|
|
|
|
|
{name: 'DESCRIPTION', type: 'string' }, //货物描述
|
|
|
|
|
{name: 'MARKS', type: 'string' }, //唛头
|
|
|
|
|
{name: 'REMARK', type: 'string' } //备注
|
|
|
|
|
]
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
Ext.define('MsOpManifestDetail', {
|
|
|
|
|
extend: 'Ext.data.Model',
|
|
|
|
|
fields: [
|
|
|
|
|
{ name: 'GID', type: 'string' }, //GID
|
|
|
|
|
{name: 'BSNO', type: 'string' }, //CTN_ID
|
|
|
|
|
{name: 'PKGS', type: 'decimal' }, //件数
|
|
|
|
|
{name: 'CNTRNO', type: 'string' },
|
|
|
|
|
{ name: 'SEALNO', type: 'string' },
|
|
|
|
|
{name: 'KINDPKGS', type: 'string' },
|
|
|
|
|
{ name: 'KGS', type: 'decimal' }, //重量
|
|
|
|
|
{name: 'CBM', type: 'decimal' }, //尺码
|
|
|
|
|
{name: 'MBLNO', type: 'string' }, //提单号
|
|
|
|
|
{name: 'DESCRIPTION', type: 'string' }, //提单号
|
|
|
|
|
{name: 'REMARK', type: 'string'} //备注 //备注
|
|
|
|
|
]
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ext.define('MsOpEdiLog', {
|
|
|
|
|
extend: 'Ext.data.Model',
|
|
|
|
|
fields: [
|
|
|
|
|
{ name: 'MFNO', type: 'string' }, //GID
|
|
|
|
|
{name: 'BSNO', type: 'string' },
|
|
|
|
|
{name: 'EDITYPE', type: 'string' },
|
|
|
|
|
{name: 'FILETYPE', type: 'string' },
|
|
|
|
|
{name: 'CARRIER', type: 'string' },
|
|
|
|
|
{name: 'EDISERVICE', type: 'string' },
|
|
|
|
|
{name: 'SENDER', type: 'string' },
|
|
|
|
|
{name: 'SENDDATE', type: 'string' },
|
|
|
|
|
{name: 'EDIFILE', type: 'string' },
|
|
|
|
|
{name: 'EDIFILEPATH', type: 'string'} //备注
|
|
|
|
|
]
|
|
|
|
|
});
|
|
|
|
|
Ext.define('storeMFrt1', {
|
|
|
|
|
extend: 'Ext.data.Model',
|
|
|
|
|
fields: [
|
|
|
|
|
{ name: 'c_code_id', type: 'string' }, //GID
|
|
|
|
|
{ name: 'c_country_name', type: 'string' }, //CTN_ID
|
|
|
|
|
{ name: 'c_country_ename', type: 'decimal' }, //件数
|
|
|
|
|
{ name: 'c_country_code', type: 'string' },
|
|
|
|
|
{ name: 'c_enterprise_codetype', type: 'string' }
|
|
|
|
|
]
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
Ext.define('MsOpRule', {
|
|
|
|
|
extend: 'Ext.data.Model',
|
|
|
|
|
fields: [
|
|
|
|
|
{ name: 'GID', type: 'string' },
|
|
|
|
|
{ name: 'Code', type: 'string' },
|
|
|
|
|
{ name: 'Title', type: 'string' },
|
|
|
|
|
{ name: 'RedAlert', type: 'bool' },
|
|
|
|
|
{ name: 'SaveDisable', type: 'bool' },
|
|
|
|
|
{ name: 'Enable', type: 'bool' },
|
|
|
|
|
{ name: 'EnableDisableTime', type: 'string' }
|
|
|
|
|
]
|
|
|
|
|
});
|