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
cbea8fa7
Commit
cbea8fa7
authored
Apr 20, 2026
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 料架号和物料维护调整
2 货架位置显示 料架号调整
parent
3b8ad115
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
index.vue
...base-web/src/views/pcbamanage/pcbashelflocation/index.vue
+10
-2
No files found.
smart-rack-base-web/src/views/pcbamanage/pcbashelflocation/index.vue
View file @
cbea8fa7
...
...
@@ -10,6 +10,10 @@
</el-button>
<div
class=
"location-operate"
>
<div
class=
"scanner-input"
>
<span>
料架号:
</span>
<el-input
disabled
v-model=
"fShelf"
clearable
/>
</div>
<div
class=
"scanner-input"
>
<span>
料盘码:
</span>
<el-input
ref=
"barCode"
placeholder=
"扫描料盘条形码..."
v-model=
"barCode"
clearable
/>
...
...
@@ -133,7 +137,8 @@
materialCode
:
null
,
materialName
:
null
,
materialSpecifications
:
null
,
materialId
:
null
materialId
:
null
,
shelf
:
this
.
$route
.
query
.
shelf
},
open
:
false
,
// 表单校验
...
...
@@ -142,11 +147,14 @@
{
required
:
true
,
message
:
"物料代码不能为空"
,
trigger
:
"blur"
}
],
},
materialInfoList
:
[]
materialInfoList
:
[],
// 料盘号
fShelf
:
null
}
},
created
(){
this
.
queryParams
.
shelfId
=
this
.
$route
.
query
.
shelfId
;
this
.
fShelf
=
this
.
$route
.
query
.
shelf
;
this
.
getList
();
this
.
$nextTick
(()
=>
{
this
.
$refs
.
barCode
.
focus
();
...
...
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