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
d4a031de
authored
Aug 03, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整展示
parent
9ce26a4c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
resources/views/detail/content.blade.php
resources/views/detail/content.blade.php
View file @
d4a031de
...
...
@@ -382,9 +382,9 @@
<th>
制造商
</th>
<th>
采购数量
</th>
<th>
采购单价
</th>
<
th>
采购小计
</th
>
<
!-- <th>采购小计</th> --
>
<th>
优惠单价
</th>
<th>
优惠
小计
</th>
<th>
小计
</th>
<th>
货期
</th>
<th>
供应商
</th>
...
...
@@ -412,10 +412,10 @@
<span
id=
"{{$v['rec_id']}}"
>
{{$v['goods_price_format']}}
</span>
<!-- {$currency}<span id="{$v.rec_id}">{$v.goods_price}</span> -->
</td>
<
td
>
<
span
id=
"total_{{$v['rec_id']}}"
>
{{$v['goods_amount_format']}}
</span
>
<
!-- <td> --
>
<
!-- <span id="total_{{$v['rec_id']}}">{{$v['goods_amount_format']}}</span> --
>
<!-- {$currency}<span id="total_{$v.rec_id}">{$v.total}</span> -->
<
/td
>
<
!-- </td> --
>
<td>
{{$v['single_pre_price_format']}}
</td>
<td>
{{$v['single_pre_price_amount']}}
</td>
<td>
{{$v['delivery_time']}}
</td>
...
...
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