|
@@ -210,6 +210,20 @@
|
210
|
210
|
}}
|
211
|
211
|
</template>
|
212
|
212
|
</el-table-column>
|
|
213
|
+ <el-table-column align="center" width="80" prop="name" label="折扣金额">
|
|
214
|
+ <template slot-scope="scope">{{
|
|
215
|
+ scope.row.discount_price.toFixed(2)
|
|
216
|
+ }}
|
|
217
|
+ </template>
|
|
218
|
+ </el-table-column>
|
|
219
|
+
|
|
220
|
+ <el-table-column align="center" width="80" prop="name" label="优惠金额">
|
|
221
|
+ <template slot-scope="scope">{{
|
|
222
|
+ scope.row.preferential_price.toFixed(2)
|
|
223
|
+ }}
|
|
224
|
+ </template>
|
|
225
|
+ </el-table-column>
|
|
226
|
+
|
213
|
227
|
<el-table-column align="center" width="70" prop="name" label="科室">
|
214
|
228
|
<template slot-scope="scope">{{
|
215
|
229
|
scope.row.department_name
|
|
@@ -447,7 +461,7 @@
|
447
|
461
|
>
|
448
|
462
|
<listPrint ref="checklists" :paramsObj='paramsObj' :key="jgFileTimer"></listPrint>
|
449
|
463
|
</el-dialog>
|
450
|
|
-
|
|
464
|
+
|
451
|
465
|
<el-dialog
|
452
|
466
|
class="centerDialog"
|
453
|
467
|
width="900px"
|
|
@@ -4039,7 +4053,7 @@ export default {
|
4039
|
4053
|
getTimes(time) {
|
4040
|
4054
|
return uParseTime(time, '{y}-{m}-{d}')
|
4041
|
4055
|
},
|
4042
|
|
-
|
|
4056
|
+
|
4043
|
4057
|
toDetail(row) {
|
4044
|
4058
|
this.$router.push(
|
4045
|
4059
|
'/outpatientCharges/summaryDetail?patient_id=' +
|
|
@@ -4190,7 +4204,7 @@ export default {
|
4190
|
4204
|
|
4191
|
4205
|
}
|
4192
|
4206
|
},
|
4193
|
|
-
|
|
4207
|
+
|
4194
|
4208
|
}
|
4195
|
4209
|
</script>
|
4196
|
4210
|
<style lang="scss">
|