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
4c376945
authored
Jun 05, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://119.23.72.7/zhujilai/Order
into zjl_self_order_20180502
parents
a2474257
d5af17e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
resources/views/detail/changeOrder.blade.php
resources/views/detail/content.blade.php
resources/views/detail/changeOrder.blade.php
View file @
4c376945
...
...
@@ -70,7 +70,7 @@
<input
class=
"only_positive_nubme only_number num"
name=
"change_info[{{$v['rec_id']}}][goods_number]"
value=
"{{$v['goods_number']}}"
>
</td>
<td>
<input
class=
"price only_number"
name=
"change_info[{{$v['rec_id']}}][goods_price]"
data-origin=
"{{$v['
goods
_price']}}"
value=
"{{$v['goods_price']}}"
>
<input
class=
"price only_number"
name=
"change_info[{{$v['rec_id']}}][goods_price]"
data-origin=
"{{$v['
original
_price']}}"
value=
"{{$v['goods_price']}}"
>
</td>
</tr>
@endforeach
...
...
resources/views/detail/content.blade.php
View file @
4c376945
...
...
@@ -526,7 +526,7 @@
@endif
<!-- 已发货之后的状态 -->
@if ($order_info['status'] > 4)
@if ($order_info['status'] >
=
4)
<a
href=
"{{URL('invShipping', ['order_id'=>$order_info['order_id']])}}"
class=
"btn btn-default"
>
寄送发票
</a>
@endif
...
...
@@ -543,7 +543,7 @@
<a
class=
"btn btn-default self_express"
href=
"javascript:;"
data-id=
"{{$order_info['order_id']}}"
class=
"btn btn-default"
>
填写快递单
</a>
@endif
@if (
in_array($order_info['status'], [4, 8])
&&
in_array('self_order_invoice_express', $userPerms))
@if (
$order_info['status'] >= 4
&&
in_array('self_order_invoice_express', $userPerms))
<a
class=
"btn btn-default self_invoice_express"
data-id=
"{{$order_info['order_id']}}"
href=
"javascript:;"
class=
"btn btn-default"
>
填写发票快递
</a>
@endif
</div>
...
...
@@ -596,7 +596,7 @@
@foreach ($actionLog as $v)
<tr>
<td
width=
"15%"
>
{{date('Y-m-d H:i:s', $v->create_time)}}
</td>
<td
width=
"
8
%"
>
{{App\Http\Controllers\getOperatorName($v->operator_id, $v->operator_type)}}
</td>
<td
width=
"
10
%"
>
{{App\Http\Controllers\getOperatorName($v->operator_id, $v->operator_type)}}
</td>
<td>
{{$v->event}}
</td>
</tr>
@endforeach
...
...
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