Selaa lähdekoodia

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 3 vuotta sitten
vanhempi
commit
56b9b35a3a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/xt_pages/outpatientCharges/statementPrint.vue

+ 1 - 1
src/xt_pages/outpatientCharges/statementPrint.vue Näytä tiedosto

354
                 this.balanceAccounts.new_order_info.map(item => {
354
                 this.balanceAccounts.new_order_info.map(item => {
355
                   obj2.total = obj2.total + item.Total
355
                   obj2.total = obj2.total + item.Total
356
                   var newObj = {
356
                   var newObj = {
357
-                    pric:parseInt(item.Total),
357
+                    pric:parseFloat(item.Total),
358
                     project:{
358
                     project:{
359
                       count:1,
359
                       count:1,
360
                       project:{
360
                       project:{