Authored by cailing

JIT拆单

... ... @@ -47,6 +47,9 @@
</section>
<section class="goods block">
{{#if isJit}}
{{> me/order/jit-more}}
{{/if}}
{{# goods}}
{{> me/order/good}}
{{/ goods}}
... ...
<section class="block more-jit">
<a href="{{jitDetailUrl}}">
<div class="more-jit">
<span>商品需要分仓调拨</span>
<span class="iconfont icon-right-arrow">&#xe614;</span>
</div>
</a>
</section>
... ...