Browse Source

提交代码

陈少旭 10 months ago
parent
commit
4acf131dfe
1 changed files with 40 additions and 40 deletions
  1. 40 40
      src/xt_pages/outpatientCharges/summary.vue

+ 40 - 40
src/xt_pages/outpatientCharges/summary.vue View File

@@ -3418,46 +3418,46 @@ export default {
3418 3418
             } else {
3419 3419
               time = this.getTimes(order.settle_accounts_date)
3420 3420
             }
3421
-            var hifmi_pay = 0.0
3422
-            if (order.setl_detail && order.setl_detail.length > 0) {
3423
-              var jsonObj = JSON.parse(order.setl_detail)
3424
-
3425
-              console.log(jsonObj)
3426
-              if (jsonObj != null) {
3427
-                for (let i = 0; i < jsonObj.length; i++) {
3428
-                  if (order.insutype == '310') {
3429
-                    if (jsonObj[i].fund_pay_type == '310300') {
3430
-                      hifmi_pay = jsonObj[i].fund_payamt
3431
-                    }
3432
-                  } else if (order.insutype == '390') {
3433
-                    if (order.fund_pay_type == '390200') {
3434
-                      hifmi_pay = jsonObj[i].fund_payamt
3435
-                    }
3436
-                  }
3437
-                }
3438
-              }
3439
-            }
3440
-
3441
-            var hifmi_pay = 0.0
3442
-
3443
-            console.log(order.setl_detail)
3444
-            if (order.setl_detail && order.setl_detail.length > 0) {
3445
-              var jsonObj = JSON.parse(order.setl_detail)
3446
-              if (jsonObj != null) {
3447
-                for (let i = 0; i < jsonObj.length; i++) {
3448
-                  if (order.insutype == '310') {
3449
-                    if (jsonObj[i].fund_pay_type == '310300') {
3450
-                      hifmi_pay = jsonObj[i].fund_payamt
3451
-                    }
3452
-                  }
3453
-                  if (order.insutype == '390') {
3454
-                    if (jsonObj[i].fund_pay_type == '390200') {
3455
-                      hifmi_pay = jsonObj[i].fund_payamt
3456
-                    }
3457
-                  }
3458
-                }
3459
-              }
3460
-            }
3421
+            // var hifmi_pay = 0.0
3422
+            // if (order.setl_detail && order.setl_detail.length > 0) {
3423
+            //   var jsonObj = JSON.parse(order.setl_detail)
3424
+            //
3425
+            //   console.log(jsonObj)
3426
+            //   if (jsonObj != null) {
3427
+            //     for (let i = 0; i < jsonObj.length; i++) {
3428
+            //       if (order.insutype == '310') {
3429
+            //         if (jsonObj[i].fund_pay_type == '310300') {
3430
+            //           hifmi_pay = jsonObj[i].fund_payamt
3431
+            //         }
3432
+            //       } else if (order.insutype == '390') {
3433
+            //         if (order.fund_pay_type == '390200') {
3434
+            //           hifmi_pay = jsonObj[i].fund_payamt
3435
+            //         }
3436
+            //       }
3437
+            //     }
3438
+            //   }
3439
+            // }
3440
+
3441
+            // var hifmi_pay = 0.0
3442
+
3443
+            // console.log(order.setl_detail)
3444
+            // if (order.setl_detail && order.setl_detail.length > 0) {
3445
+            //   var jsonObj = JSON.parse(order.setl_detail)
3446
+            //   if (jsonObj != null) {
3447
+            //     for (let i = 0; i < jsonObj.length; i++) {
3448
+            //       if (order.insutype == '310') {
3449
+            //         if (jsonObj[i].fund_pay_type == '310300') {
3450
+            //           hifmi_pay = jsonObj[i].fund_payamt
3451
+            //         }
3452
+            //       }
3453
+            //       if (order.insutype == '390') {
3454
+            //         if (jsonObj[i].fund_pay_type == '390200') {
3455
+            //           hifmi_pay = jsonObj[i].fund_payamt
3456
+            //         }
3457
+            //       }
3458
+            //     }
3459
+            //   }
3460
+            // }
3461 3461
 
3462 3462
             let insuplc_admdvs_name = ''
3463 3463
             if (order.his_patient.insuplc_admdvs == '440703') {