Commit 87dcbeac authored by 耿迪迪's avatar 耿迪迪

智能货架位置修改

parent 49b63540
......@@ -107,8 +107,8 @@
// 4 正 481-528
// 5 正 529-576
this.shelfLayoutList.push(this.shelfInfo.slice(0,80));
this.shelfLayoutList.push(this.shelfInfo.slice(160,240));
this.shelfLayoutList.push(this.shelfInfo.slice(80,160));
this.shelfLayoutList.push(this.shelfInfo.slice(160,240));
this.shelfLayoutList.push(this.shelfInfo.slice(240,320));
this.shelfLayoutList.push(this.shelfInfo.slice(320,400));
this.shelfLayoutList.push(this.shelfInfo.slice(400,480));
......
......@@ -107,8 +107,8 @@
// 4 正 481-528
// 5 正 529-576
this.shelfLayoutList.push(this.shelfInfo.slice(0,80));
this.shelfLayoutList.push(this.shelfInfo.slice(160,240));
this.shelfLayoutList.push(this.shelfInfo.slice(80,160));
this.shelfLayoutList.push(this.shelfInfo.slice(160,240));
this.shelfLayoutList.push(this.shelfInfo.slice(240,320));
this.shelfLayoutList.push(this.shelfInfo.slice(320,400));
this.shelfLayoutList.push(this.shelfInfo.slice(400,480));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment