see999 пре 3 година
родитељ
комит
d7b112abbb

+ 4 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderForty.vue Прегледај датотеку

@@ -816,6 +816,7 @@
816 816
           <td width="60" style="line-height:20px">血流量<br />ml/min</td>
817 817
           <td width="60" style="line-height:20px">电导度<br />mS/cm</td>
818 818
           <td width="60" style="line-height:20px">超滤量<br />ml</td>
819
+          <td width="40" style="line-height:20px">Kt/V</td>
819 820
           <!-- <td width="60">钠浓度<br/>mmol/L</td>
820 821
         <td width="80">透析液温度<br/>℃</td>
821 822
         <td width="60">置换率<br/>ml/min</td> -->
@@ -876,6 +877,9 @@
876 877
           <td>
877 878
             &nbsp;{{ monitor.ultrafiltration_volume ? monitor.ultrafiltration_volume : "" }}
878 879
           </td>
880
+          <td>
881
+            &nbsp;{{ monitor.ktv ? monitor.ktv : "" }}
882
+          </td>
879 883
           <!-- <td>&nbsp;{{monitor.sodium_concentration}}</td>
880 884
         <td>&nbsp;{{monitor.dialysate_temperature}}</td>
881 885
         <td>&nbsp;{{monitor.replacement_rate}}</td> -->

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyOne.vue Прегледај датотеку

@@ -397,7 +397,7 @@
397 397
             <tr style="line-height:20px;">
398 398
               <td width="60">时间</td>
399 399
               <td width="60">BP</td>
400
-              <td width="40">心率</td>
400
+              <td width="40">脉搏</td>
401 401
               <td width="40">血流速</td>
402 402
               <td width="100">静脉压/动脉压</td>
403 403
               <td width="40">超滤量</td>

+ 7 - 3
src/xt_pages/outpatientDoctorStation/prescriptionTemplatedetail.vue Прегледај датотеку

@@ -1314,7 +1314,9 @@
1314 1314
         if (this.teamList.length > 0) {
1315 1315
           for (let i = 0; i < this.teamList.length; i++) {
1316 1316
             if (this.curPrescriptions.med_type == 14 && this.teamList[i].is_special_diseases != 1) {
1317
-              this.$message.error('该处方属于特病类型处方,请开特病类型的项目')
1317
+              setTimeout(() => {
1318
+                this.$message.error('该处方属于特病类型处方,请开特病类型的项目')
1319
+              }, 100)
1318 1320
               // return
1319 1321
             }
1320 1322
 
@@ -1776,7 +1778,8 @@
1776 1778
                   remark: '',
1777 1779
                   medical_code: project[i].project.medical_code,
1778 1780
                   unit: project[i].project.unit,
1779
-                  type: project[i].type
1781
+                  type: project[i].type,
1782
+                  is_special_diseases: project[i].project.disease_directory,
1780 1783
                 }
1781 1784
                 if (obj.total == 0 || obj.total == undefined) {
1782 1785
                   obj.total = 1
@@ -1797,7 +1800,8 @@
1797 1800
                   remark: '',
1798 1801
                   medical_code: project[i].good_info.medical_insurance_number,
1799 1802
                   unit: project[i].good_info.unit,
1800
-                  type: project[i].type
1803
+                  type: project[i].type,
1804
+                  is_special_diseases: project[i].good_info.is_special_diseases,
1801 1805
                 }
1802 1806
                 if (obj.total == 0 || obj.total == undefined) {
1803 1807
                   obj.total = 1