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
2316a58b
authored
Jun 12, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整模板
parent
38b5be1c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
resources/views/changeOrder/content.blade.php
resources/views/orderlist/content.blade.php
resources/views/changeOrder/content.blade.php
View file @
2316a58b
...
...
@@ -416,7 +416,7 @@
@if ($order_info['order_goods_type'] == 2
&&
$order_info['adjust_count']
<
2
)
<
a
class=
"btn btn-default"
href=
"{{$adjustPriceUrl}}"
>
再次调价
</a><span
class=
"warn-tip"
>
每笔订单仅有一次“再次调价”机会
</span>
@elseif ($order_info['order_goods_type'] == 1)
<
a
class=
"btn btn-default"
href=
"{{$adjustPriceUrl}}"
>
再次调价
</a
>
<
!-- <a class="btn btn-default" href="{{$adjustPriceUrl}}">再次调价</a> --
>
@endif
</div>
...
...
resources/views/orderlist/content.blade.php
View file @
2316a58b
...
...
@@ -289,7 +289,7 @@
</td>
<td
class=
"show-list"
>
<?php
if
(
isset
(
$order_extend
->
is_manager_audit
)
&&
$v
[
'status'
]
==
1
)
{
if
(
!
empty
(
$order_extend
->
is_manager_audit
)
&&
$v
[
'status'
]
==
1
)
{
echo
'<span class="list-text-checking"><b>待主管审核</b></span>'
;
}
else
{
switch
(
$v
[
'status'
])
{
...
...
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