Browse Source

Merge branch 'new_pad_branch' of http://git.shengws.com/zhangbj/xt_pad into new_pad_branch

csx 4 years ago
parent
commit
96871012ca

+ 1 - 1
build/cdn.json View File

1
 {
1
 {
2
-  "version": "1.1.124"
2
+  "version": "1.1.256"
3
 }
3
 }

+ 2 - 2
config/prod.env.js View File

1
 "use strict";
1
 "use strict";
2
 module.exports = {
2
 module.exports = {
3
   NODE_ENV: '"production"',
3
   NODE_ENV: '"production"',
4
-  // BASE_API: '"https://api.xt.kuyicloud.com"'
4
+  BASE_API: '"https://api.xt.kuyicloud.com"'
5
 
5
 
6
-  BASE_API: '"http://api.xt.test.sgjyun.com"'
6
+  // BASE_API: '"http://api.xt.test.sgjyun.com"'
7
   // http://api.xt.test.sgjyun.com
7
   // http://api.xt.test.sgjyun.com
8
   // '"http://api.xt.kuyicloud.com"', //'"http://api.xt.kuyicloud.com"','"http://api.xt.test.sgjyun.com"'
8
   // '"http://api.xt.kuyicloud.com"', //'"http://api.xt.kuyicloud.com"','"http://api.xt.test.sgjyun.com"'
9
 };
9
 };

+ 1 - 1
src/pages/main/dialog/PlaneDialog.vue View File

124
       type: Object
124
       type: Object
125
     }
125
     }
126
   },
126
   },
127
-  mounted() {debugger
127
+  mounted() {
128
     if (this.record.id == "") {
128
     if (this.record.id == "") {
129
       //没有上下机记录
129
       //没有上下机记录
130
       this.end_time_str =
130
       this.end_time_str =

+ 0 - 1
src/pages/main/dialog/ThorougDialog.vue View File

431
           <label class="name" for="dg">透析过程提前其他原因</label>
431
           <label class="name" for="dg">透析过程提前其他原因</label>
432
           <div class="content">
432
           <div class="content">
433
             <input
433
             <input
434
-              type="number"
435
               @click="newClick($event)"
434
               @click="newClick($event)"
436
               @focus="inputFocus"
435
               @focus="inputFocus"
437
               id="txz"
436
               id="txz"

+ 10 - 5
src/pages/main/today/dialysisMonitoring.vue View File

24
           </th>
24
           </th>
25
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
25
           <th v-if="isShow('钠浓度')" width="92px">钠浓度(mmol/L)</th>
26
           <th v-if="isShow('透析液温度')" width="92px">透析液温度(℃)</th>
26
           <th v-if="isShow('透析液温度')" width="92px">透析液温度(℃)</th>
27
-          <th v-if="isShow('置换率')" width="92px">置换率(L/h)</th>
28
-          <th v-if="isShow('置换量')" width="92px">置换量(L)</th>
27
+          <th v-if="isShow('置换率')&& template_id == 6" width="92px">置换率(ml/min)</th>
28
+          <th v-if="isShow('置换率')&& template_id != 6" width="92px">置换率(L/h)</th>
29
+          <th v-if="isShow('置换量')&& template_id == 6" width="50px">置换量(ml)</th>
30
+          <th v-if="isShow('置换量')&& template_id != 6" width="50px">置换量(L)</th>
31
+
29
 
32
 
30
           <th v-if="isShow('电导度')" width="92px">电导度(mS/m)</th>
33
           <th v-if="isShow('电导度')" width="92px">电导度(mS/m)</th>
31
           <th v-if="isShow('置换液流量')" width="92px">置换液流量(ml/h)</th>
34
           <th v-if="isShow('置换液流量')" width="92px">置换液流量(ml/h)</th>
42
           </td>
45
           </td>
43
           <td v-if="isShow('血压')">
46
           <td v-if="isShow('血压')">
44
             {{
47
             {{
45
-              item.systolic_blood_pressure ? item.systolic_blood_pressure : ""
48
+            item.systolic_blood_pressure ? item.systolic_blood_pressure : ""
46
             }}/{{
49
             }}/{{
47
-              item.diastolic_blood_pressure ? item.diastolic_blood_pressure : ""
50
+            item.diastolic_blood_pressure ? item.diastolic_blood_pressure : ""
48
             }}
51
             }}
49
           </td>
52
           </td>
50
-
51
           <td v-if="isShow('脉搏')">
53
           <td v-if="isShow('脉搏')">
52
             {{ item.pulse_frequency ? item.pulse_frequency : "" }}
54
             {{ item.pulse_frequency ? item.pulse_frequency : "" }}
53
           </td>
55
           </td>
56
+
57
+
58
+
54
           <td v-if="isShow('呼吸频率')">
59
           <td v-if="isShow('呼吸频率')">
55
             {{ item.breathing_rate ? item.breathing_rate : "" }}
60
             {{ item.breathing_rate ? item.breathing_rate : "" }}
56
           </td>
61
           </td>

+ 1 - 1
src/store/modules/globalConfig.js View File

408
       },
408
       },
409
       5: {
409
       5: {
410
         id: 5,
410
         id: 5,
411
-        name: '4%枸橼酸钠',
411
+        name: '枸橼酸钠',
412
         type: 1,
412
         type: 1,
413
         shouji: -1,
413
         shouji: -1,
414
         weichi: 1,
414
         weichi: 1,