陈少旭 пре 4 дана
родитељ
комит
61038eaf2d
1 измењених фајлова са 34 додато и 3 уклоњено
  1. 34 3
      src/xt_pages/outpatientTool/components/settle.vue

+ 34 - 3
src/xt_pages/outpatientTool/components/settle.vue Прегледај датотеку

141
               <template slot-scope="scope">{{scope.row.hifob_pay.toFixed(2)}}</template>
141
               <template slot-scope="scope">{{scope.row.hifob_pay.toFixed(2)}}</template>
142
           </el-table-column>
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
               <template slot-scope="scope">{{scope.row.maf_pay.toFixed(2)}}</template>
162
               <template slot-scope="scope">{{scope.row.maf_pay.toFixed(2)}}</template>
147
           </el-table-column>
163
           </el-table-column>
148
 
164
 
322
       <el-table-column align="center" prop="hifob_pay" label="大额基金支付">
338
       <el-table-column align="center" prop="hifob_pay" label="大额基金支付">
323
         <template slot-scope="scope">{{scope.row.hifob_pay.toFixed(2)}}</template>
339
         <template slot-scope="scope">{{scope.row.hifob_pay.toFixed(2)}}</template>
324
       </el-table-column>
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
       <el-table-column align="center" prop="maf_pay" label="医疗救助基金">
357
       <el-table-column align="center" prop="maf_pay" label="医疗救助基金">
328
         <template slot-scope="scope">{{scope.row.maf_pay.toFixed(2)}}</template>
358
         <template slot-scope="scope">{{scope.row.maf_pay.toFixed(2)}}</template>
514
           }
544
           }
515
 
545
 
516
         }else if(row.insutype == '310'){
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
           let a = this.config.mdtrtarea_admvs.slice(0, 3); //就医地前3位编码
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
           let b=  row.his.insuplc_admdvs.slice(0, 3); //参保地前3位编码
552
           let b=  row.his.insuplc_admdvs.slice(0, 3); //参保地前3位编码
523
           if(a == b){
553
           if(a == b){
554
+
524
             name = "本地职工"
555
             name = "本地职工"
525
           }else{
556
           }else{
526
             name = "异地职工"
557
             name = "异地职工"