From ada814580615bd5b7d25013525f8054edfce2800 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期六, 11 十二月 2021 15:00:05 +0800
Subject: [PATCH] #

---
 static/js/app.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/static/js/app.js b/static/js/app.js
index 4252de3..e31f7d6 100644
--- a/static/js/app.js
+++ b/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];

--
Gitblit v1.9.1