28169 8 månader sedan
förälder
incheckning
4a5ec96a1a

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_Seventysix.vue Visa fil

@@ -1327,7 +1327,7 @@
1327 1327
                           <td width="50">动脉压<br />(mmHg)</td>
1328 1328
                           <td width="50">静脉压<br />(mmHg)</td>
1329 1329
                           <td width="50">跨膜压<br />(mmHg)</td>
1330
-                          <td width="50">超滤量<br />(L)</td>
1330
+                          <td width="50">超滤量<br />(ml)</td>
1331 1331
 
1332 1332
                           <td width="200">病情变化及处理</td>
1333 1333
                         </tr>

+ 1 - 1
src/xt_pages/dialysis/batch_print/batch_print_order_seventyfive.vue Visa fil

@@ -879,7 +879,7 @@
879 879
 
880 880
                   </td>
881 881
                   <td width="65" v-if="record.prescription.mode_id == 2">
882
-                    {{monitor_record.displacement_quantity ? monitor_record.displacement_quantity : '/'}}
882
+                    {{monitor_record.displacement_quantity_one ? monitor_record.displacement_quantity_one : '/'}}
883 883
                   </td>
884 884
                   <td width="200">
885 885
                     <template

+ 30 - 16
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue Visa fil

@@ -190,13 +190,20 @@
190 190
                           class="under_line"
191 191
                           style="width: 70px; text-align: center"
192 192
                         >
193
-                          {{
193
+                          <!-- {{
194 194
                             record.patient.total_dialysis +
195 195
                             record.patient.user_sys_before_count
196 196
                               ? record.patient.total_dialysis +
197 197
                                 record.patient.user_sys_before_count
198 198
                               : "/"
199
-                          }}
199
+                          }} -->
200
+                          {{
201
+                              record.Count +
202
+                              record.patient.user_sys_before_count
203
+                                ?  record.Count +
204
+                                  record.patient.user_sys_before_count
205
+                                : "/"
206
+                            }}
200 207
                         </div>
201 208
 
202 209
                         <div
@@ -1613,8 +1620,7 @@
1613 1620
                           <td width="50" v-if="org_id == 10478 || org_id ==10510">动脉压<br />(mmHg)</td>
1614 1621
                           <td width="50">静脉压<br />(mmHg)</td>
1615 1622
                           <td width="50">跨膜压<br />(mmHg)</td>
1616
-                          <td width="60" v-if="org_id != 9836 && org_id!=10644">
1617
-                            透析液温度(°C)
1623
+                          <td width="60" v-if="org_id != 9836 && org_id!=10644">透析液温度(°C)
1618 1624
                           </td>
1619 1625
                           <td width="60" v-if="org_id == 9836">体温(°C)</td>
1620 1626
                           <td
@@ -1655,8 +1661,8 @@
1655 1661
                           置换液的速度<br />(ml/h)
1656 1662
                           </td>
1657 1663
                           <td width="50" v-if="org_id == 10375">置换率<br />(ml/h)</td>
1658
-                          <td width="50" v-if="org_id != 3877 && org_id != 10449 && org_id!=10600 && org_id!=10683">超滤量<br />(ml)</td>
1659
-                          <td width="50" v-if="org_id == 10600 || org_id ==10683">超滤率<br />(ml/h)</td>
1664
+                          <td width="50" v-if="org_id != 3877 && org_id != 10449 && org_id!=10600 && org_id!=10683  && org_id!=0">超滤量<br />(ml)</td>
1665
+                          <td width="50" v-if="org_id == 10600 || org_id ==10683 || org_id ==0">超滤率<br />(ml/h)</td>
1660 1666
                           <td width="50" v-if="org_id ==3877 || org_id ==10449">累计超滤量<br />(ml)</td>
1661 1667
                           <td
1662 1668
                             v-if="
@@ -1730,12 +1736,14 @@
1730 1736
                                 : ""
1731 1737
                             }}
1732 1738
                           </td>
1739
+                          
1733 1740
                           <td>
1734 1741
                             {{
1735 1742
                               monitor_record.pulse_frequency
1736 1743
                                 ? monitor_record.pulse_frequency
1737 1744
                                 : ""
1738 1745
                             }}
1746
+
1739 1747
                           </td>
1740 1748
                           <td v-if="org_id!=10489">
1741 1749
                             {{
@@ -1744,20 +1752,14 @@
1744 1752
                                 : ""
1745 1753
                             }}
1746 1754
                           </td>
1747
-                          <td v-if="org_id != 10600 && org_id != 10683">
1755
+                          <td v-if="org_id != 10600">
1748 1756
                             {{
1749 1757
                               monitor_record.blood_flow_volume
1750 1758
                                 ? monitor_record.blood_flow_volume
1751 1759
                                 : ""
1752 1760
                             }}
1753 1761
                           </td>
1754
-                          <td width="50" v-if="org_id == 10600 || org_id ==10683"><br />
1755
-                            {{
1756
-                              monitor_record.ultrafiltration_rate
1757
-                                ? monitor_record.ultrafiltration_rate
1758
-                                : ""
1759
-                            }}
1760
-                          </td>
1762
+                         
1761 1763
                           <td v-if="org_id == 10478 || org_id ==10510">
