Commit 35e0f45c authored by guantiantian's avatar guantiantian

dispatchTadk页面增加导出异地速递信息功能

parent 0a62df4a
...@@ -74,6 +74,8 @@ ...@@ -74,6 +74,8 @@
</button> </button>
</div> </div>
</div> </div>
<div <div
ng-repeat="type in cycleSheetData track by $index" ng-repeat="type in cycleSheetData track by $index"
class="table-responsive mailbox-messages" class="table-responsive mailbox-messages"
...@@ -190,6 +192,7 @@ ...@@ -190,6 +192,7 @@
</div> </div>
<!-- /.mail-box-messages --> <!-- /.mail-box-messages -->
</div> </div>
<div class="box-body" ng-if="isHistory==1"> <div class="box-body" ng-if="isHistory==1">
<div ng-if="cycleSheetData.length>0"> <div ng-if="cycleSheetData.length>0">
<div class="nav-tabs-custom clearfix" style="margin-bottom: 0"> <div class="nav-tabs-custom clearfix" style="margin-bottom: 0">
...@@ -206,6 +209,16 @@ ...@@ -206,6 +209,16 @@
</a> </a>
</li> </li>
</ul> </ul>
<div class="box-tools pull-right">
<button
type="button"
class="btn btn-primary pull-right"
style="height: 30px; line-height: 17px; margin-right: 10px"
ng-click="downloadInfo()"
>
导出异地速递信息
</button>
</div>
</div> </div>
<div <div
ng-repeat="type in cycleSheetData track by $index" ng-repeat="type in cycleSheetData track by $index"
......
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