Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 2 years ago
parent
commit
b80440afb5

+ 2 - 2
src/xt_pages/hospitalStation/settlementTemplate/hospitalSettlePrint.vue View File

@@ -658,10 +658,10 @@
658 658
               </tr>
659 659
               <tr>
660 660
                 <td>其他费</td>
661
+                <td>&nbsp;{{info.other_cost_total?info.other_cost_total:""}}</td>
661 662
                 <td>&nbsp;</td>
662 663
                 <td>&nbsp;</td>
663
-                <td>&nbsp;</td>
664
-                <td>&nbsp;</td>
664
+                <td>&nbsp;{{info.other_cost_self_total?info.other_cost_self_total:""}}</td>
665 665
                 <td>&nbsp;</td>
666 666
               </tr>
667 667
               <tr>

+ 9 - 9
src/xt_pages/outpatientDoctorStation/batch_print_treatTemplate/index.vue View File

@@ -11,7 +11,7 @@
11 11
           >打印</el-button
12 12
         >
13 13
       </template> -->
14
-            
14
+
15 15
       <div class='dialysisPage' style="padding-top:40px;">
16 16
         <printOne v-if="org_id != 10138 && org_id != 10278 &&org_id == 0" :printData="printData" :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printOne>
17 17
         <printTwo v-else :advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient" :patient_id="patient_id" :record_date="record_date" :prescription_id="prescription_id"></printTwo>
@@ -76,7 +76,7 @@ export default {
76 76
             scanStyles: false
77 77
           });
78 78
         },500)
79
-        
79
+
80 80
       }else{
81 81
         const style =
82 82
         '@media print {#prescription-print{font-size:14px;}.prescription-print:last-child {page-break-after: auto;}.prescription-print{font-size: 14px;}.printTitle{font-size: 18px;text-align: center;font-weight: bold;}.infoTitle{display: flex;border-bottom: 2px solid #000;margin-top:5px;padding:0 10px;}.infoTitle div{width: 300px;margin-bottom:5px;}.infoMain{display: flex;flex-wrap: wrap;border-bottom: 2px solid #000;padding:0 10px;}.infoMain div{width: 50%;}.prescriptionBox{padding:0 10px;min-height:380px;}.Rp{font-size: 22px;font-weight: bold;line-height:1px;}.drugsBox{padding-left: 40px;margin-bottom: 10px;margin-bottom: 10px;}.drugsBox p{line-height: 1px;padding-bottom:10px !important;} .drugsOne{line-height: 1px;margin-bottom:10px !important;} .drugsOne span{margin-right: 20px;} .doctorBox{display: flex; justify-content: space-between; padding:0 10px; border-bottom: 2px solid #000;} .actionBar{display: flex; justify-content: space-between; padding:0 10px;margin:5px 0;} .actionBar div{width:150px;}}';
@@ -87,7 +87,7 @@ export default {
87 87
           scanStyles: false
88 88
         });
89 89
       }
90
-      
90
+
91 91
 
92 92
       // if (this.org_template_info.template_id == 1) {
93 93
       //   printJS({
@@ -102,10 +102,10 @@ export default {
102 102
       getAllDoctorList().then(response=>{
103 103
         if(response.data.state == 1){
104 104
                var doctor =  response.data.data.doctor
105
-               
105
+
106 106
                this.doctorList = doctor
107 107
              }
108
-         })   
108
+         })
109 109
      },
110 110
     getAllHisPatientList(){
111 111
          const params = {
@@ -131,7 +131,7 @@ export default {
131 131
             // console.log(this.patientTableData[0])
132 132
             // this.choosePatient(this.patientTableData[0])
133 133
             this.cal_one = cal_one
134
-            this.cal_two = cal_two   
134
+            this.cal_two = cal_two
135 135
          }
136 136
       })
137 137
     },
@@ -165,7 +165,7 @@ export default {
165 165
     searchAction(){
166 166
 
167 167
     }
168
-    
168
+
169 169
   },
170 170
 
171 171
   created() {
@@ -189,7 +189,7 @@ export default {
189 189
         var prescription_id = this.paramsObj.prescription_id
190 190
         this.prescription_id = prescription_id
191 191
         this.ids = this.paramsObj.ids
192
-        
192
+
193 193
       },
194 194
       deep:true
195 195
     }
@@ -362,7 +362,7 @@ export default {
362 362
   .dialysisPage::-webkit-scrollbar {
363 363
     height: 15px;
364 364
   }
365
-  
365
+
366 366
   .el-date-editor{
367 367
     .el-input__inner{
368 368
       padding-right:0px;