|
@@ -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,85 @@
|
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>
|
141
|
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>
|
|
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">pathology</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
|
+ </div>
|
|
250
|
+ <!-- <div class="cell clearfix" style="margin-top: 10px">
|
|
251
|
+ <label class="title"><span class="name">病程标题</span> : </label>
|
|
252
|
+ <el-input v-model="title" style="width: 420px"></el-input>
|
|
253
|
+ </div> -->
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+ <!-- <div class="textarea_panel">
|
|
257
|
+ <keep-alive>
|
|
258
|
+ <editor ref="editor"
|
|
259
|
+ id="editors"
|
|
260
|
+ style="width: 600px"
|
|
261
|
+ v-bind:r_content="new_content"
|
|
262
|
+ >
|
|
263
|
+ </editor>
|
|
264
|
+ </keep-alive>
|
|
265
|
+ </div> -->
|
|
266
|
+
|
|
267
|
+ <div style="text-align: right; padding-right: 0px; padding-top: 10px; padding-bottom: 10px;">
|
|
268
|
+ <el-button @click="show_dialog = false">取消</el-button>
|
|
269
|
+ <el-button type="primary"
|
|
270
|
+ @click="createAction" :loading="uploading_new_record">保存
|
|
271
|
+ </el-button>
|
|
272
|
+ </div>
|
|
273
|
+ </div>
|
|
274
|
+ </div>
|
|
275
|
+ </el-dialog>
|
142
|
276
|
|
143
|
277
|
<!-- 编辑阶段小结 -->
|
144
|
278
|
<el-dialog title="编辑阶段小结" width="80%" top="5vh" :visible.sync="edit_show_dialog">
|
|
@@ -435,44 +569,47 @@
|
435
|
569
|
start_year:new Date(),
|
436
|
570
|
start_month:new Date(),
|
437
|
571
|
admission_time:"",
|
|
572
|
+ discharge_time:"",
|
438
|
573
|
sick_personnel:"",
|
439
|
574
|
xray:"",
|
440
|
|
- connecticut:"",
|
|
575
|
+ admitting_diagnosis_id:"",
|
|
576
|
+ admitting_diagnosis:"",
|
|
577
|
+ connecticut:"",
|
441
|
578
|
nuclear_magnetic_resonance:"",
|
442
|
579
|
ultrasound:"",
|
443
|
580
|
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:"",
|
|
581
|
+ radio:1,
|
|
582
|
+ quarter:1,
|
|
583
|
+ dry_weight:"",
|
|
584
|
+ dialysis_count:"",
|
|
585
|
+ hd_count:"",
|
|
586
|
+ hdf_count:"",
|
|
587
|
+ hp_count:"",
|
|
588
|
+ other_count:"",
|
|
589
|
+ dialzer_apparatus:"",
|
|
590
|
+ perfusion_apparatus:"",
|
|
591
|
+ anticoagulant:"",
|
|
592
|
+ kalium:"",
|
|
593
|
+ autunite:"",
|
|
594
|
+ natrium:"",
|
|
595
|
+ hour:"",
|
|
596
|
+ minute:"",
|
|
597
|
+ befor_weight:"",
|
|
598
|
+ after_weight:"",
|
|
599
|
+ befor_pressure:"",
|
|
600
|
+ after_pressure:"",
|
|
601
|
+ template_summary_id:"",
|
|
602
|
+ template_summary_content:"",
|
|
603
|
+ template_plan_id:"",
|
|
604
|
+ template_inspection_id:0,
|
|
605
|
+ template_inspection_content:"",
|
|
606
|
+ admin_user_id:this.$store.getters.xt_user.user.id,
|
|
607
|
+ record_time: moment().locale('zh-cn').format('YYYY-MM-DD HH:mm:ss'),
|
|
608
|
+ patient_id:"",
|
|
609
|
+ start_time:"",
|
|
610
|
+ end_time:"",
|
|
611
|
+ template_plan_content:"",
|
|
612
|
+ inspect_date:"",
|
476
|
613
|
},
|
477
|
614
|
timeType:[
|
478
|
615
|
{id:1,name:"第一季度"},
|