Commit 54e33d1f authored by hezhen's avatar hezhen

123

parent 10b10d77
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
{elseif $item['pay_status'] == 1} {elseif $item['pay_status'] == 1}
{if $item['order_status'] == 0} {if $item['order_status'] == 0}
<span class="layui-badge layui-bg-orange">审核</span> <span class="layui-badge layui-bg-orange">核销</span>
{elseif $item['order_status'] == 2} {elseif $item['order_status'] == 2}
<span class="layui-badge layui-bg-green">已发货</span> <span class="layui-badge layui-bg-green">已发货</span>
{elseif $item['order_status'] == 3} {elseif $item['order_status'] == 3}
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
{if $item['collage_check'] == 1} {if $item['collage_check'] == 1}
<button type="button" class="layui-btn layui-btn-xs btn-send-item" <button type="button" class="layui-btn layui-btn-xs btn-send-item"
itemId="{$item['id']}"> itemId="{$item['id']}">
审核 核销
</button> </button>
{/if} {/if}
{/if} {/if}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment