打印调整
This commit is contained in:
parent
8d8f917e44
commit
aadee8a7f7
@ -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;">
|
||||
|
@ -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;">
|
||||
|
Loading…
Reference in New Issue
Block a user