Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_pda_Web
Project
Project
Details
Activity
Releases
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
胡宝山
template_pda_Web
Commits
a95fc50c
Commit
a95fc50c
authored
Aug 19, 2024
by
hubaoshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wcp
parent
04f4148f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
2 deletions
+19
-2
inventory.vue
src/views/setup/inventory.vue
+19
-2
No files found.
src/views/setup/inventory.vue
View file @
a95fc50c
...
...
@@ -52,7 +52,7 @@
</div>
</el-form>
</div>
<el-dialog
class=
"pd"
:title=
"title"
:visible
.
sync=
"open"
width=
"100%"
append-to-body
>
<el-dialog
class=
"pd"
:title=
"title"
:visible
.
sync=
"open"
width=
"100%"
append-to-body
@
close=
"handleDialogClose"
>
<el-table
v-loading=
"loading"
border
:data=
"queryPd.PdList"
:row-class-name=
"rowClassName"
>
<el-table-column
type=
"index"
label=
"序号"
width=
"55"
align=
"center"
/>
<el-table-column
v-if=
"false"
label=
"orderId"
prop=
"orderId"
:show-overflow-tooltip=
"true"
>
...
...
@@ -87,7 +87,7 @@
@
pagination=
"handleView"
/>
</el-dialog>
<el-dialog
class=
"pdDel"
:title=
"title"
:visible
.
sync=
"openDel"
width=
"1300px"
append-to-body
>
<el-dialog
class=
"pdDel"
:title=
"title"
:visible
.
sync=
"openDel"
width=
"1300px"
append-to-body
@
close=
"handleDialogClose"
>
<div
class=
"top"
>
<div
class=
"oneButtion"
>
<el-button
...
...
@@ -206,6 +206,7 @@
title=
"选择人员"
:visible
.
sync=
"dialogVisible"
width=
"500px"
@
close=
"handleDialogClose"
>
<div
class=
"button-container"
>
<el-button
...
...
@@ -293,6 +294,7 @@ export default {
this
.
getList
()
this
.
getPallet
()
this
.
getInfo
()
this
.
move
()
},
mounted
()
{
},
...
...
@@ -489,6 +491,11 @@ export default {
})
},
handleEnd
()
{
if
(
this
.
queryForm
.
totalCount
===
this
.
queryForm
.
endCount
)
{
this
.
$message
({
message
:
'盘点已完成'
,
type
:
'info'
})
this
.
queryForm
.
value
=
''
return
}
this
.
values
=
this
.
queryForm
.
value
const
values
=
this
.
queryForm
.
value
.
split
(
'-'
)
const
obj
=
{
...
...
@@ -505,6 +512,7 @@ export default {
this
.
queryForm
.
value
=
''
this
.
getList
()
this
.
valuePd
=
'bacc-red'
this
.
move
()
},
deletePd
()
{
const
queryParams
=
{
...
...
@@ -529,6 +537,7 @@ export default {
this
.
openDel
=
false
this
.
queryPdDel
.
PdDelList
=
[]
this
.
resetList
()
this
.
move
()
})
this
.
handleDel
()
},
...
...
@@ -539,6 +548,14 @@ export default {
this
.
pallet
=
value
this
.
dialogVisible
=
false
},
handleDialogClose
()
{
this
.
$nextTick
(()
=>
{
const
item
=
this
.
$refs
.
input1
if
(
item
)
{
item
.
focus
()
}
})
}
}
}
</
script
>
...
...
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