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
46fc605b
Commit
46fc605b
authored
Jul 15, 2024
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发货下架添加扫描交货单
parent
0e8463fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
index.vue
pages/sendOutGoodsOff/index.vue
+5
-0
No files found.
pages/sendOutGoodsOff/index.vue
View file @
46fc605b
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
<NavBar
title=
"发货下架"
></NavBar>
<NavBar
title=
"发货下架"
></NavBar>
<view
class=
"btn"
>
<view
class=
"btn"
>
<uni-easyinput
class=
"boxSelect"
prefixIcon=
"search"
v-model=
"lgort"
placeholder=
"请扫描目标仓位"
></uni-easyinput>
<uni-easyinput
class=
"boxSelect"
prefixIcon=
"search"
v-model=
"lgort"
placeholder=
"请扫描目标仓位"
></uni-easyinput>
<uni-easyinput
class=
"boxSelect"
prefixIcon=
"search"
v-model=
"vbeln"
placeholder=
"请扫描交货单"
></uni-easyinput>
<uni-easyinput
prefixIcon=
"search"
:disabled=
"isDisabled"
v-model=
"wxparams"
:focus=
"isFocus"
<uni-easyinput
prefixIcon=
"search"
:disabled=
"isDisabled"
v-model=
"wxparams"
:focus=
"isFocus"
placeholder=
"请扫描产品包装条码/外箱码"
@
input=
"handleInputPlnr"
></uni-easyinput>
placeholder=
"请扫描产品包装条码/外箱码"
@
input=
"handleInputPlnr"
></uni-easyinput>
</view>
</view>
...
@@ -110,11 +111,15 @@
...
@@ -110,11 +111,15 @@
if
(
!
this
.
goodsList
.
length
)
{
if
(
!
this
.
goodsList
.
length
)
{
return
this
.
$u
.
toast
(
'请扫描需要下架的箱条码/外箱码'
)
return
this
.
$u
.
toast
(
'请扫描需要下架的箱条码/外箱码'
)
}
}
if
(
!
this
.
vbeln
)
{
return
this
.
$u
.
toast
(
'请扫描交货单'
)
}
if
(
!
this
.
lgort
)
{
if
(
!
this
.
lgort
)
{
return
this
.
$u
.
toast
(
'请选择目标仓位'
)
return
this
.
$u
.
toast
(
'请选择目标仓位'
)
}
}
const
arr
=
this
.
goodsList
.
map
((
item
)
=>
{
const
arr
=
this
.
goodsList
.
map
((
item
)
=>
{
item
.
LGORT
=
this
.
lgort
item
.
LGORT
=
this
.
lgort
item
.
VBELN
=
this
.
vbeln
return
item
return
item
})
})
this
.
$u
.
api
.
sapApi
this
.
$u
.
api
.
sapApi
...
...
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