Browse Source

提交代码

陈少旭 1 year ago
parent
commit
f4e7f0b75b
1 changed files with 2 additions and 4 deletions
  1. 2 4
      src/xt_pages/outpatientCharges/statementPrint.vue

+ 2 - 4
src/xt_pages/outpatientCharges/statementPrint.vue View File

@@ -10,8 +10,7 @@
10 10
         @click="printThisPage"
11 11
         type="primary"
12 12
       >打印
13
-      </el-button
14
-      >
13
+      </el-button>
15 14
     </template>
16 15
 
17 16
     <div class="dialysisPage" style="padding-top: 40px">
@@ -370,7 +369,6 @@ export default {
370 369
           break
371 370
         case '07':
372 371
           return '护理费'
373
-
374 372
           break
375 373
         case '08':
376 374
           return '材料费'
@@ -487,6 +485,7 @@ export default {
487 485
           obj['price'] = parseFloat(details[a].pric)
488 486
           obj['total_price'] = parseFloat(details[a].det_item_fee_sumamt)
489 487
           obj['psn_pay'] = (details[a].selfpay_prop * details[a].det_item_fee_sumamt).toFixed(2)
488
+          // obj['yibao_biaozhi'] = details[a].
490 489
 
491 490
           list.push(obj)
492 491
         }
@@ -1125,7 +1124,6 @@ export default {
1125 1124
                 that.info['date'] = response.data.data.date
1126 1125
                 that.info['number'] = response.data.data.number
1127 1126
                 that.info['order_infos'] = response.data.data.order_infos
1128
-                that.info['diagnosis'] = response.data.data.diagnosis
1129 1127
 
1130 1128
                 that.info['bedInscpTotal'] =
1131 1129
                   response.data.data.bedInscpTotal