欢迎使用 FlowZap,快速、清晰、掌控的绘图应用。

集装箱装载工作流

集装箱装载工作流,包括装载计划优化、重量分布、箱容利用最大化、铅封施加以及提单生成。

完整 FlowZap 代码

supplier { # Supplier
  n1: circle label:"Start Container Loading"
  n3: diamond label:"Review Container Loading details"
  n5: rectangle label:"Update records for Container Loading"
  n7: circle label:"End Container Loading"
  n1.handle(bottom) -> warehouse.n2.handle(top)
  n3.handle(bottom) -> warehouse.n4.handle(top)
  n3.handle(right) -> warehouse.n2.handle(right) [label="Retry/Rejected"]
  n5.handle(bottom) -> warehouse.n6.handle(top) [label="Done"]
}

warehouse { # Warehouse
  n2: rectangle label:"Receive Container Loading request"
  n4: rectangle label:"Make Container Loading decision"
  n6: rectangle label:"Continue Container Loading process"
  n6.handle(right) -> supplier.n7.handle(bottom)
  n4.handle(right) -> supplier.n5.handle(left)
  n2.handle(bottom) -> supplier.n3.handle(left) [label="Next"]
}

相关模板

清关工作流程

国际清关工作流程,包括进口商提供单证、报关行进行 HS 编码归类、关税计算、海关机构查验以及签发放行证明。

破损货物工作流程

破损货物处理工作流程,包括损坏记录、向承运人提出索赔、处置决策(回收/报废)、库存调整以及损失跟踪。

返回所有模板