Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
Warehouse
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0043cb1a
authored
May 15, 2020
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1
parent
f033238b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
pages/scanDelivery/scanDelivery.js
pages/scanDelivery/scanDelivery.js
View file @
0043cb1a
...
@@ -120,6 +120,11 @@ Page({
...
@@ -120,6 +120,11 @@ Page({
let
me
=
this
;
let
me
=
this
;
getData
(
apis
.
deliver_goods
,
'post'
,
{
"pick_task_detail_id"
:
arr
},
function
(
res
)
{
getData
(
apis
.
deliver_goods
,
'post'
,
{
"pick_task_detail_id"
:
arr
},
function
(
res
)
{
if
(
res
.
errcode
===
0
)
{
if
(
res
.
errcode
===
0
)
{
wx
.
showToast
({
title
:
'操作成功'
,
icon
:
'none'
,
duration
:
2000
});
me
.
getList
()
me
.
getList
()
}
else
{
}
else
{
...
...
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