Browse Source

华侨医院定制

csx 5 years ago
parent
commit
345776d911

+ 1 - 0
src/api/dialysis.js View File

@@ -76,6 +76,7 @@ export function finish(params) {
76 76
 
77 77
 
78 78
 export function commitDialysisPrescription(params) {
79
+  console.log(params)
79 80
   return request({
80 81
     url: "/m/api/dialysis/dialysisPrescription",
81 82
     method: "post",

+ 3 - 1
src/pages/home/login.vue View File

@@ -64,7 +64,9 @@ export default {
64 64
           var org = resp.data.org
65 65
           var subscibe = resp.data.subscibe
66 66
           var config_list = resp.data.config_list
67
-          this.$store.dispatch("InitUserInfo", {user: user, org: org, subscibe: subscibe })
67
+          var template_info = resp.data.template_info
68
+
69
+          this.$store.dispatch("InitUserInfo", {user: user, org: org, subscibe: subscibe,template_info:template_info})
68 70
           this.$store.dispatch("SetConfigList", config_list)
69 71
 
70 72
           // this.$router.push({path: "/product"})

+ 248 - 185
src/pages/main/dialog/AcceptsDialog.vue View File

@@ -1,215 +1,278 @@
1 1
 <template>
2
-<div>
2
+  <div>
3 3
     <div class="Dialog">
4
-        <div class="DialogTit">
5
-            <span class="iconfont" @click="close()">&#xe6e9;</span>
6
-            <h1 class="name">接诊评估</h1>
7
-            <span class="success" @click="commitInfo">完成</span>
8
-        </div>
9
-        <div class="DialogContent choose">
10
-            <el-form :model="receiveTreatmentAsses" label-width="90px">
11
-                <el-form-item label="入室方式 : ">
12
-                      <el-radio v-model="receiveTreatmentAsses.way" label="1">步行</el-radio>
13
-                      <el-radio v-model="receiveTreatmentAsses.way" label="2">扶行</el-radio>
14
-                      <el-radio v-model="receiveTreatmentAsses.way" label="3">轮椅</el-radio>
15
-                      <el-radio v-model="receiveTreatmentAsses.way" label="4">平车</el-radio>
16
-                    <!--</el-radio-group>-->
17
-                </el-form-item>
18
-                <el-form-item label="病人意识 : ">
19
-
20
-                  <el-radio v-model="receiveTreatmentAsses.consciousness" label="1">清醒</el-radio>
21
-                  <el-radio v-model="receiveTreatmentAsses.consciousness" label="2">嗜睡</el-radio>
22
-                  <el-radio v-model="receiveTreatmentAsses.consciousness" label="3">昏迷</el-radio>
23
-
24
-                </el-form-item>
25
-                <el-form-item label="病人食欲 : ">
26
-                      <el-radio v-model="receiveTreatmentAsses.appetite" label="1">正常</el-radio>
27
-                      <el-radio v-model="receiveTreatmentAsses.appetite" label="2">减退</el-radio>
28
-                      <el-radio v-model="receiveTreatmentAsses.appetite" label="3">恶心</el-radio>
29
-                      <el-radio v-model="receiveTreatmentAsses.appetite" label="4">呕吐</el-radio>
30
-                      <el-radio v-model="receiveTreatmentAsses.appetite" label="5">腹泻</el-radio>
31
-                </el-form-item>
32
-                 <el-form-item label="病人情况 : ">
33
-                      <el-radio v-model="receiveTreatmentAsses.condition" label="1">住院</el-radio>
34
-                      <el-radio v-model="receiveTreatmentAsses.condition" label="2">门诊</el-radio>
35
-                      <el-radio v-model="receiveTreatmentAsses.condition" label="3">手术期</el-radio>
36
-                </el-form-item>
37
-                <el-form-item label="体位 : ">
38
-                      <el-radio v-model="receiveTreatmentAsses.posture" label="1">自动体位</el-radio>
39
-                      <el-radio v-model="receiveTreatmentAsses.posture" label="2">平卧位</el-radio>
40
-                      <el-radio v-model="receiveTreatmentAsses.posture" label="3">半卧位</el-radio>
41
-                      <el-radio v-model="receiveTreatmentAsses.posture" label="4">端坐位</el-radio>
42
-                      <el-radio v-model="receiveTreatmentAsses.posture" label="5">躁动不安</el-radio>
43
-                </el-form-item>
44
-            </el-form>
45
-            <!-- <div class="button">
46
-              <button @click="commitInfo" class="submitButton">提交</button>
47
-          </div> -->
48
-        </div>
49
-        <!-- <div class="footer">
50
-            处方医生:刘小军 医生
51
-        </div> -->
4
+      <div class="DialogTit">
5
+        <span class="iconfont" @click="close()">&#xe6e9;</span>
6
+        <h1 class="name">接诊评估</h1>
7
+        <span class="success" @click="commitInfo">完成</span>
8
+      </div>
9
+      <div class="DialogContent choose">
10
+        <el-form :model="receiveTreatmentAsses" label-width="90px">
11
+          <el-form-item label="入室方式: ">
12
+            <el-radio v-model="receiveTreatmentAsses.way" label="1">步行</el-radio>
13
+            <el-radio v-model="receiveTreatmentAsses.way" label="2">扶行</el-radio>
14
+            <el-radio v-model="receiveTreatmentAsses.way" label="3">轮椅</el-radio>
15
+            <el-radio v-model="receiveTreatmentAsses.way" label="4">平车</el-radio>
16
+            <!--</el-radio-group>-->
17
+          </el-form-item>
18
+          <el-form-item label="病人意识: ">
19
+
20
+            <el-radio v-model="receiveTreatmentAsses.consciousness" label="1">清醒</el-radio>
21
+            <el-radio v-model="receiveTreatmentAsses.consciousness" label="2">嗜睡</el-radio>
22
+            <el-radio v-model="receiveTreatmentAsses.consciousness" label="3">昏迷</el-radio>
23
+
24
+          </el-form-item>
25
+          <el-form-item label="病人食欲: ">
26
+            <el-radio v-model="receiveTreatmentAsses.appetite" label="1">正常</el-radio>
27
+            <el-radio v-model="receiveTreatmentAsses.appetite" label="2">减退</el-radio>
28
+            <el-radio v-model="receiveTreatmentAsses.appetite" label="3">恶心</el-radio>
29
+            <el-radio v-model="receiveTreatmentAsses.appetite" label="4">呕吐</el-radio>
30
+            <el-radio v-model="receiveTreatmentAsses.appetite" label="5">腹泻</el-radio>
31
+          </el-form-item>
32
+          <el-form-item label="病人情况: ">
33
+            <el-radio v-model="receiveTreatmentAsses.condition" label="1">住院</el-radio>
34
+            <el-radio v-model="receiveTreatmentAsses.condition" label="2">门诊</el-radio>
35
+            <el-radio v-model="receiveTreatmentAsses.condition" label="3">手术期</el-radio>
36
+          </el-form-item>
37
+          <el-form-item label="体位: ">
38
+            <el-radio v-model="receiveTreatmentAsses.posture" label="1">自动体位</el-radio>
39
+            <el-radio v-model="receiveTreatmentAsses.posture" label="2">平卧位</el-radio>
40
+            <el-radio v-model="receiveTreatmentAsses.posture" label="3">半卧位</el-radio>
41
+            <el-radio v-model="receiveTreatmentAsses.posture" label="4">端坐位</el-radio>
42
+            <el-radio v-model="receiveTreatmentAsses.posture" label="5">躁动不安</el-radio>
43
+          </el-form-item>
44
+          <el-form-item label="病情: " v-if="this.$store.getters.user.template_info.template_id == 2">
45
+            <el-radio v-model="receiveTreatmentAsses.sick_condition" label="1">一般</el-radio>
46
+            <el-radio v-model="receiveTreatmentAsses.sick_condition" label="2">严重</el-radio>
47
+            <el-radio v-model="receiveTreatmentAsses.sick_condition" label="3">危</el-radio>
48
+          </el-form-item>
49
+
50
+          <el-form-item label="风险程度: " v-if="this.$store.getters.user.template_info.template_id == 2">
51
+            <el-radio v-model="receiveTreatmentAsses.danger_level" label="1">无</el-radio>
52
+            <el-radio v-model="receiveTreatmentAsses.danger_level" label="2">低风险</el-radio>
53
+            <el-radio v-model="receiveTreatmentAsses.danger_level" label="3">中度风险</el-radio>
54
+            <el-radio v-model="receiveTreatmentAsses.danger_level" label="4">高风险</el-radio>
55
+
56
+          </el-form-item>
57
+          <el-form-item label="摄入量: " v-if="this.$store.getters.user.template_info.template_id == 2">
58
+            <el-radio v-model="receiveTreatmentAsses.intake" label="1">正常</el-radio>
59
+            <el-radio v-model="receiveTreatmentAsses.intake" label="2">减少</el-radio>
60
+          </el-form-item>
61
+          <el-form-item label="营养状况: " v-if="this.$store.getters.user.template_info.template_id == 2">
62
+            <el-radio v-model="receiveTreatmentAsses.nutrition" label="1">正常</el-radio>
63
+            <el-radio v-model="receiveTreatmentAsses.nutrition" label="2">营养不良</el-radio>
64
+          </el-form-item>
65
+          <el-form-item label="心理评估: " v-if="this.$store.getters.user.template_info.template_id == 2">
66
+            <el-radio v-model="receiveTreatmentAsses.psychological_assessment" label="1">正常</el-radio>
67
+            <el-radio v-model="receiveTreatmentAsses.psychological_assessment" label="2">异常</el-radio>
68
+          </el-form-item>
69
+          <el-form-item label-width="100dp" label="心理评估异常情况 : "
70
+                        v-if="this.$store.getters.user.template_info.template_id == 2&&receiveTreatmentAsses.psychological_assessment == 2">
71
+            <el-input v-model="receiveTreatmentAsses.psychological_assessment_other"></el-input>
72
+          </el-form-item>
73
+        </el-form>
74
+        <!-- <div class="button">
75
+          <button @click="commitInfo" class="submitButton">提交</button>
76
+      </div> -->
77
+      </div>
78
+      <!-- <div class="footer">
79
+          处方医生:刘小军 医生
80
+      </div> -->
52 81
     </div>
53
-</div>
82
+  </div>
54 83
 </template>
55 84
 
56 85
 <script>
57
-import { commitAcceptsAssessment, getLastAccepts } from "@/api/dialysis";
58
-import { Toast } from "vant";
59
-
60
-export default {
61
-  name: "AcceptsDialog",
62
-  data() {
63
-    return {
64
-      receiveTreatmentAsses: {
65
-        way: "1",
66
-        consciousness: "1",
67
-        appetite: "1",
68
-        condition: "1",
69
-        posture: "1"
70
-      },
71
-      patient: {
72
-        id: 0
86
+  import {commitAcceptsAssessment, getLastAccepts} from '@/api/dialysis'
87
+  import {Toast} from 'vant'
88
+
89
+  export default {
90
+    name: 'AcceptsDialog',
91
+    data () {
92
+      return {
93
+        receiveTreatmentAsses: {
94
+          way: '1',
95
+          consciousness: '1',
96
+          appetite: '1',
97
+          condition: '1',
98
+          posture: '1',
99
+          sick_condition: '1',
100
+          danger_level: '1',
101
+          intake: '1',
102
+          nutrition: '1',
103
+          psychological_assessment: '1',
104
+          psychological_assessment_other: '',
105
+        },
106
+        patient: {
107
+          id: 0
108
+        },
109
+        record_date: ''
110
+      }
111
+    },
112
+    props: {
113
+      accepts: {
114
+        type: Object
73 115
       },
74
-      record_date: ""
75
-    };
76
-  },
77
-  props: {
78
-    accepts: {
79
-      type: Object
116
+      patient_prop: {
117
+        type: Object
118
+      }
80 119
     },
81
-    patient_prop: {
82
-      type: Object
83
-    }
84
-  },
85
-  created() {
86
-    if (this.accepts == null || this.accepts.id == "") {
87
-      let ParamsQuery = {};
88
-      ParamsQuery["patient"] = this.$route.query.patient_id;
89
-      getLastAccepts(ParamsQuery).then(response => {
90
-        if (response.data.state == 0) {
91
-          return false;
92
-        } else {
93
-          for (const key in response.data.data.receiveTreatmentAsses) {
94
-            this.accepts[key] = response.data.data.receiveTreatmentAsses[key];
95
-            this.receiveTreatmentAsses.way = this.accepts.way + "";
96
-            this.receiveTreatmentAsses.consciousness =
97
-              this.accepts.consciousness + "";
98
-            this.receiveTreatmentAsses.appetite = this.accepts.appetite + "";
99
-            this.receiveTreatmentAsses.condition = this.accepts.condition + "";
100
-            this.receiveTreatmentAsses.posture = this.accepts.posture + "";
101
-          }
102
-        }
103
-      });
104
-    } else {
105
-      if (
106
-        this.accepts.way == 0 &&
107
-        this.accepts.consciousness == 0 &&
108
-        this.accepts.appetite == 0 &&
109
-        this.accepts.condition == 0 &&
110
-        this.accepts.posture == 0
111
-      ) {
112
-        let ParamsQuery = {};
113
-        ParamsQuery["patient"] = this.$route.query.patient_id;
120
+    created () {
121
+      if (this.accepts == null || this.accepts.id == '') {
122
+        let ParamsQuery = {}
123
+        ParamsQuery['patient'] = this.$route.query.patient_id
114 124
         getLastAccepts(ParamsQuery).then(response => {
115 125
           if (response.data.state == 0) {
116
-            return false;
126
+            return false
117 127
           } else {
118 128
             for (const key in response.data.data.receiveTreatmentAsses) {
119
-              this.accepts[key] = response.data.data.receiveTreatmentAsses[key];
120
-              this.receiveTreatmentAsses.way = this.accepts.way + "";
129
+              this.accepts[key] = response.data.data.receiveTreatmentAsses[key]
130
+              this.receiveTreatmentAsses.way = this.accepts.way + ''
121 131
               this.receiveTreatmentAsses.consciousness =
122
-                this.accepts.consciousness + "";
123
-              this.receiveTreatmentAsses.appetite = this.accepts.appetite + "";
124
-              this.receiveTreatmentAsses.condition =
125
-                this.accepts.condition + "";
126
-              this.receiveTreatmentAsses.posture = this.accepts.posture + "";
132
+                this.accepts.consciousness + ''
133
+              this.receiveTreatmentAsses.appetite = this.accepts.appetite + ''
134
+              this.receiveTreatmentAsses.condition = this.accepts.condition + ''
135
+              this.receiveTreatmentAsses.posture = this.accepts.posture + ''
136
+              this.receiveTreatmentAsses.sick_condition = this.accepts.sick_condition + ''
137
+              this.receiveTreatmentAsses.danger_level = this.accepts.danger_level + ''
138
+              this.receiveTreatmentAsses.intake = this.accepts.intake + ''
139
+              this.receiveTreatmentAsses.nutrition = this.accepts.nutrition + ''
140
+              this.receiveTreatmentAsses.psychological_assessment = this.accepts.psychological_assessment + ''
141
+              this.receiveTreatmentAsses.psychological_assessment_other = this.accepts.psychological_assessment_other
142
+
127 143
             }
128 144
           }
129
-        });
145
+        })
130 146
       } else {
131
-        this.receiveTreatmentAsses.way = this.accepts.way + "";
132
-        this.receiveTreatmentAsses.consciousness =
133
-          this.accepts.consciousness + "";
134
-        this.receiveTreatmentAsses.appetite = this.accepts.appetite + "";
135
-        this.receiveTreatmentAsses.condition = this.accepts.condition + "";
136
-        this.receiveTreatmentAsses.posture = this.accepts.posture + "";
137
-      }
138
-    }
147
+        if (
148
+          this.accepts.way == 0 &&
149
+          this.accepts.consciousness == 0 &&
150
+          this.accepts.appetite == 0 &&
151
+          this.accepts.condition == 0 &&
152
+          this.accepts.posture == 0 &&
153
+          this.accepts.sick_condition == 0 &&
154
+          this.accepts.danger_level == 0 &&
155
+          this.accepts.intake == 0 &&
156
+          this.accepts.nutrition == 0 &&
157
+          this.accepts.psychological_assessment == 0 &&
158
+          this.accepts.psychological_assessment_other == ''
159
+        ) {
160
+          let ParamsQuery = {}
161
+          ParamsQuery['patient'] = this.$route.query.patient_id
162
+          getLastAccepts(ParamsQuery).then(response => {
163
+            if (response.data.state == 0) {
164
+              return false
165
+            } else {
166
+              for (const key in response.data.data.receiveTreatmentAsses) {
167
+                this.accepts[key] = response.data.data.receiveTreatmentAsses[key]
168
+                this.receiveTreatmentAsses.way = this.accepts.way + ''
169
+                this.receiveTreatmentAsses.consciousness =
170
+                  this.accepts.consciousness + ''
171
+                this.receiveTreatmentAsses.appetite = this.accepts.appetite + ''
172
+                this.receiveTreatmentAsses.condition =
173
+                  this.accepts.condition + ''
174
+                this.receiveTreatmentAsses.posture = this.accepts.posture + ''
175
+                this.receiveTreatmentAsses.sick_condition = this.accepts.sick_condition + ''
176
+                this.receiveTreatmentAsses.danger_level = this.accepts.danger_level + ''
177
+                this.receiveTreatmentAsses.intake = this.accepts.intake + ''
178
+                this.receiveTreatmentAsses.nutrition = this.accepts.nutrition + ''
179
+                this.receiveTreatmentAsses.psychological_assessment = this.accepts.psychological_assessment + ''
180
+                this.receiveTreatmentAsses.psychological_assessment_other = this.accepts.psychological_assessment_other + ''
139 181
 
140
-    var date = this.$route.query && this.$route.query.date;
141
-    date *= 1000;
142
-    var newDate = new Date(date);
143
-
144
-    var y = newDate.getFullYear();
145
-    var m = newDate.getMonth() + 1;
146
-    var d = newDate.getDate();
147
-    if (isNaN(y) || isNaN(m) || isNaN(d)) {
148
-      newDate = new Date();
149
-      y = newDate.getFullYear();
150
-      m = newDate.getMonth() + 1;
151
-      d = newDate.getDate();
152
-    }
153
-    this.record_date =
154
-      y + "-" + (m < 10 ? "0" + m : m) + "-" + (d < 10 ? "0" + d : d);
155
-    this.patient.id = this.patient_prop.id;
156
-  },
157
-  methods: {
158
-    commitInfo: function() {
159
-      Toast.loading({ forbidClick: true, duration: 0 });
160
-      let ParamsQuery = this.receiveTreatmentAsses;
161
-      // ParamsQuery["patient"] =  this.patient.id
162
-      ParamsQuery["patient"] = this.$route.query.patient_id;
163
-      ParamsQuery["record_date"] = this.record_date;
164
-
165
-      commitAcceptsAssessment(ParamsQuery).then(response => {
166
-        if (response.data.state == 0) {
167
-          Toast.fail(response.data.msg);
168
-          return false;
182
+              }
183
+            }
184
+          })
169 185
         } else {
170
-          Toast.success("提交成功");
171
-          for (const key in response.data.data.receiveTreatmentAsses) {
172
-            this.accepts[key] = response.data.data.receiveTreatmentAsses[key];
173
-          }
174
-          this.finish();
186
+          this.receiveTreatmentAsses.way = this.accepts.way + ''
187
+          this.receiveTreatmentAsses.consciousness =
188
+            this.accepts.consciousness + ''
189
+          this.receiveTreatmentAsses.appetite = this.accepts.appetite + ''
190
+          this.receiveTreatmentAsses.condition = this.accepts.condition + ''
191
+          this.receiveTreatmentAsses.posture = this.accepts.posture + ''
192
+          this.receiveTreatmentAsses.sick_condition = this.accepts.sick_condition + ''
193
+          this.receiveTreatmentAsses.danger_level = this.accepts.danger_level + ''
194
+          this.receiveTreatmentAsses.intake = this.accepts.intake + ''
195
+          this.receiveTreatmentAsses.nutrition = this.accepts.nutrition + ''
196
+          this.receiveTreatmentAsses.psychological_assessment = this.accepts.psychological_assessment + ''
197
+          this.receiveTreatmentAsses.psychological_assessment_other = this.accepts.psychological_assessment_other + ''
198
+
199
+
175 200
         }
176
-      });
177
-    },
178
-    finish: function() {
179
-      this.$emit("finish");
201
+      }
202
+
203
+      var date = this.$route.query && this.$route.query.date
204
+      date *= 1000
205
+      var newDate = new Date(date)
206
+
207
+      var y = newDate.getFullYear()
208
+      var m = newDate.getMonth() + 1
209
+      var d = newDate.getDate()
210
+      if (isNaN(y) || isNaN(m) || isNaN(d)) {
211
+        newDate = new Date()
212
+        y = newDate.getFullYear()
213
+        m = newDate.getMonth() + 1
214
+        d = newDate.getDate()
215
+      }
216
+      this.record_date =
217
+        y + '-' + (m < 10 ? '0' + m : m) + '-' + (d < 10 ? '0' + d : d)
218
+      this.patient.id = this.patient_prop.id
180 219
     },
181
-    close: function() {
182
-      this.$emit("close");
220
+    methods: {
221
+      commitInfo: function () {
222
+        Toast.loading({forbidClick: true, duration: 0})
223
+        let ParamsQuery = this.receiveTreatmentAsses
224
+        // ParamsQuery["patient"] =  this.patient.id
225
+        ParamsQuery['patient'] = this.$route.query.patient_id
226
+        ParamsQuery['record_date'] = this.record_date
227
+
228
+        commitAcceptsAssessment(ParamsQuery).then(response => {
229
+          if (response.data.state == 0) {
230
+            Toast.fail(response.data.msg)
231
+            return false
232
+          } else {
233
+            Toast.success('提交成功')
234
+            for (const key in response.data.data.receiveTreatmentAsses) {
235
+              this.accepts[key] = response.data.data.receiveTreatmentAsses[key]
236
+            }
237
+            this.finish()
238
+          }
239
+        })
240
+      },
241
+      finish: function () {
242
+        this.$emit('finish')
243
+      },
244
+      close: function () {
245
+        this.$emit('close')
246
+      }
183 247
     }
184 248
   }
185
-};
186 249
 </script>
187 250
 
188
-<style style="stylesheet/scss" lang="scss"  scoped>
189
-.choose {
251
+<style style="stylesheet/scss" lang="scss" scoped>
252
+  .choose {
190 253
   .el-form-item {
191
-    margin-bottom: 0;
192
-    border-bottom: 1px #e5e5e5 solid;
193
-    padding: 0.15rem 0.36rem;
194
-    .el-radio {
195
-      font-size: 18px;
196
-    }
197
-    
254
+  margin-bottom: 0;
255
+  border-bottom: 1px #e5e5e5 solid;
256
+  padding: 0.15rem 0.36rem;
257
+  .el-radio {
258
+  font-size: 18px;
259
+  }
260
+
198 261
   }
199 262
   .button {
200
-    text-align: center;
201
-    margin-top: 1rem;
202
-    .submitButton {
203
-      width: 3rem;
204
-      height: 0.8rem;
205
-      line-height: 0.8rem;
206
-      background: $main-color;
207
-      color: #fff;
208
-      font-size: 0.3rem;
209
-      text-align: center;
210
-      border-radius: 6px;
211
-    }
263
+  text-align: center;
264
+  margin-top: 1rem;
265
+  .submitButton {
266
+  width: 3rem;
267
+  height: 0.8rem;
268
+  line-height: 0.8rem;
269
+  background: $main-color;
270
+  color: #fff;
271
+  font-size: 0.3rem;
272
+  text-align: center;
273
+  border-radius: 6px;
274
+  }
275
+  }
212 276
   }
213
-}
214 277
 </style>
215 278
 

+ 430 - 110
src/pages/main/dialog/AssessmentDialog.vue View File

@@ -29,7 +29,8 @@
29 29
         <div class="item">
30 30
           <h2 class="name">出血</h2>
31 31
           <div class="content">
32
-            <span class="text" style="width: 50px;"><div style="padding-top: 0.08rem; height: 0.8rem;"><van-switch v-model="hemorrhage_state" @change="hemorrhageStateChange" /></div></span>
32
+            <span class="text" style="width: 50px;"><div style="padding-top: 0.08rem; height: 0.8rem;"><van-switch
33
+              v-model="hemorrhage_state" @change="hemorrhageStateChange"/></div></span>
33 34
           </div>
34 35
         </div>
35 36
         <div @click="showSubMenu('hemorrhage')" class="item" ref="hemorrhage" v-show="hemorrhage_state">
@@ -62,14 +63,14 @@
62 63
         <div @click="showSubMenu('catheter')" class="item" ref="catheter">
63 64
           <h2 class="name">导管</h2>
64 65
           <div class="content">
65
-            <span class="text" >{{formValue.catheter}}</span>
66
+            <span class="text">{{formValue.catheter}}</span>
66 67
             <span class="iconfont">&#xe6f9;</span>
67 68
           </div>
68 69
         </div>
69 70
         <div @click="showSubMenu('catheter_bend')" class="item" ref="catheter_bend">
70 71
           <h2 class="name">导管打折</h2>
71 72
           <div class="content">
72
-            <span class="text" >{{GetCatheterBendById(formValue.catheter_bend)}}</span>
73
+            <span class="text">{{GetCatheterBendById(formValue.catheter_bend)}}</span>
73 74
             <span class="iconfont">&#xe6f9;</span>
74 75
           </div>
75 76
         </div>
@@ -94,7 +95,7 @@
94 95
           </div>
95 96
         </div>
96 97
         <div @click="showSubMenu('blood_access_part')" class="item" ref="blood_access_part">
97
-          <h2 class="name" >血管通路部位</h2>
98
+          <h2 class="name">血管通路部位</h2>
98 99
           <div class="content">
99 100
             <span class="text">{{QueryPartById(formValue.blood_access_part_id)}}</span>
100 101
             <span class="iconfont">&#xe6f9;</span>
@@ -138,6 +139,97 @@
138 139
           </div>
139 140
         </div>
140 141
 
142
+        <div class="line"></div>
143
+
144
+        <div class="item" ref="symptom_before_dialysis" v-if="this.$store.getters.user.template_info.template_id == 2">
145
+          <h2 class="name">透析频次</h2>
146
+          <div class="content">
147
+            <input type="tel" @focus="inputFocus" v-model="formValue.dialysis_count"/>
148
+          </div>
149
+        </div>
150
+        <div @click="showSubMenu('blood_access_internal_fistula')" class="item" ref="blood_access_internal_fistula" v-if="this.$store.getters.user.template_info.template_id == 2">
151
+          <h2 class="name">血管通路(内瘘)</h2>
152
+          <div class="content">
153
+            <span class="text" style="width: 100px">{{formValue.blood_access_internal_fistula}}</span>
154
+            <span class="iconfont">&#xe6f9;</span>
155
+          </div>
156
+        </div>
157
+
158
+        <div class="item" ref="internal_fistula_other" v-if="this.$store.getters.user.template_info.template_id == 2">
159
+          <h2 class="name">血管通路(内瘘)其他</h2>
160
+          <div class="content">
161
+            <input @focus="inputFocus" v-model="formValue.internal_fistula_other"/>
162
+          </div>
163
+        </div>
164
+
165
+        <div @click="showSubMenu('blood_access_noise')" class="item" ref="blood_access_noise" v-if="this.$store.getters.user.template_info.template_id == 2">
166
+          <h2 class="name">血管杂音</h2>
167
+          <div class="content">
168
+            <span class="text" style="width: 100px">{{getBloodAccessNoise(formValue.blood_access_noise)}}</span>
169
+            <span class="iconfont">&#xe6f9;</span>
170
+          </div>
171
+        </div>
172
+
173
+
174
+        <div @click="showSubMenu('puncture_way')" class="item" ref="puncture_way" v-if="this.$store.getters.user.template_info.template_id == 2">
175
+          <h2 class="name">穿刺方式</h2>
176
+          <div class="content">
177
+            <span class="text" style="width: 100px">{{getWay(formValue.puncture_way)}}</span>
178
+            <span class="iconfont">&#xe6f9;</span>
179
+          </div>
180
+        </div>
181
+
182
+
183
+        <div @click="showSubMenu('venous_catheterization')" class="item" ref="venous_catheterization" v-if="this.$store.getters.user.template_info.template_id == 2">
184
+          <h2 class="name">中心静脉置管</h2>
185
+          <div class="content">
186
+            <span class="text" style="width: 100px">{{getVenousCatheterization(formValue.venous_catheterization)}}</span>
187
+            <span class="iconfont">&#xe6f9;</span>
188
+          </div>
189
+        </div>
190
+
191
+
192
+        <div @click="showSubMenu('venous_catheterization_part')" class="item" ref="venous_catheterization_part" v-if="this.$store.getters.user.template_info.template_id == 2">
193
+          <h2 class="name">位置</h2>
194
+          <div class="content">
195
+            <span class="text" style="width: 100px">{{getVenousCatheterizationPart(formValue.venous_catheterization_part)}}</span>
196
+            <span class="iconfont">&#xe6f9;</span>
197
+          </div>
198
+        </div>
199
+
200
+        <div class="item" ref="venous_catheterization_part_other"
201
+             v-if="this.formValue.venous_catheterization_part == -1 && this.$store.getters.user.template_info.template_id == 2">
202
+          <h2 class="name">其他位置</h2>
203
+          <div class="content">
204
+            <input @focus="inputFocus" v-model="formValue.venous_catheterization_part_other"/>
205
+          </div>
206
+        </div>
207
+
208
+
209
+        <div @click="showSubMenu('ductus_arantii')" class="item" ref="ductus_arantii" v-if="this.$store.getters.user.template_info.template_id == 2">
210
+          <h2 class="name">中心静脉导管</h2>
211
+          <div class="content">
212
+            <span class="text" style="width: 100px">{{formValue.ductus_arantii}}</span>
213
+            <span class="iconfont">&#xe6f9;</span>
214
+          </div>
215
+        </div>
216
+
217
+
218
+        <div @click="showSubMenu('emergency_treatment')" class="item" ref="emergency_treatment" v-if="this.$store.getters.user.template_info.template_id == 2">
219
+          <h2 class="name">急诊</h2>
220
+          <div class="content">
221
+            <span class="text" style="width: 100px">{{getEmergencyTreatment(formValue.emergency_treatment)}}</span>
222
+            <span class="iconfont">&#xe6f9;</span>
223
+          </div>
224
+        </div>
225
+
226
+        <div class="item" ref="emergency_treatment_other" v-if="this.formValue.emergency_treatment == -1 && this.$store.getters.user.template_info.template_id == 2">
227
+          <h2 class="name">其他急诊情况</h2>
228
+          <div class="content">
229
+            <input @focus="inputFocus" v-model="formValue.emergency_treatment_other"/>
230
+          </div>
231
+        </div>
232
+
141 233
         <div class="line"></div>
142 234
         <div>
143 235
           <div class="item">
@@ -146,7 +238,8 @@
146 238
               <span class="text"></span>
147 239
             </div>
148 240
           </div>
149
-          <textarea class="textarea" placeholder="请输入内容" @focus="lastInputFocus" @blur="lastInputBlur" v-model="formValue.remark"></textarea>
241
+          <textarea class="textarea" placeholder="请输入内容" @focus="lastInputFocus" @blur="lastInputBlur"
242
+                    v-model="formValue.remark"></textarea>
150 243
         </div>
151 244
       </div>
152 245
 
@@ -159,15 +252,13 @@
159 252
 
160 253
 <script>
161 254
   // import TwoMenu from "./TwoMenu";
162
-  import CheckBoxSubMenu from "./subMenu/checkBoxSubMenu";
163
-  import {EditAssessmentBeforeDislysis} from '@/api/patient';
164
-  import { Toast } from 'vant';
165
-  import {getDataConfig} from '@/utils/data';
166
-
167
-
255
+  import CheckBoxSubMenu from './subMenu/checkBoxSubMenu'
256
+  import {EditAssessmentBeforeDislysis} from '@/api/patient'
257
+  import {Toast} from 'vant'
258
+  import {getDataConfig} from '@/utils/data'
168 259
 
169 260
   export default {
170
-    name: "PrescriptionDialog",
261
+    name: 'PrescriptionDialog',
171 262
     props: {
172 263
       patient_prop: {
173 264
         type: Object,
@@ -179,7 +270,7 @@
179 270
         type: Object,
180 271
       },
181 272
     },
182
-    data() {
273
+    data () {
183 274
       return {
184 275
         isShowDialog: true,
185 276
         //sub menu prop
@@ -192,6 +283,7 @@
192 283
           result: [], //选中的值
193 284
           type: 1, //用来区分不同子菜单,方便对返回值进行赋值
194 285
           selectId: 0,
286
+          isHasOther: 1 //是否有其他选项  1是 2否
195 287
         },
196 288
         hemorrhage_state: false,
197 289
 
@@ -201,10 +293,10 @@
201 293
           temperature: '',
202 294
           systolic_blood_pressure: '',
203 295
           diastolic_blood_pressure: '',
204
-          symptom_before_dialysis:'',
296
+          symptom_before_dialysis: '',
205 297
           pulse_frequency: '',
206
-          last_post_dialysis:'',
207
-          dialysis_interphase:'',
298
+          last_post_dialysis: '',
299
+          dialysis_interphase: '',
208 300
           catheter: '',
209 301
           catheter_bend: 2,
210 302
           complication: '',
@@ -212,65 +304,143 @@
212 304
           blood_access_part_id: '',
213 305
           blood_access_part_opera_id: '',
214 306
           internal_fistula: '',
215
-          internal_fistula_skin: "",
307
+          internal_fistula_skin: '',
216 308
           is_hemorrhage: 1,
217
-          hemorrhage: "",
218
-          hemorrhage_other: "",
309
+          hemorrhage: '',
310
+          hemorrhage_other: '',
311
+          dialysis_count: '',
312
+          emergency_treatment: '',
313
+          emergency_treatment_other: '',
314
+          ductus_arantii: '',
315
+          venous_catheterization_part_other: '',
316
+          venous_catheterization_part: '',
317
+          venous_catheterization: '',
318
+          puncture_way: '',
319
+          blood_access_noise: '',
320
+          internal_fistula_other: '',
321
+          blood_access_internal_fistula: '',
219 322
         },
220 323
 
221
-        record_date:''
324
+        record_date: ''
222 325
 
223
-
224
-      };
326
+      }
225 327
     },
226 328
     methods: {
227
-      hemorrhageStateChange: function(is_select) {
329
+      getBloodAccessInternalFistula: function (id) {
330
+        if (id == -1) {
331
+          return '其他'
332
+        }
333
+        var BloodAccessInternalFistulaName = ''
334
+        var BloodAccessInternalFistulaOptions = this.$store.getters.blood_access_internal_fistula
335
+        for (let i = 0; i < BloodAccessInternalFistulaOptions.length; i++) {
336
+          if (BloodAccessInternalFistulaOptions[i].id == id) {
337
+            BloodAccessInternalFistulaName = BloodAccessInternalFistulaOptions[i].name
338
+          }
339
+        }
340
+        return BloodAccessInternalFistulaName
341
+      },
342
+      getBloodAccessNoise: function (id) {
343
+
344
+        var BloodAccessNoiseOptions = this.$store.getters.blood_access_noise
345
+        var BloodAccessNoiseName = ''
346
+        for (let i = 0; i < BloodAccessNoiseOptions.length; i++) {
347
+          if (BloodAccessNoiseOptions[i].id == id) {
348
+            BloodAccessNoiseName = BloodAccessNoiseOptions[i].name
349
+          }
350
+        }
351
+        return BloodAccessNoiseName
352
+      }, getVenousCatheterization: function (id) {
353
+        var VenousCatheterizationOptions = this.$store.getters.venous_catheterization
354
+        var VenousCatheterizationName = ''
355
+        for (let i = 0; i < VenousCatheterizationOptions.length; i++) {
356
+          if (VenousCatheterizationOptions[i].id == id) {
357
+            VenousCatheterizationName = VenousCatheterizationOptions[i].name
358
+          }
359
+        }
360
+        return VenousCatheterizationName
361
+      }, getWay: function (id) {
362
+        var PunctureWayOptions = this.$store.getters.puncture_way
363
+        var PunctureWayOptionsName = ''
364
+        for (let i = 0; i < PunctureWayOptions.length; i++) {
365
+          if (PunctureWayOptions[i].id == id) {
366
+            PunctureWayOptionsName = PunctureWayOptions[i].name
367
+          }
368
+        }
369
+        return PunctureWayOptionsName
370
+
371
+      }, getVenousCatheterizationPart: function (id) {
372
+        if (id == -1) {
373
+          return '其他'
374
+        }
375
+        var venousCatheterizationPartOptions = this.$store.getters.venous_catheterization_part
376
+        var venousCatheterizationPartName = ''
377
+        for (let i = 0; i < venousCatheterizationPartOptions.length; i++) {
378
+          if (venousCatheterizationPartOptions[i].id == id) {
379
+            venousCatheterizationPartName = venousCatheterizationPartOptions[i].name
380
+          }
381
+        }
382
+        return venousCatheterizationPartName
383
+      }, getEmergencyTreatment: function (id) {
384
+        if (id == -1) {
385
+          return '其他'
386
+        }
387
+        var emergencyTreatmentOptions = this.$store.getters.emergency_treatment
388
+        var emergencyTreatmentName = ''
389
+        for (let i = 0; i < emergencyTreatmentOptions.length; i++) {
390
+          if (emergencyTreatmentOptions[i].id == id) {
391
+            emergencyTreatmentName = emergencyTreatmentOptions[i].name
392
+          }
393
+        }
394
+        return emergencyTreatmentName
395
+
396
+      },
397
+      hemorrhageStateChange: function (is_select) {
228 398
         this.formValue.is_hemorrhage = is_select == true ? 1 : 2
229 399
       },
230
-      inputFocus: function(event) {
400
+      inputFocus: function (event) {
231 401
         var input = event.target
232 402
         setTimeout(function () {
233 403
           input.scrollIntoView()
234
-        }, 0);
404
+        }, 0)
235 405
 
236 406
         if (input.setSelectionRange) {
237 407
           setTimeout(function () {
238
-              input.setSelectionRange(0, input.value.length);
239
-          }, 0);
408
+            input.setSelectionRange(0, input.value.length)
409
+          }, 0)
240 410
         } else if (input.createTextRange) {
241
-            var rng = input.createTextRange();
242
-            rng.move('character', input.value.length);
243
-            rng.select();
411
+          var rng = input.createTextRange()
412
+          rng.move('character', input.value.length)
413
+          rng.select()
244 414
         }
245 415
       },
246
-      lastInputFocus: function(event) {
416
+      lastInputFocus: function (event) {
247 417
         var input = event.target
248 418
         setTimeout(function () {
249
-          input.style.marginBottom = "2rem"
419
+          input.style.marginBottom = '2rem'
250 420
           input.parentNode.scrollIntoView()
251
-        }, 0);
421
+        }, 0)
252 422
       },
253
-      lastInputBlur: function(event) {
423
+      lastInputBlur: function (event) {
254 424
         var input = event.target
255 425
         setTimeout(function () {
256
-          input.style.marginBottom = ""
257
-        }, 0);
426
+          input.style.marginBottom = ''
427
+        }, 0)
258 428
       },
259 429
       showSubMenu: function (val) {
260 430
         switch (val) {
261 431
           case 'last_post_dialysis':
262 432
             this.propForm.result = []
263
-
433
+            this.isHasOther = 2
264 434
             this.propForm.type = 1
265 435
             this.isShowDialog = false
266 436
             this.propForm.title = '前次透析后'
267 437
             this.visibility = true
268
-            this.propForm.list = getDataConfig('hemodialysis','last_dialysis_after')
438
+            this.propForm.list = getDataConfig('hemodialysis', 'last_dialysis_after')
269 439
             this.propForm.optionList = []
270 440
             this.propForm.isMultiple = 2
271 441
             if (this.formValue.last_post_dialysis != undefined || this.formValue.last_post_dialysis != null) {
272 442
               if (this.formValue.last_post_dialysis.length > 0) {
273
-                this.propForm.result = this.formValue.last_post_dialysis.split(",")
443
+                this.propForm.result = this.formValue.last_post_dialysis.split(',')
274 444
 
275 445
               } else {
276 446
                 this.propForm.result = []
@@ -280,66 +450,69 @@
280 450
               this.propForm.result = []
281 451
             }
282 452
 
283
-            this.propForm.click_ref = "last_post_dialysis"
453
+            this.propForm.click_ref = 'last_post_dialysis'
284 454
 
285 455
             break
286 456
           case 'dialysis_interphase':
287 457
             this.propForm.result = []
458
+            this.isHasOther = 2
288 459
 
289 460
             this.propForm.type = 2
290 461
             this.isShowDialog = false
291 462
             this.propForm.title = '透析期间'
292 463
             this.visibility = true
293
-            this.propForm.list = getDataConfig('hemodialysis','dialysis_duration')
464
+            this.propForm.list = getDataConfig('hemodialysis', 'dialysis_duration')
294 465
             this.propForm.optionList = []
295 466
             this.propForm.isMultiple = 2
296 467
             if (this.formValue.dialysis_interphase != undefined || this.formValue.dialysis_interphase != null) {
297 468
               if (this.formValue.dialysis_interphase.length > 0) {
298
-                this.propForm.result = this.formValue.dialysis_interphase.split(",")
469
+                this.propForm.result = this.formValue.dialysis_interphase.split(',')
299 470
               } else {
300 471
                 this.propForm.result = []
301 472
               }
302 473
             } else {
303 474
               this.propForm.result = []
304 475
             }
305
-            this.propForm.click_ref = "dialysis_interphase"
476
+            this.propForm.click_ref = 'dialysis_interphase'
306 477
             break
307 478
 
308 479
           case 'symptom_before_dialysis':
309 480
             this.propForm.result = []
481
+            this.isHasOther = 2
310 482
 
311 483
             this.propForm.type = 3
312 484
             this.isShowDialog = false
313 485
             this.propForm.title = '透析前症状'
314 486
             this.visibility = true
315
-            this.propForm.list = getDataConfig('hemodialysis','dialysis_before')
487
+            this.propForm.list = getDataConfig('hemodialysis', 'dialysis_before')
316 488
             this.propForm.optionList = []
317 489
             this.propForm.isMultiple = 2
318 490
             if (this.formValue.symptom_before_dialysis != undefined || this.formValue.symptom_before_dialysis != null) {
319 491
               if (this.formValue.symptom_before_dialysis.length > 0) {
320
-                this.propForm.result = this.formValue.symptom_before_dialysis.split(",")
492
+                this.propForm.result = this.formValue.symptom_before_dialysis.split(',')
321 493
               } else {
322 494
                 this.propForm.result = []
323 495
               }
324 496
             } else {
325 497
               this.propForm.result = []
326 498
             }
327
-            this.propForm.click_ref = "symptom_before_dialysis"
499
+            this.propForm.click_ref = 'symptom_before_dialysis'
328 500
             break
329 501
 
330 502
           case 'catheter':
331 503
             this.propForm.result = []
504
+            this.isHasOther = 2
332 505
 
333 506
             this.propForm.type = 4
334 507
             this.isShowDialog = false
335 508
             this.propForm.title = '导管'
336 509
             this.visibility = true
337
-            this.propForm.list = getDataConfig('hemodialysis','catheter')
510
+            this.propForm.list = getDataConfig('hemodialysis', 'catheter')
338 511
             this.propForm.optionList = []
339 512
             this.propForm.isMultiple = 2
340 513
             if (this.formValue.catheter != undefined || this.formValue.catheter != null) {
341 514
               if (this.formValue.catheter.length > 0) {
342
-                this.propForm.result = this.formValue.catheter.split(",")
515
+                this.propForm.result = this.formValue.catheter.split(',')
343 516
               } else {
344 517
                 this.propForm.result = []
345 518
               }
@@ -347,23 +520,24 @@
347 520
               this.propForm.result = []
348 521
             }
349 522
 
350
-            this.propForm.click_ref = "catheter"
523
+            this.propForm.click_ref = 'catheter'
351 524
 
352 525
             break
353 526
           case 'complication':
354 527
             this.propForm.result = []
528
+            this.isHasOther = 2
355 529
 
356 530
             this.propForm.type = 5
357 531
             this.isShowDialog = false
358 532
             this.propForm.title = '并发症'
359 533
             this.visibility = true
360
-            this.propForm.list = getDataConfig('hemodialysis','complication')
534
+            this.propForm.list = getDataConfig('hemodialysis', 'complication')
361 535
             this.propForm.optionList = []
362 536
             this.propForm.isMultiple = 2
363 537
             // this.propForm.result = this.formValue.complication.split(",")
364 538
             if (this.formValue.complication != undefined || this.formValue.complication != null) {
365 539
               if (this.formValue.complication.length > 0) {
366
-                this.propForm.result = this.formValue.complication.split(",")
540
+                this.propForm.result = this.formValue.complication.split(',')
367 541
               } else {
368 542
                 this.propForm.result = []
369 543
               }
@@ -371,80 +545,87 @@
371 545
               this.propForm.result = []
372 546
             }
373 547
 
374
-            this.propForm.click_ref = "complication"
548
+            this.propForm.click_ref = 'complication'
375 549
             break
376 550
 
377 551
           case 'blood_access_part':
552
+            this.isHasOther = 2
553
+
378 554
             this.propForm.type = 6
379 555
             this.isShowDialog = false
380 556
             this.propForm.title = '血管通路部位'
381 557
             this.visibility = true
382 558
             this.propForm.list = []
383
-            this.propForm.optionList = getDataConfig('hemodialysis','vascular_access')
559
+            this.propForm.optionList = getDataConfig('hemodialysis', 'vascular_access')
384 560
             this.propForm.isMultiple = 1
385 561
             this.propForm.selectId = this.formValue.blood_access_part_id
386
-            this.propForm.click_ref = "blood_access_part"
562
+            this.propForm.click_ref = 'blood_access_part'
387 563
             break
388 564
 
389 565
           case 'blood_access_opera':
566
+            this.isHasOther = 2
567
+
390 568
             this.propForm.type = 7
391 569
             this.isShowDialog = false
392 570
             this.propForm.title = '血管通路操作'
393 571
             this.visibility = true
394 572
             this.propForm.list = []
395
-            this.propForm.optionList = getDataConfig('hemodialysis','vascular_access_desc')
573
+            this.propForm.optionList = getDataConfig('hemodialysis', 'vascular_access_desc')
396 574
             this.propForm.isMultiple = 1
397 575
             this.propForm.selectId = this.formValue.blood_access_part_opera_id
398
-            this.propForm.click_ref = "blood_access_opera"
576
+            this.propForm.click_ref = 'blood_access_opera'
399 577
             break
400 578
 
401 579
           case 'internal_fistula':
402 580
             this.propForm.result = []
581
+            this.isHasOther = 2
403 582
 
404 583
             this.propForm.type = 8
405 584
             this.isShowDialog = false
406 585
             this.propForm.title = '内萎'
407 586
             this.visibility = true
408
-            this.propForm.list = getDataConfig('hemodialysis','internal_fistula')
587
+            this.propForm.list = getDataConfig('hemodialysis', 'internal_fistula')
409 588
             this.propForm.optionList = []
410 589
             this.propForm.isMultiple = 2
411 590
             // this.propForm.result = this.formValue.internal_fistula.split(",")
412 591
             if (this.formValue.internal_fistula != undefined || this.formValue.internal_fistula != null) {
413 592
               if (this.formValue.internal_fistula.length > 0) {
414
-                this.propForm.result = this.formValue.internal_fistula.split(",")
593
+                this.propForm.result = this.formValue.internal_fistula.split(',')
415 594
               } else {
416 595
                 this.propForm.result = []
417 596
               }
418 597
             } else {
419 598
               this.propForm.result = []
420 599
             }
421
-            this.propForm.click_ref = "internal_fistula"
600
+            this.propForm.click_ref = 'internal_fistula'
422 601
             break
423 602
 
424
-          case "hemorrhage":
603
+          case 'hemorrhage':
425 604
             this.propForm.result = []
605
+            this.isHasOther = 2
426 606
 
427 607
             this.propForm.type = 9
428 608
             this.isShowDialog = false
429 609
             this.propForm.title = '出血'
430 610
             this.visibility = true
431
-            this.propForm.list = getDataConfig('hemodialysis','hemorrhage')
611
+            this.propForm.list = getDataConfig('hemodialysis', 'hemorrhage')
432 612
             this.propForm.optionList = []
433 613
             this.propForm.isMultiple = 2
434 614
             // this.propForm.result = typeof(this.formValue.hemorrhage) == "string"? this.formValue.hemorrhage.split(","):[]
435 615
             if (this.formValue.hemorrhage != undefined || this.formValue.hemorrhage != null) {
436 616
               if (this.formValue.hemorrhage.length > 0) {
437
-                this.propForm.result = this.formValue.hemorrhage.split(",")
617
+                this.propForm.result = this.formValue.hemorrhage.split(',')
438 618
               } else {
439 619
                 this.propForm.result = []
440 620
               }
441 621
             } else {
442 622
               this.propForm.result = []
443 623
             }
444
-            this.propForm.click_ref = "hemorrhage"
624
+            this.propForm.click_ref = 'hemorrhage'
445 625
             break
446
-          case "internal_fistula_skin":
626
+          case 'internal_fistula_skin':
447 627
             this.propForm.result = []
628
+            this.isHasOther = 2
448 629
 
449 630
             this.propForm.type = 10
450 631
             this.isShowDialog = false
@@ -456,17 +637,19 @@
456 637
             // this.propForm.result = this.formValue.hemorrhage.split(",")
457 638
             if (this.formValue.internal_fistula_skin != undefined || this.formValue.internal_fistula_skin != null) {
458 639
               if (this.formValue.internal_fistula_skin.length > 0) {
459
-                this.propForm.result = this.formValue.internal_fistula_skin.split(",")
640
+                this.propForm.result = this.formValue.internal_fistula_skin.split(',')
460 641
               } else {
461 642
                 this.propForm.result = []
462 643
               }
463 644
             } else {
464 645
               this.propForm.result = []
465 646
             }
466
-            this.propForm.click_ref = "internal_fistula_skin"
647
+            this.propForm.click_ref = 'internal_fistula_skin'
467 648
             break
468 649
 
469 650
           case 'catheter_bend':
651
+            this.isHasOther = 2
652
+
470 653
             this.propForm.type = 11
471 654
             this.isShowDialog = false
472 655
             this.propForm.title = '导管打折'
@@ -475,14 +658,131 @@
475 658
             this.propForm.optionList = this.$store.getters.catheter_bend
476 659
             this.propForm.isMultiple = 1
477 660
             this.propForm.selectId = this.formValue.catheter_bend
478
-            this.propForm.click_ref = "catheter_bend"
661
+            this.propForm.click_ref = 'catheter_bend'
662
+            break
663
+
664
+          case 'blood_access_internal_fistula':
665
+            this.propForm.result = []
666
+            this.propForm.isHasOther = 2
667
+            this.propForm.type = 12
668
+            this.isShowDialog = false
669
+            this.propForm.title = '血管通路(内瘘)'
670
+            this.visibility = true
671
+            this.propForm.list = this.$store.getters.blood_access_internal_fistula
672
+            this.propForm.optionList = []
673
+            this.propForm.isMultiple = 2
674
+            // this.propForm.result = this.formValue.hemorrhage.split(",")
675
+            if (this.formValue.blood_access_internal_fistula != undefined || this.formValue.blood_access_internal_fistula != null) {
676
+              if (this.formValue.blood_access_internal_fistula.length > 0) {
677
+                this.propForm.result = this.formValue.blood_access_internal_fistula.split(',')
678
+              } else {
679
+                this.propForm.result = []
680
+              }
681
+            } else {
682
+              this.propForm.result = []
683
+            }
684
+            this.propForm.click_ref = 'blood_access_internal_fistula'
685
+            break
686
+
687
+          case 'blood_access_noise':
688
+            this.propForm.isHasOther = 2
689
+
690
+            this.propForm.type = 13
691
+            this.isShowDialog = false
692
+            this.propForm.title = '血管杂音'
693
+            this.visibility = true
694
+            this.propForm.list = []
695
+            this.propForm.optionList = this.$store.getters.blood_access_noise
696
+            this.propForm.isMultiple = 1
697
+            this.propForm.selectId = this.formValue.blood_access_noise
698
+            this.propForm.click_ref = 'blood_access_noise'
699
+            break
700
+
701
+          case 'venous_catheterization':
702
+            this.propForm.isHasOther = 2
703
+
704
+            this.propForm.type = 14
705
+            this.isShowDialog = false
706
+            this.propForm.title = '中心静脉置管'
707
+            this.visibility = true
708
+            this.propForm.list = []
709
+            this.propForm.optionList = this.$store.getters.venous_catheterization
710
+            this.propForm.isMultiple = 1
711
+            this.propForm.selectId = this.formValue.venous_catheterization
712
+            this.propForm.click_ref = 'venous_catheterization'
713
+            break
714
+          case 'venous_catheterization_part':
715
+            this.propForm.isHasOther = 1
716
+
717
+            this.propForm.type = 15
718
+            this.isShowDialog = false
719
+            this.propForm.title = '位置'
720
+            this.visibility = true
721
+            this.propForm.list = []
722
+            this.propForm.optionList = this.$store.getters.venous_catheterization_part
723
+            this.propForm.isMultiple = 1
724
+            this.propForm.selectId = this.formValue.venous_catheterization_part
725
+            this.propForm.click_ref = 'venous_catheterization_part'
726
+            break
727
+          case 'ductus_arantii':
728
+            this.propForm.result = []
729
+            this.propForm.isHasOther = 2
730
+            this.propForm.type = 16
731
+            this.isShowDialog = false
732
+            this.propForm.title = '中心静脉导管'
733
+            this.visibility = true
734
+            this.propForm.list = this.$store.getters.ductus_arantii
735
+            this.propForm.optionList = []
736
+            this.propForm.isMultiple = 2
737
+            // this.propForm.result = this.formValue.hemorrhage.split(",")
738
+            if (this.formValue.ductus_arantii != undefined || this.formValue.ductus_arantii != null) {
739
+              if (this.formValue.ductus_arantii.length > 0) {
740
+                this.propForm.result = this.formValue.ductus_arantii.split(',')
741
+              } else {
742
+                this.propForm.result = []
743
+              }
744
+            } else {
745
+              this.propForm.result = []
746
+            }
747
+            this.propForm.click_ref = 'ductus_arantii'
748
+            break
749
+
750
+            break
751
+
752
+          case 'emergency_treatment':
753
+            this.propForm.isHasOther = 1
754
+
755
+            this.propForm.type = 17
756
+            this.isShowDialog = false
757
+            this.propForm.title = '急诊'
758
+            this.visibility = true
759
+            this.propForm.list = []
760
+            this.propForm.optionList = this.$store.getters.emergency_treatment
761
+            this.propForm.isMultiple = 1
762
+            this.propForm.selectId = this.formValue.emergency_treatment
763
+            this.propForm.click_ref = 'emergency_treatment'
479 764
             break
765
+          case 'puncture_way':
766
+            this.propForm.isHasOther = 2
767
+            this.propForm.type = 18
768
+            this.isShowDialog = false
769
+            this.propForm.title = '穿刺方式'
770
+            this.visibility = true
771
+            this.propForm.list = []
772
+            this.propForm.optionList = this.$store.getters.puncture_way
773
+            this.propForm.isMultiple = 1
774
+            this.propForm.selectId = this.formValue.puncture_way
775
+            this.propForm.click_ref = 'puncture_way'
776
+            break
777
+
778
+
779
+
480 780
         }
481 781
 
482 782
       }, menuCancle: function () {
483 783
         this.visibility = false
484 784
         this.isShowDialog = true
485
-        this.$nextTick( () => {
785
+        this.$nextTick(() => {
486 786
           if (this.$refs[this.propForm.click_ref] != undefined && this.$refs[this.propForm.click_ref] != null) {
487 787
             this.$refs[this.propForm.click_ref].scrollIntoView()
488 788
           }
@@ -491,7 +791,7 @@
491 791
       }, menuComfirm: function (val) {
492 792
         this.visibility = false
493 793
         this.isShowDialog = true
494
-        this.$nextTick( () => {
794
+        this.$nextTick(() => {
495 795
           if (this.$refs[this.propForm.click_ref] != undefined && this.$refs[this.propForm.click_ref] != null) {
496 796
             this.$refs[this.propForm.click_ref].scrollIntoView()
497 797
           }
@@ -526,27 +826,48 @@
526 826
             this.formValue.hemorrhage = val.result.join(',')
527 827
             break
528 828
           case 10:
529
-            this.formValue.internal_fistula_skin = val.result.join(",")
829
+            this.formValue.internal_fistula_skin = val.result.join(',')
530 830
             break
531 831
           case 11:
532 832
             this.formValue.catheter_bend = val.selectId
533 833
             break
834
+          case 12:
835
+            this.formValue.blood_access_internal_fistula = val.result.join(',')
836
+            break
837
+          case 13:
838
+            this.formValue.blood_access_noise = val.selectId
839
+            break
840
+          case 14:
841
+            this.formValue.venous_catheterization = val.selectId
842
+            break
843
+          case 15:
844
+            this.formValue.venous_catheterization_part = val.selectId
845
+            break
846
+          case 16:
847
+            this.formValue.ductus_arantii = val.result.join(',')
848
+            break
849
+          case 17:
850
+            this.formValue.emergency_treatment = val.selectId
851
+            break
852
+          case 18:
853
+            this.formValue.puncture_way = val.selectId
854
+            break
534 855
         }
535 856
 
536 857
       }, QueryPartById: function (val) {
537 858
         let vascular_access_part_name = ''
538
-        let vascular_access = getDataConfig('hemodialysis','vascular_access')
859
+        let vascular_access = getDataConfig('hemodialysis', 'vascular_access')
539 860
 
540 861
         for (let i = 0; i < vascular_access.length; i++) {
541 862
           if (vascular_access[i].id == val) {
542 863
             vascular_access_part_name = vascular_access[i].name
543 864
           }
544 865
         }
545
-        return  vascular_access_part_name
866
+        return vascular_access_part_name
546 867
 
547 868
       }, QueryOperaById: function (val) {
548 869
         let vascular_access_desc_name = ''
549
-        let vascular_access_desc = getDataConfig('hemodialysis','vascular_access_desc')
870
+        let vascular_access_desc = getDataConfig('hemodialysis', 'vascular_access_desc')
550 871
         for (let i = 0; i < vascular_access_desc.length; i++) {
551 872
           if (vascular_access_desc[i].id == val) {
552 873
             vascular_access_desc_name = vascular_access_desc[i].name
@@ -557,10 +878,10 @@
557 878
 
558 879
       },
559 880
       GetCatheterBendById: function (val) {
560
-        let name = "";
561
-        let options = this.$store.getters.catheter_bend;
881
+        let name = ''
882
+        let options = this.$store.getters.catheter_bend
562 883
         for (let index = 0; index < options.length; index++) {
563
-          const option = options[index];
884
+          const option = options[index]
564 885
           if (option.id == val) {
565 886
             name = option.name
566 887
             break
@@ -568,65 +889,64 @@
568 889
         }
569 890
         return name
570 891
       },
571
-      commitInfo:function () {
892
+      commitInfo: function () {
572 893
         Toast.loading({forbidClick: true, duration: 0})
573 894
         console.log(this.formValue)
574
-        EditAssessmentBeforeDislysis(this.$route.query.patient_id,  this.record_date, this.formValue).then(response=>{
895
+        EditAssessmentBeforeDislysis(this.$route.query.patient_id, this.record_date, this.formValue).then(response => {
575 896
           if (response.data.state == 0) {
576
-            Toast(response.data.msg);
577
-            return false;
897
+            Toast(response.data.msg)
898
+            return false
578 899
           } else {
579
-            Toast("提交完成");
580
-            this.$emit('evaluation', response.data.data.evaluation);
900
+            Toast('提交完成')
901
+            this.$emit('evaluation', response.data.data.evaluation)
581 902
           }
582
-        });
903
+        })
583 904
       },
584
-      close: function() {
585
-        this.$emit("close")
586
-      }, open:function(){
587
-        this.isShowDialog = true;
588
-        this.visibility = false;
589
-        var dialogTop = document.querySelector('#dialogTop');
905
+      close: function () {
906
+        this.$emit('close')
907
+      }, open: function () {
908
+        this.isShowDialog = true
909
+        this.visibility = false
910
+        var dialogTop = document.querySelector('#dialogTop')
590 911
         if (dialogTop != null) {
591 912
           this.$nextTick(() => {
592
-              dialogTop.scrollTop = 0;
593
-          });
913
+            dialogTop.scrollTop = 0
914
+          })
594 915
         }
595 916
       }
596 917
     }, components: {
597 918
       CheckBoxSubMenu,
598 919
 
599
-    }, created(){
920
+    }, created () {
600 921
 
601
-      var date = this.$route.query && this.$route.query.date;
602
-      date *= 1000;
603
-      var newDate = new Date(date);
922
+      var date = this.$route.query && this.$route.query.date
923
+      date *= 1000
924
+      var newDate = new Date(date)
604 925
 
605
-      var y = newDate.getFullYear();
606
-      var m = newDate.getMonth() + 1;
607
-      var d = newDate.getDate();
926
+      var y = newDate.getFullYear()
927
+      var m = newDate.getMonth() + 1
928
+      var d = newDate.getDate()
608 929
       if (isNaN(y) || isNaN(m) || isNaN(d)) {
609
-        newDate = new Date();
610
-        y = newDate.getFullYear();
611
-        m = newDate.getMonth() + 1;
612
-        d = newDate.getDate();
930
+        newDate = new Date()
931
+        y = newDate.getFullYear()
932
+        m = newDate.getMonth() + 1
933
+        d = newDate.getDate()
613 934
       }
614
-      this.record_date = y + "-" + (m < 10 ? "0" + m : m) + "-" + (d < 10 ? "0" + d : d);
935
+      this.record_date = y + '-' + (m < 10 ? '0' + m : m) + '-' + (d < 10 ? '0' + d : d)
615 936
       // console.log(this.predialysis)
616 937
       this.formValue = this.predialysis
617 938
       if (this.predialysis.id == undefined && this.last_predialysis.id != undefined) {
618 939
 
619
-
620
-        this.$set(this.formValue, "dry_weight", this.last_predialysis["dry_weight"].toString())
621
-        this.$set(this.formValue, "internal_fistula", this.last_predialysis["internal_fistula"])
622
-        this.$set(this.formValue, "internal_fistula_skin", this.last_predialysis["internal_fistula_skin"])
623
-        this.$set(this.formValue, "blood_access_part_id", this.last_predialysis["blood_access_part_id"])
624
-        this.$set(this.formValue, "blood_access_part_opera_id", this.last_predialysis["blood_access_part_opera_id"])
940
+        this.$set(this.formValue, 'dry_weight', this.last_predialysis['dry_weight'].toString())
941
+        this.$set(this.formValue, 'internal_fistula', this.last_predialysis['internal_fistula'])
942
+        this.$set(this.formValue, 'internal_fistula_skin', this.last_predialysis['internal_fistula_skin'])
943
+        this.$set(this.formValue, 'blood_access_part_id', this.last_predialysis['blood_access_part_id'])
944
+        this.$set(this.formValue, 'blood_access_part_opera_id', this.last_predialysis['blood_access_part_opera_id'])
625 945
       }
626 946
       console.log(this.formValue)
627 947
       this.hemorrhage_state = this.formValue.is_hemorrhage == 1
628 948
     }
629
-  };
949
+  }
630 950
 </script>
631 951
 
632 952
 <style style="stylesheet/scss" lang="scss" scoped>

+ 176 - 10
src/pages/main/dialog/PrescriptionDialog.vue View File

@@ -172,6 +172,66 @@
172 172
             <input  @focus="inputFocus" id="dt" v-model="dialysisPrescription.dialyzer_perfusion_apparatus"/>
173 173
           </div>
174 174
         </div>
175
+        <div class="line" v-if="this.$store.getters.user.template_info.template_id == 2"></div>
176
+
177
+        <div @click="showSubMenu('body_fluid')" class="item" ref="body_fluid" v-if="this.$store.getters.user.template_info.template_id == 2">
178
+          <label class="name" for="knj">体液过多情况</label>
179
+          <div class="content">
180
+            <span class="text" id="knja">{{getBodyFluid(dialysisPrescription.body_fluid)}}</span>
181
+            <span class="iconfont">&#xe6f9;</span>
182
+          </div>
183
+        </div>
184
+
185
+        <div @click="showSubMenu('special_medicine')" class="item" ref="special_medicine" v-if="this.$store.getters.user.template_info.template_id == 2">
186
+          <label class="name" for="knj">透析前使用特殊药物</label>
187
+          <div class="content">
188
+            <span class="text" id="knjaa">{{getSpecialMedicine(dialysisPrescription.special_medicine)}}</span>
189
+            <span class="iconfont">&#xe6f9;</span>
190
+          </div>
191
+        </div>
192
+
193
+        <div class="item"  v-if="this.$store.getters.user.template_info.template_id == 2 && dialysisPrescription.special_medicine == 4">
194
+          <label class="name" for="knj">透析前使用其他特殊药物</label>
195
+          <div class="content">
196
+            <input  @focus="inputFocus" id="dt" v-model="dialysisPrescription.special_medicine_other"/>
197
+          </div>
198
+        </div>
199
+
200
+        <div @click="showSubMenu('displace_liqui_part')" class="item" ref="displace_liqui_part" v-if="this.$store.getters.user.template_info.template_id == 2">
201
+          <label class="name" for="knj">置换液</label>
202
+          <div class="content">
203
+            <span class="text" id="knjaa">{{getDisplaceLiquiPart(dialysisPrescription.displace_liqui_part)}}</span>
204
+            <span class="iconfont">&#xe6f9;</span>
205
+          </div>
206
+        </div>
207
+
208
+        <div  class="item"  v-if="this.$store.getters.user.template_info.template_id == 2">
209
+          <label class="name" for="knj">置换液总量</label>
210
+          <div class="content">
211
+            <input  @focus="inputFocus" id="dt" v-model="dialysisPrescription.displace_liqui_value"/>
212
+          </div>
213
+        </div>
214
+
215
+
216
+
217
+        <div @click="showSubMenu('blood_access')" class="item" ref="blood_access" v-if="this.$store.getters.user.template_info.template_id == 2">
218
+          <label class="name" for="knj">血管通路</label>
219
+          <div class="content">
220
+            <span class="text" id="knjaa">{{getBloodAccess(dialysisPrescription.blood_access)}}</span>
221
+            <span class="iconfont">&#xe6f9;</span>
222
+          </div>
223
+        </div>
224
+
225
+        <div  class="item"  v-if="this.$store.getters.user.template_info.template_id == 2">
226
+          <label class="name" for="knj">实际超滤量</label>
227
+          <div class="content">
228
+            <input  @focus="inputFocus" id="dt" v-model="dialysisPrescription.ultrafiltration"/>
229
+          </div>
230
+        </div>
231
+
232
+
233
+
234
+
175 235
 
176 236
         <div class="item">
177 237
           <label class="name" for="dtl">医生签名</label>
@@ -262,6 +322,13 @@
262 322
         isShowSign: false,
263 323
         anticoagulantsConfit: {},
264 324
         dialysateFormulationOptions: [],
325
+        bodyFluidOptions:[],
326
+        specialMedicineOptions:[],
327
+        displaceLiquiPartOptions:[],
328
+        bloodAccessOptions:[],
329
+
330
+
331
+
265 332
         perfusion_apparatus: {},
266 333
         replacementWays: [],
267 334
         dialyserList: [],
@@ -304,7 +371,14 @@
304 371
           dialysate_formulation: "",
305 372
           conductivity: "",
306 373
           doctor: "",
307
-          remark: ""
374
+          remark: "",
375
+          body_fluid:"",
376
+          special_medicine:"",
377
+          special_medicine_other:"",
378
+          displace_liqui_part:"",
379
+          displace_liqui_value:"",
380
+          blood_access:"",
381
+          ultrafiltration:"",
308 382
         },
309 383
         anticoagulant: {
310 384
           id: 0,
@@ -459,6 +533,52 @@
459 533
             this.propForm.selectId = this.dialysisPrescription.dialysate_formulation;
460 534
             this.propForm.click_ref = "dialysate_formulation"
461 535
             break;
536
+          case "body_fluid":
537
+            this.propForm.type = 7;
538
+            this.isShowDialog = false;
539
+            this.propForm.title = "体液过多症状";
540
+            this.visibility = true;
541
+            this.propForm.list = [];
542
+            this.propForm.optionList = this.bodyFluidOptions;
543
+            this.propForm.isMultiple = 1;
544
+            this.propForm.selectId = this.dialysisPrescription.body_fluid;
545
+            this.propForm.click_ref = "body_fluid"
546
+            break
547
+          case "special_medicine":
548
+            this.propForm.type = 8;
549
+            this.isShowDialog = false;
550
+            this.propForm.title = "透析前使用特殊药物";
551
+            this.visibility = true;
552
+            this.propForm.list = [];
553
+            this.propForm.optionList = this.specialMedicineOptions;
554
+            this.propForm.isMultiple = 1;
555
+            this.propForm.selectId = this.dialysisPrescription.special_medicine;
556
+            this.propForm.click_ref = "special_medicine"
557
+            break;
558
+          case "displace_liqui_part":
559
+            this.propForm.type = 9;
560
+            this.isShowDialog = false;
561
+            this.propForm.title = "置换液";
562
+            this.visibility = true;
563
+            this.propForm.list = [];
564
+            this.propForm.optionList = this.displaceLiquiPartOptions;
565
+            this.propForm.isMultiple = 1;
566
+            this.propForm.selectId = this.dialysisPrescription.displace_liqui_part;
567
+            this.propForm.click_ref = "displace_liqui_part"
568
+            break;
569
+          case "blood_access":
570
+            this.propForm.type = 10;
571
+            this.isShowDialog = false;
572
+            this.propForm.title = "血管通路";
573
+            this.visibility = true;
574
+            this.propForm.list = [];
575
+            this.propForm.optionList = this.bloodAccessOptions;
576
+            this.propForm.isMultiple = 1;
577
+            this.propForm.selectId = this.dialysisPrescription.blood_access;
578
+            this.propForm.click_ref = "blood_access"
579
+            break;
580
+
581
+
462 582
         }
463 583
       },
464 584
       menuCancle: function () {
@@ -492,9 +612,6 @@
492 612
             break;
493 613
           case 4:
494 614
             this.dialysisPrescription.replacement_way = val.selectId;
495
-            // this.$nextTick( () => {
496
-            //   this.$refs.replacement_way.scrollIntoView()
497
-            // })
498 615
             break;
499 616
           case 5:
500 617
             this.dialysisPrescription.anticoagulant = val.selectId;
@@ -503,15 +620,21 @@
503 620
               return;
504 621
             }
505 622
             this.anticoagulant = this.anticoagulantsConfit[val.selectId];
506
-
507
-            // this.$nextTick( () => {
508
-            //   this.$refs.anticoagulant.scrollIntoView()
509
-            // })
510 623
             break;
511
-
512 624
           case 6:
513 625
             this.dialysisPrescription.dialysate_formulation = val.selectId;
514
-
626
+            break;
627
+          case 7:
628
+            this.dialysisPrescription.body_fluid = val.selectId;
629
+            break;
630
+          case 8:
631
+            this.dialysisPrescription.special_medicine = val.selectId;
632
+            break;
633
+          case 9:
634
+            this.dialysisPrescription.displace_liqui_part = val.selectId;
635
+            break;
636
+          case 10:
637
+            this.dialysisPrescription.blood_access = val.selectId;
515 638
             break;
516 639
         }
517 640
       },
@@ -661,6 +784,44 @@
661 784
             Toast.success("签名成功");
662 785
           }
663 786
         });
787
+      },getBodyFluid:function (val) {
788
+        let body_fluid_name = "";
789
+        let body_fluid = this.bodyFluidOptions;
790
+        for (let i = 0; i < body_fluid.length; i++) {
791
+          if (body_fluid[i].id == val) {
792
+            body_fluid_name = body_fluid[i].name;
793
+          }
794
+        }
795
+        return body_fluid_name;
796
+      },getSpecialMedicine:function (val) {
797
+        let special_medicine_name = "";
798
+        let special_medicine = this.specialMedicineOptions;
799
+        for (let i = 0; i < special_medicine.length; i++) {
800
+          if (special_medicine[i].id == val) {
801
+            special_medicine_name = special_medicine[i].name;
802
+          }
803
+        }
804
+        return special_medicine_name;
805
+
806
+      },getDisplaceLiquiPart:function (val) {
807
+        let displace_liqui_part_name = "";
808
+        let displace_liqui_part = this.displaceLiquiPartOptions;
809
+        for (let i = 0; i < displace_liqui_part.length; i++) {
810
+          if (displace_liqui_part[i].id == val) {
811
+            displace_liqui_part_name = displace_liqui_part[i].name;
812
+          }
813
+        }
814
+        return displace_liqui_part_name;
815
+      },getBloodAccess:function (val) {
816
+        let blood_access_name = "";
817
+        let blood_access = this.bloodAccessOptions;
818
+        for (let i = 0; i < blood_access.length; i++) {
819
+          if (blood_access[i].id == val) {
820
+            blood_access_name = blood_access[i].name;
821
+          }
822
+        }
823
+        return blood_access_name;
824
+
664 825
       }
665 826
     },
666 827
     created() {
@@ -675,6 +836,11 @@
675 836
       this.perfusion_apparatus = perfusion_apparatus;
676 837
 
677 838
       this.anticoagulantsConfit = this.$store.getters.anticoagulants_confit;
839
+      this.bodyFluidOptions = this.$store.getters.body_fluid;
840
+      this.specialMedicineOptions = this.$store.getters.special_medicine
841
+      this.displaceLiquiPartOptions = this.$store.getters.displace_liqui
842
+      this.bloodAccessOptions = this.$store.getters.blood_access
843
+
678 844
       this.dialysateFormulationOptions = getDataConfig('hemodialysis', 'dialysate_formulation');
679 845
       this.replacementWays = getDataConfig('hemodialysis', 'replacement_ways');
680 846
 

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

@@ -221,6 +221,102 @@
221 221
 
222 222
         <div class="line"></div>
223 223
 
224
+        <div @click="showSubMenu('dialysis_process')" class="item" ref="dialysis_process" v-if="this.$store.getters.user.template_info.template_id == 2">
225
+          <label class="name" for="dg">透析过程</label>
226
+          <div class="content">
227
+            <span class="text" id="dg">{{getDialysisProcess(formValue.dialysis_process)}}</span>
228
+            <span class="iconfont">&#xe6f9;</span>
229
+          </div>
230
+        </div>
231
+        <div  class="item" ref="in_advance_minute" v-if="formValue.dialysis_process == 2 && this.$store.getters.user.template_info.template_id == 2">
232
+          <label class="name" for="dg">透析过程提前时间(min)</label>
233
+          <div class="content">
234
+            <input type="tel" @focus="inputFocus" id="txz" v-model="formValue.in_advance_minute"/>
235
+          </div>
236
+        </div>
237
+        <div @click="showSubMenu('in_advance_reason')" class="item" ref="in_advance_reason" v-if="formValue.dialysis_process == 2 && this.$store.getters.user.template_info.template_id == 2">
238
+        <label class="name" for="dg">透析过程提前原因</label>
239
+        <div class="content">
240
+          <span class="text" id="dg">{{formValue.in_advance_reason}}</span>
241
+          <span class="iconfont">&#xe6f9;</span>
242
+        </div>
243
+      </div>
244
+        <div class="item" ref="in_advance_reason_other" v-if="formValue.dialysis_process == 2 && this.$store.getters.user.template_info.template_id == 2">
245
+          <label class="name" for="dg">透析过程提前其他原因</label>
246
+          <div class="content">
247
+            <input type="tel" @focus="inputFocus" id="txz" v-model="formValue.in_advance_reason_other"/>
248
+          </div>
249
+        </div>
250
+        <div  class="item" ref="hemostasis_minute" v-if="this.$store.getters.user.template_info.template_id == 2">>
251
+          <label class="name" for="dg">内瘘管拔针后压迫止血时间(min)</label>
252
+          <div class="content">
253
+            <input type="tel" @focus="inputFocus" id="txz" v-model="formValue.hemostasis_minute"/>
254
+          </div>
255
+        </div>
256
+
257
+        <div @click="showSubMenu('hemostasis_opera')" class="item" ref="hemostasis_opera" v-if="this.$store.getters.user.template_info.template_id == 2">
258
+          <label class="name" for="dg">内瘘管拔针后压迫止血操作</label>
259
+          <div class="content">
260
+            <span class="text" id="dg">{{getOpera(formValue.hemostasis_opera)}}</span>
261
+            <span class="iconfont">&#xe6f9;</span>
262
+          </div>
263
+        </div>
264
+
265
+
266
+        <div @click="showSubMenu('tremor_noise')" class="item" ref="tremor_noise" v-if="this.$store.getters.user.template_info.template_id == 2">
267
+          <label class="name" for="dg">内瘘震颤和血管杂音</label>
268
+          <div class="content">
269
+            <span class="text" id="dg">{{getTremorNoise(formValue.tremor_noise)}}</span>
270
+            <span class="iconfont">&#xe6f9;</span>
271
+          </div>
272
+        </div>
273
+
274
+
275
+        <div @click="showSubMenu('disequilibrium_syndrome')" class="item" ref="disequilibrium_syndrome" v-if="this.$store.getters.user.template_info.template_id == 2">
276
+          <label class="name" for="dg">失衡综合症</label>
277
+          <div class="content">
278
+            <span class="text" id="dg">{{getDisequilibriumSyndrome(formValue.disequilibrium_syndrome)}}</span>
279
+            <span class="iconfont">&#xe6f9;</span>
280
+          </div>
281
+        </div>
282
+
283
+        <div @click="showSubMenu('disequilibrium_syndrome_option')" class="item" ref="disequilibrium_syndrome_option" v-if="formValue.disequilibrium_syndrome == 2 && this.$store.getters.user.template_info.template_id == 2">
284
+          <label class="name" for="dg">失衡综合症情况</label>
285
+          <div class="content">
286
+            <span class="text" id="dg">{{formValue.disequilibrium_syndrome_option}}</span>
287
+            <span class="iconfont">&#xe6f9;</span>
288
+          </div>
289
+        </div>
290
+
291
+
292
+        <div @click="showSubMenu('arterial_tube')" class="item" ref="arterial_tube" v-if="this.$store.getters.user.template_info.template_id == 2">
293
+          <label class="name" for="dg">动脉管道</label>
294
+          <div class="content">
295
+            <span class="text" id="dg">{{getArterialTubeName(formValue.arterial_tube)}}</span>
296
+            <span class="iconfont">&#xe6f9;</span>
297
+          </div>
298
+        </div>
299
+
300
+
301
+        <div @click="showSubMenu('intravenous_tube')" class="item" ref="intravenous_tube" v-if="this.$store.getters.user.template_info.template_id == 2">
302
+          <label class="name" for="dg">静脉管道</label>
303
+          <div class="content">
304
+            <span class="text" id="dg">{{getIntravenousTubeName(formValue.intravenous_tube)}}</span>
305
+            <span class="iconfont">&#xe6f9;</span>
306
+          </div>
307
+        </div>
308
+
309
+
310
+
311
+        <div @click="showSubMenu('dialyzer')" class="item" ref="dialyzer" v-if="this.$store.getters.user.template_info.template_id == 2">
312
+          <label class="name" for="dg">透析器</label>
313
+          <div class="content">
314
+            <span class="text" id="dg">{{getDialyzer(formValue.dialyzer)}}</span>
315
+            <span class="iconfont">&#xe6f9;</span>
316
+          </div>
317
+        </div>
318
+
319
+
224 320
         <!-- <div class="line"></div> -->
225 321
         <div>
226 322
           <div class="item">
@@ -288,6 +384,7 @@
288 384
           result: [], //选中的值
289 385
           type: 1, //用来区分不同子菜单,方便对返回值进行赋值
290 386
           selectId: 0,
387
+          isHasOther:1,
291 388
         },
292 389
         timeValue: '',
293 390
         formValue: {
@@ -317,6 +414,18 @@
317 414
           inpatient_department: '',
318 415
           observation_content: '',
319 416
           observation_content_other: '',
417
+          dialysis_process:'',
418
+          in_advance_minute:'',
419
+          in_advance_reason:'',
420
+          in_advance_reason_other:'',
421
+          hemostasis_minute:'',
422
+          hemostasis_opera:'',
423
+          tremor_noise:'',
424
+          disequilibrium_syndrome:'',
425
+          disequilibrium_syndrome_option:'',
426
+          arterial_tube:'',
427
+          intravenous_tube:'',
428
+          dialyzer:'',
320 429
         },
321 430
 
322 431
         record_date: ''
@@ -393,6 +502,7 @@
393 502
             this.propForm.type = 1
394 503
             this.isShowDialog = false
395 504
             this.propForm.title = '凝血'
505
+            this.propForm.isHasOther = 2
396 506
             this.visibility = true
397 507
             this.propForm.list = getDataConfig("hemodialysis", "cruor");
398 508
             this.propForm.optionList = []
@@ -413,6 +523,8 @@
413 523
             this.propForm.type = 2
414 524
             this.isShowDialog = false
415 525
             this.propForm.title = '透后症状'
526
+            this.propForm.isHasOther = 2
527
+
416 528
             this.visibility = true
417 529
             this.propForm.list = getDataConfig('hemodialysis','symptoms');
418 530
             this.propForm.optionList = []
@@ -434,6 +546,8 @@
434 546
             this.isShowDialog = false
435 547
             this.propForm.title = '导管'
436 548
             this.visibility = true
549
+            this.propForm.isHasOther = 2
550
+
437 551
             this.propForm.list = getDataConfig('hemodialysis','catheter')
438 552
             this.propForm.optionList = []
439 553
             this.propForm.isMultiple = 2
@@ -452,6 +566,8 @@
452 566
             this.propForm.type = 4
453 567
             this.isShowDialog = false
454 568
             this.propForm.title = '并发症'
569
+            this.propForm.isHasOther = 2
570
+
455 571
             this.visibility = true
456 572
             this.propForm.list = getDataConfig('hemodialysis','complication')
457 573
             this.propForm.optionList = []
@@ -473,6 +589,8 @@
473 589
             this.propForm.type = 5
474 590
             this.isShowDialog = false
475 591
             this.propForm.title = '血管通路部位'
592
+            this.propForm.isHasOther = 2
593
+
476 594
             this.visibility = true
477 595
             this.propForm.list = []
478 596
             this.propForm.optionList = this.$store.getters.vascular_access
@@ -485,6 +603,8 @@
485 603
             this.propForm.type = 6
486 604
             this.isShowDialog = false
487 605
             this.propForm.title = '血管通路操作'
606
+            this.propForm.isHasOther = 2
607
+
488 608
             this.visibility = true
489 609
             this.propForm.list = []
490 610
             this.propForm.optionList = this.$store.getters.vascular_access_desc
@@ -500,6 +620,8 @@
500 620
             this.propForm.list = getDataConfig('hemodialysis','internal_fistula')
501 621
             this.propForm.optionList = []
502 622
             this.propForm.isMultiple = 2
623
+            this.propForm.isHasOther = 2
624
+
503 625
             if (this.formValue.internal_fistula != undefined || this.formValue.internal_fistula != null) {
504 626
               if (this.formValue.internal_fistula.length > 0) {
505 627
                 this.propForm.result = this.formValue.internal_fistula.split(",")
@@ -517,6 +639,8 @@
517 639
             this.propForm.title = '压迫后内瘘震颤'
518 640
             this.visibility = true
519 641
             this.propForm.list = []
642
+            this.propForm.isHasOther = 2
643
+
520 644
             this.propForm.optionList = this.$store.getters.internal_fistula_tremor_ac
521 645
             this.propForm.isMultiple = 1
522 646
             this.propForm.selectId = this.formValue.internal_fistula_tremor_ac
@@ -528,6 +652,8 @@
528 652
             this.propForm.title = '患者去向'
529 653
             this.visibility = true
530 654
             this.propForm.list = []
655
+            this.propForm.isHasOther = 2
656
+
531 657
             this.propForm.optionList = this.$store.getters.patient_gose
532 658
             this.propForm.isMultiple = 1
533 659
             this.propForm.selectId = this.formValue.patient_gose
@@ -539,6 +665,8 @@
539 665
             this.isShowDialog = false
540 666
             this.propForm.title = '交待病房护士/患者/陪人观察内容'
541 667
             this.visibility = true
668
+            this.propForm.isHasOther = 2
669
+
542 670
             this.propForm.list = this.$store.getters.observation_content
543 671
             this.propForm.optionList = []
544 672
             this.propForm.isMultiple = 2
@@ -554,14 +682,148 @@
554 682
             this.propForm.click_ref = "observation_content"
555 683
             break
556 684
 
685
+          case 'dialysis_process':
686
+            this.propForm.type = 11
687
+            this.isShowDialog = false
688
+            this.propForm.title = '透析过程'
689
+            this.visibility = true
690
+            this.propForm.isHasOther = 2
691
+
692
+            this.propForm.list = []
693
+            this.propForm.optionList = this.$store.getters.dialysis_process
694
+            this.propForm.isMultiple = 1
695
+            this.propForm.selectId = this.formValue.dialysis_process
696
+            this.propForm.click_ref = "dialysis_process"
697
+            break
698
+
699
+
700
+          case 'in_advance_reason':
701
+            this.propForm.type = 12
702
+            this.isShowDialog = false
703
+            this.propForm.title = '透析过程提前原因'
704
+            this.visibility = true
705
+            this.propForm.isHasOther = 2
706
+
707
+            this.propForm.list = this.$store.getters.in_advance_reason
708
+            this.propForm.optionList = []
709
+            this.propForm.isMultiple = 2
710
+            if (this.formValue.in_advance_reason != undefined || this.formValue.in_advance_reason != null) {
711
+              if (this.formValue.in_advance_reason.length > 0) {
712
+                this.propForm.result = this.formValue.in_advance_reason.split(",")
713
+              } else {
714
+                this.propForm.result = []
715
+              }
716
+            } else {
717
+              this.propForm.result = []
718
+            }
719
+            this.propForm.click_ref = "in_advance_reason"
720
+            break
721
+
722
+          case 'hemostasis_opera':
723
+            this.propForm.type = 13
724
+            this.isShowDialog = false
725
+            this.propForm.title = '内瘘管拔针后压迫止血操作'
726
+            this.visibility = true
727
+            this.propForm.isHasOther = 2
557 728
 
729
+            this.propForm.list = []
730
+            this.propForm.optionList = this.$store.getters.hemostasis_opera
731
+            this.propForm.isMultiple = 1
732
+            this.propForm.selectId = this.formValue.hemostasis_opera
733
+            this.propForm.click_ref = "hemostasis_opera"
734
+            break
735
+          case 'tremor_noise':
736
+            this.propForm.type = 14
737
+            this.isShowDialog = false
738
+            this.propForm.title = '内瘘震颤和血管杂音'
739
+            this.visibility = true
740
+            this.propForm.isHasOther = 2
741
+
742
+            this.propForm.list = []
743
+            this.propForm.optionList = this.$store.getters.tremor_noise
744
+            this.propForm.isMultiple = 1
745
+            this.propForm.selectId = this.formValue.tremor_noise
746
+            this.propForm.click_ref = "tremor_noise"
747
+            break
748
+          case 'disequilibrium_syndrome':
749
+            this.propForm.type = 15
750
+            this.isShowDialog = false
751
+            this.propForm.title = '失衡综合症'
752
+            this.visibility = true
753
+            this.propForm.list = []
754
+            this.propForm.isHasOther = 2
755
+
756
+            this.propForm.optionList = this.$store.getters.disequilibrium_syndrome
757
+            this.propForm.isMultiple = 1
758
+            this.propForm.selectId = this.formValue.disequilibrium_syndrome
759
+            this.propForm.click_ref = "disequilibrium_syndrome"
760
+            break
761
+          case 'disequilibrium_syndrome_option':
762
+            this.propForm.type = 16
763
+            this.isShowDialog = false
764
+            this.propForm.title = '失衡综合症情况'
765
+            this.visibility = true
766
+            this.propForm.isHasOther = 2
767
+
768
+            this.propForm.list = this.$store.getters.disequilibrium_syndrome_option
769
+            this.propForm.optionList = []
770
+            this.propForm.isMultiple = 2
771
+            if (this.formValue.disequilibrium_syndrome_option != undefined || this.formValue.disequilibrium_syndrome_option != null) {
772
+              if (this.formValue.disequilibrium_syndrome_option.length > 0) {
773
+                this.propForm.result = this.formValue.disequilibrium_syndrome_option.split(",")
774
+              } else {
775
+                this.propForm.result = []
776
+              }
777
+            } else {
778
+              this.propForm.result = []
779
+            }
780
+            this.propForm.click_ref = "disequilibrium_syndrome_option"
781
+            break
782
+          case 'arterial_tube':
783
+            this.propForm.type = 17
784
+            this.isShowDialog = false
785
+            this.propForm.title = '动脉管道'
786
+            this.propForm.isHasOther = 2
787
+
788
+            this.visibility = true
789
+            this.propForm.list = []
790
+            this.propForm.optionList = this.$store.getters.arterial_tube
791
+            this.propForm.isMultiple = 1
792
+            this.propForm.selectId = this.formValue.arterial_tube
793
+            this.propForm.click_ref = "arterial_tube"
794
+            break
795
+          case 'intravenous_tube':
796
+            this.propForm.type = 18
797
+            this.isShowDialog = false
798
+            this.propForm.title = '静脉管道'
799
+            this.visibility = true
800
+            this.propForm.list = []
801
+            this.propForm.isHasOther = 2
802
+
803
+            this.propForm.optionList = this.$store.getters.intravenous_tube
804
+            this.propForm.isMultiple = 1
805
+            this.propForm.selectId = this.formValue.intravenous_tube
806
+            this.propForm.click_ref = "intravenous_tube"
807
+            break
808
+          case 'dialyzer':
809
+            this.propForm.type = 19
810
+            this.isShowDialog = false
811
+            this.propForm.title = '透析器'
812
+            this.visibility = true
813
+            this.propForm.isHasOther = 2
814
+
815
+            this.propForm.list = []
816
+            this.propForm.optionList = this.$store.getters.dialyzer
817
+            this.propForm.isMultiple = 1
818
+            this.propForm.selectId = this.formValue.dialyzer
819
+            this.propForm.click_ref = "dialyzer"
820
+            break
558 821
         }
559 822
 
560 823
       }, menuCancle: function () {
561 824
         this.visibility = false
562 825
         this.isShowDialog = true
563 826
         this.$nextTick(() => {
564
-          // console.log(this.$refs[this.propForm.click_ref])
565 827
           if (this.$refs[this.propForm.click_ref] != undefined && this.$refs[this.propForm.click_ref] != null) {
566 828
             this.$refs[this.propForm.click_ref].scrollIntoView()
567 829
           }
@@ -607,6 +869,34 @@
607 869
             break;
608 870
           case 10:
609 871
             this.formValue.observation_content = val.result.join(',');
872
+            break;
873
+          case 11:
874
+            this.formValue.dialysis_process = val.selectId
875
+            break;
876
+          case 12:
877
+            this.formValue.in_advance_reason = val.result.join(',');
878
+            break;
879
+          case 13:
880
+            this.formValue.hemostasis_opera = val.selectId
881
+            break;
882
+          case 14:
883
+            this.formValue.tremor_noise = val.selectId
884
+            break;
885
+          case 15:
886
+            this.formValue.disequilibrium_syndrome = val.selectId
887
+            break;
888
+          case 16:
889
+            this.formValue.disequilibrium_syndrome_option = val.result.join(',');
890
+            break;
891
+          case 17:
892
+            this.formValue.arterial_tube = val.selectId
893
+            break;
894
+          case 18:
895
+            this.formValue.intravenous_tube = val.selectId
896
+            break;
897
+          case 19:
898
+            this.formValue.dialyzer = val.selectId
899
+
610 900
             break;
611 901
         }
612 902
 
@@ -682,6 +972,83 @@
682 972
               dialogTop.scrollTop = 0;
683 973
           });
684 974
         }
975
+      },getTremorNoise:function (id) {
976
+        var tremor_noise = this.$store.getters.tremor_noise;
977
+        var tremorNoiseName = "";
978
+        for (let i = 0; i < tremor_noise.length; i++){
979
+          if(tremor_noise[i].id == id){
980
+            tremorNoiseName =    tremor_noise[i].name
981
+          }
982
+        }
983
+        return tremorNoiseName
984
+      },getDisequilibriumSyndrome:function (id) {
985
+      var disequilibrium_syndrome = this.$store.getters.disequilibrium_syndrome;
986
+      var disequilibriumSyndromeName = "";
987
+      for (let i = 0; i < disequilibrium_syndrome.length; i++){
988
+        if(disequilibrium_syndrome[i].id == id){
989
+          disequilibriumSyndromeName =    disequilibrium_syndrome[i].name
990
+        }
991
+      }
992
+      return disequilibriumSyndromeName
993
+
994
+    },getDisequilibriumSyndromeOptionName:function (id) {
995
+        var disequilibrium_syndrome_option = this.$store.getters.disequilibrium_syndrome_option;
996
+        var disequilibriumSyndromeOptionName = "";
997
+        for (let i = 0; i < disequilibrium_syndrome_option.length; i++) {
998
+          if (disequilibrium_syndrome_option[i].id == id) {
999
+            disequilibriumSyndromeOptionName = disequilibrium_syndrome_option[i].name
1000
+          }
1001
+        }
1002
+        return disequilibriumSyndromeOptionName
1003
+      },getArterialTubeName:function (id) {
1004
+        var arterial_tube = this.$store.getters.arterial_tube;
1005
+        var arterialTubeName = "";
1006
+        for (let i = 0; i < arterial_tube.length; i++) {
1007
+          if (arterial_tube[i].id == id) {
1008
+            arterialTubeName = arterial_tube[i].name
1009
+          }
1010
+        }
1011
+        return arterialTubeName
1012
+
1013
+      },getIntravenousTubeName:function (id) {
1014
+        var intravenous_tube = this.$store.getters.intravenous_tube;
1015
+        var intravenousTubeName = "";
1016
+        for (let i = 0; i < intravenous_tube.length; i++) {
1017
+          if (intravenous_tube[i].id == id) {
1018
+            intravenousTubeName = intravenous_tube[i].name
1019
+          }
1020
+        }
1021
+        return intravenousTubeName
1022
+
1023
+      },getDialyzer:function (id) {
1024
+        var dialyzer = this.$store.getters.dialyzer;
1025
+        var dialyzerName = "";
1026
+        for (let i = 0; i < dialyzer.length; i++) {
1027
+          if (dialyzer[i].id == id) {
1028
+            dialyzerName = dialyzer[i].name
1029
+          }
1030
+        }
1031
+        return dialyzerName
1032
+      },getDialysisProcess:function (id) {
1033
+        var dialysis_process = this.$store.getters.dialysis_process;
1034
+        var dialysisProcessName = "";
1035
+        for (let i = 0; i < dialysis_process.length; i++) {
1036
+          if (dialysis_process[i].id == id) {
1037
+            dialysisProcessName = dialysis_process[i].name
1038
+          }
1039
+        }
1040
+        return dialysisProcessName
1041
+
1042
+      }, getOpera:function (id) {
1043
+        var hemostasis_opera = this.$store.getters.hemostasis_opera;
1044
+        var hemostasisOperaName = "";
1045
+        for (let i = 0; i < hemostasis_opera.length; i++){
1046
+          if(hemostasis_opera[i].id == id){
1047
+            hemostasisOperaName =    hemostasis_opera[i].name
1048
+          }
1049
+        }
1050
+        return hemostasisOperaName
1051
+
685 1052
       }
686 1053
 
687 1054
     },

+ 3 - 1
src/pages/main/dialog/subMenu/checkBoxSubMenu.vue View File

@@ -12,6 +12,8 @@
12 12
       <div class="list">
13 13
         <ul>
14 14
           <li  @click="itemClick(item.id)"  v-for="item in propsForm.optionList" :key="item.id" value="item" :class="propsForm.selectId == item.id? 'tick':'' ">{{item.name}}</li>
15
+          <li v-if="propsForm.isHasOther == 1" @click="itemClick(-1)"  :key="-1" value="-1" :class="propsForm.selectId == -1? 'tick':'' ">其他</li>
16
+
15 17
         </ul>
16 18
       </div>
17 19
     </div>
@@ -126,7 +128,7 @@ export default {
126 128
   max-height: 6.8rem;
127 129
   min-height: 5rem;
128 130
   overflow-y: scroll;
129
-  
131
+
130 132
   ul {
131 133
     li {
132 134
       line-height: 1rem;

+ 86 - 6
src/pages/main/today/acceptsAssessment.vue View File

@@ -1,7 +1,7 @@
1 1
 <template>
2 2
   <div class="plate-box">
3
-    <h2 class="title"><span class="line"></span><p>{{title}}</p><span class="line"></span> </h2> 
4
-    <div class="plate " >   
3
+    <h2 class="title"><span class="line"></span><p>{{title}}</p><span class="line"></span> </h2>
4
+    <div class="plate " >
5 5
       <ul>
6 6
         <li style="height: 0.6rem;">
7 7
           <label>入室方式 : </label>
@@ -12,6 +12,7 @@
12 12
           <span class="content">{{condition}}</span>
13 13
         </li>
14 14
       </ul>
15
+
15 16
       <ul>
16 17
         <li style="height: 0.6rem;">
17 18
           <label>病人意识 : </label>
@@ -27,13 +28,43 @@
27 28
           <label>病人食欲 : </label>
28 29
           <span class="content">{{appetite}}</span>
29 30
         </li>
31
+        <li style="height: 0.6rem;" v-if="this.$store.getters.user.template_info.template_id == 2">
32
+          <label>病情 </label>
33
+          <span class="content">{{sickCondition}} </span>
34
+        </li>
35
+      </ul>
36
+
37
+      <ul v-if="this.$store.getters.user.template_info.template_id == 2">
38
+        <li style="height: 0.6rem;">
39
+          <label>风险程度:</label>
40
+          <span class="content">{{dangerLevel}}</span>
41
+        </li>
30 42
         <li style="height: 0.6rem;">
31
-          <label> </label>
32
-          <span class="content"> </span>
43
+          <label>摄入量:</label>
44
+          <span class="content">{{intakes}}</span>
33 45
         </li>
34 46
       </ul>
47
+
48
+      <ul v-if="this.$store.getters.user.template_info.template_id == 2">
49
+        <li style="height: 0.6rem;">
50
+          <label>营养状况:</label>
51
+          <span class="content">{{nutritions}}</span>
52
+        </li>
53
+        <li style="height: 0.6rem;">
54
+          <label> 心理评估</label>
55
+          <span class="content">{{psychologicalAssessment}}</span>
56
+        </li>
57
+      </ul>
58
+
59
+      <ul v-if="this.$store.getters.user.template_info.template_id == 2 &&this.record.psychological_assessment == 2 ">
60
+        <li style="height: 0.6rem;">
61
+          <label>心理评估异常原因:</label>
62
+          <span class="content">{{this.record.psychological_assessment_other}}</span>
63
+        </li>
64
+      </ul>
65
+
35 66
     </div>
36
-  </div>    
67
+  </div>
37 68
 </template>
38 69
 
39 70
 <script>
@@ -72,6 +103,25 @@ export default {
72 103
         "3": "半卧位",
73 104
         "4": "端坐位",
74 105
         "5": "躁动不安",
106
+      }, sick_condition: {
107
+        "1": "一般",
108
+        "2": "重",
109
+        "3": "危",
110
+      }, danger_level: {
111
+        "1": "无",
112
+        "2": "低风险",
113
+        "3": "中度风险",
114
+        "4": "高风险",
115
+
116
+      }, intake: {
117
+        "1": "正常",
118
+        "2": "减少",
119
+      },nutrition: {
120
+        "1": "正常",
121
+        "2": "营养不良",
122
+      },psychological_assessment: {
123
+        "1": "正常",
124
+        "2": "异常",
75 125
       }
76 126
     };
77 127
   },
@@ -115,10 +165,40 @@ export default {
115 165
       } else {
116 166
         return this.postures[this.record.posture] == undefined ? "" : this.postures[this.record.posture] + ""
117 167
       }
168
+    },sickCondition: function() {
169
+      if (this.record == null || this.record.id == "") {
170
+        return ""
171
+      } else {
172
+        return this.sick_condition[this.record.sick_condition] == undefined ? "" : this.sick_condition[this.record.sick_condition] + ""
173
+      }
174
+    },dangerLevel: function() {
175
+      if (this.record == null || this.record.id == "") {
176
+        return ""
177
+      } else {
178
+        return this.danger_level[this.record.danger_level] == undefined ? "" : this.danger_level[this.record.danger_level] + ""
179
+      }
180
+    },intakes: function() {
181
+      if (this.record == null || this.record.id == "") {
182
+        return ""
183
+      } else {
184
+        return this.intake[this.record.intake] == undefined ? "" : this.intake[this.record.intake] + ""
185
+      }
186
+    },nutritions: function() {
187
+      if (this.record == null || this.record.id == "") {
188
+        return ""
189
+      } else {
190
+        return this.nutrition[this.record.nutrition] == undefined ? "" : this.nutrition[this.record.nutrition] + ""
191
+      }
192
+    },psychologicalAssessment: function() {
193
+      if (this.record == null || this.record.id == "") {
194
+        return ""
195
+      } else {
196
+        return this.psychological_assessment[this.record.psychological_assessment] == undefined ? "" : this.psychological_assessment[this.record.psychological_assessment] + ""
197
+      }
118 198
     }
119 199
   },
