#
luxiaotao1123
2021-12-11 ada814580615bd5b7d25013525f8054edfce2800
static/js/app.js
@@ -29,6 +29,7 @@
         this.initLight();
         this.initFloor();
         this.initModel();
         this.initModel0();
         this.initStoreObjects(this);
      }
      this.animate = function () {
@@ -185,6 +186,7 @@
            initStore();
            if (Store3DData !== null) {
               for(var group of Store3DData.data.store.groups) {
                  let crn = new StoreCrn(group.crn, object);
                  for (var line of group.lines) {
                     let shelf = new StoreShelf(line);
                     object.addObject(shelf);
@@ -258,6 +260,9 @@
            }
         }
      }
      this.initModel0 = function () {
      }
      this.getExistedGoodType=function(state){
         for (let i=0;i<this.goodTypes.length;i++) {
            let type=this.goodTypes[i];