<develop>:(Web 端)<无> ShopERP 项目 WebAPI 接口代码提交。

parent be8dd901
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
{{# } else { }} {{# } else { }}
<li>发货单/退货单</li> <li>发货单/退货单</li>
{{# } }} {{# } }}
<li>优惠券记录</li>
<li>订单记录</li> <li>订单记录</li>
<li>订单备注</li> <li>订单备注</li>
</ul> </ul>
...@@ -359,31 +358,6 @@ ...@@ -359,31 +358,6 @@
</table> </table>
</div> </div>
<!--优惠券记录-->
<div class="layui-tab-item">
<table class="layui-table" lay-size="sm">
<thead>
<tr>
<th>优惠券编码</th>
<th>优惠券名称</th>
<th>创建时间</th>
<th>使用时间</th>
</tr>
</thead>
<tbody>
{{# layui.each(d.params.data.couponObj, function(index, item){ }}
<tr>
<td>{{item.couponCode}}</td>
<td>{{item.couponName}}</td>
<td>{{item.createTime}}</td>
<td>{{item.updateTime}}</td>
</tr>
{{# }); }}
</tbody>
</table>
</div>
<!--订单记录--> <!--订单记录-->
<div class="layui-tab-item"> <div class="layui-tab-item">
<table class="layui-table" lay-size="sm"> <table class="layui-table" lay-size="sm">
......
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