@@ -434,6 +434,11 @@
color: #151515;
line-height: 0.5rem;
padding-bottom: 0.15rem;
+ div{
+ text-indent:-1.4rem;
+ margin-left:1.4rem;
+ white-space:normal;
+ }
span {
color: #666666;
}
@@ -91,6 +91,9 @@
<div class="item">
<span class="name">购买数量:</span>{{item.qty}}
</div>
+ <div class="item">
+ <span class="name">交货日期:</span>{{item.delivery | time}}
+ </div>
<div class="item" v-if="item.acceptQty">
<span class="name">已验收:</span>{{item.acceptQty}}{{item.product.unit}}