28169 пре 9 месеци
родитељ
комит
8c76f5ffa2

+ 2 - 2
src/xt_pages/data/basicConfig.vue Прегледај датотеку

@@ -46,9 +46,9 @@
46 46
                 <el-switch v-model="good_out_open" @change="changeGoodOutOpen"></el-switch>
47 47
             </p>
48 48
 
49
-            <p style="margin-top:20px;">药品耗材在结算时出库:
49
+            <!-- <p style="margin-top:20px;">药品耗材在结算时出库:
50 50
                 <el-switch v-model="drug_settle_open" @change="changeSettleOpen"></el-switch>
51
-            </p>
51
+            </p> -->
52 52
         </div>
53 53
 
54 54
 

+ 6 - 4
src/xt_pages/dialysis/batch_print/batch_print_order_six.vue Прегледај датотеку

@@ -1586,7 +1586,7 @@
1586 1586
                           <td width="50" v-if="org_id == 10478 || org_id ==10510">动脉压<br />(mmHg)</td>
1587 1587
                           <td width="50">静脉压<br />(mmHg)</td>
1588 1588
                           <td width="50">跨膜压<br />(mmHg)</td>
1589
-                          <td width="60" v-if="org_id != 9836">
1589
+                          <td width="60" v-if="org_id != 9836 && org_id!=10644">
1590 1590
                             透析液温度(°C)
1591 1591
                           </td>
1592 1592
                           <td width="60" v-if="org_id == 9836">体温(°C)</td>
@@ -1597,7 +1597,8 @@
1597 1597
                               org_id != 10121 &&
1598 1598
                               org_id != 9675 &&
1599 1599
                               org_id!=10490  &&
1600
-                              org_id!=10600
1600
+                              org_id!=10600 &&
1601
+                              org_id!=10644
1601 1602
                             "
1602 1603
                           >
1603 1604
                             电导度<br />(ms/cm)
@@ -1757,7 +1758,7 @@
1757 1758
                                 : "/"
1758 1759
                             }}
1759 1760
                           </td>
1760
-                          <td v-if="org_id != 9836">
1761
+                          <td v-if="org_id != 9836 && org_id!=10644">
1761 1762
                             {{
1762 1763
                               monitor_record.dialysate_temperature
1763 1764
                                 ? monitor_record.dialysate_temperature
@@ -1779,7 +1780,8 @@
1779 1780
                               org_id != 10121 &&
1780 1781
                               org_id != 9675 && 
1781 1782
                               org_id!=10490 &&
1782
-                              org_id!=10600
1783
+                              org_id!=10600 &&
1784
+                              org_id!=10644
1783 1785
                             "
1784 1786
                           >
1785 1787
                             {{

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

@@ -1713,8 +1713,8 @@
1713 1713
                         <td width="60" v-if="org_id == 9836">体温(°C)</td>
1714 1714
                         <td width="60" v-if="org_id == 9919">血温(°C)</td>
1715 1715
                         <td width="60" v-if="org_id == 9671">血温(°C)</td>
1716
-                        <td width="60" v-if="org_id!=9836&&org_id!=9919&&org_id!=9671">透析液温度(°C)</td>
1717
-                        <td width="50" v-if="org_id != 10121 &&  org_id!=10600">
1716
+                        <td width="60" v-if="org_id!=9836&&org_id!=9919&&org_id!=9671 && org_id!=10644">透析液温度(°C)</td>
1717
+                        <td width="50" v-if="org_id != 10121 &&  org_id!=10600 && org_id!=10644">
1718 1718
                           <span v-if="org_id != 0 && org_id !=10469 && org_id!=10490 "> 电导度<br />(ms/cm)</span>
1719 1719
                           <span v-if="org_id ==10469"> 钠浓度<br />(mmol/L)</span>
1720 1720
                           <span v-if="org_id == 0 || org_id == 10490"> 置换液的速度<br />(ml/h)</span>
@@ -1812,7 +1812,7 @@
1812 1812
                           {{ monitor.temperature ? monitor.temperature : "" }}
1813 1813
                         </td>
1814 1814
 
1815
-                         <td v-if="org_id!=9919 && org_id!=9671 && org_id!=9836">
1815
+                         <td v-if="org_id!=9919 && org_id!=9671 && org_id!=9836 && org_id!=10644">
1816 1816
                           {{monitor.dialysate_temperature? monitor.dialysate_temperature: ""}}
1817 1817
                         </td>
1818 1818
 
@@ -1826,7 +1826,7 @@
1826 1826
                         </td>
1827 1827
 
1828 1828
 
1829
-                        <td v-if="org_id != 9538 &&org_id != 10121 &&org_id!=10600">
1829
+                        <td v-if="org_id != 9538 &&org_id != 10121 &&org_id!=10600 && org_id!=10644">
1830 1830
                           <span v-if="org_id!=0&&org_id!=10469 && org_id!=10490"> {{ monitor.conductivity ? monitor.conductivity : "" }}</span>
1831 1831
                           <span v-if="org_id==10469"> {{ monitor.sodium_concentration ? monitor.sodium_concentration : "" }}</span>
1832 1832
                           <span v-if="org_id==0||org_id==10490"> {{ monitor.replacement_speed ? monitor.replacement_speed : "" }}</span>

+ 9 - 1
src/xt_pages/user/dialysisRecord.vue Прегледај датотеку

@@ -528,7 +528,7 @@ import { uParseTime } from "@/utils/tools";
528 528
 import { parseTime } from '@/utils'
529 529
 import { fetchAllDoctorAndNurse } from "@/api/doctor";
530 530
 import print from "print-js";
531
-
531
+const moment = require('moment')
532 532
 export default {
533 533
   name: "dialysisRecord",
534 534
   data() {
@@ -567,6 +567,7 @@ export default {
567 567
       dialysisShow:false,
568 568
 
569 569
       newTime:'',
570
+      org_id:0
570 571
 
571 572
     };
572 573
   },
@@ -607,11 +608,17 @@ export default {
607 608
     },
608 609
     getPatientDialysisRecords() {
609 610
       console.log("prams",this.queryParams)
611
+        if(this.org_id ==10679 || this.org_id == 0){
612
+           this.queryParams.start_time = moment().month(moment().month() - 1).startOf('month').format('YYYY/MM/DD HH:mm:ss')
613
+           this.queryParams.end_time =  moment().month(moment().month() - 1).endOf('month').format('YYYY/MM/DD HH:mm:ss')       
614
+        }
615
+        console.log("hahahhaha",this.queryParams)
610 616
       getPatientDialysisRecords(this.queryParams).then(response => {
611 617
         if (response.data.state == 1) {
612 618
           this.total = response.data.data.total;
613 619
           this.recordData = response.data.data.records;
614 620
           console.log("郭23232323232232323",this.recordData)
621
+        
615 622
         }
616 623
       });
617 624
     },
@@ -895,6 +902,7 @@ export default {
895 902
 
896 903
     var xtuser = this.$store.getters.xt_user;
897 904
     this.orgname = xtuser.org.org_name;
905
+    this.org_id = this.$store.getters.xt_user.template_info.org_id;
898 906
 
899 907
   },mounted(){
900 908