1762 1764
                             {{
1763 1765
                               monitor_record.arterial_pressure
@@ -1783,6 +1785,7 @@
1783 1785
                             </span>
1784 1786
 
1785 1787
                           </td>
1788
+                        
1786 1789
                           <td>
1787 1790
                             {{
1788 1791
                               monitor_record.transmembrane_pressure
@@ -1813,7 +1816,8 @@
1813 1816
                               org_id != 9675 &&
1814 1817
                               org_id!=10490 &&
1815 1818
                               org_id!=10600 &&
1816
-                              org_id!=10644
1819
+                              org_id!=10644 
1820
+                             
1817 1821
                             "
1818 1822
                           >
1819 1823
                             {{
@@ -1869,7 +1873,7 @@
1869 1873
                           <td width="50" v-if="org_id == 10375"><br />
1870 1874
                             {{ monitor_record.replacement_rate?monitor_record.replacement_rate:"0" }}
1871 1875
                           </td>
1872
-                          <td>
1876
+                          <td v-if="org_id!=10683&& org_id!=0">
1873 1877
                             <span v-if="org_id == 9671 || org_id == 10440 || org_id == 10471">
1874 1878
                                 {{
1875 1879
                               monitor_record.ultrafiltration_volume
@@ -1884,8 +1888,18 @@
1884 1888
                                 : ""
1885 1889
                             }}
1886 1890
                             </span>
1891
+                            
1887 1892
                           </td>
1888 1893
 
1894
+                          <td width="50" v-if="org_id == 10600 || org_id ==10683 || org_id ==0"><br />
1895
+                                   
1896
+                                    {{
1897
+                                      monitor_record.ultrafiltration_rate
1898
+                                        ? monitor_record.ultrafiltration_rate
1899
+                                        : ""
1900
+                                    }}
1901
+                              </td>
1902
+
1889 1903
                           <td
1890 1904
                             v-if="
1891 1905
                               (record.prescription.mode_id == 2 ||

+ 2 - 2
src/xt_pages/dialysis/details/assessmentAfter.vue Visa fil

@@ -17,8 +17,8 @@
17 17
           <span class="content" v-if="actual_ultrafiltration != '0'">{{
18 18
             actual_ultrafiltration
19 19
           }}</span>
20
-          <span class="unit" v-if=" actual_ultrafiltration != '0' && (this.$store.getters.xt_user.template_info.template_id == 6 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28 || this.$store.getters.xt_user.template_info.template_id == 27 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 30 || this.$store.getters.xt_user.template_info.template_id == 31 || this.$store.getters.xt_user.template_info.template_id == 32 || this.$store.getters.xt_user.template_info.template_id == 34 || this.$store.getters.xt_user.template_info.template_id == 36 || this.$store.getters.xt_user.template_info.template_id == 38 || this.$store.getters.xt_user.template_info.template_id == 43 || this.$store.getters.xt_user.template_info.template_id == 44 || this.$store.getters.xt_user.template_info.template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 9555 || this.$store.getters.xt_user.template_info.org_id == 10340 ||  this.$store.getters.xt_user.template_info.org_id == 10387 ||  this.$store.getters.xt_user.template_info.org_id == 10430 ||  this.$store.getters.xt_user.template_info.org_id == 10432 ||  this.$store.getters.xt_user.template_info.org_id == 10441 ||  this.$store.getters.xt_user.template_info.org_id == 10445 ||  this.$store.getters.xt_user.template_info.org_id == 10495 ||  this.$store.getters.xt_user.template_info.org_id == 10597  ||  this.$store.getters.xt_user.template_info.org_id == 10599 ||  this.$store.getters.xt_user.template_info.org_id == 10612 ||  this.$store.getters.xt_user.template_info.org_id == 10617 ||  this.$store.getters.xt_user.template_info.org_id == 10702) " >ml</span>
21
-          <span class="unit" v-if=" actual_ultrafiltration != '0' && this.$store.getters.xt_user.template_info.template_id != 6 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 27 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 30 && this.$store.getters.xt_user.template_info.template_id != 31 && this.$store.getters.xt_user.template_info.template_id != 32 && this.$store.getters.xt_user.template_info.template_id != 34 && this.$store.getters.xt_user.template_info.template_id != 36 && this.$store.getters.xt_user.template_info.template_id != 38 && this.$store.getters.xt_user.template_info.template_id != 43 && this.$store.getters.xt_user.template_info.template_id != 44 && this.$store.getters.xt_user.template_info.template_id != 60 &&  this.$store.getters.xt_user.template_info.org_id != 9555  && this.$store.getters.xt_user.template_info.org_id != 10340 &&  this.$store.getters.xt_user.template_info.org_id!= 10387 &&  this.$store.getters.xt_user.template_info.org_id!= 10430 &&  this.$store.getters.xt_user.template_info.org_id!= 10432 &&  this.$store.getters.xt_user.template_info.org_id!= 10441 &&  this.$store.getters.xt_user.template_info.org_id!= 10445  &&  this.$store.getters.xt_user.template_info.org_id!= 10495 &&  this.$store.getters.xt_user.template_info.org_id!= 10597  &&  this.$store.getters.xt_user.template_info.org_id!= 10599  &&  this.$store.getters.xt_user.template_info.org_id!= 10612  &&  this.$store.getters.xt_user.template_info.org_id!= 10617  &&  this.$store.getters.xt_user.template_info.org_id!= 10702"  >L</span>
20
+          <span class="unit" v-if=" actual_ultrafiltration != '0' && (this.$store.getters.xt_user.template_info.template_id == 6 || this.$store.getters.xt_user.template_info.template_id == 9 || this.$store.getters.xt_user.template_info.template_id == 17 || this.$store.getters.xt_user.template_info.template_id == 20 || this.$store.getters.xt_user.template_info.template_id == 21 || this.$store.getters.xt_user.template_info.template_id == 22 || this.$store.getters.xt_user.template_info.template_id == 23 || this.$store.getters.xt_user.template_info.template_id == 24 || this.$store.getters.xt_user.template_info.template_id == 26 || this.$store.getters.xt_user.template_info.template_id == 28 || this.$store.getters.xt_user.template_info.template_id == 27 || this.$store.getters.xt_user.template_info.template_id == 29 || this.$store.getters.xt_user.template_info.template_id == 30 || this.$store.getters.xt_user.template_info.template_id == 31 || this.$store.getters.xt_user.template_info.template_id == 32 || this.$store.getters.xt_user.template_info.template_id == 34 || this.$store.getters.xt_user.template_info.template_id == 36 || this.$store.getters.xt_user.template_info.template_id == 38 || this.$store.getters.xt_user.template_info.template_id == 43 || this.$store.getters.xt_user.template_info.template_id == 44 || this.$store.getters.xt_user.template_info.template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 9555 || this.$store.getters.xt_user.template_info.org_id == 10340 ||  this.$store.getters.xt_user.template_info.org_id == 10387 ||  this.$store.getters.xt_user.template_info.org_id == 10430 ||  this.$store.getters.xt_user.template_info.org_id == 10432 ||  this.$store.getters.xt_user.template_info.org_id == 10441 ||  this.$store.getters.xt_user.template_info.org_id == 10445 ||  this.$store.getters.xt_user.template_info.org_id == 10495 ||  this.$store.getters.xt_user.template_info.org_id == 10597  ||  this.$store.getters.xt_user.template_info.org_id == 10599 ||  this.$store.getters.xt_user.template_info.org_id == 10612 ||  this.$store.getters.xt_user.template_info.org_id == 10617 ||  this.$store.getters.xt_user.template_info.org_id == 10702 ||  this.$store.getters.xt_user.template_info.org_id == 10697) " >ml</span>
21
+          <span class="unit" v-if=" actual_ultrafiltration != '0' && this.$store.getters.xt_user.template_info.template_id != 6 && this.$store.getters.xt_user.template_info.template_id != 9 && this.$store.getters.xt_user.template_info.template_id != 17 && this.$store.getters.xt_user.template_info.template_id != 20 && this.$store.getters.xt_user.template_info.template_id != 21 && this.$store.getters.xt_user.template_info.template_id != 22 && this.$store.getters.xt_user.template_info.template_id != 23 && this.$store.getters.xt_user.template_info.template_id != 24 && this.$store.getters.xt_user.template_info.template_id != 26 && this.$store.getters.xt_user.template_info.template_id != 28 && this.$store.getters.xt_user.template_info.template_id != 27 && this.$store.getters.xt_user.template_info.template_id != 29 && this.$store.getters.xt_user.template_info.template_id != 30 && this.$store.getters.xt_user.template_info.template_id != 31 && this.$store.getters.xt_user.template_info.template_id != 32 && this.$store.getters.xt_user.template_info.template_id != 34 && this.$store.getters.xt_user.template_info.template_id != 36 && this.$store.getters.xt_user.template_info.template_id != 38 && this.$store.getters.xt_user.template_info.template_id != 43 && this.$store.getters.xt_user.template_info.template_id != 44 && this.$store.getters.xt_user.template_info.template_id != 60 &&  this.$store.getters.xt_user.template_info.org_id != 9555  && this.$store.getters.xt_user.template_info.org_id != 10340 &&  this.$store.getters.xt_user.template_info.org_id!= 10387 &&  this.$store.getters.xt_user.template_info.org_id!= 10430 &&  this.$store.getters.xt_user.template_info.org_id!= 10432 &&  this.$store.getters.xt_user.template_info.org_id!= 10441 &&  this.$store.getters.xt_user.template_info.org_id!= 10445  &&  this.$store.getters.xt_user.template_info.org_id!= 10495 &&  this.$store.getters.xt_user.template_info.org_id!= 10597  &&  this.$store.getters.xt_user.template_info.org_id!= 10599  &&  this.$store.getters.xt_user.template_info.org_id!= 10612  &&  this.$store.getters.xt_user.template_info.org_id!= 10617  &&  this.$store.getters.xt_user.template_info.org_id!= 10702  &&  this.$store.getters.xt_user.template_info.org_id!= 10697"  >L</span>
22 22
         </li>
23 23
         <li v-if="isShow('导管')">
24 24
           <label>导管 : </label>

+ 1 - 1
src/xt_pages/dialysis/details/dialog/AssessmentAfterDislysis.vue Visa fil

@@ -30,7 +30,7 @@
30 30
           <el-col :span="8" v-if="isShow('实际超滤量')">
31 31
             <el-form-item
32 32
               label="实际超滤量(ml): " :prop="isName('实际超滤量')" :rules="isCheckmust('实际超滤量')"
33
-              v-if=" this.template_id == 6 || this.template_id == 9 || this.template_id == 10 || this.template_id == 11  || this.template_id == 17 || this.template_id == 20 || this.template_id == 21 || this.template_id == 22 || this.template_id == 23 || this.template_id == 24 || this.template_id == 26 || this.template_id == 28 || this.template_id == 27 || this.template_id == 29 || this.template_id == 30 || this.template_id == 31 || this.template_id == 32 || this.template_id == 34 || this.template_id == 36 || this.template_id == 38 || this.template_id == 43 || this.template_id == 44 || this.template_id == 47 || this.template_id == 56 || this.template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10307 || this.$store.getters.xt_user.template_info.org_id == 10340 || this.$store.getters.xt_user.template_info.org_id == 9555 || this.$store.getters.xt_user.template_info.org_id == 10387 || this.$store.getters.xt_user.template_info.org_id == 10430 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10441 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10495 || this.$store.getters.xt_user.template_info.org_id == 10558 || this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id == 10599 || this.$store.getters.xt_user.template_info.org_id == 10612 || this.$store.getters.xt_user.template_info.org_id == 10617 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10693"  >
33
+              v-if=" this.template_id == 6 || this.template_id == 9 || this.template_id == 10 || this.template_id == 11  || this.template_id == 17 || this.template_id == 20 || this.template_id == 21 || this.template_id == 22 || this.template_id == 23 || this.template_id == 24 || this.template_id == 26 || this.template_id == 28 || this.template_id == 27 || this.template_id == 29 || this.template_id == 30 || this.template_id == 31 || this.template_id == 32 || this.template_id == 34 || this.template_id == 36 || this.template_id == 38 || this.template_id == 43 || this.template_id == 44 || this.template_id == 47 || this.template_id == 56 || this.template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10307 || this.$store.getters.xt_user.template_info.org_id == 10340 || this.$store.getters.xt_user.template_info.org_id == 9555 || this.$store.getters.xt_user.template_info.org_id == 10387 || this.$store.getters.xt_user.template_info.org_id == 10430 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10441 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10495 || this.$store.getters.xt_user.template_info.org_id == 10558 || this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id == 10599 || this.$store.getters.xt_user.template_info.org_id == 10612 || this.$store.getters.xt_user.template_info.org_id == 10617 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10693  || this.$store.getters.xt_user.template_info.org_id == 10697"  >
34 34
               <el-input v-model="form.actual_ultrafiltration"></el-input>
35 35
             </el-form-item>
36 36
             <el-form-item label="实际超滤量(L): " v-else :prop="isName('实际超滤量')" :rules="isCheckmust('实际超滤量')">

+ 7 - 1
src/xt_pages/dialysis/details/dialog/dialysisPrescriptionDialog.vue Visa fil

@@ -12,9 +12,10 @@
12 12
             <el-button style="position: absolute;left: 12%;top: 2%" @click="handlePatientInfo(patient.id)">{{ patient.name }}</el-button>
13 13
            
14 14
             <span style="position: absolute;left: 20%;top: 3%">
15
-              透前重:{{predialysis&&predialysis.weight_before?predialysis.weight_before:"" }} kg
15
+              透前重:{{predialysis&&predialysis.weight_before?predialysis.weight_before:"" }} kg
16 16
             
17 17
             </span>
18
+           
18 19
             <span style="position: absolute;left: 30%;top: 3%">
19 20
               干体重:{{predialysis&&predialysis.dry_weight?predialysis.dry_weight:""}}kg
20 21
             </span>
@@ -33,6 +34,11 @@
33 34
             <span style="position: absolute;left: 70%;top: 3%">
34 35
               透前血压:  {{predialysis&&predialysis.systolic_blood_pressure?predialysis.systolic_blood_pressure:""  }} / {{ predialysis&&predialysis.diastolic_blood_pressure?predialysis.diastolic_blood_pressure:"" }} mmHg
35 36
             </span>
37
+
38
+            <!-- <span style="position: absolute;left: 20%;top: 3%" v-if="this.$store.getters.xt_user.template_info.org_id == 0 || this.$store.getters.xt_user.template_info.org_id ==10702">
39
+              透前体重:{{predialysis&&(predialysis.weight_before - predialysis.additional_weight).toFixed(2)?(predialysis.weight_before-predialysis.additional_weight).toFixed(2):"" }} kg
40
+            
41
+            </span> -->
36 42
             <div class="warnTxt" v-if="showTxt != ''">{{ showTxt }}</div>
37 43
             <el-form
38 44
                     ref="dialysisPrescription"

+ 14 - 13
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue Visa fil

@@ -387,7 +387,7 @@
387 387
                 org_id == 10599 || 
388 388
                 org_id == 10612 ||
389 389
                 org_id == 10617 ||
390
-                org_id ==10580 || org_id ==10629 || org_id==10677 || org_id ==10667) &&
390
+                org_id ==10580 || org_id ==10629 || org_id==10677 || org_id ==10667 || org_id ==10697) &&
391 391
                 org_id!=10387
392 392
             "
393 393
           >
@@ -458,7 +458,7 @@
458 458
               && org_id!=10432 && org_id!=10445
459 459
               && org_id!=10410 && org_id!=10495 &&
460 460
                org_id!=10485 && org_id!=10395 && org_id!=10375
461
-               && org_id!=10480  && org_id!=10551 && org_id!=10597 && org_id!=10599 && org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10629 && org_id!=10677 && org_id!=10667)
461
+               && org_id!=10480  && org_id!=10551 && org_id!=10597 && org_id!=10599 && org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10629 && org_id!=10677 && org_id!=10667 && org_id!=10697)
462 462
               || org_id == 10387
463 463
             "
464 464
           >
@@ -529,7 +529,7 @@
529 529
                 org_id == 10410 ||
530 530
                 org_id == 10495  ||
531 531
                 org_id == 10395
532
-                || org_id == 10485 || org_id == 10375 || org_id ==10480 || org_id ==10551 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id==10617 || org_id ==10580 || org_id ==10629 || org_id ==10677 || org_id == 10667 || org_id == 10693)
532
+                || org_id == 10485 || org_id == 10375 || org_id ==10480 || org_id ==10551 || org_id ==10597 || org_id ==10599 || org_id ==10612 || org_id==10617 || org_id ==10580 || org_id ==10629 || org_id ==10677 || org_id == 10667 || org_id == 10693 || org_id == 10697)
533 533
                 && org_id!=10387
534 534
             "
535 535
           >
@@ -584,7 +584,7 @@
584 584
               org_id!=10432 &&
585 585
               org_id!=10445 &&
586 586
               org_id!=10410 && org_id!=10495
587
-              && org_id!=10485 && org_id!=10395 && org_id!=10375 && org_id!=10480 && org_id!=10551 && org_id!=10597 && org_id!=10599&& org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10629 && org_id!=10677 && org_id!=10667 && org_id!=10693) ||
587
+              && org_id!=10485 && org_id!=10395 && org_id!=10375 && org_id!=10480 && org_id!=10551 && org_id!=10597 && org_id!=10599&& org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10629 && org_id!=10677 && org_id!=10667 && org_id!=10693  && org_id!=10697) ||
588 588
               org_id == 10387
589 589
             "
590 590
           >
@@ -844,7 +844,7 @@
844 844
           <el-table-column
845 845
             prop="displacement_quantity"
846 846
             align="center"
847
-            label="置换量(ml)"
847
+            label="置换量(L)"
848 848
             width="100"
849 849
             v-if="isShow('置换量1')"
850 850
           >
@@ -1681,7 +1681,7 @@
1681 1681
                 org_id== 10432 ||
1682 1682
                 org_id== 10445 ||
1683 1683
                 org_id== 10410 ||
1684
-                org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10612 || org_id ==10580 || org_id ==10617 || org_id ==10667 || org_id == 10693) &&
1684
+                org_id == 10485 || org_id == 10375 || org_id == 10480 || org_id == 10551 || org_id ==10612 || org_id ==10580 || org_id ==10617 || org_id ==10667 || org_id == 10693 || org_id ==10697) &&
1685 1685
                 org_id!=10387
1686 1686
             "
1687 1687
           >
@@ -1729,7 +1729,7 @@
1729 1729
               org_id!=10445 &&
1730 1730
               org_id!=10410 &&
1731 1731
               org_id!=10485 &&
1732
-              org_id!=10375 &&  org_id!=10480 &&  org_id!=10551 && org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10667 && org_id!=10693)
1732
+              org_id!=10375 &&  org_id!=10480 &&  org_id!=10551 && org_id!=10612 && org_id!=10617 && org_id!=10580 && org_id!=10667 && org_id!=10693 && org_id!=10697)
1733 1733
               || org_id == 10387
