|
@@ -21,6 +21,7 @@
|
21
|
21
|
>
|
22
|
22
|
{{ orgname }}处方笺
|
23
|
23
|
</div>
|
|
24
|
+ <div class="printTitle" v-else>{{ orgname }}处方笺</div>
|
24
|
25
|
<div >
|
25
|
26
|
<div style="display: flex;border-top: 2px solid #000;margin-top: 10px;line-height: 24px;padding: 0 10px;">
|
26
|
27
|
<p style="width: 200px;">姓名:{{ item.patient.name ? item.patient.name : "" }}</p>
|
|
@@ -802,7 +803,7 @@ export default{
|
802
|
803
|
var xtuser = this.$store.getters.xt_user;
|
803
|
804
|
this.orgname = xtuser.org.org_name;
|
804
|
805
|
this.org_id = xtuser.org.id;
|
805
|
|
-
|
|
806
|
+ console.log('jjjjjj',this.orgname);
|
806
|
807
|
// for(let j=0;j<this.advicess.length;j++){
|
807
|
808
|
// console.log('44444444');
|
808
|
809
|
// for(let x=j+1;x<this.advicess.length;x++){
|