|
@@ -434,7 +434,7 @@
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
margin-right: 6px;
|
|
margin-right: 6px;
|
|
|
}
|
|
}
|
|
|
- .seek-purchase .bom-manage .bom-manage-header .fr span {
|
|
|
|
|
|
|
+ .seek-purchase .bom-manage .bom-manage-header .fr label {
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
|
height: 32px;
|
|
height: 32px;
|
|
|
width: 104px;
|
|
width: 104px;
|
|
@@ -446,6 +446,9 @@
|
|
|
border-radius: 2px;
|
|
border-radius: 2px;
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
}
|
|
}
|
|
|
|
|
+ .seek-purchase .bom-manage .bom-manage-header .fr label input {
|
|
|
|
|
+ display: none;
|
|
|
|
|
+ }
|
|
|
.seek-purchase .bom-manage > table {
|
|
.seek-purchase .bom-manage > table {
|
|
|
width: 1003px;
|
|
width: 1003px;
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
@@ -852,7 +855,9 @@
|
|
|
<p><span>56</span> 个BOM清单</p>
|
|
<p><span>56</span> 个BOM清单</p>
|
|
|
<div class="fr">
|
|
<div class="fr">
|
|
|
<a href="">下载BOM模板 <i class="fa fa-long-arrow-right"></i></a>
|
|
<a href="">下载BOM模板 <i class="fa fa-long-arrow-right"></i></a>
|
|
|
- <span>导入新BOM</span>
|
|
|
|
|
|
|
+ <label>导入新BOM
|
|
|
|
|
+ <input type="file">
|
|
|
|
|
+ </label>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="screen">
|
|
<div class="screen">
|