|
@@ -106,12 +106,12 @@
|
106
|
106
|
<!-- </el-button>-->
|
107
|
107
|
|
108
|
108
|
|
109
|
|
- <el-button v-loading="loadingtwo"
|
110
|
|
- v-if="(( this.activeName != 'third' &&this.hisPatientInfo.balance_accounts_type != 2 && this.hisPatientInfo.id > 0 && this.hisPatientInfo.in_hospital_status == 1 && this.hisPatientInfo.out_hospital_status == 0 && this.order.id == 0))"
|
111
|
|
- size="small"
|
112
|
|
- @click="open(8)"
|
113
|
|
- type="primary">上传费用明细
|
114
|
|
- </el-button>
|
|
109
|
+<!-- <el-button v-loading="loadingtwo"-->
|
|
110
|
+<!-- v-if="(( this.activeName != 'third' &&this.hisPatientInfo.balance_accounts_type != 2 && this.hisPatientInfo.id > 0 && this.hisPatientInfo.in_hospital_status == 1 && this.hisPatientInfo.out_hospital_status == 0 && this.order.id == 0))"-->
|
|
111
|
+<!-- size="small"-->
|
|
112
|
+<!-- @click="open(8)"-->
|
|
113
|
+<!-- type="primary">上传费用明细-->
|
|
114
|
+<!-- </el-button>-->
|
115
|
115
|
|
116
|
116
|
<!--<el-button size="small" @click="open(1)" type="primary">打印</el-button>-->
|
117
|
117
|
<el-button v-loading="loadingone" size="small"
|
|
@@ -152,12 +152,12 @@
|
152
|
152
|
>结算单
|
153
|
153
|
</el-button>
|
154
|
154
|
|
155
|
|
- <el-button
|
156
|
|
- v-if="( this.activeName != 'third' && this.hisPatientInfo.balance_accounts_type != 2 && this.hisPatientInfo.id > 0 && this.hisPatientInfo.in_hospital_status == 1 && this.hisPatientInfo.out_hospital_status == 0)"
|
|
155
|
+<!-- <el-button-->
|
|
156
|
+<!-- v-if="( this.activeName != 'third' && this.hisPatientInfo.balance_accounts_type != 2 && this.hisPatientInfo.id > 0 && this.hisPatientInfo.in_hospital_status == 1 && this.hisPatientInfo.out_hospital_status == 0)"-->
|
157
|
157
|
|
158
|
|
- size="small" @click="open(9)" type="primary"
|
159
|
|
- >撤销明细
|
160
|
|
- </el-button>
|
|
158
|
+<!-- size="small" @click="open(9)" type="primary"-->
|
|
159
|
+<!-- >撤销明细-->
|
|
160
|
+<!-- </el-button>-->
|
161
|
161
|
|
162
|
162
|
<!-- <el-button-->
|
163
|
163
|
<!-- v-if="(this.activeName != 'third' && this.hisPatientInfo.balance_accounts_type != 2 && this.hisPatientInfo.id > 0 && this.hisPatientInfo.in_hospital_status == 1 && this.hisPatientInfo.out_hospital_status == 0)"-->
|
|
@@ -189,180 +189,180 @@
|
189
|
189
|
|
190
|
190
|
<div class="mainCenter" v-loading="loading">
|
191
|
191
|
<el-tabs class="settlementTabs" v-model="activeName" @tab-click="handleClick">
|
192
|
|
- <el-tab-pane label="日结" name="first">
|
193
|
|
- <div style="display:flex;height:100%;">
|
194
|
|
- <div class="centerLeft">
|
195
|
|
- <div class="tabsBox">
|
196
|
|
- <!--<el-button type="text" class="addTab" @click="addCharges" icon="el-icon-circle-plus">附加收费</el-button>-->
|
197
|
|
- <el-tabs class="preTabs" v-model="editableTabsValue" type="border-card"
|
198
|
|
- @tab-click="tabclickEvent">
|
199
|
|
- <el-tab-pane
|
200
|
|
- v-for="(item, index) in prescriptions"
|
201
|
|
- :key="index"
|
202
|
|
- :label="item.name"
|
203
|
|
- :name="item.name"
|
204
|
|
- >
|
205
|
|
- </el-tab-pane>
|
206
|
|
-
|
207
|
|
- <!--<div class="RP">-->
|
208
|
|
- <!--Rp-->
|
209
|
|
- <!--<el-date-picker-->
|
210
|
|
- <!--v-model="record_date"-->
|
211
|
|
- <!--type="date"-->
|
212
|
|
- <!--:clearable="false"-->
|
213
|
|
- <!--@change="changeDate"-->
|
214
|
|
- <!--format="yyyy-MM-dd"-->
|
215
|
|
- <!--value-format="yyyy-MM-dd"-->
|
216
|
|
- <!--placeholder="选择日期">-->
|
217
|
|
- <!--</el-date-picker>-->
|
218
|
|
- <!--</div>-->
|
219
|
|
- <!--<charge-prescription-table ref="prescription_tables"-->
|
220
|
|
- <!--:prescription="curPrescriptions"></charge-prescription-table>-->
|
221
|
|
- <!--<charge-prescription-table ref="prescription_tables" :prescription="curPrescriptions"></charge-prescription-table>-->
|
222
|
|
- <charge-prescription-table ref="prescription_tables"
|
223
|
|
- :manufacturers="manufacturers"
|
224
|
|
- :prescription="curPrescriptions"></charge-prescription-table>
|
225
|
|
-
|
226
|
|
- </el-tabs>
|
227
|
|
-
|
228
|
|
- </div>
|
229
|
|
- <div class="costBox">
|
230
|
|
- <span>当前处方总费用:<span style="color:red;">{{ total }}元</span></span>
|
231
|
|
- <span v-if="this.curPrescriptions.order_status == 1">待结算</span>
|
232
|
|
- <span v-if="this.curPrescriptions.order_status == 2">已结算</span>
|
233
|
|
- <span v-if="this.curPrescriptions.order_status == 3">已退费</span>
|
234
|
|
- </div>
|
235
|
|
- </div>
|
236
|
|
- <div class="centerRight">
|
237
|
|
- <p class="centerRightTitle">人员信息</p>
|
238
|
|
- <div style="display:flex;justify-content: space-between;line-height:30px;">
|
239
|
|
- <span style="font-size:14px;">人员编码:{{ patientInfo.dialysis_no }}</span>
|
240
|
|
- <span style="font-size:14px;">日期:{{ record_date }}</span>
|
241
|
|
- </div>
|
242
|
|
- <ul class="basicUl">
|
243
|
|
- <li style="width:50%;">姓名:{{ patientInfo.name }}</li>
|
244
|
|
- <li style="width:50%;">性别:{{ patientInfo.gender == 1 ? '男' : '女' }}</li>
|
245
|
|
- <li style="width:50%;">年龄:{{ patientInfo.age }}</li>
|
246
|
|
- <li style="width:50%;">电话:{{ patientInfo.phone }}</li>
|
247
|
|
-
|
248
|
|
- <!--<span>过敏病史:</span>-->
|
249
|
|
- <!--<el-autocomplete-->
|
250
|
|
- <!--style="width:100%;"-->
|
251
|
|
- <!--class="inline-input"-->
|
252
|
|
- <!--v-model="sick_history"-->
|
253
|
|
- <!--:fetch-suggestions="querySearch2"-->
|
254
|
|
- <!--placeholder="请输入内容"-->
|
255
|
|
- <!--></el-autocomplete>-->
|
256
|
|
- <!--<li style="width:100%;">地址:{{patientInfo.home_address}}</li>-->
|
257
|
|
- <!--<li style="width:100%;">过敏史及其他病史:{{info.sick_history}}</li>-->
|
258
|
|
- </ul>
|
259
|
|
- <p class="centerRightTitle" style="padding-top: 10px;">诊断信息</p>
|
260
|
|
- <div style="display:flex;justify-content: space-between;line-height:30px;">
|
261
|
|
- <span style="font-size:14px;">住院编号:{{ hisPatientInfo.number }}</span>
|
262
|
|
- </div>
|
263
|
|
- <ul class="basicUl">
|
264
|
|
- <li style="width:50%;">医生:{{ info.doctor }}</li>
|
265
|
|
- <li style="width:50%;">科室:{{ info.departments }}</li>
|
266
|
|
- <li style="width:100%;">总费用:{{ getTotal() }}</li>
|
267
|
|
-
|
268
|
|
- <li style="width:100%;">判断结果:{{ info.diagnosis }}</li>
|
269
|
|
- <li style="width:100%;">是否有传染病:</li>
|
270
|
|
- <li style="width:100%;">血压:</li>
|
271
|
|
- </ul>
|
272
|
|
- </div>
|
273
|
|
- </div>
|
274
|
|
- </el-tab-pane>
|
275
|
|
- <el-tab-pane label="月结" name="second">
|
276
|
|
- <div style="display:flex;height:100%;">
|
277
|
|
- <div class="centerLeft">
|
278
|
|
- <div class="tabsBox">
|
279
|
|
- <!-- <el-button type="text" class="addTab" @click="addCharges" icon="el-icon-circle-plus">附加收费</el-button> -->
|
280
|
|
- <el-tabs class="preTabs" v-model="editableTabsValue" type="border-card"
|
281
|
|
- @tab-click="tabclickEventTwo">
|
282
|
|
-
|
283
|
|
- <el-tab-pane
|
284
|
|
- v-for="(item, index) in month_prescriptions"
|
285
|
|
- :key="index"
|
286
|
|
- :label="item.name"
|
287
|
|
- :name="item.name">
|
288
|
|
- </el-tab-pane>
|
289
|
|
-
|
290
|
|
- <div class="RP">
|
291
|
|
- Rp
|
292
|
|
- <el-date-picker
|
293
|
|
- v-model="other_start_time"
|
294
|
|
- prefix-icon="el-icon-date"
|
295
|
|
- @change="changeTime"
|
296
|
|
- :editable="false"
|
297
|
|
- style="width: 150px;"
|
298
|
|
- type="date"
|
299
|
|
- :picker-options="pickerOptions"
|
300
|
|
- placeholder="选择开始时间"
|
301
|
|
- align="right"
|
302
|
|
- format="yyyy-MM-dd"
|
303
|
|
- value-format="yyyy-MM-dd">
|
304
|
|
- </el-date-picker>
|
305
|
|
- <span class>-</span>
|
306
|
|
- <el-date-picker
|
307
|
|
- v-model="other_end_time"
|
308
|
|
- prefix-icon="el-icon-date"
|
309
|
|
- @change="changeEndTime"
|
310
|
|
- :editable="false"
|
311
|
|
- style="width: 150px;"
|
312
|
|
- type="date"
|
313
|
|
- placeholder="选择结束时间"
|
314
|
|
- align="right"
|
315
|
|
- format="yyyy-MM-dd"
|
316
|
|
- value-format="yyyy-MM-dd">
|
317
|
|
- </el-date-picker>
|
318
|
|
- </div>
|
319
|
|
- <!--<prescription-table :preTableData='preTableData'></prescription-table>-->
|
320
|
|
- <!--<month-prescription-table ref="prescription_tables"-->
|
321
|
|
- <!--:activeType="activeType" :prescription="curMonthPrescriptions"></month-prescription-table>-->
|
322
|
|
- <charge-month-prescription-table
|
323
|
|
- :prescription="curMonthPrescriptions"></charge-month-prescription-table>
|
324
|
|
-
|
325
|
|
- </el-tabs>
|
326
|
|
-
|
327
|
|
- </div>
|
328
|
|
- <div class="costBox">
|
329
|
|
- <span>当前处方总费用:<span style="color:red;">{{ month_total }}元</span></span>
|
330
|
|
- <!--<span>{{ state }}</span>-->
|
331
|
|
- </div>
|
332
|
|
- </div>
|
333
|
|
- <div class="centerRight">
|
334
|
|
- <p class="centerRightTitle">人员信息</p>
|
335
|
|
- <div style="display:flex;justify-content: space-between;line-height:30px;">
|
336
|
|
- <span style="font-size:14px;">人员编码:{{ patientInfo.dialysis_no }}</span>
|
337
|
|
- <span style="font-size:14px;">日期:{{ record_date }}</span>
|
338
|
|
- </div>
|
339
|
|
-
|
340
|
|
- <ul class="basicUl">
|
341
|
|
- <li style="width:50%;">姓名:{{ patientInfo.name }}</li>
|
342
|
|
- <li style="width:50%;">性别:{{ patientInfo.gender == 1 ? '男' : '女' }}</li>
|
343
|
|
- <li style="width:50%;">年龄:{{ patientInfo.age }}</li>
|
344
|
|
- <li style="width:50%;">电话:{{ patientInfo.phone }}</li>
|
345
|
|
- <li style="width:100%;">过敏史及其他病史:{{ info.sick_history }}</li>
|
346
|
|
-
|
347
|
|
- </ul>
|
348
|
|
- <p class="centerRightTitle" style="padding-top: 10px;">诊断信息</p>
|
349
|
|
- <div style="display:flex;justify-content: space-between;line-height:30px;">
|
350
|
|
- <span style="font-size:14px;">门诊编号:{{ hisPatientInfo.number }}</span>
|
351
|
|
- </div>
|
352
|
|
- <ul class="basicUl">
|
353
|
|
- <li style="width:50%;">医生:{{ info.doctor }}</li>
|
354
|
|
- <li style="width:50%;">科室:{{ getDepartment(info.departments) }}</li>
|
355
|
|
- <li style="width:100%;" v-if="activeName == 'first'">总费用:{{ getTotal() }}</li>
|
356
|
|
- <li style="width:100%;" v-if="activeName == 'second'">总费用:{{ getTotalTwo() }}
|
357
|
|
- </li>
|
358
|
|
-
|
359
|
|
- <li style="width:100%;">判断结果:{{ info.diagnosis }}</li>
|
360
|
|
- <!--<li style="width:100%;">是否有传染病:</li>-->
|
361
|
|
- <!--<li style="width:100%;">血压:</li>-->
|
362
|
|
- </ul>
|
363
|
|
- </div>
|
364
|
|
- </div>
|
365
|
|
- </el-tab-pane>
|
|
192
|
+<!-- <el-tab-pane label="日结" name="first">-->
|
|
193
|
+<!-- <div style="display:flex;height:100%;">-->
|
|
194
|
+<!-- <div class="centerLeft">-->
|
|
195
|
+<!-- <div class="tabsBox">-->
|
|
196
|
+<!-- <!–<el-button type="text" class="addTab" @click="addCharges" icon="el-icon-circle-plus">附加收费</el-button>–>-->
|
|
197
|
+<!-- <el-tabs class="preTabs" v-model="editableTabsValue" type="border-card"-->
|
|
198
|
+<!-- @tab-click="tabclickEvent">-->
|
|
199
|
+<!-- <el-tab-pane-->
|
|
200
|
+<!-- v-for="(item, index) in prescriptions"-->
|
|
201
|
+<!-- :key="index"-->
|
|
202
|
+<!-- :label="item.name"-->
|
|
203
|
+<!-- :name="item.name"-->
|
|
204
|
+<!-- >-->
|
|
205
|
+<!-- </el-tab-pane>-->
|
|
206
|
+
|
|
207
|
+<!-- <!–<div class="RP">–>-->
|
|
208
|
+<!-- <!–Rp–>-->
|
|
209
|
+<!-- <!–<el-date-picker–>-->
|
|
210
|
+<!-- <!–v-model="record_date"–>-->
|
|
211
|
+<!-- <!–type="date"–>-->
|
|
212
|
+<!-- <!–:clearable="false"–>-->
|
|
213
|
+<!-- <!–@change="changeDate"–>-->
|
|
214
|
+<!-- <!–format="yyyy-MM-dd"–>-->
|
|
215
|
+<!-- <!–value-format="yyyy-MM-dd"–>-->
|
|
216
|
+<!-- <!–placeholder="选择日期">–>-->
|
|
217
|
+<!-- <!–</el-date-picker>–>-->
|
|
218
|
+<!-- <!–</div>–>-->
|
|
219
|
+<!-- <!–<charge-prescription-table ref="prescription_tables"–>-->
|
|
220
|
+<!-- <!–:prescription="curPrescriptions"></charge-prescription-table>–>-->
|
|
221
|
+<!-- <!–<charge-prescription-table ref="prescription_tables" :prescription="curPrescriptions"></charge-prescription-table>–>-->
|
|
222
|
+<!-- <charge-prescription-table ref="prescription_tables"-->
|
|
223
|
+<!-- :manufacturers="manufacturers"-->
|
|
224
|
+<!-- :prescription="curPrescriptions"></charge-prescription-table>-->
|
|
225
|
+
|
|
226
|
+<!-- </el-tabs>-->
|
|
227
|
+
|
|
228
|
+<!-- </div>-->
|
|
229
|
+<!-- <div class="costBox">-->
|
|
230
|
+<!-- <span>当前处方总费用:<span style="color:red;">{{ total }}元</span></span>-->
|
|
231
|
+<!-- <span v-if="this.curPrescriptions.order_status == 1">待结算</span>-->
|
|
232
|
+<!-- <span v-if="this.curPrescriptions.order_status == 2">已结算</span>-->
|
|
233
|
+<!-- <span v-if="this.curPrescriptions.order_status == 3">已退费</span>-->
|
|
234
|
+<!-- </div>-->
|
|
235
|
+<!-- </div>-->
|
|
236
|
+<!-- <div class="centerRight">-->
|
|
237
|
+<!-- <p class="centerRightTitle">人员信息</p>-->
|
|
238
|
+<!-- <div style="display:flex;justify-content: space-between;line-height:30px;">-->
|
|
239
|
+<!-- <span style="font-size:14px;">人员编码:{{ patientInfo.dialysis_no }}</span>-->
|
|
240
|
+<!-- <span style="font-size:14px;">日期:{{ record_date }}</span>-->
|
|
241
|
+<!-- </div>-->
|
|
242
|
+<!-- <ul class="basicUl">-->
|
|
243
|
+<!-- <li style="width:50%;">姓名:{{ patientInfo.name }}</li>-->
|
|
244
|
+<!-- <li style="width:50%;">性别:{{ patientInfo.gender == 1 ? '男' : '女' }}</li>-->
|
|
245
|
+<!-- <li style="width:50%;">年龄:{{ patientInfo.age }}</li>-->
|
|
246
|
+<!-- <li style="width:50%;">电话:{{ patientInfo.phone }}</li>-->
|
|
247
|
+
|
|
248
|
+<!-- <!–<span>过敏病史:</span>–>-->
|
|
249
|
+<!-- <!–<el-autocomplete–>-->
|
|
250
|
+<!-- <!–style="width:100%;"–>-->
|
|
251
|
+<!-- <!–class="inline-input"–>-->
|
|
252
|
+<!-- <!–v-model="sick_history"–>-->
|
|
253
|
+<!-- <!–:fetch-suggestions="querySearch2"–>-->
|
|
254
|
+<!-- <!–placeholder="请输入内容"–>-->
|
|
255
|
+<!-- <!–></el-autocomplete>–>-->
|
|
256
|
+<!-- <!–<li style="width:100%;">地址:{{patientInfo.home_address}}</li>–>-->
|
|
257
|
+<!-- <!–<li style="width:100%;">过敏史及其他病史:{{info.sick_history}}</li>–>-->
|
|
258
|
+<!-- </ul>-->
|
|
259
|
+<!-- <p class="centerRightTitle" style="padding-top: 10px;">诊断信息</p>-->
|
|
260
|
+<!-- <div style="display:flex;justify-content: space-between;line-height:30px;">-->
|
|
261
|
+<!-- <span style="font-size:14px;">住院编号:{{ hisPatientInfo.number }}</span>-->
|
|
262
|
+<!-- </div>-->
|
|
263
|
+<!-- <ul class="basicUl">-->
|
|
264
|
+<!-- <li style="width:50%;">医生:{{ info.doctor }}</li>-->
|
|
265
|
+<!-- <li style="width:50%;">科室:{{ info.departments }}</li>-->
|
|
266
|
+<!-- <li style="width:100%;">总费用:{{ getTotal() }}</li>-->
|
|
267
|
+
|
|
268
|
+<!-- <li style="width:100%;">判断结果:{{ info.diagnosis }}</li>-->
|
|
269
|
+<!-- <li style="width:100%;">是否有传染病:</li>-->
|
|
270
|
+<!-- <li style="width:100%;">血压:</li>-->
|
|
271
|
+<!-- </ul>-->
|
|
272
|
+<!-- </div>-->
|
|
273
|
+<!-- </div>-->
|
|
274
|
+<!-- </el-tab-pane>-->
|
|
275
|
+<!-- <el-tab-pane label="月结" name="second">-->
|
|
276
|
+<!-- <div style="display:flex;height:100%;">-->
|
|
277
|
+<!-- <div class="centerLeft">-->
|
|
278
|
+<!-- <div class="tabsBox">-->
|
|
279
|
+<!-- <!– <el-button type="text" class="addTab" @click="addCharges" icon="el-icon-circle-plus">附加收费</el-button> –>-->
|
|
280
|
+<!-- <el-tabs class="preTabs" v-model="editableTabsValue" type="border-card"-->
|
|
281
|
+<!-- @tab-click="tabclickEventTwo">-->
|
|
282
|
+
|
|
283
|
+<!-- <el-tab-pane-->
|
|
284
|
+<!-- v-for="(item, index) in month_prescriptions"-->
|
|
285
|
+<!-- :key="index"-->
|
|
286
|
+<!-- :label="item.name"-->
|
|
287
|
+<!-- :name="item.name">-->
|
|
288
|
+<!-- </el-tab-pane>-->
|
|
289
|
+
|
|
290
|
+<!-- <div class="RP">-->
|
|
291
|
+<!-- Rp-->
|
|
292
|
+<!-- <el-date-picker-->
|
|
293
|
+<!-- v-model="other_start_time"-->
|
|
294
|
+<!-- prefix-icon="el-icon-date"-->
|
|
295
|
+<!-- @change="changeTime"-->
|
|
296
|
+<!-- :editable="false"-->
|
|
297
|
+<!-- style="width: 150px;"-->
|
|
298
|
+<!-- type="date"-->
|
|
299
|
+<!-- :picker-options="pickerOptions"-->
|
|
300
|
+<!-- placeholder="选择开始时间"-->
|
|
301
|
+<!-- align="right"-->
|
|
302
|
+<!-- format="yyyy-MM-dd"-->
|
|
303
|
+<!-- value-format="yyyy-MM-dd">-->
|
|
304
|
+<!-- </el-date-picker>-->
|
|
305
|
+<!-- <span class>-</span>-->
|
|
306
|
+<!-- <el-date-picker-->
|
|
307
|
+<!-- v-model="other_end_time"-->
|
|
308
|
+<!-- prefix-icon="el-icon-date"-->
|
|
309
|
+<!-- @change="changeEndTime"-->
|
|
310
|
+<!-- :editable="false"-->
|
|
311
|
+<!-- style="width: 150px;"-->
|
|
312
|
+<!-- type="date"-->
|
|
313
|
+<!-- placeholder="选择结束时间"-->
|
|
314
|
+<!-- align="right"-->
|
|
315
|
+<!-- format="yyyy-MM-dd"-->
|
|
316
|
+<!-- value-format="yyyy-MM-dd">-->
|
|
317
|
+<!-- </el-date-picker>-->
|
|
318
|
+<!-- </div>-->
|
|
319
|
+<!-- <!–<prescription-table :preTableData='preTableData'></prescription-table>–>-->
|
|
320
|
+<!-- <!–<month-prescription-table ref="prescription_tables"–>-->
|
|
321
|
+<!-- <!–:activeType="activeType" :prescription="curMonthPrescriptions"></month-prescription-table>–>-->
|
|
322
|
+<!-- <charge-month-prescription-table-->
|
|
323
|
+<!-- :prescription="curMonthPrescriptions"></charge-month-prescription-table>-->
|
|
324
|
+
|
|
325
|
+<!-- </el-tabs>-->
|
|
326
|
+
|
|
327
|
+<!-- </div>-->
|
|
328
|
+<!-- <div class="costBox">-->
|
|
329
|
+<!-- <span>当前处方总费用:<span style="color:red;">{{ month_total }}元</span></span>-->
|
|
330
|
+<!-- <!–<span>{{ state }}</span>–>-->
|
|
331
|
+<!-- </div>-->
|
|
332
|
+<!-- </div>-->
|
|
333
|
+<!-- <div class="centerRight">-->
|
|
334
|
+<!-- <p class="centerRightTitle">人员信息</p>-->
|
|
335
|
+<!-- <div style="display:flex;justify-content: space-between;line-height:30px;">-->
|
|
336
|
+<!-- <span style="font-size:14px;">人员编码:{{ patientInfo.dialysis_no }}</span>-->
|
|
337
|
+<!-- <span style="font-size:14px;">日期:{{ record_date }}</span>-->
|
|
338
|
+<!-- </div>-->
|
|
339
|
+
|
|
340
|
+<!-- <ul class="basicUl">-->
|
|
341
|
+<!-- <li style="width:50%;">姓名:{{ patientInfo.name }}</li>-->
|
|
342
|
+<!-- <li style="width:50%;">性别:{{ patientInfo.gender == 1 ? '男' : '女' }}</li>-->
|
|
343
|
+<!-- <li style="width:50%;">年龄:{{ patientInfo.age }}</li>-->
|
|
344
|
+<!-- <li style="width:50%;">电话:{{ patientInfo.phone }}</li>-->
|
|
345
|
+<!-- <li style="width:100%;">过敏史及其他病史:{{ info.sick_history }}</li>-->
|
|
346
|
+
|
|
347
|
+<!-- </ul>-->
|
|
348
|
+<!-- <p class="centerRightTitle" style="padding-top: 10px;">诊断信息</p>-->
|
|
349
|
+<!-- <div style="display:flex;justify-content: space-between;line-height:30px;">-->
|
|
350
|
+<!-- <span style="font-size:14px;">门诊编号:{{ hisPatientInfo.number }}</span>-->
|
|
351
|
+<!-- </div>-->
|
|
352
|
+<!-- <ul class="basicUl">-->
|
|
353
|
+<!-- <li style="width:50%;">医生:{{ info.doctor }}</li>-->
|
|
354
|
+<!-- <li style="width:50%;">科室:{{ getDepartment(info.departments) }}</li>-->
|
|
355
|
+<!-- <li style="width:100%;" v-if="activeName == 'first'">总费用:{{ getTotal() }}</li>-->
|
|
356
|
+<!-- <li style="width:100%;" v-if="activeName == 'second'">总费用:{{ getTotalTwo() }}-->
|
|
357
|
+<!-- </li>-->
|
|
358
|
+
|
|
359
|
+<!-- <li style="width:100%;">判断结果:{{ info.diagnosis }}</li>-->
|
|
360
|
+<!-- <!–<li style="width:100%;">是否有传染病:</li>–>-->
|
|
361
|
+<!-- <!–<li style="width:100%;">血压:</li>–>-->
|
|
362
|
+<!-- </ul>-->
|
|
363
|
+<!-- </div>-->
|
|
364
|
+<!-- </div>-->
|
|
365
|
+<!-- </el-tab-pane>-->
|
366
|
366
|
<el-tab-pane label="结算" name="third">
|
367
|
367
|
<div style="display:flex;height:100%;">
|
368
|
368
|
<div class="centerLeft">
|