浏览代码

5月10日杨青

杨青 2 年前
父节点
当前提交
e9fa2bbed7

+ 1 - 1
src/xt_pages/outpatientDoctorStation/recordPrint.vue 查看文件

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

+ 4 - 4
src/xt_pages/outpatientDoctorStation/recordTemplate/printFour.vue 查看文件

1
 <template>
1
 <template>
2
     <div id='prescription-print'>
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
             <div class="printTitle" style="border: none;">{{orgname}} &nbsp;&nbsp; 门诊病历</div>
4
             <div class="printTitle" style="border: none;">{{orgname}} &nbsp;&nbsp; 门诊病历</div>
5
             <div class="infoTitle">
5
             <div class="infoTitle">
6
                 <div>姓名:{{patient.name?patient.name:''}}</div>
6
                 <div>姓名:{{patient.name?patient.name:''}}</div>
243
         border: 0;
243
         border: 0;
244
     }
244
     }
245
     .prescription-print{
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
         margin-bottom: 20px;
249
         margin-bottom: 20px;
250
         padding:20px 10px;
250
         padding:20px 10px;
251
         font-size: 14px;
251
         font-size: 14px;