打印调整

This commit is contained in:
BinBin Song 2025-07-10 12:52:50 +08:00
parent 8d8f917e44
commit aadee8a7f7
2 changed files with 4 additions and 4 deletions

View File

@ -403,7 +403,7 @@ link type="primary" size="small" :disabled="ctrView || ctrDelete"
<th>单位</th>
<th>入库数量</th>
<th>单价()</th>
<th>()</th>
<th>()</th>
<th>项目名称</th>
<th>备注</th>
</tr>
@ -430,7 +430,7 @@ link type="primary" size="small" :disabled="ctrView || ctrDelete"
</table>
<div class="order-info" style="margin-top: 10px;border-bottom: 1px solid #ccc;padding-bottom: 10px;">
<div style="display: flex;width: 40%;">
<span >经手人:{{ printData.username }}</span>
<span >经手人:{{ printData.userName }}</span>
</div>
<div style="display: flex;width: 20%;justify-content: center;">

View File

@ -116,7 +116,7 @@
<th>单位</th>
<th>入库数量</th>
<th>单价()</th>
<th>()</th>
<th>()</th>
<th>项目名称</th>
<th>备注</th>
</tr>
@ -143,7 +143,7 @@
</table>
<div class="order-info" style="margin-top: 10px;border-bottom: 1px solid #ccc;padding-bottom: 10px;">
<div style="display: flex;width: 40%;">
<span >经手人:{{ printData.username }}</span>
<span >经手人:{{ printData.userName }}</span>
</div>
<div style="display: flex;width: 20%;justify-content: center;">