0.1系統流程.puml 659 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. @startuml 系統流程
  2. start
  3. :資料匯入;
  4. :點貨面單;
  5. :袋進倉;
  6. :進站;
  7. repeat
  8. if(配送) then (yes)
  9. if(簽收) then (yes)
  10. #palegreen:簽收完成;
  11. stop
  12. else
  13. :退貨;
  14. #palegreen:入庫;
  15. detach
  16. :二次出貨;
  17. :撿貨;
  18. :出庫;
  19. endif
  20. else (no)
  21. if(出站) then (yes)
  22. #palegreen:下一站;
  23. end
  24. else (no)
  25. :入庫;
  26. :上架;
  27. endif
  28. if(出貨) then (yes)
  29. :撿貨;
  30. :出庫;
  31. else (no)
  32. if(下架) then (yes)
  33. end
  34. endif
  35. endif
  36. endif
  37. backward :未完成配送;
  38. repeat while ()
  39. @enduml