瀏覽代碼

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

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

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

23
               年 龄:
23
               年 龄:
24
               <span>{{ getNewAge(patientInfo.id_card_no) }}</span>
24
               <span>{{ getNewAge(patientInfo.id_card_no) }}</span>
25
             </td>
25
             </td>
26
-            
26
+
27
 
27
 
28
             <td width="80" style="border:none">透析机号:</td>
28
             <td width="80" style="border:none">透析机号:</td>
29
             <td width="80" style="border:none;text-align: left;">
29
             <td width="80" style="border:none;text-align: left;">
120
               <span v-if="prescription.anticoagulant == '普通肝素'">iu</span>
120
               <span v-if="prescription.anticoagulant == '普通肝素'">iu</span>
121
               <span v-if="prescription.anticoagulant == '无肝素'">mg</span>
121
               <span v-if="prescription.anticoagulant == '无肝素'">mg</span>
122
               <span v-if="prescription.anticoagulant == '低分子肝素钙'">iu</span>
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
               <span style="width:35px;display: inline-block;">
125
               <span style="width:35px;display: inline-block;">
126
                 {{ prescription.anticoagulant_weichi && prescription.anticoagulant == "普通肝素" ? prescription.anticoagulant_weichi : "" }}
126
                 {{ prescription.anticoagulant_weichi && prescription.anticoagulant == "普通肝素" ? prescription.anticoagulant_weichi : "" }}
1381
           this.adminUser = response.data.data.users;
1381
           this.adminUser = response.data.data.users;
1382
           this.users = response.data.data.users;
1382
           this.users = response.data.data.users;
1383
           var patientInfo = response.data.data.patientInfo;
1383
           var patientInfo = response.data.data.patientInfo;
1384
-          console.log("烧腊店就拉萨讲道理看", patientInfo);
1384
+          // console.log("烧腊店就拉萨讲", patientInfo);
1385
           if (patientInfo.gender === 1) {
1385
           if (patientInfo.gender === 1) {
1386
             patientInfo.gender = "男";
1386
             patientInfo.gender = "男";
1387
           }
1387
           }
1388
           if (patientInfo.gender === 2) {
1388
           if (patientInfo.gender === 2) {
1389
             patientInfo.gender = "女";
1389
             patientInfo.gender = "女";
1390
           }
1390
           }
1391
-          console.log("patientInfo", patientInfo);
1391
+          // console.log("patientInfo", patientInfo);
1392
           this.patientInfo = patientInfo;
1392
           this.patientInfo = patientInfo;
1393
           this.patientInfo.birth = uParseTime(
1393
           this.patientInfo.birth = uParseTime(
1394
             this.patientInfo.birthday,
1394
             this.patientInfo.birthday,