零件采购收货打印调整样式
This commit is contained in:
parent
6f60eed92d
commit
43bd381aec
@ -221,21 +221,10 @@ const onPrint = () => {
|
|||||||
.order-no{
|
.order-no{
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 合计行样式 */
|
/* 合计行样式 */
|
||||||
.sum-row {
|
.sum-row {
|
||||||
border-top: 2px solid #000;
|
border-top: none;
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
.sum-label {
|
|
||||||
text-align: right;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
.sum-value {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
/* 合计行样式 */
|
|
||||||
.sum-row {
|
|
||||||
border-top: 2px solid #000;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.sum-label {
|
.sum-label {
|
||||||
@ -259,7 +248,7 @@ const onPrint = () => {
|
|||||||
.sheet .spec { word-break: break-word; white-space: normal; }
|
.sheet .spec { word-break: break-word; white-space: normal; }
|
||||||
.sheet .num { text-align:right; padding-right:6px; }
|
.sheet .num { text-align:right; padding-right:6px; }
|
||||||
.sheet tfoot .sum-label, .sheet tfoot .sum-value { font-weight:700; }
|
.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-row { display:flex; justify-content:flex-start; margin-top:12px; font-size:12px;gap:30px }
|
||||||
.sign-item { display: flex; align-items: center; }
|
.sign-item { display: flex; align-items: center; }
|
||||||
@ -328,7 +317,8 @@ const onPrint = () => {
|
|||||||
.sheet {
|
.sheet {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse !important;
|
||||||
|
border-spacing: 0 !important;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
@ -338,6 +328,7 @@ const onPrint = () => {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
border:1pt solid #000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
thead th {
|
thead th {
|
||||||
@ -361,7 +352,7 @@ const onPrint = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tfoot .sum-row td {
|
tfoot .sum-row td {
|
||||||
border-top: 2px solid #000;
|
border-top: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user