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
bec9341b
Commit
bec9341b
authored
Jul 05, 2024
by
何远江
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug 修改
parent
5979d3f9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
11 deletions
+13
-11
index.vue
pages/index/index.vue
+5
-0
outsourcedMaterialList.vue
pages/outsourcedMaterial/outsourcedMaterialList.vue
+7
-6
unpacking.vue
pages/packing/unpacking.vue
+1
-5
No files found.
pages/index/index.vue
View file @
bec9341b
...
...
@@ -115,6 +115,11 @@
text
:
'反冲料移库'
,
url
:
'/pages/recoil/recoilMaterial'
},
{
src
:
require
(
'@/static/images/xsck.png'
),
text
:
'发货下架'
,
url
:
'/pages/sendOutGoodsOff/index'
},
]
}]
};
...
...
pages/outsourcedMaterial/outsourcedMaterialList.vue
View file @
bec9341b
...
...
@@ -162,11 +162,8 @@ export default {
}
return
acc
;
},
[]);
console
.
log
(
params
,
'-----'
)
// return
this
.
$u
.
api
.
sapApi
.
sapPickingDn
(
params
,
300
).
then
((
res
)
=>
{
console
.
log
(
res
,
'-----'
);
this
.
loading
=
false
;
if
(
!
Array
.
isArray
(
res
))
{
return
;
...
...
@@ -179,11 +176,11 @@ export default {
return
f
;
});
if
(
!
flag
)
{
this
.
$u
.
toast
(
"提交成功"
);
this
.
$u
.
toast
(
res
[
0
].
MESSAGE
);
// this.resFlag = true
setTimeout
(()
=>
{
this
.
goBack
();
},
1
000
);
},
3
000
);
}
});
},
...
...
@@ -209,7 +206,11 @@ export default {
});
if
(
item
)
{
if
(
Reflect
.
has
(
item
,
"ZPLDT"
))
{
item
.
ZPLDT
.
push
(
ele
);
item
.
ZPLDT
.
push
({
...
ele
,
KDAUF
:
item
.
KDAUF
,
KDPOS
:
item
.
KDPOS
,
});
}
else
{
this
.
$set
(
item
,
"ZPLDT"
,
[
ele
]);
}
...
...
pages/packing/unpacking.vue
View file @
bec9341b
<
template
>
<view>
<view
style=
"padding: 20rpx 0;"
>
<view
class=
"btn"
>
<uni-easyinput
prefixIcon=
"search"
:disabled=
"isDisabled"
v-model=
"wxparams"
:focus=
"isFocus"
placeholder=
"请扫描产品包装条码/外箱码"
@
input=
"handleInputPlnr"
></uni-easyinput>
<view
class=
"title"
>
<text>
明细
</text>
</view>
</view>
<view
class=
"cardbox"
>
<view
class=
"cardContent"
v-for=
"(item, index) in goodsList"
:key=
"item.PLNR"
>
...
...
@@ -119,7 +116,6 @@
.btn
{
padding
:
10rpx
20rpx
;
background
:
#fff
;
.title
{
margin-top
:
10rpx
;
color
:
#000
;
...
...
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