|
@@ -12,6 +12,7 @@
|
12
|
12
|
<div id="print_content">
|
13
|
13
|
<div class="print_main_content">
|
14
|
14
|
<div class="order_title_panl">
|
|
15
|
+ <div style="font-size:22px;font-weight:bold;">{{ orgName }}</div>
|
15
|
16
|
<span class="main_title">耗材出库登记单</span>
|
16
|
17
|
</div>
|
17
|
18
|
<div style="text-align:right;margin-bottom:20px;font-size: 18px;">
|
|
@@ -107,7 +108,8 @@ export default {
|
107
|
108
|
is_charge:"",
|
108
|
109
|
list:[],
|
109
|
110
|
wareoutList:[],
|
110
|
|
- orgId:''
|
|
111
|
+ orgId:'',
|
|
112
|
+ orgName:'',
|
111
|
113
|
}
|
112
|
114
|
},
|
113
|
115
|
methods:{
|
|
@@ -267,6 +269,7 @@ export default {
|
267
|
269
|
|
268
|
270
|
},
|
269
|
271
|
created(){
|
|
272
|
+ this.orgName = this.$store.getters.xt_user.org.org_name;
|
270
|
273
|
this.orgId = this.$store.getters.xt_user.org.id;
|
271
|
274
|
const order_id = this.$route.query.id;
|
272
|
275
|
const warehouse_out_time = this.$route.query.warehouse_out_time
|