|
|
@ -17,7 +17,8 @@
|
|
|
|
Generating Report ...
|
|
|
|
Generating Report ...
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="box-body" ng-if="report && !report.loading">
|
|
|
|
<div class="box-body" ng-if="report && !report.loading">
|
|
|
|
<button class="btn btn-primary margin-bottom" type="button" ng-click="startValid(true)">Validate Again</button>
|
|
|
|
<button class="btn btn-primary margin-bottom" type="button" ng-click="startValid(true)">Validate Again
|
|
|
|
|
|
|
|
</button>
|
|
|
|
<h3 class="text-center" ng-bind="report.date|date:'yyyy-MM-dd'"></h3>
|
|
|
|
<h3 class="text-center" ng-bind="report.date|date:'yyyy-MM-dd'"></h3>
|
|
|
|
<h2 class="text-success text-center" ng-if="report.valid">订单校验成功</h2>
|
|
|
|
<h2 class="text-success text-center" ng-if="report.valid">订单校验成功</h2>
|
|
|
|
<h2 class="text-danger text-center" ng-if="!report.valid">存在错误</h2>
|
|
|
|
<h2 class="text-danger text-center" ng-if="!report.valid">存在错误</h2>
|
|
|
@ -29,6 +30,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="panel panel-warning" ng-if="report.not_exists.length">
|
|
|
|
<div class="panel panel-warning" ng-if="report.not_exists.length">
|
|
|
|
<div class="panel-heading">缺失的订单</div>
|
|
|
|
<div class="panel-heading">缺失的订单</div>
|
|
|
|
|
|
|
|
<div class="panel-body table-responsive">
|
|
|
|
<table class="table table-bordered table-striped margin-bottom">
|
|
|
|
<table class="table table-bordered table-striped margin-bottom">
|
|
|
|
<thead>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
@ -42,6 +44,7 @@
|
|
|
|
</tbody>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<div class="panel panel-warning" ng-if="report.not_equals.length">
|
|
|
|
<div class="panel panel-warning" ng-if="report.not_equals.length">
|
|
|
|
<div class="panel-heading">订单有误</div>
|
|
|
|
<div class="panel-heading">订单有误</div>
|
|
|
|
<div class="panel-body">
|
|
|
|
<div class="panel-body">
|
|
|
|