verifyUnsignOrderId.html
1.0 KB
<style>
.contentwrapper{padding: 5px;}
.ngdialog.ngdialog-theme-plain .ngdialog-content{padding: 0em 0em 1em 0em; width: 500px;}
.ngDialogHeader{width: 100%; height: 35px; background-color: #D9DFF0}
.ngDialogTitle{height: 35px; line-height: 35px; color: #fff; font-weight: bold; font-size: 16px; margin-left: 5px;}
.commentTitle{color: #808080;}
.commentArea {width: 480px; margin-left: 6px; margin-bottom: 20px;}
.commentBuyerTitle{color: #8AE53F; font-weight: bold;}
</style>
<div class="ngDialogHeader">
<span class="ngDialogTitle">审核失败!请检查未标记已付款的订单</span>
</div>
<table cellpadding="0" cellspacing="0" border="0" class="stdtable" id="dyntable3">
<thead>
<tr>
<th class="head0">订单号</th>
</tr>
</thead>
<tbody>
<tr class="gradeX" ng-repeat="sorder in order" >
<td>{{ sorder.orderCode }}</td>
</tr>
</tbody>
</table>
<div style="text-align: right;">
<input type="button" class="stdbtn btn_red" value="关闭" ng-click="closeNgDialog()" style="margin-right: 10px;"/>
</div>