Commit b1d8b68b authored by 沈翠玲's avatar 沈翠玲

生产工单->打印工单

parent 49bd2403
......@@ -61,7 +61,7 @@
<td colspan="2" align="center">生产量</td>
<td colspan="2" align="center">Loss数</td>
<td colspan="2" align="center">参考数</td>
<td colspan="2" align="center">派工数</td>
<td colspan="2" align="center" style="background-color: #7e7878;-webkit-print-color-adjust: exact;">派工数</td>
<td colspan="2" align="center">材料总重(KG)</td>
<td colspan="3" align="center">单层厚(丝)</td>
</tr>
......@@ -72,7 +72,7 @@
<td colspan="2" align="center">{{ workOrderInfo.quantity }}</td>
<td colspan="2" align="center">{{ workOrderInfo.lossNum }}</td>
<td colspan="2" align="center">{{ workOrderInfo.dispatchQuantity }}</td>
<td colspan="2" align="center">{{ workOrderInfo.referenceQuantity }}</td>
<td colspan="2" align="center" style="background: #7e7878;-webkit-print-color-adjust: exact;">{{ workOrderInfo.referenceQuantity }}</td>
<td colspan="2" align="center">{{ workOrderInfo.materialWeight }}</td>
<td colspan="3" align="center">{{ workOrderInfo.singleLayerThick }}</td>
</tr>
......@@ -412,12 +412,13 @@ export default {
.titles{
text-align: center;
font-size:25px;
letter-spacing: 2px;
}
.GOM {
color: #1d1d1d;
color: #ccc3c3;
color: #9f9c97;
position: absolute;
left: 50%;
font-size:28px;
transform: translateX(-50%)
}
.barcode{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment