Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-pda-scan
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
ximai
mes-pda-scan
Commits
6b636664
Commit
6b636664
authored
Jul 01, 2024
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消库位扫描
parent
1d8ae91e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
25 deletions
+0
-25
abnormalRemove.vue
pages/abnormal/abnormalRemove.vue
+0
-21
listItem.vue
pages/abnormal/listItem.vue
+0
-4
No files found.
pages/abnormal/abnormalRemove.vue
View file @
6b636664
...
...
@@ -3,14 +3,6 @@
<StickyNavBar>
<NavBar
title=
"质量异常下架"
></NavBar>
<view
class=
"btn"
>
<uni-easyinput
prefixIcon=
"search"
class=
"topSearch"
v-model=
"nlpla"
focus
placeholder=
"请扫描库位"
@
change=
"handleInputNlpla"
></uni-easyinput>
<uni-easyinput
prefixIcon=
"search"
:disabled=
"isDisabled"
...
...
@@ -36,7 +28,6 @@
<listItem
:item=
"item"
:goodsList=
"goodsList"
:nlpla=
"nlpla"
@
deleGonds=
"deleGonds"
/>
</view>
...
...
@@ -63,7 +54,6 @@
number
:
0
,
totalNum
:
0
,
show
:
true
,
nlpla
:
""
,
wxparams
:
""
,
btnArr
:
[
{
...
...
@@ -136,7 +126,6 @@
this
.
goodsList
=
[];
this
.
chargaArr
=
[];
this
.
totalNum
=
0
;
this
.
nlpla
=
""
;
this
.
wxparams
=
""
;
this
.
$u
.
toast
(
"提交成功"
);
}
...
...
@@ -162,18 +151,8 @@
this
.
getPlnr
(
e
);
}
},
handleInputNlpla
(
e
)
{},
getPlnr
(
plnr
)
{
this
.
isDisabled
=
true
;
if
(
!
this
.
nlpla
)
{
this
.
$u
.
toast
(
"请先扫描仓位"
);
setTimeout
(()
=>
{
this
.
wxparams
=
""
;
this
.
isFocus
=
true
;
this
.
isDisabled
=
false
;
},
1000
);
return
;
}
this
.
$u
.
api
.
sapApi
.
sapBlpl
({
plnr
,
...
...
pages/abnormal/listItem.vue
View file @
6b636664
...
...
@@ -63,10 +63,6 @@ export default {
default
:
function
()
{
return
[];
}
},
nlpla
:
{
type
:
String
,
default
:
''
}
},
data
()
{
...
...
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