|
@@ -234,32 +234,32 @@ input[type="radio"]:checked+label:after, input[type="checkbox"]:checked+label:af
|
|
|
</a>
|
|
</a>
|
|
|
</td>
|
|
</td>
|
|
|
<td class="text-center" ng-show="active=='inbound'">
|
|
<td class="text-center" ng-show="active=='inbound'">
|
|
|
- <a ng-show="active=='inbound'" ng-click="queryLogistics(invoice)">
|
|
|
|
|
- <div class="btn-group">
|
|
|
|
|
- <button type="button" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown">查看物流</button>
|
|
|
|
|
- <div class="dropdown-menu" role="menu">
|
|
|
|
|
- <p style="text-align: center">物流信息</p>
|
|
|
|
|
- <table class="table table-bordered">
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>订单号</th>
|
|
|
|
|
- <th ng-bind="logisticsInfo.ddhm"></th>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>邮件号</th>
|
|
|
|
|
- <th ng-bind="logisticsInfo.yjhm"></th>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>处理时间</th>
|
|
|
|
|
- <th ng-bind="logisticsInfo.clsj"></th>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>物流信息</th>
|
|
|
|
|
- <th ng-bind="logisticsInfo.wlxx"></th>
|
|
|
|
|
- </tr>
|
|
|
|
|
- </table>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </a>
|
|
|
|
|
|
|
+ <!--<a ng-show="active=='inbound'" ng-click="queryLogistics(invoice)">-->
|
|
|
|
|
+ <!--<div class="btn-group">-->
|
|
|
|
|
+ <!--<button type="button" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown">查看物流</button>-->
|
|
|
|
|
+ <!--<div class="dropdown-menu" role="menu">-->
|
|
|
|
|
+ <!--<p style="text-align: center">物流信息</p>-->
|
|
|
|
|
+ <!--<table class="table table-bordered">-->
|
|
|
|
|
+ <!--<tr>-->
|
|
|
|
|
+ <!--<th>订单号</th>-->
|
|
|
|
|
+ <!--<th ng-bind="logisticsInfo.ddhm"></th>-->
|
|
|
|
|
+ <!--</tr>-->
|
|
|
|
|
+ <!--<tr>-->
|
|
|
|
|
+ <!--<th>邮件号</th>-->
|
|
|
|
|
+ <!--<th ng-bind="logisticsInfo.yjhm"></th>-->
|
|
|
|
|
+ <!--</tr>-->
|
|
|
|
|
+ <!--<tr>-->
|
|
|
|
|
+ <!--<th>处理时间</th>-->
|
|
|
|
|
+ <!--<th ng-bind="logisticsInfo.clsj"></th>-->
|
|
|
|
|
+ <!--</tr>-->
|
|
|
|
|
+ <!--<tr>-->
|
|
|
|
|
+ <!--<th>物流信息</th>-->
|
|
|
|
|
+ <!--<th ng-bind="logisticsInfo.wlxx"></th>-->
|
|
|
|
|
+ <!--</tr>-->
|
|
|
|
|
+ <!--</table>-->
|
|
|
|
|
+ <!--</div>-->
|
|
|
|
|
+ <!--</div>-->
|
|
|
|
|
+ <!--</a>-->
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</tbody>
|
|
</tbody>
|