From 6c300606a7c9f22c0a780ae0b9940e353e6dcff9 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 18 三月 2022 16:00:18 +0800
Subject: [PATCH] #
---
static/js/app.js | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/static/js/app.js b/static/js/app.js
index 7a25951..0520b6a 100644
--- a/static/js/app.js
+++ b/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;
--
Gitblit v1.9.1