|
|
@@ -277,7 +277,7 @@
|
|
|
<div class="inline-block title">
|
|
|
<i class="must">*</i>品牌:
|
|
|
</div>
|
|
|
- <div class="inline-block similar-wrap">
|
|
|
+ <div class="inline-block" ng-class="{'similar-wrap': tmpEditBom.seekPurchaseByBatchs[$index].showSimilarBrandList}" title="{{detail.brand}}">
|
|
|
<span ng-show="!editBom || !detail.$checked" ng-bind="detail.brand || '-'"></span>
|
|
|
<input ng-show="editBom && detail.$checked"
|
|
|
ng-model="tmpEditBom.seekPurchaseByBatchs[$index].brand"
|
|
|
@@ -296,7 +296,7 @@
|
|
|
<div class="inline-block title">
|
|
|
<i class="must">*</i>物料名称:
|
|
|
</div>
|
|
|
- <div class="inline-block">
|
|
|
+ <div class="inline-block" title="{{detail.kind}}">
|
|
|
<span ng-show="!editBom || !detail.$checked" ng-bind="detail.kind || '-'"></span>
|
|
|
<input ng-show="editBom && detail.$checked"
|
|
|
ng-model="tmpEditBom.seekPurchaseByBatchs[$index].kind"
|
|
|
@@ -311,7 +311,7 @@
|
|
|
<div class="inline-block title">
|
|
|
<i class="must">*</i>型号:
|
|
|
</div>
|
|
|
- <div class="inline-block similar-wrap">
|
|
|
+ <div class="inline-block" ng-class="{'similar-wrap': tmpEditBom.seekPurchaseByBatchs[$index].showSimilarCodeList}" title="{{detail.code}}">
|
|
|
<span ng-show="!editBom || !detail.$checked" ng-bind="detail.code || '-'"></span>
|
|
|
<input ng-show="editBom && detail.$checked"
|
|
|
ng-model="tmpEditBom.seekPurchaseByBatchs[$index].code"
|
|
|
@@ -330,7 +330,7 @@
|
|
|
<div class="inline-block title">
|
|
|
规格:
|
|
|
</div>
|
|
|
- <div class="inline-block">
|
|
|
+ <div class="inline-block" title="{{detail.spec}}">
|
|
|
<span ng-show="!editBom || !detail.$checked" ng-bind="detail.spec || '-'"></span>
|
|
|
<input ng-show="editBom && detail.$checked"
|
|
|
ng-model="tmpEditBom.seekPurchaseByBatchs[$index].spec"
|
|
|
@@ -345,7 +345,7 @@
|
|
|
<div class="inline-block title">
|
|
|
单位用量:
|
|
|
</div>
|
|
|
- <div class="inline-block">
|
|
|
+ <div class="inline-block" title="{{detail.amount}}">
|
|
|
<span ng-show="!editBom || !detail.$checked" ng-bind="detail.amount || '-'"></span>
|
|
|
<input ng-show="editBom && detail.$checked"
|
|
|
ng-model="tmpEditBom.seekPurchaseByBatchs[$index].amount"
|