120 200
   methods: {
121
-    
201
+
122 202
   }
123 203
 };
124 204
 </script>

+ 146 - 1
src/pages/main/today/assessmentAfter.vue View File

@@ -115,9 +115,65 @@
115 115
           <span id="qtgcnr" class="content">{{observation_content_other}}</span>
116 116
         </li>
117 117
       </ul>
118
+
119
+      <ul v-if="this.$store.getters.user.template_info.template_id == 2">
120
+        <li>
121
+          <label for="tw">透析过程 : </label>
122
+          <span class="content" id="tw" v-if="this.record.dialysis_process == 1">完成</span>
123
+          <span class="content" id="tw" v-if="this.record.dialysis_process == 2">提前{{in_advance_minute}}min</span>
124
+        </li>
125
+        <li v-if="this.record.dialysis_process == 2&&this.$store.getters.user.template_info.template_id == 2">
126
+          <label for="tw">透析过程提前原因 : </label>
127
+          <span class="content" id="tw" >{{in_advance_reason}}</span>
128
+        </li>
129
+
130
+        <!--<li v-if="this.record.dialysis_process == 2&&this.$store.getters.user.template_info.template_id == 2">-->
131
+          <!--<label for="tw">透析过程提前其他原因 : </label>-->
132
+          <!--<span class="content" id="tw" >{{in_advance_reason_other}}</span>-->
133
+        <!--</li>-->
134
+
135
+        <li v-if="this.$store.getters.user.template_info.template_id == 2">
136
+          <label for="ml">内瘘管拔针后压迫止血 : </label>
137
+          <span id="ml" class="content" v-if="hemostasis_minute">{{hemostasis_minute}}min</span>
138
+          <span id="ml" class="content" v-else>-min</span>
139
+        </li>
140
+        <li v-if="this.$store.getters.user.template_info.template_id == 2">
141
+          <label for="ml">内瘘管拔针后压迫止血操作 : </label>
142
+          <span id="ml" class="content">{{getOpera(this.record.hemostasis_opera)}}</span>
143
+        </li>
144
+        <li v-if="this.$store.getters.user.template_info.template_id == 2">
145
+          <label for="sjzl">血管震颤和血管杂音 : </label>
146
+          <span id="sjzl" class="content">{{getTremorNoise(this.record.tremor_noise)}}</span>
147
+        </li>
148
+
149
+      </ul>
150
+
151
+      <ul v-if="this.$store.getters.user.template_info.template_id == 2">
152
+        <li v-if="this.$store.getters.user.template_info.template_id == 2">
153
+          <label for="txzrl">失衡综合症: </label>
154
+          <span id="txzrl" class="content">{{getDisequilibriumSyndrome(this.record.disequilibrium_syndrome)}}</span>
155
+        </li>
156
+        <li v-if="this.record.disequilibrium_syndrome == 2&&this.$store.getters.user.template_info.template_id == 2">
157
+          <label for="txzrl">失衡综合症情况: </label>
158
+          <span id="txzrl" class="content">{{this.record.disequilibrium_syndrome_option}}</span>
159
+        </li>
160
+        <li v-if="this.$store.getters.user.template_info.template_id == 2">
161
+          <label for="xgtlcz">动脉管道: </label>
162
+          <span id="xgtlcz" class="content">{{getArterialTubeName(this.record.arterial_tube)}}</span>
163
+        </li>
164
+        <li v-if="this.$store.getters.user.template_info.template_id == 2">
165
+          <label for="bzh">静脉管道: </label>
166
+          <span id="bzh" class="content">{{getIntravenousTubeName(this.record.intravenous_tube)}}</span>
167
+        </li>
168
+        <li v-if="this.$store.getters.user.template_info.template_id == 2">
169
+          <label for="hzqx">透析器: </label>
170
+          <span id="hzqx" class="content">{{getDialyzer(this.record.dialyzer)}}</span>
171
+        </li>
172
+
173
+
174
+      </ul>
118 175
     </div>
