"IF(o.order_type != 2 and (SELECT COUNT(1) FROM ecw_order_exception hoe WHERE hoe.order_id = o.order_id AND hoe.deleted = 0 AND hoe.order_exception_status = 0 AND hoe.order_exception_type ='order_heavy_cargo_exception') = 0, IFNULL(oi.warehouse_in_info ->> '$.volume', oi.volume), oi.w_volume ) as we_volume,",
"IF(o.order_type != 3 and (SELECT COUNT(1) FROM ecw_order_exception boe WHERE boe.order_id = o.order_id AND boe.deleted = 0 AND boe.order_exception_status = 0 AND boe.order_exception_type ='order_bulky_cargo_exception') = 0, IFNULL(oi.warehouse_in_info ->> '$.weight', oi.weight), oi.v_weight ) as vo_weight,",
"IF(#{lang} = 0, pd.title_zh, pd.title_en) as brand_name, ",
"IF(#{lang} = 0, pdc.title_zh, pdc.title_en) as brand_name ",
// AIR_IN_WAREHOUSE(520201, "入仓", "Warehousing", "货物已入捷道%s","The shipment has been delivered to E&C %s"),
// SEA_IN_WAREHOUSE(520201, "入仓", "Warehousing", "货物已入捷道%s,本次入仓%s件,总入仓%s件","%s ctns have been arrived at E&C %s warehouse,TTL ctns are %s."),
AIR_IN_WAREHOUSE(520201,"入仓","Received","货物已入捷道%s,本次入仓%s件,总入仓%s件","%s ctns have been arrived at E&C %s warehouse,TTL ctns are %s."),
AIR_IN_WAREHOUSE(520201,"入仓","Received","Reçu","货物已入捷道%s,本次入仓%s件,总入仓%s件","%s ctns have been arrived at E&C %s warehouse,TTL ctns are %s.","%s colis sont arrivés à l'entrepôt E&C %s, Total est %s."),
// SEA_IN_WAREHOUSE_REMARK(520201, "入仓", "Warehousing", "货物已入捷道%s,本次入仓%s件,总入仓%s件,未到齐","%s ctns have been arrived at E&C %s warehouse,TTL ctns are %s. Incomplete"),
AIR_IN_WAREHOUSE_REMARK(520201,"入仓","Received","货物已入捷道%s,总入仓%s件,未到齐","%s ctns have been arrived at E&C %s warehouse,TTL ctns are %s. Incomplete"),
AIR_PACKED(520202,"打包","Packed","货物已完成二次打包","The shipment has been packed, waiting to be dispatched."),// 打包完成时调用
AIR_WAREHOUSED(320412,"出仓","Dispatched","货物已出库,发往国际机场","One the way to China International airport."),
AIR_CUSTOMS_IN_PROGRESS(120413,"报关","Customs Declaration","由于%s原因,待放行","Due to %s reasons, awaiting release"),
AIR_CUSTOMS_PASS_AIR(120421,"报关","Customs Declaration","货物报关已放行,候机中","Shipment has been released by China custom, waiting to departed China."),
AIR_CUSTOMS_PART_EXIT(120414,"报关","Customs Inspection","报关查验退场,返回仓库中","The shipment has been Inspected by China custom,waiting to return back to the warehouse."),
AIR_CUSTOMS_FULL_EXIT(120415,"报关","Customs Inspection","报关查验退场,返回仓库中","The shipment has been Inspected by China custom,waiting to return back to the warehouse."),
AIR_HAS_TAKEN_OFF(13042601,"起运","Departed","货物已起飞,预计在%s日期抵达%s机场","The shipment has departed China.ETA date to %s is %s"),
AIR_HAS_TAKEN_OFF_DELAY(13042602,"起运","Departed","由于%s原因,延误起飞","Delayed takeoff due to %s"),
AIR_ARRIVED(14032801,"到港","Arrived","货物已抵达%s机场,清关中","The shipment has arrived at %s airport.waiting for custom declaration to be done."),
AIR_ARRIVED_DELAY(14032802,"到港","Arrived","由于%s原因,延误抵达目的地","Due to %s reasons, delayed arrival at the destination"),
AIR_CLEARED_DELAY(14032803,"清关","Cleared out","由于%s原因,待清关","Due to %s reasons, customs clearance is pending"),
AIR_CLEARED(150330,"清关","Customs cleared","货物已清关","Customs clearance of the shipment has been completed."),
AIR_UNLOADED_CABINET(16043501,"到仓","Delivered","货物已抵达捷道%s提货仓","The shipment has been delivered to E&C %s branch."),
AIR_UNLOADED_CABINET_DELAY(16043502,"到仓","Delivered","由于%s原因,延误到仓时间","Due to %s reasons, the arrival time is delayed"),
AIR_IN_WAREHOUSE_REMARK(520201,"入仓","Received","Reçu","货物已入捷道%s,总入仓%s件,未到齐","%s ctns have been arrived at E&C %s warehouse,TTL ctns are %s. Incomplete","%s colis sont arrivés à l'entrepôt E&C %s, total est %s. manque"),
AIR_PACKED(520202,"打包","Repacked","Remballé","货物已完成二次打包","The shipment has been packed, waiting to be dispatched.","le produit a été emballé, En attente de libération."),// 打包完成时调用
AIR_WAREHOUSED(320412,"出仓","Dispatched","Expédié","货物已出库,发往国际机场","One the way to China International airport.","En route vers l'aéroport international de Chine."),
AIR_CUSTOMS_IN_PROGRESS(120413,"报关","Customs Declaration","déclaration en douane","由于%s原因,待放行","Due to %s reasons, awaiting release","En raison de %s, En attente de libération."),
AIR_CUSTOMS_PASS_AIR(120421,"报关","Customs Declaration","déclaration en douane","货物报关已放行,候机中","shipment been released by China custom,","le produit a été libéré par la douane chinoise."),
AIR_CUSTOMS_PART_EXIT(120414,"报关","Customs Inspection","Inspection douanière","报关查验退场,返回仓库中","The shipment has been Inspected by China Customs,waiting to return back to the warehouse.","le produit a été inspecté par la douane chinoise, en attente de retour à l'entrepôt."),
AIR_CUSTOMS_FULL_EXIT(120415,"报关","Customs Inspection","Inspection douanière","报关查验退场,返回仓库中","The shipment has been Inspected by China Customs,waiting to return back to the warehouse.","le produit a été libéré par la douane chinoise, en attente de retour à l'entrepôt."),
AIR_HAS_TAKEN_OFF(13042601,"起运","Departed","Départ","货物已起飞,预计在%s日期抵达%s机场","The shipment has departed China.ETA date is %s to %s","le produit a quitté la Chine.ETA environ est du %s au %s."),
AIR_HAS_TAKEN_OFF_DELAY(13042602,"起运","Departed","Départ","由于%s原因,延误起飞","Delayed takeoff due to %s","en raison de %s.départ retardée"),
AIR_ARRIVED(14032801,"到港","Arrived Air Port","Arrivé à l’aéroport","货物已抵达%s机场,清关中","The shipment has arrived at %s airport.under clearing","le produit est arrivé à l'aéroport de %s, en train de dédouaner."),
AIR_ARRIVED_DELAY(14032802,"到港","Arrived Air Port","Arrivé à l’aéroport","由于%s原因,延误抵达目的地","Due to %s, delayed arrival at the destination","En raison de %s, Arrivée retardée à destination ."),
AIR_CLEARED_DELAY(14032803,"清关","Under clearing","Dédouane","由于%s原因,待清关","Due to %s, customs clearance is pending","En raison de %s, le dédouanement est en attente."),
AIR_CLEARED(150330,"已清关","Cleared","Dédouané","货物已清关","Shipment has been cleared","le produit a été dédouané."),
AIR_UNLOADED_CABINET(16043501,"到仓","Unloaded","Déchargé","货物已抵达捷道%s提货仓","The shipment has been delivered to E&C %s pick up station.","le produit a été arrivé à l‘entrepôt de destination E&C %s."),
AIR_UNLOADED_CABINET_DELAY(16043502,"到仓","Unloaded","Déchargé","由于%s原因,延误到仓时间","Due to %s, the arrival time is delayed","En raison de %s, le temps d'arrivée est retardé."),
// AIR_PICKED_UP(2000, "提货", "Picked up", "货物已提货","The shipment been picked up "),
AIR_PICKED_UP(2000,"提货","Collected","货物已提货,本次提货%s件,剩余%s件","%s ctns has been collected by the consignee,remaining %s ctns in E&C destination branch."),
AIR_WAREHOUSE_WITHDRAWAL(7206,"退仓","Warehouse Withdrawal","货物已退仓","The shipment have been withdrawn from warehouse"),
AIR_PICKED_UP(2000,"提货","Collected","Retiré","货物已提货,本次提货%s件,剩余%s件","%s ctns have been picked up by the consignee,remaining %s ctns in E&C branch.","%s colis ont été récupérés par le destinataire, il reste %s colis dans la branche E&C."),
AIR_WAREHOUSE_WITHDRAWAL(7206,"退仓","Returned","Retourné","货物已退仓","The goods have been returned to the sender","Les marchandises ont été retournées à l'expéditeur."),
// SEA_IN_WAREHOUSE(520201, "入仓", "Warehousing", "货物已入捷道%s,本次入仓%s件,总入仓%s件","The There are %s ctns been arrived in E&C %s,TTL ctns are %s."),
SEA_IN_WAREHOUSE(520201,"入仓","Received","货物已入捷道%s,本次入仓%s件,总入仓%s件","%s ctns have been arrived at E&C %s warehouse,TTL ctns are %s."),
SEA_IN_WAREHOUSE(520201,"入仓","Received","Reçu","货物已入捷道%s,本次入仓%s件,总入仓%s件","%s ctns have been arrived at E&C %s warehouse,TTL ctns are %s.","%s colis sont arrivés à l'entrepôt E&C %s, total est %s."),
// SEA_IN_WAREHOUSE_REMARK(520201, "入仓", "Warehousing", "货物已入捷道%s,本次入仓%s件,总入仓%s件,未到齐","%s ctns have been arrived at E&C %s warehouse,TTL ctns are %s. Incomplete"),
SEA_IN_WAREHOUSE_REMARK(520201,"入仓","Received","货物已入捷道%s,总入仓%s件,未到齐","%s ctns have been arrived at E&C %s warehouse,TTL ctns are %s. Incomplete"),
SEA_INSTALLED_CABINET(320412,"装柜","loaded","货物已装柜,发往码头,预计%s日期开船","The shipment have been loaded into container and sent to the port, done with custom clearance by an estimated sailing date of %s."),
SEA_CUSTOMS_IN_PROGRESS(120413,"报关","Customs Declaration","由于%s原因,待放行","Due to %s reasons, awaiting release"),
SEA_CUSTOMS_PASS_SEA(120325,"报关","Customs Declaration","货物报关已放行,等待起运","Shipment is released by China customs, waiting to depart China, with an extimated sailing date of %s"),
SEA_CUSTOMS_FULL_EXIT(120323,"报关","Customs Declaration","报关查验退场,返回仓库中","Shipment is inspected by China customs, waiting to return back to the warehouse"),
SEA_HAS_TAKEN_OFF(13042601,"起运","In shipment","货物航运中,预计在%s日期到港","the shipment's estimated arrival time is:%s."),
SEA_HAS_TAKEN_OFF_DELAY(13042602,"起运","Departed","由于%s原因,延误起运","Delayed takeoff due to %s"),
SEA_ARRIVED(14032801,"到港","Arrived","货物已到港,清关中","The shipment has arrived the port of destination port, waiting for custom declaration to be done."),
SEA_ARRIVED_DELAY(14032802,"到港","Arrived","由于%s原因,延误抵达目的地","Due to %s reasons, delayed arrival at the destination"),
SEA_CLEARED_DELAY(14032803,"清关","Cleared out","由于%s原因,待清关","Due to %s reasons, customs clearance is pending"),
SEA_CLEARED(150330,"清关","Customs cleared","货物已清关","Customs clearance of the shipment has been completed."),
SEA_UNLOADED_CABINET(162180,"到仓","Delivered","货物已抵达捷道%s提货仓","The shipment has been delivered to E&C %s branch."),
SEA_UNLOADED_CABINET_DELAY(16043502,"到仓","Delivered","由于%s原因,延误到仓时间","Due to %s reasons, the arrival time is delayed"),
SEA_PICKED_UP(2000,"提货","Collected","货物已提货,本次提货%s件,剩余%s件","%s ctns has been collected by the consignee,remaining %s ctns in E&C destination branch. "),
SEA_IN_WAREHOUSE_REMARK(520201,"入仓","Received","Reçu","货物已入捷道%s,总入仓%s件,未到齐","%s ctns have been arrived at E&C %s warehouse,TTL ctns are %s. Incomplete","%s colis sont arrivés à l'entrepôt E&C %s, total est %s. manque"),
SEA_INSTALLED_CABINET(320412,"装柜","Loaded","Chargé","货物已装柜,发往码头,预计%s日期开船","Goods have been loaded and sent to the port, The ETD is %s.","Le produit a été chargé et envoyé au port. ETD environ est %s."),
SEA_CUSTOMS_IN_PROGRESS(120413,"报关","Customs Declaration","déclaration en douane","由于%s原因,待放行","Due to %s reasons, still waiting for departure","En raison de %s, en attente de départ."),
SEA_CUSTOMS_PASS_SEA(120325,"报关","Customs Declaration","déclaration en douane","货物报关已放行,等待起运","shipment been released by China custom, the ETD is %s","Le produit a été libéré par la douane chinoise, ETD environ est %s."),
SEA_CUSTOMS_FULL_EXIT(120323,"报关","Customs Declaration","déclaration en douane","报关查验退场,返回仓库中","Goods inspected by China customs, will return back to the warehouse","le produit a été libéré par la douane chinoise, en attente de retour à l'entrepôt."),
SEA_HAS_TAKEN_OFF(13042601,"起运","Shipping","Départ","货物航运中,预计在%s日期到港","Departed, the ETA is:%s.","le produit a quitté la Chine. ETA environ est du %s au %s."),
SEA_HAS_TAKEN_OFF_DELAY(13042602,"起运","Shipping","Départ","由于%s原因,延误起运","Delayed in sailing due to %s","en raison de %s.départ retardée"),
SEA_ARRIVED(14032801,"到港","Arrived","Arrivé","货物已到港,清关中","Already arrived the port of destination, waiting for the clearance of goods.","le produit est arrivé au port de %s, en train de dédouaner."),
SEA_ARRIVED_DELAY(14032802,"到港","Arrived","Arrivé","由于%s原因,延误抵达目的地","Due to %s reasons, delayed arrival at the destination","En raison de %s, arrivée retardée à destination."),
SEA_CLEARED_DELAY(14032803,"清关","Under clearing","Dédouane","由于%s原因,待清关","Due to %s reasons, clearance of goods is pending","En raison de %s, le dédouanement est en attente."),
SEA_CLEARED(150330,"清关","cleared","Dédouané","货物已清关","Customs clearance of the shipment has been completed.","le produit a été dédouané."),
SEA_UNLOADED_CABINET(162180,"到仓","Unloaded","Déchargé","货物已抵达捷道%s提货仓","The goods has been delivered to E&C %s branch.","le produit a été arrivé à l‘entrepôt de destination E&C %s."),
SEA_UNLOADED_CABINET_DELAY(16043502,"到仓","Unloaded","Déchargé","由于%s原因,延误到仓时间","Due to %s reasons, the unloaded time is delayed","En raison de %s, le temps d'arrivée est retardé."),
SEA_PICKED_UP(2000,"提货","Collected","Retiré","货物已提货,本次提货%s件,剩余%s件","%s ctns have been picked up by the consignee,remaining %s ctns in E&C branch.","%s colis ont été récupérés par le destinataire, il reste %s colis dans la branche E&C."),
// SEA_PICKED_UP_FINISH(2000, "提货", "Picked up", "货物已提货","The shipment been picked up"),
SEA_WAREHOUSE_WITHDRAWAL(7206,"退仓","Warehouse Withdrawal","货物已退仓","The shipment have been withdrawn from warehouse"),
SEA_WAREHOUSE_WITHDRAWAL(7206,"退仓","Returned","Retourné","货物已退仓","The goods have been returned to the sender","Les marchandises ont été retournées à l'expéditeur."),
TWP_WAY_TAKEOFF(17,"二程起飞","Two way takeoff","",""),
TWP_WAY_ARRIVAL(18,"二程到目的港","Two way arrival","",""),
IN_WAREHOUSE(5,"已入仓","Received","Reçu","货物已入捷道%s"," %s ctns have been received at E&C %s warehouse,TTL ctns are %s.","%s colis ont été reçus à l'entrepôt E&C %s,total est %s."),
HAS_TAKEN_OFF(130,"已起飞","Has taken off","货物已起飞,预计在%s日期抵达%s机场","The shipment has departed China.ETA date to %s is %s"),
CUSTOMS_PASS_AIR(12421,"已报关","Customs Declaration","货物报关已放行,候机中","Shipment been released by China custom.waiting to departed China"),
CUSTOMS_PART_EXIT(12322,"已报关","Customs Inspection","报关查验退场,返回仓库中","Shipment been Inspected by China custom.waiting return to warehouse"),
CUSTOMS_FULL_EXIT(12323,"已报关","Customs Inspection","报关查验退场,返回仓库中","Shipment been Inspected by China custom.waiting return to warehouse"),
WAREHOUSED(32412,"出仓","Sent out","",""),
UNLOADED_CABINET_AIR(16435,"到仓","Location","货物已抵达捷道%s提货仓","The shipment been delivered at E&C %s branch"),
HAS_TAKEN_OFF(130,"已起飞","Departed","Expédié","货物已起飞,预计在%s日期抵达%s机场","The goods has departed China .ETA date to %s is %s","Les marchandises ont quitté la Chine. ETA à %s est %s."),
CUSTOMS_PASS_AIR(12421,"已报关","Customs Declaration","déja déclaré","货物报关已放行,候机中","Goods been released by China custom.waiting to departed China","Les marchandises ont été libérées par la douane chinoise, en attente de départ."),
CUSTOMS_PART_EXIT(12322,"已报关","Customs Inspection","déja déclaré","报关查验退场,返回仓库中","Goods been Inspected by China custom.waiting return to warehouse","Les marchandises ont été inspectées par la douane chinoise, en attente de retour à l'entrepôt."),
CUSTOMS_FULL_EXIT(12323,"已报关","Customs Inspection","déja déclaré","报关查验退场,返回仓库中","Goods been Inspected by China custom.waiting return to warehouse","Les marchandises ont été libérées par la douane chinoise, en attente de retour à l'entrepôt."),
UNLOADED_CABINET_AIR(16435,"到仓","Arrived","Arrivé","货物已抵达捷道%s提货仓","The goods has been delivered to E&C%s branch.","Les marchandises ont été livrées à la branche E&C %s."),
;
...
...
@@ -69,6 +69,11 @@ public enum OrderStatusEnum implements IntArrayValuable {
*/
privatefinalStringnameEn;
/**
* 类型法文名
*/
privatefinalStringnameFr;
/**
* 备注中文名
*/
...
...
@@ -79,6 +84,11 @@ public enum OrderStatusEnum implements IntArrayValuable {