Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
smart-rack-base
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
smart-rack-base
Commits
49b63540
Commit
49b63540
authored
Oct 15, 2025
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
货架位置调整
parent
934f7441
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
index.vue
...base-web/src/views/pcbamanage/pcbashelflocation/index.vue
+6
-6
index.vue
...web/src/views/producemange/produceshelflocation/index.vue
+6
-6
No files found.
smart-rack-base-web/src/views/pcbamanage/pcbashelflocation/index.vue
View file @
49b63540
...
@@ -100,17 +100,17 @@
...
@@ -100,17 +100,17 @@
methods
:{
methods
:{
getList
(){
getList
(){
locationListInfo
(
this
.
queryParams
).
then
(
res
=>
{
locationListInfo
(
this
.
queryParams
).
then
(
res
=>
{
// 1 正 1-80 反 241-320
this
.
shelfInfo
=
res
.
data
;
// 2 正 81-160 反 321-400
// 1 正 1-80 反 161-240
// 3 正 161-240 反 401-480
// 2 正 81-160 反 241-320
// 3 正 321-400 反 401-480
// 4 正 481-528
// 4 正 481-528
// 5 正 529-576
// 5 正 529-576
this
.
shelfInfo
=
res
.
data
;
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
0
,
80
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
0
,
80
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
240
,
32
0
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
160
,
24
0
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
80
,
160
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
80
,
160
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
240
,
320
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
320
,
400
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
320
,
400
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
160
,
240
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
400
,
480
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
400
,
480
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
480
,
528
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
480
,
528
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
528
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
528
));
...
...
smart-rack-base-web/src/views/producemange/produceshelflocation/index.vue
View file @
49b63540
...
@@ -100,17 +100,17 @@
...
@@ -100,17 +100,17 @@
methods
:{
methods
:{
getList
(){
getList
(){
locationListInfo
(
this
.
queryParams
).
then
(
res
=>
{
locationListInfo
(
this
.
queryParams
).
then
(
res
=>
{
// 1 正 1-80 反 241-320
this
.
shelfInfo
=
res
.
data
;
// 2 正 81-160 反 321-400
// 1 正 1-80 反 161-240
// 3 正 161-240 反 401-480
// 2 正 81-160 反 241-320
// 3 正 321-400 反 401-480
// 4 正 481-528
// 4 正 481-528
// 5 正 529-576
// 5 正 529-576
this
.
shelfInfo
=
res
.
data
;
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
0
,
80
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
0
,
80
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
240
,
32
0
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
160
,
24
0
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
80
,
160
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
80
,
160
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
240
,
320
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
320
,
400
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
320
,
400
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
160
,
240
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
400
,
480
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
400
,
480
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
480
,
528
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
480
,
528
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
528
));
this
.
shelfLayoutList
.
push
(
this
.
shelfInfo
.
slice
(
528
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment