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
b1e60d2c
Commit
b1e60d2c
authored
Aug 22, 2024
by
hubaoshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wcp
parent
204bfbd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
inventory.vue
src/views/setup/inventory.vue
+1
-2
No files found.
src/views/setup/inventory.vue
View file @
b1e60d2c
...
@@ -369,7 +369,6 @@ export default {
...
@@ -369,7 +369,6 @@ export default {
if
(
!
this
.
palletDel
)
{
if
(
!
this
.
palletDel
)
{
this
.
selectedButton
=
item
this
.
selectedButton
=
item
this
.
palletDel
=
Number
(
item
)
this
.
palletDel
=
Number
(
item
)
console
.
log
(
'pallet'
,
this
.
palletDel
)
this
.
queryPdDel
.
PdDelList
=
response
.
data
.
records
this
.
queryPdDel
.
PdDelList
=
response
.
data
.
records
}
else
if
(
this
.
palletDel
)
{
}
else
if
(
this
.
palletDel
)
{
return
this
.
palletDel
return
this
.
palletDel
...
@@ -492,7 +491,6 @@ export default {
...
@@ -492,7 +491,6 @@ export default {
pallet
:
''
pallet
:
''
}
}
queryParams
.
pallet
=
this
.
selectedButton
queryParams
.
pallet
=
this
.
selectedButton
console
.
log
(
'this.selectedButton1111'
,
this
.
selectedButton
)
this
.
$confirm
(
'是否确认操作?'
,
'提示'
,
{
this
.
$confirm
(
'是否确认操作?'
,
'提示'
,
{
confirmButtonText
:
'确定'
,
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
cancelButtonText
:
'取消'
,
...
@@ -504,6 +502,7 @@ export default {
...
@@ -504,6 +502,7 @@ export default {
message
:
'删除成功'
,
message
:
'删除成功'
,
type
:
'success'
type
:
'success'
})
})
this
.
queryPdDel
.
PdDelList
=
[]
this
.
openDel
=
false
this
.
openDel
=
false
this
.
getList
()
this
.
getList
()
// this.handleDel()
// this.handleDel()
...
...
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