|
|
@@ -191,7 +191,6 @@
|
|
|
.logistics_list01 .oder_xq{
|
|
|
width: 98%;
|
|
|
padding: 0;
|
|
|
- margin-top:-20px;
|
|
|
}
|
|
|
.logistics ul li p:last-child{
|
|
|
font-size: 12px;
|
|
|
@@ -563,8 +562,8 @@
|
|
|
<p class="style01">型号:
|
|
|
<a ng-bind="detail.cmpCode || '-'" href="store/productDetail/{{::detail.batchCode}}" title="{{detail.cmpCode}}" target="_blank"></a>
|
|
|
</p>
|
|
|
- <p class="style01">规格:
|
|
|
- <a ng-bind="detail.spec || '-'" title="{{detail.spec}}" target="_blank"></a>
|
|
|
+ <p class="style01">规格:
|
|
|
+ <a ng-bind="detail.spec || '-'" title="{{detail.spec}}" class="unstand"></a>
|
|
|
</p>
|
|
|
</span>
|
|
|
<span class="wd01">交期:
|
|
|
@@ -691,9 +690,6 @@
|
|
|
<dl>
|
|
|
<dd ng-repeat="info in logisticsInfo"><em></em><span ng-bind="info.AcceptTime"></span><span ng-bind="info.AcceptStation"></span></dd>
|
|
|
</dl>
|
|
|
- <div style="width:100%;text-align: center;" ng-if="logisticsInfo.length == 0">
|
|
|
- <em style="font-size: 14px; color:#999;line-height: 70px;">系统无法提供此物流信息,请根据物流单号到相应的官网查询。</em>
|
|
|
- </div>
|
|
|
</div>
|
|
|
<div class="logistics_list_xq" ng-if="!hasInfo&&!noLogisticInfoArray[order.status]">
|
|
|
<div ng-if="canShowInfo" style="text-align:center;padding-top:20px;font-size: 14px;">{{order.status | noLogisticFilter}}</div>
|
|
|
@@ -701,9 +697,6 @@
|
|
|
<!--<div ng-if="canShowInfo" style="text-align:center;padding-top:20px;font-size: 14px;">{{order.status | noLogisticFilter}}</div>-->
|
|
|
<!--<div ng-if="!canShowInfo" style="text-align:center;padding-top:20px;font-size: 14px;">系统无法提供此物流信息</div>-->
|
|
|
</div>
|
|
|
- <div style="width:100%;text-align: center;" ng-hide="hasInfo">
|
|
|
- <em style="font-size: 14px; color:#999;line-height: 70px;">暂无物流信息</em>
|
|
|
- </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--<div class="logistics_list01">-->
|