see999 3 年 前
コミット
d7b112abbb

+ 4 - 0
src/xt_pages/dialysis/template/DialysisPrintOrderForty.vue ファイルの表示

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

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderThirtyOne.vue ファイルの表示

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

+ 7 - 3
src/xt_pages/outpatientDoctorStation/prescriptionTemplatedetail.vue ファイルの表示

1314
         if (this.teamList.length > 0) {
1314
         if (this.teamList.length > 0) {
1315
           for (let i = 0; i < this.teamList.length; i++) {
1315
           for (let i = 0; i < this.teamList.length; i++) {
1316
             if (this.curPrescriptions.med_type == 14 && this.teamList[i].is_special_diseases != 1) {
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
               // return
1320
               // return
1319
             }
1321
             }
1320
 
1322
 
1776
                   remark: '',
1778
                   remark: '',
1777
                   medical_code: project[i].project.medical_code,
1779
                   medical_code: project[i].project.medical_code,
1778
                   unit: project[i].project.unit,
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
                 if (obj.total == 0 || obj.total == undefined) {
1784
                 if (obj.total == 0 || obj.total == undefined) {
1782
                   obj.total = 1
1785
                   obj.total = 1
1797
                   remark: '',
1800
                   remark: '',
1798
                   medical_code: project[i].good_info.medical_insurance_number,
1801
                   medical_code: project[i].good_info.medical_insurance_number,
1799
                   unit: project[i].good_info.unit,
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
                 if (obj.total == 0 || obj.total == undefined) {
1806
                 if (obj.total == 0 || obj.total == undefined) {
1803
                   obj.total = 1
1807
                   obj.total = 1