1734 1734
             "
1735 1735
           >
@@ -1802,8 +1802,8 @@
1802 1802
                 org_id == 10599 ||
1803 1803
                 org_id ==10612 || 
1804 1804
                 org_id ==10617 || 
1805
-                org_id==10580 || org_id ==10629 || org_id == 10677 || org_id == 10667 || org_id == 10693)
1806
-                && org_id!=10387 && org_id!=10694 && org_id!=10697
1805
+                org_id==10580 || org_id ==10629 || org_id == 10677 || org_id == 10667 || org_id == 10693 || org_id == 10697)
1806
+                && org_id!=10387 && org_id!=10694
1807 1807
             "
1808 1808
           >
1809 1809
             <el-form-item label="超滤量(ml):" :prop="isName('超滤量')"
@@ -1872,9 +1872,10 @@
1872 1872
               org_id!=10629 &&
1873 1873
               org_id!=10677 &&
1874 1874
               org_id!=10667 &&
1875
-              org_id!=10693
1875
+              org_id!=10693 &&
1876
+              org_id!=10697
1876 1877
               )
1877
-              || org_id == 10387 || org_id == 10694 || org_id==10697
1878
+              || org_id == 10387 || org_id == 10694
1878 1879
             "
1879 1880
           >
1880 1881
             <el-form-item label="超滤量(L):" :prop="isName('超滤量')"
