|
|
@@ -87,7 +87,7 @@
|
|
|
<div class="detail-auto-grid">
|
|
|
<span class="detail-text" v-if="selectedProducts.lotAtt01">生产日期: {{ selectedProducts.lotAtt01 }}</span>
|
|
|
<span class="detail-text" v-if="selectedProducts.lotAtt02">失效日期: {{ selectedProducts.lotAtt02 }}</span>
|
|
|
- <span class="detail-text" v-if="selectedProducts.lotAtt02">属性仓:{{ selectedProducts.lotAtt05 }}</span>
|
|
|
+ <span class="detail-text" v-if="selectedProducts.lotAtt05">属性仓:{{ selectedProducts.lotAtt05 }}</span>
|
|
|
<span class="detail-text" v-if="selectedProducts.lotAtt08">质量状态: {{ selectedProducts.lotAtt08}}</span>
|
|
|
<span class="detail-text" v-if="selectedProducts.lotNumber">批次号: {{ selectedProducts.lotNumber }}</span>
|
|
|
<span class="detail-text" v-if="selectedProducts.lotAtt04">生产批号: {{ selectedProducts.lotAtt04 }}</span>
|
|
|
@@ -113,7 +113,7 @@
|
|
|
<th>余量</th>
|
|
|
<th>分配</th>
|
|
|
<th>可用</th>
|
|
|
- <th style="width: 30px">操作</th>
|
|
|
+ <th style="width: 25px">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
</table>
|
|
|
@@ -715,13 +715,16 @@ window.onRefresh = loadData
|
|
|
border-collapse: collapse;
|
|
|
}
|
|
|
|
|
|
-.product-table th,
|
|
|
+.product-table th{
|
|
|
+ padding: 8px 0;
|
|
|
+}
|
|
|
.product-table td {
|
|
|
- padding: 8px 4px;
|
|
|
+ padding:0;
|
|
|
text-align: center;
|
|
|
border-bottom: 1px solid #ebedf0;
|
|
|
font-size: 12px;
|
|
|
word-break: break-all;
|
|
|
+ color: #646566;
|
|
|
}
|
|
|
|
|
|
.product-table th {
|
|
|
@@ -731,10 +734,6 @@ window.onRefresh = loadData
|
|
|
font-size: 13px;
|
|
|
}
|
|
|
|
|
|
-.product-table td {
|
|
|
- color: #646566;
|
|
|
-}
|
|
|
-
|
|
|
.product-table tr.selected {
|
|
|
background-color: #e8f4ff;
|
|
|
}
|
|
|
@@ -748,7 +747,7 @@ window.onRefresh = loadData
|
|
|
}
|
|
|
|
|
|
.checkbox-cell {
|
|
|
- width: 30px;
|
|
|
+ width: 25px;
|
|
|
}
|
|
|
|
|
|
|