|
@@ -333,6 +333,7 @@
|
|
|
.seek-purchase .seek-purchase-content >table tbody tr.default-row td.operate .is-say-price .say-price-history > div > div {
|
|
.seek-purchase .seek-purchase-content >table tbody tr.default-row td.operate .is-say-price .say-price-history > div > div {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
|
|
+ width: 100%;
|
|
|
}
|
|
}
|
|
|
.seek-purchase .seek-purchase-content >table tbody tr.default-row td.operate .is-say-price .say-price-history > div > div:nth-child(1) {
|
|
.seek-purchase .seek-purchase-content >table tbody tr.default-row td.operate .is-say-price .say-price-history > div > div:nth-child(1) {
|
|
|
/*float: left;*/
|
|
/*float: left;*/
|
|
@@ -374,6 +375,7 @@
|
|
|
.seek-purchase .seek-purchase-content >table tbody tr.default-row td.operate .is-say-price:hover .say-price-history {
|
|
.seek-purchase .seek-purchase-content >table tbody tr.default-row td.operate .is-say-price:hover .say-price-history {
|
|
|
height: 210px;
|
|
height: 210px;
|
|
|
opacity: 1;
|
|
opacity: 1;
|
|
|
|
|
+ overflow-y: auto;
|
|
|
}
|
|
}
|
|
|
.seek-purchase .seek-purchase-content >table tbody tr.default-row td.operate >img {
|
|
.seek-purchase .seek-purchase-content >table tbody tr.default-row td.operate >img {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -738,13 +740,13 @@
|
|
|
<div>
|
|
<div>
|
|
|
<div>
|
|
<div>
|
|
|
<div class="replace-param" ng-if="seek.isReplace == 1">
|
|
<div class="replace-param" ng-if="seek.isReplace == 1">
|
|
|
- <span>替代物料品牌:</span><span ng-bind="seek.replaceBrand || '-'"></span>
|
|
|
|
|
|
|
+ <span>品牌:</span><span ng-bind="seek.replaceBrand || '-'"></span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="replace-param" ng-if="seek.isReplace == 1">
|
|
<div class="replace-param" ng-if="seek.isReplace == 1">
|
|
|
- <span>替代物料型号:</span><span ng-bind="seek.replaceCmpCode || '-'"></span>
|
|
|
|
|
|
|
+ <span>型号:</span><span ng-bind="seek.replaceCmpCode || '-'"></span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="replace-param" ng-if="seek.isReplace == 1">
|
|
<div class="replace-param" ng-if="seek.isReplace == 1">
|
|
|
- <span>替代物料规格:</span><span ng-bind="seek.replaceSpec || '-'"></span>
|
|
|
|
|
|
|
+ <span>规格:</span><span ng-bind="seek.replaceSpec || '-'"></span>
|
|
|
</div>
|
|
</div>
|
|
|
<span>交期:</span><span class="red-text" ng-bind="seek.leadtime + '天'">6 天</span>
|
|
<span>交期:</span><span class="red-text" ng-bind="seek.leadtime + '天'">6 天</span>
|
|
|
</div>
|
|
</div>
|