119 176
     <div class="note">备注 : <span>{{remark}}</span></div>
120
-    <!-- <div class="note">处方医生 : {{doctor}}</div> -->
121 177
   </div>
122 178
 </template>
123 179
 
@@ -387,9 +443,98 @@
387 443
           return ""
388 444
         }
389 445
         return this.record.remark
446
+      },in_advance_minute:function () {
447
+        if (this.record == null || this.record.id == "") {
448
+          return ""
449
+        }
450
+        return this.record.in_advance_minute
451
+      },in_advance_reason:function () {
452
+        if (this.record == null || this.record.id == "") {
453
+          return ""
454
+        }
455
+        return this.record.in_advance_reason + ","+this.record.in_advance_reason_other
456
+      },hemostasis_minute:function () {
457
+        if (this.record == null || this.record.id == "") {
458
+          return ""
459
+        }
460
+
461
+        return this.record.hemostasis_minute
462
+      },in_advance_reason_other:function () {
463
+        if (this.record == null || this.record.id == "") {
464
+          return ""
465
+        }
466
+        return this.record.in_advance_reason_other
390 467
       }
391 468
     },
392 469
     methods: {
470
+      getOpera:function (id) {
471
+        var hemostasis_opera = this.$store.getters.hemostasis_opera;
472
+        var hemostasisOperaName = "";
473
+        for (let i = 0; i < hemostasis_opera.length; i++){
474
+          if(hemostasis_opera[i].id == id){
475
+            hemostasisOperaName =    hemostasis_opera[i].name
476
+          }
477
+        }
478
+        return hemostasisOperaName
479
+
480
+      },getTremorNoise:function (id) {
481
+        var tremor_noise = this.$store.getters.tremor_noise;
482
+        var tremorNoiseName = "";
483
+        for (let i = 0; i < tremor_noise.length; i++){
484
+          if(tremor_noise[i].id == id){
485
+            tremorNoiseName =    tremor_noise[i].name
486
+          }
487
+        }
488
+        return tremorNoiseName
489
+      },getDisequilibriumSyndrome:function (id) {
490
+        var disequilibrium_syndrome = this.$store.getters.disequilibrium_syndrome;
491
+        var disequilibriumSyndromeName = "";
492
+        for (let i = 0; i < disequilibrium_syndrome.length; i++){
493
+          if(disequilibrium_syndrome[i].id == id){
494
+            disequilibriumSyndromeName =    disequilibrium_syndrome[i].name
495
+          }
496
+        }
497
+        return disequilibriumSyndromeName
498
+
499
+      },getDisequilibriumSyndromeOptionName:function (id) {
500
+        var disequilibrium_syndrome_option = this.$store.getters.disequilibrium_syndrome_option;
501
+        var disequilibriumSyndromeOptionName = "";
502
+        for (let i = 0; i < disequilibrium_syndrome_option.length; i++) {
503
+          if (disequilibrium_syndrome_option[i].id == id) {
504
+            disequilibriumSyndromeOptionName = disequilibrium_syndrome_option[i].name
505
+          }
506
+        }
507
+        return disequilibriumSyndromeOptionName
508
+      },getArterialTubeName:function (id) {
509
+        var arterial_tube = this.$store.getters.arterial_tube;
510
+        var arterialTubeName = "";
511
+        for (let i = 0; i < arterial_tube.length; i++) {
512
+          if (arterial_tube[i].id == id) {
513
+            arterialTubeName = arterial_tube[i].name
514
+          }
515
+        }
516
+        return arterialTubeName
517
+
518
+      },getIntravenousTubeName:function (id) {
519
+        var intravenous_tube = this.$store.getters.intravenous_tube;
520
+        var intravenousTubeName = "";
521
+        for (let i = 0; i < intravenous_tube.length; i++) {
522
+          if (intravenous_tube[i].id == id) {
523
+            intravenousTubeName = intravenous_tube[i].name
524
+          }
525
+        }
526
+        return intravenousTubeName
527
+
528
+      },getDialyzer:function (id) {
529
+        var dialyzer = this.$store.getters.dialyzer;
530
+        var dialyzerName = "";
531
+        for (let i = 0; i < dialyzer.length; i++) {
532
+          if (dialyzer[i].id == id) {
533
+            dialyzerName = dialyzer[i].name
534
+          }
535
+        }
536
+        return dialyzerName
537
+      }
393 538
       // setRecord(record) {
394 539
       //   if (record == null) {
395 540
       //     this.info1[0].content = ""

+ 305 - 170
src/pages/main/today/assessmentBefore.vue View File

@@ -1,17 +1,18 @@
1 1
 <template>
2 2
   <div class="plate-box">
3
-    <h2 class="title"><span class="line"></span><p>{{title}}</p><span class="line"></span> </h2> 
4
-    <div class="plate " >   
3
+    <h2 class="title"><span class="line"></span>
4
+      <p>{{title}}</p><span class="line"></span></h2>
5
+    <div class="plate ">
5 6
       <ul>
6 7
         <li>
7 8
           <label>透前体重 : </label>
8 9
           <span class="content">{{ weight_before?weight_before:'' }}</span>
9
-          <span class="unit">{{ weight_before?"kg":'' }}</span>
10
+          <span class="unit">{{ weight_before?'kg':'' }}</span>
10 11
         </li>
11 12
         <li>
12 13
           <label>收缩压 : </label>
13
-          <span class="content">{{ systolic_blood_pressure?systolic_blood_pressure:""}}</span>
14
-          <span class="unit">{{ systolic_blood_pressure?"mmHg":""}}</span>
14
+          <span class="content">{{ systolic_blood_pressure?systolic_blood_pressure:''}}</span>
15
+          <span class="unit">{{ systolic_blood_pressure?'mmHg':''}}</span>
15 16
         </li>
16 17
         <li>
17 18
           <label>前次透析后: </label>
@@ -28,7 +29,7 @@
28 29
         <li>
29 30
           <label>干体重 : </label>
30 31
           <span class="content">{{ dry_weight?dry_weight:''}}</span>
31
-          <span class="unit">{{ dry_weight?"kg":''}}</span>
32
+          <span class="unit">{{ dry_weight?'kg':''}}</span>
32 33
         </li>
33 34
         <li>
34 35
           <label>舒张压 : </label>
@@ -50,12 +51,12 @@
50 51
         <li>
51 52
           <label>体温 : </label>
52 53
           <span class="content">{{ temperature?temperature:''}}</span>
53
-          <span class="unit">{{ temperature?"℃":''}}</span>
54
+          <span class="unit">{{ temperature?'℃':''}}</span>
54 55
         </li>
55 56
         <li>
56 57
           <label>心率 : </label>
57 58
           <span class="content">{{ pulse_frequency?pulse_frequency:''}}</span>
58
-          <span class="unit">{{ pulse_frequency?"次/分":''}}</span>
59
+          <span class="unit">{{ pulse_frequency?'次/分':''}}</span>
59 60
         </li>
60 61
         <li>
61 62
           <label>透析前症状 : </label>
@@ -64,191 +65,325 @@
64 65
         </li>
65 66
         <li style="height: 0.6rem;">
66 67
           <label>出血</label>
67
-          <span class="content">{{ is_hemorrhage ? hemorrhage + ";" + hemorrhage_other : "无" }}</span>
68
+          <span class="content">{{ is_hemorrhage ? hemorrhage + ';' + hemorrhage_other : '无' }}</span>
68 69
           <span class="unit"> </span>
69 70
         </li>
70 71
       </ul>
72
+
73
+
74
+      <ul v-if="this.$store.getters.user.template_info.template_id == 2">
75
+        <li>
76
+          <label>透析频次: </label>
77
+          <span class="content">{{dialysis_count?dialysis_count:''}}</span>
78
+          <span class="unit">{{ dialysis_count?'次/周':''}}</span>
79
+        </li>
80
+        <li>
81
+          <label>血管通路(内瘘) : </label>
82
+          <span class="content">{{blood_access_internal_fistula}}</span>
83
+        </li>
84
+        <li>
85
+          <label>血管杂音 : </label>
86
+          <span class="content">{{getBloodAccessNoise(this.record.blood_access_noise)}}</span>
87
+        </li>
88
+
89
+        <li>
90
+          <label>穿刺方式 : </label>
91
+          <span class="content">{{getWay(this.record.puncture_way)}}</span>
92
+        </li>
93
+      </ul>
94
+
95
+      <ul v-if="this.$store.getters.user.template_info.template_id == 2">
96
+        <li style="height: 0.6rem;">
97
+          <label>中心静脉置管</label>
98
+          <span class="content">{{getVenousCatheterization(this.record.venous_catheterization)}}</span>
99
+          <span class="unit"> </span>
100
+        </li>
101
+        <li style="height: 0.6rem;">
102
+          <label>位置</label>
103
+          <span class="content" v-if="this.record.venous_catheterization_part != -1">{{getVenousCatheterizationPart(this.record.venous_catheterization_part)}}</span>
104
+          <span class="content" v-if="this.record.venous_catheterization_part == -1">{{venous_catheterization_part_other}}</span>
105
+        </li>
106
+        <li>
107
+          <label>中心静脉导管: </label>
108
+          <span class="content">{{this.record.ductus_arantii}}</span>
109
+        </li>
110
+        <li>
111
+          <label>急诊: </label>
112
+          <span class="content" v-if="this.record.emergency_treatment != -1">{{getEmergencyTreatment(this.record.emergency_treatment)}}</span>
113
+          <span class="content" v-if="this.record.emergency_treatment == -1">{{emergency_treatment_other}}</span>
114
+        </li>
115
+      </ul>
71 116
     </div>
72 117
     <div class="note">备注 : <span>{{remark}}</span></div>
73
-    <!-- <div class="note">处方医生 : {{doctor}}</div> -->
74
-  </div>    
118
+  </div>
75 119
 </template>
76 120
 
77 121
 <script>
78
-export default {
79
-  name: "assessmentBefore",
80
-  data() {
81
-    return {
82
-      title: "透前评估 ",
83
-      // note: "",
84
-      // doctor: "刘小军  医生",
85
-      // info1: [
86
-      //   { value: "1", label: "透前体重 : ", content: "0", unit: "kg" },
87
-      //   { value: "2", label: "收缩压 : ", content: "0", unit: "mmHg" },
88
-      //   { value: "3", label: "前次透析后: ", content: "", unit: "" },
89
-      //   { value: "4", label: " ", content: " ", unit: "" }
90
-      // ],
91
-      // info2: [
92
-      //   { value: "1", label: "附加物重 : ", content: "0", unit: "kg" },
93
-      //   { value: "2", label: "舒张压 : ", content: "0", unit: "mmHg" },
94
-      //   { value: "3", label: "透析期间 : ", content: "", unit: "" },
95
-      //   { value: "4", label: "导管 : ", content: "", unit: "" }
96
-      // ],
97
-      // info3: [
98
-      //   { value: "1", label: "体温 : ", content: "0", unit: "℃" },
99
-      //   { value: "2", label: "心率 : ", content: "0", unit: "次/分" },
100
-      //   { value: "3", label: "透析前症状 : ", content: "", unit: "" },
101
-      //   { value: "4", label: "合并症: ", content: "", unit: "" }
102
-      // ]
103
-    };
104
-  },
105
-  props: {
106
-    record: {
107
-      type: Object
108
-    }
109
-  },
110
-  computed: {
111
-    weight_before: function() {
112
-      if (this.record == null || this.record.id == "") {
113
-        return "-"
114
-      }
115
-      return this.record.weight_before
116
-    },
117
-    systolic_blood_pressure: function() {
118
-      if (this.record == null || this.record.id == "") {
119
-        return "-"
120
-      }
121
-      return this.record.systolic_blood_pressure
122
-    },
123
-    last_post_dialysis: function() {
124
-      if (this.record == null || this.record.id == "") {
125
-        return "-"
126
-      }
127
-      return this.record.last_post_dialysis
128
-    },
129
-    
130
-    dry_weight: function() {
131
-      if (this.record == null || this.record.id == "") {
132
-        return "-"
133
-      }
134
-      return this.record.dry_weight
135
-    },
136
-    diastolic_blood_pressure: function() {
137
-      if (this.record == null || this.record.id == "") {
138
-        return "-"
139
-      }
140
-      return this.record.diastolic_blood_pressure
141
-    },
142
-    dialysis_interphase: function() {
143
-      if (this.record == null || this.record.id == "") {
144
-        return "-"
145
-      }
146
-      return this.record.dialysis_interphase
147
-    },
148
-    catheter: function() {
149
-      if (this.record == null || this.record.id == "") {
150
-        return "-"
151
-      }
152
-      return this.record.catheter
153
-    },
122
+  export default {
123
+    name: 'assessmentBefore',
124
+    data () {
125
+      return {
126
+        title: '透前评估 ',
154 127
 
155
-    temperature: function() {
156
-      if (this.record == null || this.record.id == "") {
157
-        return "-"
158
-      }
159
-      return this.record.temperature
160
-    },
161
-    pulse_frequency: function() {
162
-      if (this.record == null || this.record.id == "") {
163
-        return "-"
164
-      }
165
-      return this.record.pulse_frequency
166
-    },
167
-    symptom_before_dialysis: function() {
168
-      if (this.record == null || this.record.id == "") {
169
-        return "-"
170
-      }
171
-      return this.record.symptom_before_dialysis
172
-    },
173
-    complication: function() {
174
-      if (this.record == null || this.record.id == "") {
175
-        return "-"
176
-      }
177
-      return this.record.complication
178
-    },
179
-    internal_fistula: function() {
180
-      if (this.record == null || this.record.id == "") {
181
-        return "-"
182 128
       }
183
-      return this.record.internal_fistula
184 129
     },
185
-    is_hemorrhage: function() {
186
-      if (this.record == null || this.record.id == "") {
187
-        return false
130
+    props: {
131
+      record: {
132
+        type: Object
188 133
       }
189
-      return this.record.is_hemorrhage == 1
190 134
     },
191
-    hemorrhage: function() {
192
-      if (this.record == null || this.record.id == "") {
193
-        return "-"
194
-      }
195
-      return this.record.hemorrhage
196
-    },
197
-    hemorrhage_other: function() {
198
-      if (this.record == null || this.record.id == "") {
199
-        return "-"
135
+    computed: {
136
+      weight_before: function () {
137
+        if (this.record == null || this.record.id == '') {
138
+          return '-'
139
+        }
140
+        return this.record.weight_before
141
+      },
142
+      systolic_blood_pressure: function () {
143
+        if (this.record == null || this.record.id == '') {
144
+          return '-'
145
+        }
146
+        return this.record.systolic_blood_pressure
147
+      },
148
+      last_post_dialysis: function () {
149
+        if (this.record == null || this.record.id == '') {
150
+          return '-'
151
+        }
152
+        return this.record.last_post_dialysis
153
+      },
154
+
155
+      dry_weight: function () {
156
+        if (this.record == null || this.record.id == '') {
157
+          return '-'
158
+        }
159
+        return this.record.dry_weight
160
+      },
161
+      diastolic_blood_pressure: function () {
162
+        if (this.record == null || this.record.id == '') {
163
+          return '-'
164
+        }
165
+        return this.record.diastolic_blood_pressure
166
+      },
167
+      dialysis_interphase: function () {
168
+        if (this.record == null || this.record.id == '') {
169
+          return '-'
170
+        }
171
+        return this.record.dialysis_interphase
172
+      },
173
+      catheter: function () {
174
+        if (this.record == null || this.record.id == '') {
175
+          return '-'
176
+        }
177
+        return this.record.catheter
178
+      },
179
+
180
+      temperature: function () {
181
+        if (this.record == null || this.record.id == '') {
182
+          return '-'
183
+        }
184
+        return this.record.temperature
185
+      },
186
+      pulse_frequency: function () {
187
+        if (this.record == null || this.record.id == '') {
188
+          return '-'
189
+        }
190
+        return this.record.pulse_frequency
191
+      },
192
+      symptom_before_dialysis: function () {
193
+        if (this.record == null || this.record.id == '') {
194
+          return '-'
195
+        }
196
+        return this.record.symptom_before_dialysis
197
+      },
198
+      complication: function () {
199
+        if (this.record == null || this.record.id == '') {
200
+          return '-'
201
+        }
202
+        return this.record.complication
203
+      },
204
+      internal_fistula: function () {
205
+        if (this.record == null || this.record.id == '') {
206
+          return '-'
207
+        }
208
+        return this.record.internal_fistula
209
+      },
210
+      is_hemorrhage: function () {
211
+        if (this.record == null || this.record.id == '') {
212
+          return false
213
+        }
214
+        return this.record.is_hemorrhage == 1
215
+      },
216
+      hemorrhage: function () {
217
+        if (this.record == null || this.record.id == '') {
218
+          return '-'
219
+        }
220
+        return this.record.hemorrhage
221
+      },
222
+      hemorrhage_other: function () {
223
+        if (this.record == null || this.record.id == '') {
224
+          return '-'
225
+        }
226
+        return this.record.hemorrhage_other
227
+      },
228
+
229
+      remark: function () {
230
+        if (this.record == null || this.record.id == '') {
231
+          return ''
232
+        }
233
+        return this.record.remark
234
+      }, dialysis_count: function () {
235
+        if (this.record == null || this.record.id == '') {
236
+          return '-'
237
+        }
238
+        return this.record.dialysis_count
239
+      }, internal_fistula_other: function () {
240
+        if (this.record == null || this.record.id == '') {
241
+          return '-'
242
+        }
243
+        return this.record.internal_fistula_other
244
+      },venous_catheterization_part_other:function () {
245
+        if (this.record == null || this.record.id == '') {
246
+          return '-'
247
+        }
248
+        return this.record.venous_catheterization_part_other
249
+
250
+      },emergency_treatment_other:function () {
251
+        if (this.record == null || this.record.id == '') {
252
+          return '-'
253
+        }
254
+        return this.record.emergency_treatment_other
255
+      },blood_access_internal_fistula:function () {
256
+
257
+        var name1 = ""
258
+        var name2 = ""
259
+
260
+        if (this.record == null || this.record.id == '') {
261
+          return '-'
262
+        }
263
+        if(this.record.blood_access_internal_fistula == undefined){
264
+          name1 = ""
265
+        }else{
266
+
267
+          name1 = this.record.blood_access_internal_fistula+","
268
+
269
+        }
270
+        if(this.record.internal_fistula_other == undefined){
271
+          name2 = ""
272
+        }else{
273
+          name2 = this.record.internal_fistula_other
274
+        }
275
+
276
+        return name1+name2
200 277
       }
201
-      return this.record.hemorrhage_other
202 278
     },
203
-    
204
-    remark: function() {
205
-      if (this.record == null || this.record.id == "") {
206
-        return ""
279
+    methods: {
280
+      getBloodAccessInternalFistula: function (id) {
281
+        var BloodAccessInternalFistulaOptions = this.$store.getters.blood_access_internal_fistula;
282
+        var BloodAccessInternalFistulaName = "";
283
+        for (let i = 0; i < BloodAccessInternalFistulaOptions.length; i++){
284
+          if(BloodAccessInternalFistulaOptions[i].id == id){
285
+            BloodAccessInternalFistulaName =    BloodAccessInternalFistulaOptions[i].name
286
+          }
287
+        }
288
+        return BloodAccessInternalFistulaName
289
+      },
290
+      getBloodAccessNoise: function (id) {
291
+        var BloodAccessNoiseOptions = this.$store.getters.blood_access_noise;
292
+        var BloodAccessNoiseName = "";
293
+        for (let i = 0; i < BloodAccessNoiseOptions.length; i++){
294
+          if(BloodAccessNoiseOptions[i].id == id){
295
+            BloodAccessNoiseName =    BloodAccessNoiseOptions[i].name
296
+          }
297
+        }
298
+        return BloodAccessNoiseName
299
+      },getVenousCatheterization:function (id) {
300
+        var VenousCatheterizationOptions = this.$store.getters.venous_catheterization;
301
+        var VenousCatheterizationName = "";
302
+        for (let i = 0; i < VenousCatheterizationOptions.length; i++){
303
+          if(VenousCatheterizationOptions[i].id == id){
304
+            VenousCatheterizationName =    VenousCatheterizationOptions[i].name
305
+          }
306
+        }
307
+        return VenousCatheterizationName
308
+      },getWay:function (id) {
309
+        var PunctureWayOptions = this.$store.getters.puncture_way;
310
+        var PunctureWayOptionsName = "";
311
+        for (let i = 0; i < PunctureWayOptions.length; i++){
312
+          if(PunctureWayOptions[i].id == id){
313
+            PunctureWayOptionsName =    PunctureWayOptions[i].name
314
+          }
315
+        }
316
+        return PunctureWayOptionsName
317
+
318
+      },getVenousCatheterizationPart:function (id) {
319
+        var venousCatheterizationPartOptions = this.$store.getters.venous_catheterization_part;
320
+        var venousCatheterizationPartName = "";
321
+        for (let i = 0; i < venousCatheterizationPartOptions.length; i++){
322
+          if(venousCatheterizationPartOptions[i].id == id){
323
+            venousCatheterizationPartName =    venousCatheterizationPartOptions[i].name
324
+          }
325
+        }
326
+        return venousCatheterizationPartName
327
+      },getDuctusArantii:function (id) {
328
+        var ductusArantiiOptions = this.$store.getters.ductus_arantii;
329
+        var ductusArantiiOptionsName = "";
330
+        for (let i = 0; i < ductusArantiiOptions.length; i++){
331
+          if(ductusArantiiOptions[i].id == id){
332
+            ductusArantiiOptionsName =    ductusArantiiOptions[i].name
333
+          }
334
+        }
335
+        return ductusArantiiOptionsName
336
+      },getEmergencyTreatment:function (id) {
337
+        var emergencyTreatmentOptions = this.$store.getters.emergency_treatment;
338
+        var emergencyTreatmentName = "";
339
+        for (let i = 0; i < emergencyTreatmentOptions.length; i++){
340
+          if(emergencyTreatmentOptions[i].id == id){
341
+            emergencyTreatmentName =    emergencyTreatmentOptions[i].name
342
+          }
343
+        }
344
+        return emergencyTreatmentName
345
+
207 346
       }
208
-      return this.record.remark
209
-    }
210
-  },
211
-  methods: {
212
-    // setRecord(record) {
213
-    //   if (record == null) {
214
-    //     this.info1[0].content = "0"
215
-    //     this.info1[1].content = "0"
216
-    //     this.info1[2].content = "0"
217
-    //     // this.info1[3].content = ""
347
+      // setRecord(record) {
348
+      //   if (record == null) {
349
+      //     this.info1[0].content = "0"
350
+      //     this.info1[1].content = "0"
351
+      //     this.info1[2].content = "0"
352
+      //     // this.info1[3].content = ""
353
+
354
+      //     this.info2[0].content = "0"
355
+      //     this.info2[1].content = "0"
356
+      //     this.info2[2].content = ""
357
+      //     this.info2[3].content = ""
218 358
 
219
-    //     this.info2[0].content = "0"
220
-    //     this.info2[1].content = "0"
221
-    //     this.info2[2].content = ""
222
-    //     this.info2[3].content = ""
359
+      //     this.info3[0].content = "0"
360
+      //     this.info3[1].content = "0"
361
+      //     this.info3[2].content = ""
362
+      //     this.info3[3].content = ""
223 363
 
224
-    //     this.info3[0].content = "0"
225
-    //     this.info3[1].content = "0"
226
-    //     this.info3[2].content = ""
227
-    //     this.info3[3].content = ""
364
+      //     this.note = ""
228 365
 
229
-    //     this.note = ""
230
-        
231
-    //   } else {
232
-    //     this.info1[0].content = record.weight_before
233
-    //     this.info1[1].content = record.systolic_blood_pressure
234
-    //     this.info1[2].content = record.last_post_dialysis
235
-    //     // this.info1[3].content = ""
366
+      //   } else {
367
+      //     this.info1[0].content = record.weight_before
368
+      //     this.info1[1].content = record.systolic_blood_pressure
369
+      //     this.info1[2].content = record.last_post_dialysis
370
+      //     // this.info1[3].content = ""
236 371
 
237
-    //     this.info2[0].content = record.additional_weight
238
-    //     this.info2[1].content = record.diastolic_blood_pressure
239
-    //     this.info2[2].content = record.dialysis_interphase
240
-    //     this.info2[3].content = record.catheter
372
+      //     this.info2[0].content = record.additional_weight
373
+      //     this.info2[1].content = record.diastolic_blood_pressure
374
+      //     this.info2[2].content = record.dialysis_interphase
375
+      //     this.info2[3].content = record.catheter
241 376
 
242
-    //     this.info3[0].content = record.temperature
243
-    //     this.info3[1].content = record.breathing_rate
244
-    //     this.info3[2].content = record.symptom_before_dialysis
245
-    //     this.info3[3].content = record.complication
377
+      //     this.info3[0].content = record.temperature
378
+      //     this.info3[1].content = record.breathing_rate
379
+      //     this.info3[2].content = record.symptom_before_dialysis
380
+      //     this.info3[3].content = record.complication
246 381
 
247
-    //     this.note = record.remark
248
-    //   }
249
-    // }
382
+      //     this.note = record.remark
383
+      //   }
384
+      // }
385
+    }
250 386
   }
251
-};
252 387
 </script>
253 388
 
254 389
 <style rel="stylesheet/scss" lang="scss" scoped>

+ 11 - 4
src/pages/main/today/detailsInfo.vue View File

@@ -21,8 +21,8 @@ x<template>
21 21
         <span>{{patient.gender == 1 ? "男" : "女"}}</span>
22 22
       </li>
23 23
       <li>
24
-        <label>出生 : </label>
25
-        <span>{{birthday}}</span>
24
+        <label>年龄 : </label>
25
+        <span>{{age}}</span>
26 26
       </li>
27 27
       <li>
28 28
         <label>透析号 : </label>
@@ -108,8 +108,15 @@ export default {
108 108
       return parseTime(this.$route.query.date, "{y}/{m}/{d}");
109 109
 
110 110
     },
111
-    birthday: function() {
112
-      return parseTime(this.patient.birthday, "{y}/{m}/{d}");
111
+    age: function() {
112
+      var str =  parseTime(this.patient.birthday, "{y}/{m}/{d}");
113
+      var r = str.match(/^(\d{1,4})(-|\/)(\d{1,2})\2(\d{1,2})$/);
114
+      if (r == null) return false;
115
+      var d =new Date(r[1],r[3]-1,r[4]);
116
+      if (d.getFullYear()==r[1]&&(d.getMonth()+1)==r[3]&&d.getDate()==r[4]){
117
+        var Y = new Date().getFullYear();
118
+        return((Y-r[1])+"周岁");
119
+      }
113 120
     },
114 121
     source: function() {
115 122
       return this.patient.source == 1 ? "门诊" : "住院";

+ 86 - 9
src/pages/main/today/dialysisPrescription.vue View File

@@ -1,7 +1,7 @@
1 1
 <template>
2 2
   <div class="plate-box">
3
-    <h2 class="title"><span class="line"></span><p>{{title}}</p><span class="line"></span> </h2> 
4
-    <div class="plate">   
3
+    <h2 class="title"><span class="line"></span><p>{{title}}</p><span class="line"></span> </h2>
4
+    <div class="plate">
5 5
       <ul>
6 6
         <li>
7 7
           <label>透析模式 : </label>
@@ -99,20 +99,47 @@
99 99
           <span class="content">{{conductivity != '0'?conductivity:""}}</span>
100 100
           <span class="unit">{{conductivity != '0'?"mS/cm":""}}</span>
101 101
         </li>
102
-
102
+      </ul>
103
+      <ul>
103 104
         <li>
104 105
           <label>透析器/灌流器 : </label>
105 106
           <span class="content">{{dialyzer_perfusion_apparatus}}</span>
106 107
           <span class="unit"></span>
107 108
         </li>
108
-        <!-- <li>
109
-          <label></label>
110
-          <span class="content">&nbsp;</span>
111
-        </li> -->
109
+        <li v-if="this.$store.getters.user.template_info.template_id == 2">
110
+          <label>体液过多症状: </label>
111
+          <span class="content">{{body_fluid}}</span>
112
+          <span class="unit"></span>
113
+        </li>
114
+        <li v-if="this.$store.getters.user.template_info.template_id == 2">
115
+          <label>透析前使用特殊药物: </label>
116
+          <span class="content">{{special_medicine}}</span>
117
+          <span class="unit"></span>
118
+        </li>
119
+        <li v-if="this.$store.getters.user.template_info.template_id == 2&&this.prescription.special_medicine == 4">
120
+          <label>透析前使用其他特殊药物: </label>
121
+          <span class="content">{{special_medicine_other}}</span>
122
+          <span class="unit"></span>
123
+        </li>
124
+        <li v-if="this.$store.getters.user.template_info.template_id == 2">
125
+          <label>置换液: </label>
126
+          <span class="content">{{displace_liqui}}</span>
127
+          <span class="unit"></span>
128
+        </li>
129
+        <li v-if="this.$store.getters.user.template_info.template_id == 2">
130
+          <label>血管通路: </label>
131
+          <span class="content">{{blood_access}}</span>
132
+          <span class="unit"></span>
133
+        </li>
134
+        <li v-if="this.$store.getters.user.template_info.template_id == 2">
135
+          <label>实际超滤量: </label>
136
+          <span class="content">{{ultrafiltration != '0'? ultrafiltration:''}}</span>
137
+          <span class="unit">{{ultrafiltration != '0'?"ml":""}}</span>
138
+
139
+        </li>
112 140
       </ul>
113 141
     </div>
114 142
     <div class="note">备注 : <span>{{note}}</span></div>
115
-    <!-- <div class="note">处方医生 : {{doctor}}</div> -->
116 143
   </div>
117 144
 </template>
118 145
 
@@ -269,6 +296,56 @@ export default {
269 296
     },
270 297
     note: function() {
271 298
       return this.getValueStr("remark", "remark")
299
+    },body_fluid:function () {
300
+      var id =  this.getValueStr("body_fluid", "body_fluid")
301
+      if(id == 0){
302
+        return ""
303
+      }
304
+      var bodyFluidOptions = this.$store.getters.body_fluid;
305
+      for (let i = 0; i <bodyFluidOptions.length; i++){
306
+        if(bodyFluidOptions[i].id == id){
307
+          return bodyFluidOptions[i].name
308
+        }
309
+      }
310
+    },special_medicine:function () {
311
+      var id =  this.getValueStr("special_medicine", "special_medicine")
312
+      if(id == 0){
313
+        return ""
314
+      }
315
+      var special_medicine = this.$store.getters.special_medicine;
316
+      for (let i = 0; i <special_medicine.length; i++){
317
+        if(special_medicine[i].id == id){
318
+          return special_medicine[i].name
319
+        }
320
+      }
321
+    },special_medicine_other:function () {
322
+      return this.getValueStr("special_medicine_other", "special_medicine_other")
323
+    },blood_access:function () {
324
+      var id =  this.getValueStr("blood_access", "blood_access")
325
+      if(id == 0){
326
+        return ""
327
+      }
328
+      var blood_access = this.$store.getters.blood_access;
329
+      for (let i = 0; i <blood_access.length; i++){
330
+        if(blood_access[i].id == id){
331
+          return blood_access[i].name
332
+        }
333
+      }
334
+    },displace_liqui:function () {
335
+      var id =  this.getValueStr("displace_liqui_part", "displace_liqui_part")
336
+      var displace_liqui_value =  this.getValueStr("displace_liqui_value", "displace_liqui_value")
337
+      var displace_liqui_part = ""
338
+      var displace_liqui = this.$store.getters.displace_liqui;
339
+      for (let i = 0; i <displace_liqui.length; i++){
340
+        if(displace_liqui[i].id == id){
341
+           displace_liqui_part = displace_liqui[i].name
342
+        }
343
+      }
344
+      return displace_liqui_part + displace_liqui_value+"L"
345
+
346
+    },ultrafiltration:function () {
347
+      var v = this.getValueStr("ultrafiltration", "ultrafiltration")
348
+      return v.length == 0 ? "0" : v
272 349
     }
273 350
   },
274 351
   created() {
@@ -279,7 +356,7 @@ export default {
279 356
       map[p.id] = p
280 357
     }
281 358
     this.perfusion_apparatus_map = map
282
-    
359
+
283 360
     var dialysateFormulationOptions = getDataConfig('hemodialysis','dialysate_formulation');
284 361
     for(var index in dialysateFormulationOptions){
285 362
       this.dialysateFormulationMap[dialysateFormulationOptions[index].id] = dialysateFormulationOptions[index];

+ 4 - 5
src/pages/monitoring/index.vue View File

@@ -37,10 +37,9 @@
37 37
       <van-list
38 38
         v-model="loading"
39 39
         :finished="finished"
40
-        finished-text="没有更多了"
41 40
         @load="onLoad"
42 41
       >
43
-      <div class="blueBorder"></div>      
42
+      <div class="blueBorder"></div>
44 43
         <table class="table"  >
45 44
           <tr>
46 45
             <th width="8%">机号</th>
@@ -60,7 +59,7 @@
60 59
             <td width="9%"></td>
61 60
             <td width="13%"></td>
62 61
             <td width="10%"></td>
63
-            <td width="9%"></td>  
62
+            <td width="9%"></td>
64 63
             <td width="14%"></td>
65 64
             <td width="27%"></td>
66 65
           </tr>
@@ -379,7 +378,7 @@ export default {
379 378
       @include text-align;
380 379
       @include justify-content-between;
381 380
       padding: 0.3rem 0;
382
-      
381
+
383 382
       .iconfont {
384 383
         margin: 0 0.1rem;
385 384
       }
@@ -397,7 +396,7 @@ export default {
397 396
   width: 100%;
398 397
 }
399 398
 .van-list{
400
-  padding-top:115px; 
399
+  padding-top:115px;
401 400
   background: #fff;
402 401
   min-height: calc(100vh - 1px);
403 402
 }

+ 24 - 2
src/store/index.js View File

@@ -35,12 +35,34 @@ const getters = {
35 35
   internal_fistula_tremor_ac: state => state.global_config.internal_fistula_tremor_ac,
36 36
   patient_gose: state => state.global_config.patient_gose,
37 37
   observation_content: state => state.global_config.observation_content,
38
+  body_fluid: state => state.global_config.body_fluid,
39
+  special_medicine: state => state.global_config.special_medicine,
40
+  blood_access: state => state.global_config.blood_access,
41
+  displace_liqui: state => state.global_config.displace_liqui,
42
+
43
+  blood_access_internal_fistula: state => state.global_config.blood_access_internal_fistula,
44
+  blood_access_noise: state => state.global_config.blood_access_noise,
45
+  puncture_way: state => state.global_config.puncture_way,
46
+  venous_catheterization: state => state.global_config.venous_catheterization,
47
+  venous_catheterization_part: state => state.global_config.venous_catheterization_part,
48
+  ductus_arantii: state => state.global_config.ductus_arantii,
49
+  emergency_treatment: state => state.global_config.emergency_treatment,
50
+
51
+
52
+  dialysis_process: state => state.global_config.dialysis_process,
53
+  in_advance_reason: state => state.global_config.in_advance_reason,
54
+  hemostasis_opera: state => state.global_config.hemostasis_opera,
55
+  tremor_noise: state => state.global_config.tremor_noise,
56
+  disequilibrium_syndrome: state => state.global_config.disequilibrium_syndrome,
57
+  disequilibrium_syndrome_option: state => state.global_config.disequilibrium_syndrome_option,
58
+  arterial_tube: state => state.global_config.arterial_tube,
59
+  intravenous_tube: state => state.global_config.intravenous_tube,
60
+  dialyzer: state => state.global_config.dialyzer,
38 61
 
39 62
 
40 63
   dialysis_duration: state => state.global_config.dialysis_duration,
41 64
   last_dialysis_after: state => state.global_config.last_dialysis_after,
42 65
   dialysis_before: state => state.global_config.dialysis_before,
43
-  internal_fistula: state => state.global_config.internal_fistula,
44 66
   catheter: state => state.global_config.catheter,
45 67
   complication: state => state.global_config.complication,
46 68
   cruor: state => state.global_config.cruor,
@@ -60,7 +82,7 @@ const getters = {
60 82
   app: state => state.app,
61 83
   configlist: state => state.data.configlist,
62 84
 
63
-  
85
+
64 86
 }
65 87
 
66 88
 const store = new Vuex.Store({

+ 114 - 0
src/store/modules/globalConfig.js View File

@@ -540,11 +540,125 @@ const global_config = {
540 540
       {id: 3, name: "红"},
541 541
       {id: 4, name: "肿"},
542 542
     ],
543
+    body_fluid:[
544
+      {id: 1, name: "无"},
545
+      {id: 2, name: "下肢水肿+"},
546
+      {id: 3, name: "下肢水肿++"},
547
+      {id: 4, name: "下肢水肿+++"},
548
+    ],
549
+    special_medicine:[
550
+      {id: 1, name: "无"},
551
+      {id: 2, name: "降压药"},
552
+      {id: 3, name: "抗凝"},
553
+      {id: 4, name: "其他"},
554
+    ],
555
+    blood_access:[
556
+      {id: 1, name: "内瘘"},
557
+      {id: 2, name: "直穿"},
558
+      {id: 3, name: "导管"},
559
+    ],
560
+    displace_liqui:[
561
+      {id: 1, name: "前稀释"},
562
+      {id: 2, name: "后稀释"},
563
+    ],
564
+
565
+    blood_access_internal_fistula:[
566
+      {id: 1, name: "正常"},
567
+      {id: 2, name: "震颤"},
568
+      {id: 3, name: "堵塞"},
569
+      {id: 4, name: "血肿"},
570
+      {id: 5, name: "淤血"},
571
+      {id: 6, name: "感染"},
572
+    ],
573
+    blood_access_noise:[
574
+      {id: 1, name: "存在"},
575
+      {id: 2, name: "不存在"},
576
+      {id: 3, name: "减弱"},
577
+    ],
578
+    puncture_way:[
579
+      {id: 1, name: "绳梯"},
580
+      {id: 2, name: "扣眼"},
581
+      {id: 3, name: "区域"},
582
+    ],
583
+    venous_catheterization:[
584
+      {id: 1, name: "长期"},
585
+      {id: 2, name: "临时"},
586
+    ],
587
+    venous_catheterization_part:[
588
+      {id: 1, name: "锁骨下"},
589
+      {id: 2, name: "颈静脉"},
590
+      {id: 3, name: "股静脉"},
591
+    ],
592
+    ductus_arantii:[
593
+      {id: 1, name: "正常"},
594
+      {id: 2, name: "不畅"},
595
+      {id: 3, name: "血流不足(正接)"},
596
+      {id: 4, name: "血流不足(反接)"},
597
+      {id: 5, name: "血栓"},
598
+      {id: 6, name: "缝线脱落"},
599
+      {id: 7, name: "导管脱落"},
600
+      {id: 8, name: "感染"},
601
+      {id: 9, name: "破损"},
602
+    ],
603
+    dialysis_process:[
604
+      {id: 1, name: "完成"},
605
+      {id: 2, name: "提前"},
606
+    ],
543 607
 
608
+    in_advance_reason:[
609
+      {id: 1, name: "心梗"},
610
+      {id: 2, name: "心率失常"},
611
+      {id: 3, name: "低血压"},
612
+      {id: 4, name: "血流不止"},
613
+    ],
614
+    hemostasis_opera:[
615
+      {id: 1, name: "需要护士"},
616
+      {id: 2, name: "他人协助"},
617
+      {id: 3, name: "自己压迫"},
618
+    ],
619
+    tremor_noise:[
620
+      {id: 1, name: "存在"},
621
+      {id: 2, name: "不存在"},
622
+      {id: 3, name: "减弱"},
623
+    ],
624
+    disequilibrium_syndrome:[
625
+      {id: 1, name: "无"},
626
+      {id: 2, name: "有"},
627
+    ],
628
+    disequilibrium_syndrome_option:[
629
+      {id: 1, name: "头晕"},
630
+      {id: 2, name: "头痛"},
631
+      {id: 3, name: "呕吐"},
632
+      {id: 4, name: "低血压"},
633
+    ],
634
+    arterial_tube:[
635
+      {id: 1, name: "动脉管道0"},
636
+      {id: 2, name: "动脉管道+"},
637
+      {id: 3, name: "动脉管道++"},
638
+      {id: 4, name: "动脉管道+++"},
639
+    ],
640
+    intravenous_tube:[
641
+      {id: 1, name: "静脉管道0"},
642
+      {id: 2, name: "静脉管道+"},
643
+      {id: 3, name: "静脉管道++"},
644
+      {id: 4, name: "静脉管道+++"},
645
+    ],
646
+    dialyzer:[
647
+      {id: 1, name: "透析器0"},
648
+      {id: 2, name: "透析器+"},
649
+      {id: 3, name: "透析器++"},
650
+      {id: 4, name: "透析器+++"},
651
+    ],
544 652
     // 导管打折
545 653
     catheter_bend: [
546 654
       {id: 1, name: "有"},
547 655
       {id: 2, name: "无"},
656
+    ],
657
+    emergency_treatment:[
658
+
659
+      {id: 1, name: '急性心衰'},
660
+      {id: 2, name: "高血钾"},
661
+      {id: 3, name: "重症酸中毒"},
548 662
     ]
549 663
   },
550 664
   mutations: {

+ 13 - 0
src/store/user/user.js View File

@@ -32,6 +32,11 @@ const user = {
32 32
 			period_start: 0,
33 33
 			period_end: 0,
34 34
 			state: 3,
35
+    },
36
+    template_info:{
37
+      id: 0,
38
+      org_id:0,
39
+      template_id:0,
35 40
     }
36 41
   },
37 42
 
@@ -70,6 +75,10 @@ const user = {
70 75
       state.serve.status = serve.status
71 76
       state.serve.start = serve.start
72 77
       state.serve.end = serve.end
78
+    },SET_TEMPLATE:(state, template_info) =>{
79
+      state.template_info.id = template_info.id
80
+      state.template_info.org_id = template_info.org_id
81
+      state.template_info.template_id = template_info.template_id
73 82
     }
74 83
   },
75 84
 
@@ -78,9 +87,13 @@ const user = {
78 87
       var user = userInfo.user
79 88
       var org = userInfo.org
80 89
       var subscibe = userInfo.subscibe
90
+      var template_info = userInfo.template_info
91
+
81 92
       commit("SET_USER", user)
82 93
       commit("SET_ORG", org)
83 94
       commit("SET_SUBSCIBE", subscibe)
95
+      commit("SET_TEMPLATE", template_info)
96
+
84 97
     },
85 98
     SwitchRoleTypeToDoctor({commit}) {
86 99
       commit("SET_ROLE_TYPE", 1)