Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
朱继来
/
后台订单管理
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
b6d8336a
authored
Jul 13, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整返回信息
parent
d2159f22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
app/Http/Controllers/ApiController.php
resources/views/selfOrder/content.blade.php
app/Http/Controllers/ApiController.php
View file @
b6d8336a
...
...
@@ -385,7 +385,7 @@ class ApiController extends Controller
$res
=
curlApi
(
$url
);
$this
->
Export
(
0
,
'成功'
);
$this
->
Export
(
0
,
'成功'
,
$res
);
}
}
resources/views/selfOrder/content.blade.php
View file @
b6d8336a
...
...
@@ -389,10 +389,8 @@
<a
class=
"btn btn-default download-contract"
data-id=
"{{$v['order_id']}}"
href=
"javascript:;"
>
下载合同
</a>
@endif
@if (
$v['status'] >= 4
&&
$v['status']
<
=
7
)
@if (
in_array($v['status'], [4, 7])
)
<a
class=
"btn btn-warning push-wms"
data-sn=
"{{$v['order_sn']}}"
href=
"javascript:;"
>
推送WMS
</a>
<!-- <a class="btn btn-warning" href="{{ Config('website.pur_url') }}/server/wms2?order_sn={{$v['order_sn']}}" target="_blank">推送WMS</a> -->
@endif
@if ($v['status'] == -1
&&
!$v['cancel_reason'])
...
...
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