瀏覽代碼

自备药出库处理

XMLWAN 4 年之前
父節點
當前提交
6d69ffd1c9
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/xt_pages/dialysis/template/DialysisPrintOrderTwentySix.vue

+ 3 - 3
src/xt_pages/dialysis/template/DialysisPrintOrderTwentySix.vue 查看文件

@@ -23,7 +23,7 @@
23 23
               年 龄:
24 24
               <span>{{ getAge(patientInfo) }}</span>
25 25
             </td>
26
-            
26
+
27 27
 
28 28
             <td width="80" style="border:none">透析机号:</td>
29 29
             <td width="80" style="border:none;text-align: left;">
@@ -120,7 +120,7 @@
120 120
               <span v-if="prescription.anticoagulant == '普通肝素'">iu</span>
121 121
               <span v-if="prescription.anticoagulant == '无肝素'">mg</span>
122 122
               <span v-if="prescription.anticoagulant == '低分子肝素钙'">iu</span>
123
-              <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu</span>&nbsp; 
123
+              <span v-if="prescription.anticoagulant == '低分子肝素钠'">iu</span>&nbsp;
124 124
               追加:
125 125
               <span style="width:35px;display: inline-block;">
126 126
                 {{ prescription.anticoagulant_weichi && prescription.anticoagulant == "普通肝素" ? prescription.anticoagulant_weichi : "" }}
@@ -1370,7 +1370,7 @@ export default {
1370 1370
           this.adminUser = response.data.data.users;
1371 1371
           this.users = response.data.data.users;
1372 1372
           var patientInfo = response.data.data.patientInfo;
1373
-          console.log("烧腊店就拉萨讲道理看", patientInfo);
1373
+          console.log("烧腊店就拉萨讲", patientInfo);
1374 1374
           if (patientInfo.gender === 1) {
1375 1375
             patientInfo.gender = "男";
1376 1376
           }