static/js/object/StaTask.js
@@ -39,13 +39,13 @@ that.readyIn = true; } if (that.readyIn && staData.wrkNo && staData.wrkNo !== '0') { console.log(staData) // 无货 ===>> 有货 // 1.入库第一站 【新增】 if (that.inlet === 1) { InitPallet(that.object, [{wrkNo: staData.wrkNo}], {position: that.position}, 2); InitGoods(that.object, [{wrkNo: staData.wrkNo}], {position: that.position}, 2); // 2.来自其他站点的货物 【移动】 } else {