|
|
@@ -0,0 +1,120 @@
|
|
|
+<style>
|
|
|
+ #order-detail-list .table-default tbody tr td{
|
|
|
+ vertical-align: top;
|
|
|
+ }
|
|
|
+ .pub-com_head span.fr {
|
|
|
+ margin-right: 20px;
|
|
|
+ color: #959595;
|
|
|
+ float: right;
|
|
|
+ }
|
|
|
+ .pub-com_head span.fr em {
|
|
|
+ margin-right: 50px;
|
|
|
+ font-size: 14px;
|
|
|
+ font-style: inherit;
|
|
|
+ }
|
|
|
+</style>
|
|
|
+<div class="pane base-info" id="order-detail-list">
|
|
|
+ <div class="pub-com_head">
|
|
|
+ <span>客户采购验收单</span>
|
|
|
+ <span class="fr"><em>操作员:{{accept.recorder}}</em><time>日期:{{accept.date | date:'yyyy-MM-dd'}}</time></span>
|
|
|
+ </div>
|
|
|
+ <div class="pane-body">
|
|
|
+ <div class="title-div" style="border-bottom: 1px dashed #327ebe;">
|
|
|
+ <span class="f14">单据信息</span>
|
|
|
+ </div>
|
|
|
+ <div class="row row-sm item">
|
|
|
+ <div class="col-xs-3">
|
|
|
+ <span class="title">验收单号:</span>
|
|
|
+ <div class="content" ng-bind="::accept.code"></div>
|
|
|
+ </div>
|
|
|
+ <div class="col-xs-6">
|
|
|
+ <span class="title">客户:</span>
|
|
|
+ <div class="content" ng-bind="::accept.enterprise.enName"></div>
|
|
|
+ </div>
|
|
|
+ <div class="col-xs-3">
|
|
|
+ <span class="title">验收日期:</span>
|
|
|
+ <div class="content" ng-bind="::accept.date | date:'yyyy-MM-dd'"></div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="row row-sm item">
|
|
|
+ <div class="col-xs-12">
|
|
|
+ <div class="title">应付供应商:</div>
|
|
|
+ <div class="unchanged-info">{{accept.receivename}}</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="row row-sm item">
|
|
|
+ <div class="col-xs-6">
|
|
|
+ <div class="title">送货单号:</div>
|
|
|
+ <div class="unchanged-info">{{accept.sendCode}}</div>
|
|
|
+ </div>
|
|
|
+ <div class="col-xs-6">
|
|
|
+ <span class="title">付款方式:</span>
|
|
|
+ <div class="content" ng-bind="::accept.payments"></div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="row row-sm item">
|
|
|
+ <div class="col-xs-6">
|
|
|
+ <div class="title">币别:</div>
|
|
|
+ <div class="unchanged-info">{{accept.currency}}</div>
|
|
|
+ </div>
|
|
|
+ <div class="col-xs-6">
|
|
|
+ <span class="title">备注:</span>
|
|
|
+ <div class="content" ng-bind="::inquiry.remark"></div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="title-div" style="border-bottom: 1px dashed #327ebe;">
|
|
|
+ <span class="f14">产品价格详情</span>
|
|
|
+ </div>
|
|
|
+ <div class="block">
|
|
|
+ <table class="block table table-default table-striped" style=" margin-bottom: 0">
|
|
|
+ <thead>
|
|
|
+ <tr class="header">
|
|
|
+ <th width="60">序号</th>
|
|
|
+ <th width="260">采购单号</th>
|
|
|
+ <th width="90">产品名称</th>
|
|
|
+ <th width="100">品牌</th>
|
|
|
+ <th width="50">单位</th>
|
|
|
+ <th width="60">单价</th>
|
|
|
+ <th width="80">入库数</th>
|
|
|
+ <th width="80">金额</th>
|
|
|
+ <th width="120">批号</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ </table>
|
|
|
+ <table class="block table table-default table-striped">
|
|
|
+ <tbody>
|
|
|
+ <tr
|
|
|
+ ng-repeat="acceptitem in accept.acceptItems | orderBy:'number'" ng-class="{'scoroll':order.orderItems.length>10}">
|
|
|
+ <td width="40">
|
|
|
+ <div ng-bind="::acceptitem.number">
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ <td width="270">
|
|
|
+ <div ng-bind="::acceptitem.orderItem.order.code"></div>
|
|
|
+ </td>
|
|
|
+ <td class="text-center" width="90">
|
|
|
+ <div ng-bind="::acceptitem.orderItem.product.title"></div>
|
|
|
+ </td>
|
|
|
+ <td class="text-center" width="100">
|
|
|
+ <div ng-bind="::acceptitem.orderItem.product.brand"></div>
|
|
|
+ </td>
|
|
|
+ <td class="text-center" width="50">
|
|
|
+ <div ng-bind="::acceptitem.orderItem.product.unit"></div>
|
|
|
+ </td>
|
|
|
+ <td class="text-center" width="60">
|
|
|
+ <div ng-bind="::acceptitem.orderItem.price"></div>
|
|
|
+ <td class="text-center" width="80">
|
|
|
+ <div ng-bind="::acceptitem.orderItem.acceptQty"></div>
|
|
|
+ </td>
|
|
|
+ <td class="text-center" width="80">
|
|
|
+ <div>{{acceptitem.orderItem.acceptQty*acceptitem.orderItem.price | number: 6}}</div>
|
|
|
+ </td>
|
|
|
+ <td class="text-center" width="120">
|
|
|
+ <div ng-bind="::acceptitem.batchCode"></div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|