static/js/app.js
@@ -336,20 +336,6 @@ if (line.bins !== null) { new StoreGoods(object, line.bins, shelf); } //显示库位上的货物 // for (var bin of line.bins) { // let existGoods=this.getExistedGoodType(bin.State); // let storeGoods = new StoreGoods(optionGroup, bin); // if(existGoods==null) { // let goods=storeGoods.create(); // object.addObject(goods); // this.goodTypes.push({type: bin.State, object: goods}); // } else { // let goods= storeGoods.clone(existGoods); // object.addObject(goods); // } // } } } this.firstTime = 0;