#
luxiaotao1123
2021-12-22 656503685a93be51b12e5cb9c6a880eae6dcf7b4
static/js/object/CrnTask.js
@@ -54,7 +54,7 @@
        that.crnLoad = getArrVal(object.objects, "name", that.crnNo + "-load");
        that.crnFork = getArrVal(object.objects, "name", that.crnNo + "-fork");
        if (that.crnBody===null || that.crnLoad===null || that.crnFork==null) {
            console.log(that.crnNo + "号堆垛机没有初始化");
            // console.log(that.crnNo + "号堆垛机没有初始化");
        }
    };
    init();
@@ -163,7 +163,7 @@
        }
        curves.map((value, index) => {
            console.log(value.part + " --> " + JSON.stringify(value.route.points))
            // console.log(value.part + " --> " + JSON.stringify(value.route.points))
        });
        curves[0].start = true;