@@ -2046,8 +2047,8 @@
2046 2047
             </el-form-item>
2047 2048
           </el-col>
2048 2049
 
2049
-          <el-col :span="8" v-if="isShow('置换量1') && template_id == 43">
2050
-            <el-form-item label="置换量(ml):" :prop="isName('置换量')"
2050
+          <el-col :span="8" v-if="isShow('置换量1')">
2051
+            <el-form-item label="置换量(L):" :prop="isName('置换量')"
2051 2052
               :rules="isCheckmust('置换量')">
2052 2053
               <el-input v-model="form.displacement_quantity_one"></el-input>
2053 2054
             </el-form-item>

+ 5 - 5
src/xt_pages/dialysis/details/dialysisMonitoring.vue Visa fil

@@ -20,11 +20,11 @@
20 20
           <th v-if="isShow('血流量1')" width="92px">血流量(ml/min)</th>
21 21
           <th v-if="isShow('跨膜压')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
22 22
           <th v-if="isShow('跨膜压1')" width="76px">跨膜压({{monitores[0]&&monitores[0]['transmembrane_pressure_type'] == 2 ? 'kpa' : 'mmHg'}})</th>
23
-          <th v-if=" isShow('超滤量') &&(template_id == 6 || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 27 || template_id == 28 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 39 || template_id == 40  || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || this.$store.getters.xt_user.template_info.org_id == 10340  || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10599 || this.$store.getters.xt_user.template_info.org_id == 10597  || this.$store.getters.xt_user.template_info.org_id == 10612  || this.$store.getters.xt_user.template_info.org_id == 10617  || this.$store.getters.xt_user.template_info.org_id == 10580  || this.$store.getters.xt_user.template_info.org_id == 10629 || this.$store.getters.xt_user.template_info.org_id == 10677  || this.$store.getters.xt_user.template_info.org_id == 10667 || this.$store.getters.xt_user.template_info.org_id == 10702) &&this.$store.getters.xt_user.template_info.org_id!=10387 " width="76px" > 超滤量(ml)</th>
24
-          <th v-if=" isShow('超滤量') && (template_id != 6 && template_id != 9 && template_id != 10 && template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id !=27 && template_id!=28 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id != 39 && template_id != 40  && template_id != 41 && template_id != 43 && template_id != 44 && template_id != 46  && template_id != 47 && template_id != 48 && template_id != 53  && template_id != 54  && template_id != 56  && template_id != 60 && template_id != 65 && this.$store.getters.xt_user.template_info.org_id != 9555 &&  this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 && this.$store.getters.xt_user.template_info.org_id!=10485  && this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10599  && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10617 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 && this.$store.getters.xt_user.template_info.org_id!=10679 && this.$store.getters.xt_user.template_info.org_id!=10667 && this.$store.getters.xt_user.template_info.org_id!=10702) || this.$store.getters.xt_user.template_info.org_id == 10387"  width="76px"> 超滤量(L) </th>
23
+          <th v-if=" isShow('超滤量') &&(template_id == 6 || template_id == 9 || template_id == 10 || template_id == 11 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 27 || template_id == 28 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 32 || template_id == 34 || template_id == 35 || template_id == 36 || template_id == 38 || template_id == 39 || template_id == 40  || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47 || template_id == 48 || this.$store.getters.xt_user.template_info.org_id == 9555 || template_id == 53 || template_id == 54 || template_id == 56 || template_id == 60 || template_id == 65 || this.$store.getters.xt_user.template_info.org_id == 10340  || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10599 || this.$store.getters.xt_user.template_info.org_id == 10597  || this.$store.getters.xt_user.template_info.org_id == 10612  || this.$store.getters.xt_user.template_info.org_id == 10617  || this.$store.getters.xt_user.template_info.org_id == 10580  || this.$store.getters.xt_user.template_info.org_id == 10629 || this.$store.getters.xt_user.template_info.org_id == 10677  || this.$store.getters.xt_user.template_info.org_id == 10667 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10697) &&this.$store.getters.xt_user.template_info.org_id!=10387 " width="76px" > 超滤量(ml)</th>
24
+          <th v-if=" isShow('超滤量') && (template_id != 6 && template_id != 9 && template_id != 10 && template_id != 11 && template_id != 13 && template_id != 17 && template_id != 18 && template_id != 19 && template_id != 20 && template_id != 21 && template_id != 22 && template_id != 23 && template_id != 24 && template_id != 26 && template_id !=27 && template_id!=28 && template_id!=29 && template_id!=30 && template_id!=31 && template_id!=32 && template_id!=34 && template_id!=35 && template_id!=36 && template_id!=38 && template_id != 39 && template_id != 40  && template_id != 41 && template_id != 43 && template_id != 44 && template_id != 46  && template_id != 47 && template_id != 48 && template_id != 53  && template_id != 54  && template_id != 56  && template_id != 60 && template_id != 65 && this.$store.getters.xt_user.template_info.org_id != 9555 &&  this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 && this.$store.getters.xt_user.template_info.org_id!=10485  && this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10599  && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10617 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 && this.$store.getters.xt_user.template_info.org_id!=10679 && this.$store.getters.xt_user.template_info.org_id!=10667 && this.$store.getters.xt_user.template_info.org_id!=10702 && this.$store.getters.xt_user.template_info.org_id!=10697) || this.$store.getters.xt_user.template_info.org_id == 10387"  width="76px"> 超滤量(L) </th>
25 25
           <th v-if=" isShow('超滤量1')"  width="76px"> 超滤量(ml) </th>
26
-          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 65 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47  || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56  || template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id == 10599  || this.$store.getters.xt_user.template_info.org_id == 10612 || this.$store.getters.xt_user.template_info.org_id == 10617 || this.$store.getters.xt_user.template_info.org_id == 10580 || this.$store.getters.xt_user.template_info.org_id == 10629 || this.$store.getters.xt_user.template_info.org_id == 10677 || this.$store.getters.xt_user.template_info.org_id == 10667 || this.$store.getters.xt_user.template_info.org_id == 10693 || this.$store.getters.xt_user.template_info.org_id == 10702) && this.$store.getters.xt_user.template_info.org_id!=10387" width="50px"> 超滤率 <br />(ml/h) </th>
27
-          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=65 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=29 && template_id !=30 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38  && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=46 && template_id !=47 &&  template_id !=48 &&  template_id !=53 &&  template_id !=54 &&  template_id !=56 &&  template_id !=60 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 &&this.$store.getters.xt_user.template_info.org_id!=10485 &&this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10599 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10617 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 && this.$store.getters.xt_user.template_info.org_id!=10679 && this.$store.getters.xt_user.template_info.org_id!=10667 && this.$store.getters.xt_user.template_info.org_id!=10693 && this.$store.getters.xt_user.template_info.org_id!=10702 ) || this.$store.getters.xt_user.template_info.org_id==10387" width="50px"> 超滤率 <br />(L/h) </th>
26
+          <th v-if="isShow('超滤率') && (template_id ==6 || template_id == 65 || template_id == 10 || template_id == 11 || template_id == 12 || template_id == 13 || template_id == 17 || template_id == 18 || template_id == 19 || template_id == 20 || template_id == 21 || template_id == 22 || template_id == 23 || template_id == 24 || template_id == 26 || template_id == 29 || template_id == 30 || template_id == 31 || template_id == 34 || template_id == 35 || template_id == 38 || template_id == 41 || template_id == 43 || template_id == 44 || template_id == 46 || template_id == 47  || template_id == 48  || template_id == 53 || template_id == 54 || template_id == 56  || template_id == 60 || this.$store.getters.xt_user.template_info.org_id == 10432 || this.$store.getters.xt_user.template_info.org_id == 10445 || this.$store.getters.xt_user.template_info.org_id == 10410 || this.$store.getters.xt_user.template_info.org_id == 10485 || this.$store.getters.xt_user.template_info.org_id == 10375 || this.$store.getters.xt_user.template_info.org_id == 10480 || this.$store.getters.xt_user.template_info.org_id == 10597 || this.$store.getters.xt_user.template_info.org_id == 10599  || this.$store.getters.xt_user.template_info.org_id == 10612 || this.$store.getters.xt_user.template_info.org_id == 10617 || this.$store.getters.xt_user.template_info.org_id == 10580 || this.$store.getters.xt_user.template_info.org_id == 10629 || this.$store.getters.xt_user.template_info.org_id == 10677 || this.$store.getters.xt_user.template_info.org_id == 10667 || this.$store.getters.xt_user.template_info.org_id == 10693 || this.$store.getters.xt_user.template_info.org_id == 10702 || this.$store.getters.xt_user.template_info.org_id == 10697) && this.$store.getters.xt_user.template_info.org_id!=10387" width="50px"> 超滤率 <br />(ml/h) </th>
27
+          <th v-if="isShow('超滤率') && (template_id !=6 && template_id !=65 && template_id !=10 && template_id !=11 && template_id !=12 && template_id !=13 && template_id !=17 && template_id !=18 && template_id !=19 && template_id !=20 && template_id !=21 && template_id !=22 && template_id !=23 && template_id !=24 && template_id !=26 && template_id !=29 && template_id !=30 && template_id !=31 && template_id !=34 && template_id !=35 && template_id !=38  && template_id !=41 && template_id !=43 && template_id !=44 && template_id !=46 && template_id !=47 &&  template_id !=48 &&  template_id !=53 &&  template_id !=54 &&  template_id !=56 &&  template_id !=60 && this.$store.getters.xt_user.template_info.org_id!=10432  && this.$store.getters.xt_user.template_info.org_id!=10445 && this.$store.getters.xt_user.template_info.org_id!=10410 &&this.$store.getters.xt_user.template_info.org_id!=10485 &&this.$store.getters.xt_user.template_info.org_id!=10375 && this.$store.getters.xt_user.template_info.org_id!=10480 && this.$store.getters.xt_user.template_info.org_id!=10597 && this.$store.getters.xt_user.template_info.org_id!=10599 && this.$store.getters.xt_user.template_info.org_id!=10612 && this.$store.getters.xt_user.template_info.org_id!=10617 && this.$store.getters.xt_user.template_info.org_id!=10580 && this.$store.getters.xt_user.template_info.org_id!=10629 && this.$store.getters.xt_user.template_info.org_id!=10679 && this.$store.getters.xt_user.template_info.org_id!=10667 && this.$store.getters.xt_user.template_info.org_id!=10693 && this.$store.getters.xt_user.template_info.org_id!=10702 && this.$store.getters.xt_user.template_info.org_id!=10697 ) || this.$store.getters.xt_user.template_info.org_id==10387" width="50px"> 超滤率 <br />(L/h) </th>
28 28
           <th v-if="isShow('超滤率2')" width="92px">超滤率(ml/h)</th>
29 29
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
30 30
           <th v-if="isShow('钠浓度1')" width="92px">钠浓度(mmol/L)</th>
@@ -36,7 +36,7 @@
36 36
           <th v-if=" isShow('置换量') && (template_id == 43)" width="92px"> 置换量(ml/h)  </th>
37 37
           <th v-if=" isShow('置换量') && ((template_id == 6 && org_id != 9919 && org_id !=10191 && org_id!=10478 && org_id!=10346 && org_id!=10517) || org_id == 9779 || template_id == 11 || template_id == 20 || template_id == 26 || template_id == 29 || template_id == 46 || template_id == 48 || template_id == 53 || template_id == 54 || template_id == 56 || this.$store.getters.xt_user.template_info.org_id == 10340 || this.$store.getters.xt_user.template_info.org_id == 10432  || this.$store.getters.xt_user.template_info.org_id == 10445 ) && org_id!=10558 && org_id!=10598  && org_id!=10414 && org_id!=10694 && org_id!=10697 && org_id!=10567" width="92px"  > 置换量(ml)  </th>
38 38
           <th v-if=" isShow('置换量') && ((template_id != 6 || org_id == 9919 || org_id == 10191 || org_id == 10478 || org_id ==10346 || org_id ==10517) && org_id != 9779 && template_id != 11 && template_id != 20 && template_id != 26 && template_id != 29 && template_id != 46 && template_id != 48 && template_id != 53 && template_id != 54 && template_id != 56 && this.$store.getters.xt_user.template_info.org_id != 10340 && this.$store.getters.xt_user.template_info.org_id != 10432  && this.$store.getters.xt_user.template_info.org_id != 10445) || org_id == 10558 || org_id ==10598 || org_id ==10414 || org_id == 10694 || org_id == 10697 || org_id == 10567" width="92px" > 置换量(L) </th>
39
-          <th v-if=" isShow('置换量1')" width="92px"  > 置换量(ml)  </th>
39
+          <th v-if=" isShow('置换量1')" width="92px"  > 置换量(L)  </th>
40 40
           <th v-if=" isShow('SpO₂') && template_id != 6 && template_id != 10 && template_id != 11  " width="92px" > SpO₂(%) </th>
41 41
           <th v-if=" isShow('SpO₂') && org_id == 9829" width="92px" > SpO₂(%) </th>
42 42
           <th v-if=" isShow('SpO₂1')" width="92px" > SpO₂(%) </th>

+ 138 - 16
src/xt_pages/dialysis/template/DialysisPrintOrderSeventeen.vue Visa fil

@@ -292,35 +292,85 @@
292 292
             <td style="text-align:left;" colspan="1">
293 293
               <span style="display:inline-block;margin-left:15px;">
294 294
                 <span
295
-                  v-if="orderForm.url === ''"
296 295
                   style="display:flex;align-items:center;"
297
-                >责任护士:{{ orderForm.start_nurse }}</span>
296
+                >责任护士:
298 297
                 <span
299
-                  v-if="orderForm.url !== ''"
300
-                  style="display:flex;align-items:center;height:36px;"
298
+                  style="height: 30px; display: inline-block"
299
+                  v-if="
300
+                    setAdminUserES(
301
+                      dialysisOrder == null
302
+                        ? 0
303
+                        : dialysisOrder.start_nurse
304
+                    ) == ''
305
+                  "
301 306
                 >
302
-                  责任护士:
303
-                  <img :src="orderForm.url" style="height:30px;" />
307
+                  {{
308
+                    getAdminUser(
309
+                      dialysisOrder == null
310
+                        ? 0
311
+                        : dialysisOrder.start_nurse
312
+                    )
313
+                  }}</span
314
+                >
315
+                <img
316
+                  style="height: 30px"
317
+                  :src="
318
+                    setAdminUserES(
319
+                      dialysisOrder == null
320
+                        ? 0
321
+                        : dialysisOrder.start_nurse
322
+                    )
323
+                  "
324
+                  alt=""
325
+                  srcset=""
326
+                  v-else
327
+                />
328
+               
304 329
                 </span>
305 330
               </span>
306 331
             </td>
307 332
             <td style="text-align:left;" colspan="1">
308 333
               <span style="display:inline-block;margin-left:15px;">
309 334
                 <span
310
-                  v-if="orderForm.url === ''"
311 335
                   style="display:flex;align-items:center;"
312
-                >上机护士:{{ orderForm.start_nurse }}</span>
336
+                >上机护士:
313 337
                 <span
314
-                  v-if="orderForm.url !== ''"
315
-                  style="display:flex;align-items:center;height:36px;"
338
+                  style="height: 30px; display: inline-block"
339
+                  v-if="
340
+                    setAdminUserES(
341
+                      dialysisOrder == null
342
+                        ? 0
343
+                        : dialysisOrder.start_nurse
344
+                    ) == ''
345
+                  "
316 346
                 >
317
-                  上机护士:
318
-                  <img :src="orderForm.url" style="height:30px;" />
347
+                  {{
348
+                    getAdminUser(
349
+                      dialysisOrder == null
350
+                        ? 0
351
+                        : dialysisOrder.start_nurse
352
+                    )
353
+                  }}</span
354
+                >
355
+                <img
356
+                  style="height: 30px"
357
+                  :src="
358
+                    setAdminUserES(
359
+                      dialysisOrder == null
360
+                        ? 0
361
+                        : dialysisOrder.start_nurse
362
+                    )
363
+                  "
364
+                  alt=""
365
+                  srcset=""
366
+                  v-else
367
+                />
368
+               
319 369
                 </span>
320 370
               </span>
321 371
             </td>
322 372
             <td style="text-align:left;" colspan="3">
323
-              <span style="display:inline-block;margin-left:15px;">
373
+              <!-- <span style="display:inline-block;margin-left:15px;">
324 374
                 <span
325 375
                   v-if="orderForm.url === ''"
326 376
                   style="display:flex;align-items:center;"
@@ -332,6 +382,45 @@
332 382
                   抗凝剂执行护士:
333 383
                   <img :src="orderForm.url" style="height:30px;" />
334 384
                 </span>
385
+              </span> -->
386
+           
387
+              <span style="display:inline-block;margin-left:15px;">
388
+                <span
389
+                  style="display:flex;align-items:center;"
390
+                >抗凝剂执行护士:
391
+                <span
392
+                  style="height: 30px; display: inline-block"
393
+                  v-if="
394
+                    setAdminUserES(
395
+                      dialysisOrder == null
396
+                        ? 0
397
+                        : dialysisOrder.start_nurse
398
+                    ) == ''
399
+                  "
400
+                >
401
+                  {{
402
+                    getAdminUser(
403
+                      dialysisOrder == null
404
+                        ? 0
405
+                        : dialysisOrder.start_nurse
406
+                    )
407
+                  }}</span
408
+                >
409
+                <img
410
+                  style="height: 30px"
411
+                  :src="
412
+                    setAdminUserES(
413
+                      dialysisOrder == null
414
+                        ? 0
415
+                        : dialysisOrder.start_nurse
416
+                    )
417
+                  "
418
+                  alt=""
419
+                  srcset=""
420
+                  v-else
421
+                />
422
+               
423
+                </span>
335 424
               </span>
336 425
             </td>
337 426
             <td style="text-align:left;" colspan="3">
@@ -997,16 +1086,49 @@
997 1086
             <td style="text-align:left;" colspan="3">
998 1087
               <span>
999 1088
                 <span
1000
-                  v-if="finshForm.url === ''"
1001 1089
                   style="display:flex;align-items:center;height:36px;"
1002
-                >下机护士:{{ finshForm.finish_nurse }}</span>
1090
+                >下机护士:
1091
+
1003 1092
                 <span
1093
+                    style="height: 30px; display: inline-block"
1094
+                          v-if="
1095
+                            setAdminUserES(
1096
+                              dialysisOrder == null
1097
+                                ? 0
1098
+                                : dialysisOrder.start_nurse
1099
+                            ) == ''
1100
+                          "
1101
+                        >
1102
+                          {{
1103
+                            getAdminUser(
1104
+                              dialysisOrder == null
1105
+                                ? 0
1106
+                                : dialysisOrder.start_nurse
1107
+                            )
1108
+                          }}</span
1109
+                        >
1110
+                        <img
1111
+                          style="height: 30px"
1112
+                          :src="
1113
+                            setAdminUserES(
1114
+                              dialysisOrder == null
1115
+                                ? 0
1116
+                                : dialysisOrder.start_nurse
1117
+                            )
1118
+                          "
1119
+                          alt=""
1120
+                          srcset=""
1121
+                          v-else
1122
+                        />
1123
+                </span>
1124
+
1125
+                <!-- <span
1004 1126
                   v-if="finshForm.url !== ''"
