|
兄弟,你就没理解我意思,我对货架拆解顺序有要求,所以在货架的使用运输工具里,人工安排了工作顺序,
/ |7 S& @. B( X. P1 f& Y0 ^. minserttask(ts,TASKTYPE_TRAVEL,current,NULL); k# d$ R4 ~+ g& {5 A) n- ^; ]
inserttask(ts,TASKTYPE_LOAD,item,current,port);! n* }: `' V' k' O9 U6 d
inserttask(ts,TASKTYPE_BREAK,NULL,NULL);
5 J3 P- k- k& ~/ W$ vinserttask(ts,TASKTYPE_TRAVEL, destination,NULL);7 `' E$ _5 d# a8 `% F
inserttask(ts,TASKTYPE_UNLOAD,item, destination,opipno(current,port));
( Y/ Y/ r4 Z. R6 x1 N导致后继搬运出错,2 b( Z0 z6 u, b$ J j; {
但从逻辑上来看并没有错误,所以很头痛,你给的那个小例子不满足要求。 |
|