|
@@ -122,7 +122,7 @@
|
|
|
<thead>
|
|
<thead>
|
|
|
<tr class="header">
|
|
<tr class="header">
|
|
|
<th width="50">序号</th>
|
|
<th width="50">序号</th>
|
|
|
- <th width="200">产品</th>
|
|
|
|
|
|
|
+ <th width="270">产品</th>
|
|
|
<th width="80">单价</th>
|
|
<th width="80">单价</th>
|
|
|
<th width="80">税率</th>
|
|
<th width="80">税率</th>
|
|
|
<th width="110">数量</th>
|
|
<th width="110">数量</th>
|
|
@@ -139,19 +139,22 @@
|
|
|
<td class="text-center text-num" width="50">
|
|
<td class="text-center text-num" width="50">
|
|
|
<span ng-bind="::item.number"></span>
|
|
<span ng-bind="::item.number"></span>
|
|
|
</td>
|
|
</td>
|
|
|
- <td width="200">
|
|
|
|
|
|
|
+ <td width="270" class="product">
|
|
|
<div class="text-num text-overflow" title="{{::item.product.code}}">
|
|
<div class="text-num text-overflow" title="{{::item.product.code}}">
|
|
|
<span ng-bind="::item.product.code"></span>
|
|
<span ng-bind="::item.product.code"></span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="text-overflow" title="{{::item.product.title}}">
|
|
<div class="text-overflow" title="{{::item.product.title}}">
|
|
|
- <span ng-bind="::item.product.title"></span>
|
|
|
|
|
|
|
+ <span ng-bind="::item.product.title"></span> </div>
|
|
|
<div class="text-muted text-over" ng-bind="::item.product.spec" title="{{::item.product.spec}}"></div>
|
|
<div class="text-muted text-over" ng-bind="::item.product.spec" title="{{::item.product.spec}}"></div>
|
|
|
- <div class="text-muted text-bold text-overflow" ng-if="item.vendspec" title="item.vendspec"><span ng-bind="::item.vendspec"></span></div>
|
|
|
|
|
|
|
+ <div class="text-bole text-inverse text-flow" ng-if="item.prodOldCode" ><b>旧料编号:</b><span ng-bind="::item.prodOldCode"></span></div>
|
|
|
|
|
+ <div class="text-bold text-inverse text-flow" ng-if="item.prodOldTitle" ><b>旧料名称:</b><span ng-bind="::item.prodOldTitle"></span></div>
|
|
|
|
|
+ <div class="text-bold text-inverse text-flow" ng-if="item.prodOldSpec" ><b>旧料规格:</b><span ng-bind="::item.prodOldSpec"></span></div>
|
|
|
|
|
+ <div class="text-bold text-inverse text-flow" ng-if="item.vendspec" title="item.vendspec"><span ng-bind="::item.vendspec"></span></div>
|
|
|
<div class="text-bold text-inverse text-flow" ng-if="item.factory" title="{{item.factory}}"><b>送货工厂:</b><span ng-bind="::item.factory"></span></div>
|
|
<div class="text-bold text-inverse text-flow" ng-if="item.factory" title="{{item.factory}}"><b>送货工厂:</b><span ng-bind="::item.factory"></span></div>
|
|
|
- <div class="text-bold text-inverse text-flow" ng-if="item.custPurchaseCode"><b>客户采购单号:</b><br><span ng-bind="::item.custPurchaseCode"></span></div>
|
|
|
|
|
- <div class="text-bold text-inverse text-flow" ng-if="item.acceptCustName"><b>收货客户:</b><br>
|
|
|
|
|
|
|
+ <div class="text-bold text-inverse text-flow" ng-if="item.custPurchaseCode"><b>客户采购单号:</b><span ng-bind="::item.custPurchaseCode"></span></div>
|
|
|
|
|
+ <div class="text-bold text-inverse text-flow" ng-if="item.acceptCustName"><b>收货客户:</b>
|
|
|
<span ng-bind="::item.acceptCustName"></span></div>
|
|
<span ng-bind="::item.acceptCustName"></span></div>
|
|
|
- <div class="text-bold text-inverse text-flow" ng-if="item.acceptCustAddress"><b>客户收货地址:</b><br>
|
|
|
|
|
|
|
+ <div class="text-bold text-inverse text-flow" ng-if="item.acceptCustAddress"><b>客户收货地址:</b>
|
|
|
<span ng-bind="::item.acceptCustAddress"></span></div>
|
|
<span ng-bind="::item.acceptCustAddress"></span></div>
|
|
|
<div class="text-bold text-inverse text-flow" ng-if="item.remark" title="{{item.remark}}"><b>备注:</b><span ng-bind="::item.remark"></span></div>
|
|
<div class="text-bold text-inverse text-flow" ng-if="item.remark" title="{{item.remark}}"><b>备注:</b><span ng-bind="::item.remark"></span></div>
|
|
|
<div ng-repeat="att in item.attachs" class="text-bold text-bold text-overflow">
|
|
<div ng-repeat="att in item.attachs" class="text-bold text-bold text-overflow">
|