Browse Source

5月10日杨青

杨青 1 year ago
parent
commit
e9fa2bbed7

+ 1 - 1
src/xt_pages/outpatientDoctorStation/recordPrint.vue View File

@@ -187,7 +187,7 @@ export default {
187 187
           scanStyles: false,
188 188
         });
189 189
       }else if(this.org_id == 10318 ||this.org_id == 0 )
190
-      // ||this.org_id == 0
190
+      // 
191 191
       {
192 192
         printJS({
193 193
           printable: "prescription-print",

+ 4 - 4
src/xt_pages/outpatientDoctorStation/recordTemplate/printFour.vue View File

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
     <div id='prescription-print'>
3
-        <div class="prescription-print" style="box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset; padding: 10px;">
3
+        <div class="prescription-print" style=" padding: 10px;">
4 4
             <div class="printTitle" style="border: none;">{{orgname}} &nbsp;&nbsp; 门诊病历</div>
5 5
             <div class="infoTitle">
6 6
                 <div>姓名:{{patient.name?patient.name:''}}</div>
@@ -243,9 +243,9 @@
243 243
         border: 0;
244 244
     }
245 245
     .prescription-print{
246
-        // -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.06) inset;
247
-        // -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
248
-        // box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
246
+        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 60px rgba(0, 0, 0, 0.06) inset;
247
+        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
248
+        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
249 249
         margin-bottom: 20px;
250 250
         padding:20px 10px;
251 251
         font-size: 14px;