陈少旭 4 days ago
parent
commit
61038eaf2d
1 changed files with 34 additions and 3 deletions
  1. 34 3
      src/xt_pages/outpatientTool/components/settle.vue

+ 34 - 3
src/xt_pages/outpatientTool/components/settle.vue View File

@@ -141,8 +141,24 @@
141 141
               <template slot-scope="scope">{{scope.row.hifob_pay.toFixed(2)}}</template>
142 142
           </el-table-column>
143 143
 
144
+        <el-table-column align="center" prop="preselfpay_amt" label="先行自付金额">
145
+          <template slot-scope="scope">{{scope.row.preselfpay_amt.toFixed(2)}}</template>
146
+        </el-table-column>
147
+
148
+        <el-table-column align="center" prop="overlmt_self_pay" label="超限价金额">
149
+          <template slot-scope="scope">{{scope.row.overlmt_self_pay.toFixed(2)}}</template>
150
+        </el-table-column>
151
+
152
+        <el-table-column align="center" prop="fulamt_ownpay_amt" label="全自费金额">
153
+          <template slot-scope="scope">{{scope.row.fulamt_ownpay_amt.toFixed(2)}}</template>
154
+        </el-table-column>
144 155
 
145
-          <el-table-column align="center" prop="maf_pay" label="医疗救助基金">
156
+        <el-table-column align="center" prop="inscp_scp_amt" label="符合政策范围金额">
157
+          <template slot-scope="scope">{{scope.row.inscp_scp_amt.toFixed(2)}}</template>
158
+        </el-table-column>
159
+
160
+
161
+        <el-table-column align="center" prop="maf_pay" label="医疗救助基金">
146 162
               <template slot-scope="scope">{{scope.row.maf_pay.toFixed(2)}}</template>
147 163
           </el-table-column>
148 164
 
@@ -322,7 +338,21 @@
322 338
       <el-table-column align="center" prop="hifob_pay" label="大额基金支付">
323 339
         <template slot-scope="scope">{{scope.row.hifob_pay.toFixed(2)}}</template>
324 340
       </el-table-column>
341
+      <el-table-column align="center" prop="preselfpay_amt" label="先行自付金额">
342
+        <template slot-scope="scope">{{scope.row.preselfpay_amt.toFixed(2)}}</template>
343
+      </el-table-column>
325 344
 
345
+      <el-table-column align="center" prop="overlmt_self_pay" label="超限价金额">
346
+        <template slot-scope="scope">{{scope.row.overlmt_self_pay.toFixed(2)}}</template>
347
+      </el-table-column>
348
+
349
+      <el-table-column align="center" prop="fulamt_ownpay_amt" label="全自费金额">
350
+        <template slot-scope="scope">{{scope.row.fulamt_ownpay_amt.toFixed(2)}}</template>
351
+      </el-table-column>
352
+
353
+      <el-table-column align="center" prop="inscp_scp_amt" label="符合政策范围金额">
354
+        <template slot-scope="scope">{{scope.row.inscp_scp_amt.toFixed(2)}}</template>
355
+      </el-table-column>
326 356
 
327 357
       <el-table-column align="center" prop="maf_pay" label="医疗救助基金">
328 358
         <template slot-scope="scope">{{scope.row.maf_pay.toFixed(2)}}</template>
@@ -514,13 +544,14 @@ import { uParseTime } from '@/utils/tools'
514 544
           }
515 545
 
516 546
         }else if(row.insutype == '310'){
517
-          // let a =  config.mdtrtarea_admvs.slice(0, 4); //就医地前4位编码
547
+          // let c =  config.mdtrtarea_admvs.slice(0, 4); //就医地前4位编码
518 548
           let a = this.config.mdtrtarea_admvs.slice(0, 3); //就医地前3位编码
519 549
 
520 550
 
521
-          // let aa=  row.his.insuplc_admdvs.slice(0, 4); //参保地前4位编码
551
+          // let d=  row.his.insuplc_admdvs.slice(0, 4); //参保地前4位编码
522 552
           let b=  row.his.insuplc_admdvs.slice(0, 3); //参保地前3位编码
523 553
           if(a == b){
554
+
524 555
             name = "本地职工"
525 556
           }else{
526 557
             name = "异地职工"