|
@@ -94,40 +94,97 @@
|
94
|
94
|
</div>
|
95
|
95
|
</div>
|
96
|
96
|
|
97
|
|
- <el-dialog title="新增阶段小结" width="80%" top="5vh" :visible.sync="show_dialog">
|
|
97
|
+ <!-- <el-dialog title="新增住院小结" width="50%" :visible.sync="show_dialog">
|
98
|
98
|
<div>
|
99
|
99
|
<div class="new_record_form">
|
100
|
100
|
<div class="cell clearfix">
|
101
|
|
- <el-form-item lable="入院时间:">
|
102
|
|
- <el-date-picker v-model="form.admission_time" prefix-icon="el-icon-date" :editable="false" style="width: 196px;"
|
103
|
|
- type="date" placeholder="选择日期时间" align="right" format="yyyy-MM-dd"
|
104
|
|
- value-format="yyyy-MM-dd" @change="startTimeChange">
|
105
|
|
- </el-date-picker>
|
106
|
|
- </el-form-item>
|
107
|
|
- <el-form-item lable="出院时间:">
|
108
|
|
- <el-date-picker v-model="form.admission_time" prefix-icon="el-icon-date" :editable="false" style="width: 196px;"
|
109
|
|
- type="date" placeholder="选择日期时间" align="right" format="yyyy-MM-dd"
|
110
|
|
- value-format="yyyy-MM-dd" @change="startTimeChange">
|
111
|
|
- </el-date-picker>
|
112
|
|
- </el-form-item>
|
113
|
|
- <el-form-item label="病案号:">
|
114
|
|
- <el-input v-model="form.sick_personnel"></el-input>
|
115
|
|
- </el-form-item>
|
116
|
|
- <el-form-item label="X线:">
|
117
|
|
- <el-input v-model="form.xray"></el-input>
|
118
|
|
- </el-form-item>
|
119
|
|
- <el-form-item label="CT:">
|
120
|
|
- <el-input v-model="form.connecticut"></el-input>
|
121
|
|
- </el-form-item>
|
122
|
|
- <el-form-item label="MRI:">
|
123
|
|
- <el-input v-model="form.nuclear_magnetic_resonance"></el-input>
|
124
|
|
- </el-form-item>
|
125
|
|
- <el-form-item label="超声:">
|
126
|
|
- <el-input v-model="form.ultrasound"></el-input>
|
127
|
|
- </el-form-item>
|
128
|
|
- <el-form-item label="病理:">
|
129
|
|
- <el-input v-model="form.pathology"></el-input>
|
130
|
|
- </el-form-item>
|
|
101
|
+ <el-form :model="form" ref="form">
|
|
102
|
+ <el-row :gutter="24">
|
|
103
|
+ <el-col :span="20">
|
|
104
|
+ <el-form-item label="入院时间:">
|
|
105
|
+ <el-date-picker v-model="form.admission_time" prefix-icon="el-icon-date" style="width: 196px;"
|
|
106
|
+ type="date" placeholder="选择日期时间" align="right" format="yyyy-MM-dd"
|
|
107
|
+ value-format="yyyy-MM-dd" @change="startTimeChange">
|
|
108
|
+ </el-date-picker>
|
|
109
|
+ </el-form-item>
|
|
110
|
+ </el-col>
|
|
111
|
+ </el-row>
|
|
112
|
+ <el-row>
|
|
113
|
+ <el-col :span="20">
|
|
114
|
+ <el-form-item label="出院时间:">
|
|
115
|
+ <el-date-picker v-model="form.discharge_time" prefix-icon="el-icon-date" style="width: 196px;"
|
|
116
|
+ type="date" placeholder="选择日期时间" align="right" format="yyyy-MM-dd"
|
|
117
|
+ value-format="yyyy-MM-dd" @change="startTimeChange">
|
|
118
|
+ </el-date-picker>
|
|
119
|
+ </el-form-item>
|
|
120
|
+ </el-col>
|
|
121
|
+ </el-row>
|
|
122
|
+ <el-row :gutter="24">
|
|
123
|
+ <el-col :span="8">
|
|
124
|
+ <el-form-item label="病案号:">
|
|
125
|
+ <el-input v-model="form.sick_personnel" style="width:200px"></el-input>
|
|
126
|
+ </el-form-item>
|
|
127
|
+ </el-col>
|
|
128
|
+ <el-col :span="8">
|
|
129
|
+ <el-form-item label="X线:">
|
|
130
|
+ <el-input v-model="form.xray" style="width:200px"></el-input>
|
|
131
|
+ </el-form-item>
|
|
132
|
+ </el-col>
|
|
133
|
+ <el-col :span="8">
|
|
134
|
+ <el-form-item label="CT:">
|
|
135
|
+ <el-input v-model="form.connecticut" style="width:200px"></el-input>
|
|
136
|
+ </el-form-item>
|
|
137
|
+ </el-col>
|
|
138
|
+ </el-row>
|
|
139
|
+ <el-row :gutter="24">
|
|
140
|
+ <el-col :span= "8">
|
|
141
|
+ <el-form-item label="MRI:">
|
|
142
|
+ <el-input v-model="form.nuclear_magnetic_resonance" style="width:200px"></el-input>
|
|
143
|
+ </el-form-item>
|
|
144
|
+ </el-col>
|
|
145
|
+ <el-col :span="8">
|
|
146
|
+ <el-form-item label="超声:">
|
|
147
|
+ <el-input v-model="form.ultrasound" style="width:200px"></el-input>
|
|
148
|
+ </el-form-item>
|
|
149
|
+ </el-col>
|
|
150
|
+ <el-col :span="8">
|
|
151
|
+ <el-form-item label="病理:">
|
|
152
|
+ <el-input v-model="form.pathology" style="width:200px"></el-input>
|
|
153
|
+ </el-form-item>
|
|
154
|
+ </el-col>
|
|
155
|
+ </el-row>
|
|
156
|
+ <el-row :gutter="24">
|
|
157
|
+ <el-form-item label="病理:">
|
|
158
|
+ <el-input v-model="form.pathology" style="width:200px"></el-input>
|
|
159
|
+ </el-form-item>
|
|
160
|
+ </el-row>
|
|
161
|
+
|
|
162
|
+ <el-row>
|
|
163
|
+ <el-form-item label="入院诊断:">
|
|
164
|
+ <el-select
|
|
165
|
+ v-model="form.admitting_diagnosis_id"
|
|
166
|
+ clearable
|
|
167
|
+ allow-create
|
|
168
|
+ filterable
|
|
169
|
+ placeholder="选择(输入可搜索)"
|
|
170
|
+ >
|
|
171
|
+ <el-option
|
|
172
|
+ v-for="item in monthType"
|
|
173
|
+ :key="item.id"
|
|
174
|
+ :label="item.name "
|
|
175
|
+ :value="item.name"
|
|
176
|
+ ></el-option>
|
|
177
|
+ </el-select>
|
|
178
|
+ <el-input
|
|
179
|
+ type="textarea"
|
|
180
|
+ :rows="2"
|
|
181
|
+ placeholder="请输入内容"
|
|
182
|
+ v-model="form.admitting_diagnosis">
|
|
183
|
+ </el-input>
|
|
184
|
+ </el-form-item>
|
|
185
|
+
|
|
186
|
+ </el-row>
|
|
187
|
+ </el-form>
|
131
|
188
|
</div>
|
132
|
189
|
|
133
|
190
|
<div style="text-align: right; padding-right: 0px; padding-top: 10px; padding-bottom: 10px;">
|
|
@@ -137,8 +194,171 @@
|
137
|
194
|
</div>
|
138
|
195
|
</div>
|
139
|
196
|
</div>
|
140
|
|
- </el-dialog>
|
|
197
|
+ </el-dialog> -->
|
|
198
|
+
|
|
199
|
+ <el-dialog title="新增住院小结" width="60%" top="5vh" :visible.sync="show_dialog">
|
|
200
|
+ <div>
|
|
201
|
+ <div class="new_record_form">
|
|
202
|
+ <div class="cell clearfix">
|
|
203
|
+ <label class="title"><span class="name">入院时间</span> : </label>
|
|
204
|
+ <el-date-picker v-model="form.admission_time"
|
|
205
|
+ prefix-icon="el-icon-date"
|
|
206
|
+ style="width: 200px;"
|
|
207
|
+ type="datetime" placeholder="选择日期时间" align="right" format="yyyy-MM-dd"
|
|
208
|
+ value-format="yyyy-MM-dd">
|
|
209
|
+ </el-date-picker>
|
|
210
|
+
|
|
211
|
+ <label class="title"><span class="name">出院时间</span> : </label>
|
|
212
|
+ <el-date-picker v-model="form.discharge_time"
|
|
213
|
+ prefix-icon="el-icon-date"
|
|
214
|
+ style="width: 200px;"
|
|
215
|
+ type="datetime" placeholder="选择日期时间" align="right" format="yyyy-MM-dd"
|
|
216
|
+ value-format="yyyy-MM-dd">
|
|
217
|
+ </el-date-picker>
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+ </div>
|
|
221
|
+ <div class="cell clearfix" style="margin-top:10px">
|
|
222
|
+ <label class="title"><span class="name">病案号:</span> : </label>
|
|
223
|
+ <el-input v-model="form.sick_personnel" style="width:200px"></el-input>
|
|
224
|
+
|
|
225
|
+ <label class="title"><span class="name">X线</span> : </label>
|
|
226
|
+ <el-input v-model="form.xray" style="width:200px"></el-input>
|
|
227
|
+
|
|
228
|
+ <label class="title"><span class="name">CT</span> : </label>
|
|
229
|
+ <el-input v-model="form.connecticut" style="width:200px"></el-input>
|
|
230
|
+ </div>
|
141
|
231
|
|
|
232
|
+ <div class="cell clearfix" style="margin-top:10px">
|
|
233
|
+ <label class="title"><span class="name">MRI</span> : </label>
|
|
234
|
+ <el-input v-model="form.nuclear_magnetic_resonance" style="width:200px"></el-input>
|
|
235
|
+
|
|
236
|
+ <label class="title"><span class="name">超声</span> : </label>
|
|
237
|
+ <el-input v-model="form.ultrasound" style="width:200px"></el-input>
|
|
238
|
+
|
|
239
|
+ <label class="title"><span class="name">病理</span> : </label>
|
|
240
|
+ <el-input v-model="form.pathology" style="width:200px"></el-input>
|
|
241
|
+ </div>
|
|
242
|
+
|
|
243
|
+ <div class="cell clearfix" style="margin-top:10px">
|
|
244
|
+ <label class="title"><span class="name">入院诊断</span> : </label>
|
|
245
|
+ <el-select v-model="select_template" placeholder="可选择病程模板" @change="didSelectTemplate">
|
|
246
|
+ <el-option v-for="(option, index) in templates" :key="index" :label="option.title"
|
|
247
|
+ :value="option.content"></el-option>
|
|
248
|
+ </el-select>
|
|
249
|
+
|
|
250
|
+ <div class="textarea_panel">
|
|
251
|
+ <keep-alive>
|
|
252
|
+ <editor ref="editor"
|
|
253
|
+ id="editors"
|
|
254
|
+ style="width: 800px"
|
|
255
|
+ v-bind:r_content="form.admitting_diagnosis">
|
|
256
|
+ </editor>
|
|
257
|
+ </keep-alive>
|
|
258
|
+ </div>
|
|
259
|
+ </div>
|
|
260
|
+
|
|
261
|
+ <div class="cell clearfix" style="margin-top:10px">
|
|
262
|
+ <label class="title"><span class="name">出院诊断</span> : </label>
|
|
263
|
+ <el-select v-model="select_template" placeholder="可选择病程模板" @change="didSelectTemplate">
|
|
264
|
+ <el-option v-for="(option, index) in templates" :key="index" :label="option.title"
|
|
265
|
+ :value="option.content"></el-option>
|
|
266
|
+ </el-select>
|
|
267
|
+
|
|
268
|
+ <div class="textarea_panel">
|
|
269
|
+ <keep-alive>
|
|
270
|
+ <editor ref="editorOne"
|
|
271
|
+ id="editorsOne"
|
|
272
|
+ style="width: 800px"
|
|
273
|
+ v-bind:r_content="form.discharge_diagnosis">
|
|
274
|
+ </editor>
|
|
275
|
+ </keep-alive>
|
|
276
|
+ </div>
|
|
277
|
+
|
|
278
|
+ </div>
|
|
279
|
+
|
|
280
|
+ <div class="cell clearfix" style="margin-top:10px">
|
|
281
|
+ <label class="title"><span class="name">入院时诊断</span> : </label>
|
|
282
|
+ <el-select v-model="select_template" placeholder="可选择病程模板" @change="didSelectTemplate">
|
|
283
|
+ <el-option v-for="(option, index) in templates" :key="index" :label="option.title"
|
|
284
|
+ :value="option.content"></el-option>
|
|
285
|
+ </el-select>
|
|
286
|
+
|
|
287
|
+ <div class="textarea_panel">
|
|
288
|
+ <keep-alive>
|
|
289
|
+ <editor ref="editorTwo"
|
|
290
|
+ id="editorsTwo"
|
|
291
|
+ style="width: 800px"
|
|
292
|
+ v-bind:r_content="form.treatment">
|
|
293
|
+ </editor>
|
|
294
|
+ </keep-alive>
|
|
295
|
+ </div>
|
|
296
|
+ </div>
|
|
297
|
+
|
|
298
|
+ <div class="cell clearfix" style="margin-top:10px">
|
|
299
|
+ <label class="title"><span class="name">诊断经过</span> : </label>
|
|
300
|
+ <el-select v-model="select_template" placeholder="可选择病程模板" @change="didSelectTemplate">
|
|
301
|
+ <el-option v-for="(option, index) in templates" :key="index" :label="option.title"
|
|
302
|
+ :value="option.content"></el-option>
|
|
303
|
+ </el-select>
|
|
304
|
+
|
|
305
|
+ <div class="textarea_panel">
|
|
306
|
+ <keep-alive>
|
|
307
|
+ <editor ref="editorFour"
|
|
308
|
+ id="editorsFour"
|
|
309
|
+ style="width: 800px"
|
|
310
|
+ v-bind:r_content="form.treatment">
|
|
311
|
+ </editor>
|
|
312
|
+ </keep-alive>
|
|
313
|
+ </div>
|
|
314
|
+
|
|
315
|
+ </div>
|
|
316
|
+
|
|
317
|
+ <div class="cell clearfix" style="margin-top:10px">
|
|
318
|
+ <label class="title"><span class="name">出院时病情</span> : </label>
|
|
319
|
+ <el-select v-model="select_template" placeholder="可选择病程模板" @change="didSelectTemplate">
|
|
320
|
+ <el-option v-for="(option, index) in templates" :key="index" :label="option.title"
|
|
321
|
+ :value="option.content"></el-option>
|
|
322
|
+ </el-select>
|
|
323
|
+
|
|
324
|
+ <div class="textarea_panel">
|
|
325
|
+ <keep-alive>
|
|
326
|
+ <editor ref="editorFive"
|
|
327
|
+ id="editorsFive"
|
|
328
|
+ style="width: 800px"
|
|
329
|
+ v-bind:r_content="form.new_content">
|
|
330
|
+ </editor>
|
|
331
|
+ </keep-alive>
|
|
332
|
+ </div>
|
|
333
|
+ </div>
|
|
334
|
+
|
|
335
|
+ <div class="cell clearfix" style="margin-top:10px">
|
|
336
|
+ <label class="title"><span class="name">出院医嘱</span> : </label>
|
|
337
|
+ <el-select v-model="select_template" placeholder="可选择病程模板" @change="didSelectTemplate">
|
|
338
|
+ <el-option v-for="(option, index) in templates" :key="index" :label="option.title"
|
|
339
|
+ :value="option.content"></el-option>
|
|
340
|
+ </el-select>
|
|
341
|
+
|
|
342
|
+ <div class="textarea_panel">
|
|
343
|
+ <keep-alive>
|
|
344
|
+ <editor ref="editorSix"
|
|
345
|
+ id="editorsSix"
|
|
346
|
+ style="width: 800px"
|
|
347
|
+ v-bind:r_content="form.new_content">
|
|
348
|
+ </editor>
|
|
349
|
+ </keep-alive>
|
|
350
|
+ </div>
|
|
351
|
+ </div>
|
|
352
|
+
|
|
353
|
+ <div style="text-align: right; padding-right: 0px; padding-top: 10px; padding-bottom: 10px;">
|
|
354
|
+ <el-button @click="show_dialog = false">取消</el-button>
|
|
355
|
+ <el-button type="primary"
|
|
356
|
+ @click="createAction" :loading="uploading_new_record">保存
|
|
357
|
+ </el-button>
|
|
358
|
+ </div>
|
|
359
|
+ </div>
|
|
360
|
+ </div>
|
|
361
|
+ </el-dialog>
|
142
|
362
|
|
143
|
363
|
<!-- 编辑阶段小结 -->
|
144
|
364
|
<el-dialog title="编辑阶段小结" width="80%" top="5vh" :visible.sync="edit_show_dialog">
|
|
@@ -435,44 +655,49 @@
|
435
|
655
|
start_year:new Date(),
|
436
|
656
|
start_month:new Date(),
|
437
|
657
|
admission_time:"",
|
|
658
|
+ discharge_time:"",
|
438
|
659
|
sick_personnel:"",
|
439
|
660
|
xray:"",
|
|
661
|
+ admitting_diagnosis_id:"",
|
|
662
|
+ admitting_diagnosis:"",
|
|
663
|
+ discharge_diagnosis_id:"",
|
|
664
|
+ discharge_diagnosis:"",
|
440
|
665
|
connecticut:"",
|
441
|
666
|
nuclear_magnetic_resonance:"",
|
442
|
667
|
ultrasound:"",
|
443
|
668
|
pathology:"",
|
444
|
|
- // radio:1,
|
445
|
|
- // quarter:1,
|
446
|
|
- // dry_weight:"",
|
447
|
|
- // dialysis_count:"",
|
448
|
|
- // hd_count:"",
|
449
|
|
- // hdf_count:"",
|
450
|
|
- // hp_count:"",
|
451
|
|
- // other_count:"",
|
452
|
|
- // dialzer_apparatus:"",
|
453
|
|
- // perfusion_apparatus:"",
|
454
|
|
- // anticoagulant:"",
|
455
|
|
- // kalium:"",
|
456
|
|
- // autunite:"",
|
457
|
|
- // natrium:"",
|
458
|
|
- // hour:"",
|
459
|
|
- // minute:"",
|
460
|
|
- // befor_weight:"",
|
461
|
|
- // after_weight:"",
|
462
|
|
- // befor_pressure:"",
|
463
|
|
- // after_pressure:"",
|
464
|
|
- // template_summary_id:"",
|
465
|
|
- // template_summary_content:"",
|
466
|
|
- // template_plan_id:"",
|
467
|
|
- // template_inspection_id:0,
|
468
|
|
- // template_inspection_content:"",
|
469
|
|
- // admin_user_id:this.$store.getters.xt_user.user.id,
|
470
|
|
- // record_time: moment().locale('zh-cn').format('YYYY-MM-DD HH:mm:ss'),
|
471
|
|
- // patient_id:"",
|
472
|
|
- // start_time:"",
|
473
|
|
- // end_time:"",
|
474
|
|
- // template_plan_content:"",
|
475
|
|
- // inspect_date:"",
|
|
669
|
+ radio:1,
|
|
670
|
+ quarter:1,
|
|
671
|
+ dry_weight:"",
|
|
672
|
+ dialysis_count:"",
|
|
673
|
+ hd_count:"",
|
|
674
|
+ hdf_count:"",
|
|
675
|
+ hp_count:"",
|
|
676
|
+ other_count:"",
|
|
677
|
+ dialzer_apparatus:"",
|
|
678
|
+ perfusion_apparatus:"",
|
|
679
|
+ anticoagulant:"",
|
|
680
|
+ kalium:"",
|
|
681
|
+ autunite:"",
|
|
682
|
+ natrium:"",
|
|
683
|
+ hour:"",
|
|
684
|
+ minute:"",
|
|
685
|
+ befor_weight:"",
|
|
686
|
+ after_weight:"",
|
|
687
|
+ befor_pressure:"",
|
|
688
|
+ after_pressure:"",
|
|
689
|
+ template_summary_id:"",
|
|
690
|
+ template_summary_content:"",
|
|
691
|
+ template_plan_id:"",
|
|
692
|
+ template_inspection_id:0,
|
|
693
|
+ template_inspection_content:"",
|
|
694
|
+ admin_user_id:this.$store.getters.xt_user.user.id,
|
|
695
|
+ record_time: moment().locale('zh-cn').format('YYYY-MM-DD HH:mm:ss'),
|
|
696
|
+ patient_id:"",
|
|
697
|
+ start_time:"",
|
|
698
|
+ end_time:"",
|
|
699
|
+ template_plan_content:"",
|
|
700
|
+ inspect_date:"",
|
476
|
701
|
},
|
477
|
702
|
timeType:[
|
478
|
703
|
{id:1,name:"第一季度"},
|