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

parent be8dd901
......@@ -18,7 +18,6 @@
{{# } else { }}
<li>发货单/退货单</li>
{{# } }}
<li>优惠券记录</li>
<li>订单记录</li>
<li>订单备注</li>
</ul>
......@@ -359,31 +358,6 @@
</table>
</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">
<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