|
@@ -15,9 +15,15 @@
|
15
|
15
|
<div style="font-size:22px;font-weight:bold;">{{ orgName }}</div>
|
16
|
16
|
<span style="font-weight:500;font-size:18px;">耗材入库登记单</span>
|
17
|
17
|
</div>
|
18
|
|
- <div style="text-align:right;margin-bottom:1px;font-size: 18px;">
|
19
|
|
- 打印时间:{{time_now}}
|
|
18
|
+ <div style="display:flex;justify-content: space-between;">
|
|
19
|
+ <div style="text-align:left;margin-bottom:1px;font-size: 18px;">
|
|
20
|
+ 单据编号:{{WarehouseInfo.warehouse.warehousing_order}}
|
|
21
|
+ </div>
|
|
22
|
+ <div style="text-align:right;margin-bottom:1px;font-size: 18px;">
|
|
23
|
+ 打印时间:{{time_now}}
|
|
24
|
+ </div>
|
20
|
25
|
</div>
|
|
26
|
+
|
21
|
27
|
<div class="table_panel">
|
22
|
28
|
<table class="table">
|
23
|
29
|
<thead>
|