1005 1127
                   style="display:flex;align-items:center;height:36px;"
1006 1128
                 >
1007 1129
                   下机护士:
1008 1130
                   <img :src="finshForm.url" style="height:30px;" />
1009
-                </span>
1131
+                </span> -->
1010 1132
               </span>
1011 1133
             </td>
1012 1134
           </tr>

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderSeventysix.vue Visa fil

@@ -1140,7 +1140,7 @@
1140 1140
                               : "mmHg"
1141 1141
                           }})
1142 1142
                         </td>
1143
-                        <td width="50">超滤量<br/>L</td>
1143
+                        <td width="50">超滤量<br/>ml</td>
1144 1144
                         <td width="200">病情变化及处理</td>
1145 1145
                       </tr>
1146 1146
 

+ 49 - 5
src/xt_pages/dialysis/template/DialysisPrintOrderSix.vue Visa fil

@@ -1855,9 +1855,13 @@
1855 1855
                               <span v-if="org_id !=10617">{{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span>
1856 1856
                            </span>
1857 1857
                         </td>
1858
-                        <td width="50" v-if="org_id == 10600 || org_id == 10598 || org_id==10644 || org_id == 10683"><br/>
1859
-                           <span v-if="org_id!=10644">{{ monitor.ultrafiltration_rate? monitor.ultrafiltration_rate: ""}}</span>
1860
-                           <span v-if="org_id==10644">{{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span>
1858
+                        <td width="50" v-if="org_id == 10600 || org_id == 10598 || org_id==10644 || org_id == 10683 || org_id == 0"><br/>
1859
+                           <span v-if="org_id!=10644 && org_id!=0">{{ monitor.ultrafiltration_rate? monitor.ultrafiltration_rate: ""}}</span>
1860
+                           <span v-if="org_id==10644 || org_id == 0">
1861
+                              <span v-if="monindex == 0">{{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: "0"}}</span>
1862
+                              <span v-if="monindex == monitors.length-1">{{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
1863
+                              <span v-if="(monindex != monitors.length-1 && monindex != 0)">{{ monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
1864
+                           </span>
1861 1865
                           </td>
1862 1866
                         <td
1863 1867
                           v-if="
@@ -3363,8 +3367,8 @@
3363 3367
 
3364 3368
 
3365 3369
                   </div>
3366
-                  <div v-if="org_id!=0 && org_id!=10440">
3367
-                    <div class="inline_block" style="flex: 1">
3370
+                  <div v-if="org_id!=10440">
3371
+                    <div class="inline_block" style="flex: 1" v-if="predialysis.catheter == ''">
3368 3372
                       穿刺护士:
3369 3373
                       <div
3370 3374
                         class="under_line"
@@ -3403,6 +3407,46 @@
3403 3407
                         />
3404 3408
                       </div>
3405 3409
                     </div>
3410
+
3411
+                    <div class="inline_block" style="flex: 1" v-if="predialysis.catheter != ''">
3412
+                      换药护士:
3413
+                      <div
3414
+                        class="under_line"
3415
+                        style="width: 90px; text-align: center"
3416
+                      >
3417
+                        <span
3418
+                          style="height: 30px; display: inline-block"
3419
+                          v-if="
3420
+                            setAdminUserES(
3421
+                              dialysisOrder == null
3422
+                                ? 0
3423
+                                : dialysisOrder.change_nurse
3424
+                            ) == ''
3425
+                          "
3426
+                        >
3427
+                          {{
3428
+                            getAdminUser(
3429
+                              dialysisOrder == null
3430
+                                ? 0
3431
+                                : dialysisOrder.change_nurse
3432
+                            )
3433
+                          }}</span
3434
+                        >
3435
+                        <img
3436
+                          style="height: 35px"
3437
+                          :src="
3438
+                            setAdminUserES(
3439
+                              dialysisOrder == null
3440
+                                ? 0
3441
+                                : dialysisOrder.change_nurse
3442
+                            )
3443
+                          "
3444
+                          alt=""
3445
+                          srcset=""
3446
+                          v-else
3447
+                        />
3448
+                      </div>
3449
+                    </div>
3406 3450
                   </div>
3407 3451
 
3408 3452
                   <div v-if="org_id==0||org_id==10440">

+ 1 - 1
src/xt_pages/dialysis/template/DialysisPrintOrderseventyfive.vue Visa fil

@@ -612,7 +612,7 @@
612 612
                 </td>
613 613
                 <!--  -->
614 614
                 <td width="65" v-if="prescription.mode == 'HDF'">
615
-                  {{monitor.displacement_quantity ? monitor.displacement_quantity : '/'}}
615
+                  {{monitor.displacement_quantity_one ? monitor.displacement_quantity_one : '/'}}
616 616
                 </td>
617 617
                 <td width="200">
618 618
                   <template v-if=" (dialysisOrder && monitor.operate_time == dialysisOrder.start_time)">

+ 13 - 13
src/xt_permission.js Visa fil

@@ -12,19 +12,19 @@ const permissionWhiteList = loginWhiteList.concat(['/']) // 权限验证白名
12 12
 
13 13
 router.beforeEach((to, from, next) => {
14 14
   // 线上注释
15
-  if (!store.getters.configlist || store.getters.configlist === undefined || store.getters.configlist.length <= 0) {
16
-    store.dispatch('VerifyConfigList', []).then(() => {
17
-      next()
18
-    })
19
-  }
20
-  if (store.getters.permission_routers === undefined) {
21
-    store.dispatch('xt_GenerateRoutes', []).then(() => {
22
-      next()
23
-    })
24
-  } else {
25
-    next()
26
-  }
27
-  return
15
+  // if (!store.getters.configlist || store.getters.configlist === undefined || store.getters.configlist.length <= 0) {
16
+  //   store.dispatch('VerifyConfigList', []).then(() => {
17
+  //     next()
18
+  //   })
19
+  // }
20
+  // if (store.getters.permission_routers === undefined) {
21
+  //   store.dispatch('xt_GenerateRoutes', []).then(() => {
22
+  //     next()
23
+  //   })
24
+  // } else {
25
+  //   next()
26
+  // }
27
+  // return
28 28
   // 线上注释
29 29
   NProgress.start()
30 30
   // console.log(store.getters.current_role_urls.indexOf(to.path))