Commit d6094217 by 冷斌

问题4

parent cd4b6097
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
<th class=""></th> <th class=""></th>
<th class=""></th> <th class=""></th>
<th class=""></th> <th class=""></th>
<th class=""></th>
<th class="">操作</th> <th class="">操作</th>
</tr> </tr>
</thead> </thead>
...@@ -81,6 +82,7 @@ ...@@ -81,6 +82,7 @@
</td> </td>
<td><a href="{:U('OrderS/details?id='.$vo['id'])}" class="" >订单详情</a></td> <td><a href="{:U('OrderS/details?id='.$vo['id'])}" class="" >订单详情</a></td>
<td></td> <td></td>
<td></td>
<td style="color:red;">总价:{$vo.s_price} (含运费:{$vo.dis_price})</td> <td style="color:red;">总价:{$vo.s_price} (含运费:{$vo.dis_price})</td>
<td></td> <td></td>
<td><a href="javascript:del({$vo.id})">删除订单</a></td> <td><a href="javascript:del({$vo.id})">删除订单</a></td>
...@@ -95,6 +97,10 @@ ...@@ -95,6 +97,10 @@
<td>{$v.stan|default="无"}</td> <td>{$v.stan|default="无"}</td>
<td>{$v.title}</td> <td>{$v.title}</td>
<td> <td>
<eq name="vo.type" value="1">全配送</eq>
<eq name="vo.type" value="2">库存购</eq>
</td>
<td>
<eq name="v.status" value="1">待付款</eq> <eq name="v.status" value="1">待付款</eq>
<eq name="v.status" value="2">待发货</eq> <eq name="v.status" value="2">待发货</eq>
<eq name="v.status" value="3">待收货</eq> <eq name="v.status" value="3">待收货</eq>
......
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