XMLWAN 2 vuotta sitten
vanhempi
commit
0a60ef1f03

+ 11 - 2
src/xt_pages/dialysis/PatientBox.vue Näytä tiedosto

@@ -102,6 +102,13 @@
102 102
             核酸检测日期:<span v-if="schedule.dialysis_order!=null">{{getTimeOne(schedule.dialysis_order.nuclein_date)}}</span>
103 103
           </span>
104 104
         </p>
105
+        <p>
106
+          <span v-if="$store.getters.xt_user.org.id==9671 || $store.getters.xt_user.org.id==9675 || $store.getters.xt_user.org.id==10340">
107
+            透析时长:
108
+             <span v-if="schedule.prescription!=null && schedule.prescription.dialysis_duration_hour >0">{{schedule.prescription.dialysis_duration_hour}}时</span>
109
+             <span v-if="schedule.prescription!=null && schedule.prescription.dialysis_duration_minute>0">{{schedule.prescription.dialysis_duration_minute}}分</span>
110
+          </span>
111
+        </p>
105 112
         <p>
106 113
           <span>
107 114
               目标超滤量:
@@ -110,8 +117,9 @@
110 117
                <span v-if="$store.getters.xt_user.org.id!=10340"> {{schedule.prescription? schedule.prescription.target_ultrafiltration: ""}}</span>
111 118
             </span>
112 119
           </span>
113
-
114
-          <span  v-if="$store.getters.xt_user.org.id==9671 || $store.getters.xt_user.org.id==9675 || $store.getters.xt_user.org.id==10340">
120
+        </p>
121
+        <p>
122
+           <span  v-if="$store.getters.xt_user.org.id==9671 || $store.getters.xt_user.org.id==9675 || $store.getters.xt_user.org.id==10340">
115 123
              抗凝剂:
116 124
              <span v-if="schedule.prescription!=null">
117 125
                 <span v-if="schedule.prescription.anticoagulant == 1">无肝素</span>
@@ -161,6 +169,7 @@
161 169
              <span v-if="schedule.dialysis_order!=null">{{schedule.dialysis_order.dialysis_dialyszers}}</span>
162 170
              <span v-if="schedule.dialysis_order!=null">{{schedule.dialysis_order.dialysis_irrigation}}</span>
163 171
         </p>
172
+      
164 173
         <p v-if="$store.getters.xt_user.org.id==9671 || $store.getters.xt_user.org.id==9675 || $store.getters.xt_user.org.id==10340">
165 174
            备注:{{schedule.patient.sch_remark}}
166 175
         </p>

+ 17 - 8
src/xt_pages/dialysis/details/dialog/monitor_dialog.vue Näytä tiedosto

@@ -1850,9 +1850,7 @@ export default {
1850 1850
         // this.form.breathing_rated =  resp.monitor.breathing_rated ? resp.monitor.breathing_rated : '';
1851 1851
         this.form.systolic_bp = ""; // this.last_monitor_record.systolic_blood_pressure;
1852 1852
         this.form.diastolic_bp = ""; // this.last_monitor_record.diastolic_blood_pressure;
1853
-        this.form.blood_flow_volume = resp.monitor.blood_flow_volume
1854
-          ? resp.monitor.blood_flow_volume
1855
-          : "";
1853
+        this.form.blood_flow_volume = resp.monitor.blood_flow_volume ? resp.monitor.blood_flow_volume: "";
1856 1854
         // 静脉压
1857 1855
         if (this.org_id == 10060 || this.org_id == 9671 || this.org_id == 9675 || this.org_id == 10340 || this.org_id == 10387) {
1858 1856
           this.form.venous_pressure = resp.monitor.venous_pressure;
@@ -1875,9 +1873,12 @@ export default {
1875 1873
         } else {
1876 1874
           this.form.transmembrane_pressure = ""; // this.last_monitor_record.transmembrane_pressure;
1877 1875
         }
1878
-        if (this.org_id == 10318 || this.org_id == 9671) {
1879
-         
1876
+        if (this.org_id == 10318) {
1880 1877
           this.form.breathing_rated = resp.monitor.breathing_rate;
1878
+        }else if(this.org_id == 9671){
1879
+          this.form.breathing_rated = "20"
1880
+        }else if(this.org_id == 10340){
1881
+         this.form.breathing_rated = "20"
1881 1882
         } else {
1882 1883
           this.form.breathing_rated = "";
1883 1884
         }
@@ -1900,6 +1901,7 @@ export default {
1900 1901
         
1901 1902
          if(this.org_id == 9675 || this.org_id == 9671 || this.org_id == 10340){
1902 1903
             this.form.temperature = "36.5"
1904
+
1903 1905
          }else{
1904 1906
            this.form.temperature = resp.monitor.temperature ? resp.monitor.temperature: "";
1905 1907
          }
@@ -1934,9 +1936,12 @@ export default {
1934 1936
         this.form.sodium_concentration = resp.monitor.sodium_concentration
1935 1937
           ? resp.monitor.sodium_concentration
1936 1938
           : "";
1937
-        this.form.conductivity = resp.monitor.conductivity
1938
-          ? resp.monitor.conductivity
1939
-          : "";
1939
+        if(this.org_id == 9671 || this.org_id == 9675 || this.org_id == 10340){
1940
+          this.form.conductivity = 14
1941
+        }else{
1942
+           this.form.conductivity = resp.monitor.conductivity? resp.monitor.conductivity: "";
1943
+        }
1944
+      
1940 1945
         this.form.monitor_anticoagulant = resp.monitor.monitor_anticoagulant
1941 1946
           ? resp.monitor.monitor_anticoagulant
1942 1947
           : "";
@@ -1966,6 +1971,10 @@ export default {
1966 1971
         this.form.heparin_amount = resp.monitor.heparin_amount
1967 1972
           ? resp.monitor.heparin_amount
1968 1973
           : "";
1974
+         if(this.org_id == 9671 || this.org_id == 9675 || this.org_id == 10340){
1975
+            this.form.dialysate_temperature = 36.5
1976
+            
1977
+         }
1969 1978
       });
1970 1979
     },
1971 1980
 

+ 9 - 1
src/xt_pages/workforce/schedulePrint.vue Näytä tiedosto

@@ -8,6 +8,8 @@
8 8
        <label class="title"> <span class="name">日期查询</span> : </label>
9 9
        <el-date-picker
10 10
         @change="changeTime"
11
+        format="yyyy-MM-dd" 
12
+        value-format="yyyy-MM-dd"
11 13
         v-model="listQuery.schedule_date"
12 14
         type="date"
13 15
         placeholder="选择日期">
@@ -127,7 +129,13 @@
127 129
           </template>
128 130
 
129 131
        </el-table-column>
130
-      
132
+       <el-table-column  label="班次" align="center">
133
+           <template slot-scope="scope">
134
+            <span v-if="scope.row.schedule_type ==1">上午</span>
135
+            <span v-if="scope.row.schedule_type==2">下午</span>
136
+            <span v-if="scope.row.schedule_type==3">晚上</span>
137
+          </template>
138
+        </el-table-column>
131 139
         <el-table-column  label="分区" align="center">
132 140
            <template slot-scope="scope">
133 141
             <span>