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
1a49d7cb
authored
May 30, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
添加商品原始单价
parent
56f15e7e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
resources/views/detail/changeOrder.blade.php
resources/views/detail/content.blade.php
resources/views/detail/changeOrder.blade.php
View file @
1a49d7cb
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
<input
class=
"only_positive_nubme only_number num"
name=
"change_info[{{$v['rec_id']}}][goods_number]"
value=
"{{$v['goods_number']}}"
>
<input
class=
"only_positive_nubme only_number num"
name=
"change_info[{{$v['rec_id']}}][goods_number]"
value=
"{{$v['goods_number']}}"
>
</td>
</td>
<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>
</td>
</tr>
</tr>
@endforeach
@endforeach
...
...
resources/views/detail/content.blade.php
View file @
1a49d7cb
...
@@ -596,7 +596,7 @@
...
@@ -596,7 +596,7 @@
@foreach ($actionLog as $v)
@foreach ($actionLog as $v)
<tr>
<tr>
<td
width=
"15%"
>
{{date('Y-m-d H:i:s', $v->create_time)}}
</td>
<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>
<td>
{{$v->event}}
</td>
</tr>
</tr>
@endforeach
@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