零件采购收货打印调整样式

This commit is contained in:
郑庆 2025-11-15 19:17:12 +08:00
parent 6f60eed92d
commit 43bd381aec

View File

@ -221,21 +221,10 @@ const onPrint = () => {
.order-no{
margin-left: 12px;
}
/* 合计行样式 */
.sum-row {
border-top: 2px solid #000;
font-weight: bold;
}
.sum-label {
text-align: right;
font-weight: bold;
}
.sum-value {
font-weight: bold;
}
/* 合计行样式 */
.sum-row {
border-top: 2px solid #000;
border-top: none;
font-weight: bold;
}
.sum-label {
@ -259,7 +248,7 @@ const onPrint = () => {
.sheet .spec { word-break: break-word; white-space: normal; }
.sheet .num { text-align:right; padding-right:6px; }
.sheet tfoot .sum-label, .sheet tfoot .sum-value { font-weight:700; }
.sheet tfoot .sum-row td { border-top: 2px solid #000; }
.sheet tfoot .sum-row td { border-top: none; }
.sign-row { display:flex; justify-content:flex-start; margin-top:12px; font-size:12px;gap:30px }
.sign-item { display: flex; align-items: center; }
@ -328,7 +317,8 @@ const onPrint = () => {
.sheet {
margin-top: 8px;
table-layout: fixed;
border-collapse: collapse;
border-collapse: collapse !important;
border-spacing: 0 !important;
font-size: 12px;
width: 100%;
@ -338,6 +328,7 @@ const onPrint = () => {
text-align: center;
line-height: 1.3;
vertical-align: middle;
border:1pt solid #000 !important;
}
thead th {
@ -361,7 +352,7 @@ const onPrint = () => {
}
tfoot .sum-row td {
border-top: 2px solid #000;
border-top: none;
}
}