Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CnChunfeng
/
scm_wms_outstore_api
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
334db8e7
authored
May 19, 2020
by
Joneq
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
完善发货
parent
dcc5f708
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
app/Http/Controllers/OutStoreController.php
app/Http/Controllers/OutStoreController.php
View file @
334db8e7
...
...
@@ -149,7 +149,7 @@ class OutStoreController extends Controller
{
$data
=
$request
->
all
();
try
{
CommonLogic
::
checkEmpty
([
'
pick_task_detail_id
'
],
$data
);
CommonLogic
::
checkEmpty
([
'
box_sn'
,
'pallet_sn
'
],
$data
);
$returnData
=
$this
->
curl
(
'/out_store/confirm_out_store'
,
$data
,
$request
);
if
(
isset
(
$returnData
[
'errcode'
])
&&
!
empty
(
$returnData
[
'errcode'
]))
{
...
...
@@ -167,7 +167,7 @@ class OutStoreController extends Controller
{
$data
=
$request
->
all
();
try
{
CommonLogic
::
checkEmpty
([
'
pick_task_detail_id
'
],
$data
);
CommonLogic
::
checkEmpty
([
'
box_sn'
,
'pallet_sn
'
],
$data
);
$returnData
=
$this
->
curl
(
'/out_store/cancel_out_store'
,
$data
,
$request
);
if
(
isset
(
$returnData
[
'errcode'
])
&&
!
empty
(
$returnData
[
'errcode'
]))
{
CommonLogic
::
$errCode
=
$returnData
[
'errcode'
];
...
...
@@ -185,7 +185,7 @@ class OutStoreController extends Controller
{
$data
=
$request
->
all
();
try
{
CommonLogic
::
checkEmpty
([
'p
ick_task_detail_id
'
],
$data
);
CommonLogic
::
checkEmpty
([
'p
allet_sn
'
],
$data
);
$returnData
=
$this
->
curl
(
'/out_store/deliver_goods'
,
$data
,
$request
);
if
(
isset
(
$returnData
[
'errcode'
])
&&
!
empty
(
$returnData
[
'errcode'
]))
{
CommonLogic
::
$errCode
=
$returnData
[
'errcode'
];
...
...
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