Browse Source

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

csx 3 years ago
parent
commit
e437eabe54
23 changed files with 105 additions and 105 deletions
  1. 4 4
      src/xt_pages/hospitalStation/components/deskPrescription.vue
  2. 4 4
      src/xt_pages/hospitalStation/outpatientChargesManagement.vue
  3. 2 2
      src/xt_pages/hospitalStation/summary.vue
  4. 7 7
      src/xt_pages/hospitalStation/summaryDetail.vue
  5. 1 1
      src/xt_pages/hospitalStation/treatTemplate/printOne.vue
  6. 2 2
      src/xt_pages/outpatientCharges/invoiceTemplate/printTwo.vue
  7. 2 2
      src/xt_pages/outpatientCharges/listTemplate/printOne.vue
  8. 19 19
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue
  9. 2 2
      src/xt_pages/outpatientCharges/statementTemplate/printFour.vue
  10. 15 15
      src/xt_pages/outpatientCharges/statementTemplate/printThree.vue
  11. 2 2
      src/xt_pages/outpatientCharges/summary.vue
  12. 7 7
      src/xt_pages/outpatientCharges/summaryDetail.vue
  13. 6 6
      src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue
  14. 2 2
      src/xt_pages/outpatientDoctorStation/template/printFour.vue
  15. 2 2
      src/xt_pages/outpatientDoctorStation/template/printOne.vue
  16. 1 1
      src/xt_pages/outpatientDoctorStation/template/printThree.vue
  17. 1 1
      src/xt_pages/outpatientDoctorStation/template/printTwo.vue
  18. 3 3
      src/xt_pages/outpatientDoctorStation/treatTemplate/printOne.vue
  19. 8 8
      src/xt_pages/outpatientTool/components/detail.vue
  20. 5 5
      src/xt_pages/outpatientTool/components/gather.vue
  21. 7 7
      src/xt_pages/outpatientTool/components/settle.vue
  22. 2 2
      src/xt_pages/stock/drugs/drugPrint.vue
  23. 1 1
      src/xt_pages/stock/stockOutOrderDetailPrint.vue

+ 4 - 4
src/xt_pages/hospitalStation/components/deskPrescription.vue View File

1607
               }
1607
               }
1608
             }
1608
             }
1609
 
1609
 
1610
-            total =total.toFixed(4)
1610
+            total =total.toFixed(2)
1611
           }
1611
           }
1612
         }
1612
         }
1613
         return total
1613
         return total
1637
             }
1637
             }
1638
           }
1638
           }
1639
         }
1639
         }
1640
-        return total.toFixed(4)
1640
+        return total.toFixed(2)
1641
 
1641
 
1642
       },
1642
       },
1643
       getCurTotal() {
1643
       getCurTotal() {
1652
           for (let a = 0; a < this.curPrescriptions.project.length; a++) {
1652
           for (let a = 0; a < this.curPrescriptions.project.length; a++) {
1653
             total = total + this.curPrescriptions.project[a].price * this.curPrescriptions.project[a].total
1653
             total = total + this.curPrescriptions.project[a].price * this.curPrescriptions.project[a].total
1654
           }
1654
           }
1655
-          return total.toFixed(4)
1655
+          return total.toFixed(2)
1656
 
1656
 
1657
         }
1657
         }
1658
       },
1658
       },
1677
           }
1677
           }
1678
         }
1678
         }
1679
 
1679
 
1680
-        return total.toFixed(4)
1680
+        return total.toFixed(2)
1681
       }, getMonthTotal() {
1681
       }, getMonthTotal() {
1682
         var total = 0
1682
         var total = 0
1683
         for (let i = 0; i < this.month_prescriptions.length; i++) {
1683
         for (let i = 0; i < this.month_prescriptions.length; i++) {

+ 4 - 4
src/xt_pages/hospitalStation/outpatientChargesManagement.vue View File

1210
             total = parseFloat(total) + parseFloat(this.curPrescriptions.addition[b].price * this.curPrescriptions.addition[b].count)
1210
             total = parseFloat(total) + parseFloat(this.curPrescriptions.addition[b].price * this.curPrescriptions.addition[b].count)
1211
           }
1211
           }
1212
         }
1212
         }
1213
-        return total.toFixed(4)
1213
+        return total.toFixed(2)
1214
 
1214
 
1215
       }, getMonthTotalOne() {
1215
       }, getMonthTotalOne() {
1216
         var total = 0
1216
         var total = 0
1235
             total = parseFloat(total) + parseFloat(this.curMonthPrescriptions.addition[b].price * this.curMonthPrescriptions.addition[b].count)
1235
             total = parseFloat(total) + parseFloat(this.curMonthPrescriptions.addition[b].price * this.curMonthPrescriptions.addition[b].count)
1236
           }
1236
           }
1237
         }
1237
         }
1238
-        return total.toFixed(4)
1238
+        return total.toFixed(2)
1239
 
1239
 
1240
       },
1240
       },
1241
       getTotal() {
1241
       getTotal() {
1258
             }
1258
             }
1259
           }
1259
           }
1260
         }
1260
         }
1261
-        return total.toFixed(4)
1261
+        return total.toFixed(2)
1262
 
1262
 
1263
       }, getTotalTwo() {
1263
       }, getTotalTwo() {
1264
         var total = 0
1264
         var total = 0
1281
             }
1281
             }
1282
           }
1282
           }
1283
         }
1283
         }
1284
-        return total.toFixed(4)
1284
+        return total.toFixed(2)
1285
 
1285
 
1286
       },
1286
       },
1287
       moreState(tab, event) {
1287
       moreState(tab, event) {

+ 2 - 2
src/xt_pages/hospitalStation/summary.vue View File

74
                 <!--<template slot-scope="scope"></template>-->
74
                 <!--<template slot-scope="scope"></template>-->
75
                 <!--</el-table-column>-->
75
                 <!--</el-table-column>-->
76
                 <el-table-column align="center" prop="name" label="应收金额">
76
                 <el-table-column align="center" prop="name" label="应收金额">
77
-                    <template slot-scope="scope">{{scope.row.medfee_sumamt.toFixed(4)}}</template>
77
+                    <template slot-scope="scope">{{scope.row.medfee_sumamt.toFixed(2)}}</template>
78
                 </el-table-column>
78
                 </el-table-column>
79
                 <el-table-column align="center" prop="name" label="实收金额">
79
                 <el-table-column align="center" prop="name" label="实收金额">
80
-                    <template slot-scope="scope">{{scope.row.reality_price.toFixed(4)}}</template>
80
+                    <template slot-scope="scope">{{scope.row.reality_price.toFixed(2)}}</template>
81
                 </el-table-column>
81
                 </el-table-column>
82
                 <el-table-column align="center" prop="name" label="科室">
82
                 <el-table-column align="center" prop="name" label="科室">
83
                     <template slot-scope="scope">{{scope.row.department_name}}</template>
83
                     <template slot-scope="scope">{{scope.row.department_name}}</template>

+ 7 - 7
src/xt_pages/hospitalStation/summaryDetail.vue View File

56
                             <el-table-column align="center" prop="name" width="60" label="单价">
56
                             <el-table-column align="center" prop="name" width="60" label="单价">
57
                                 <template slot-scope="scope">
57
                                 <template slot-scope="scope">
58
                                     <!--<el-input v-model="scope.row.price" placeholder="" readonly></el-input>-->
58
                                     <!--<el-input v-model="scope.row.price" placeholder="" readonly></el-input>-->
59
-                                    {{scope.row.price.toFixed(4)}}元
59
+                                    {{scope.row.price.toFixed(2)}}元
60
 
60
 
61
                                 </template>
61
                                 </template>
62
                             </el-table-column>
62
                             </el-table-column>
64
                             <el-table-column align="center" prop="name" width="60" label="总价">
64
                             <el-table-column align="center" prop="name" width="60" label="总价">
65
                                 <template slot-scope="scope">
65
                                 <template slot-scope="scope">
66
                                     <!--<el-input v-model="scope.row.price" placeholder="" readonly></el-input>-->
66
                                     <!--<el-input v-model="scope.row.price" placeholder="" readonly></el-input>-->
67
-                                    {{scope.row.price.toFixed(4)}}元
67
+                                    {{scope.row.price.toFixed(2)}}元
68
 
68
 
69
                                 </template>
69
                                 </template>
70
                             </el-table-column>
70
                             </el-table-column>
112
                     </ul>
112
                     </ul>
113
                     <p class="centerRightTitle" style="margin-top:10px;">收费信息</p>
113
                     <p class="centerRightTitle" style="margin-top:10px;">收费信息</p>
114
                     <ul class="basicUl">
114
                     <ul class="basicUl">
115
-                        <li style="width:50%;">应收金额:{{order.medfee_sumamt.toFixed(4) }}元</li>
116
-                        <li style="width:50%;">实收金额:{{order.reality_price.toFixed(4)}}元</li>
117
-                        <li style="width:50%;">舍入金额:{{order.medfee_sumamt.toFixed(4) - order.reality_price.toFixed(4)}}元</li>
118
-                        <li style="width:50%;">优惠金额:{{order.preferential_price.toFixed(4)}}元</li>
115
+                        <li style="width:50%;">应收金额:{{order.medfee_sumamt.toFixed(2) }}元</li>
116
+                        <li style="width:50%;">实收金额:{{order.reality_price.toFixed(2)}}元</li>
117
+                        <li style="width:50%;">舍入金额:{{order.medfee_sumamt.toFixed(2) - order.reality_price.toFixed(2)}}元</li>
118
+                        <li style="width:50%;">优惠金额:{{order.preferential_price.toFixed(2)}}元</li>
119
                         <li style="width:50%;">总金额</li>
119
                         <li style="width:50%;">总金额</li>
120
-                        <li style="width:50%;">{{order.medfee_sumamt.toFixed(4)}}元</li>
120
+                        <li style="width:50%;">{{order.medfee_sumamt.toFixed(2)}}元</li>
121
                     </ul>
121
                     </ul>
122
                     <!--<p class="centerRightTitle">发票费用</p>-->
122
                     <!--<p class="centerRightTitle">发票费用</p>-->
123
                     <!--<ul class="basicUl">-->
123
                     <!--<ul class="basicUl">-->

+ 1 - 1
src/xt_pages/hospitalStation/treatTemplate/printOne.vue View File

82
 
82
 
83
             <div class="actionBar">
83
             <div class="actionBar">
84
                 <div>执行医生:{{item.doctor?item.doctor:''}}</div>
84
                 <div>执行医生:{{item.doctor?item.doctor:''}}</div>
85
-                <div>费用:{{getTotalOne(item.id).toFixed(4)?getTotalOne(item.id).toFixed(4):''}}元</div>
85
+                <div>费用:{{getTotalOne(item.id).toFixed(2)?getTotalOne(item.id).toFixed(2):''}}元</div>
86
             </div>
86
             </div>
87
 
87
 
88
             <table style="width:100%;text-align:center;line-height:25px;border-collapse: collapse;" border="1">
88
             <table style="width:100%;text-align:center;line-height:25px;border-collapse: collapse;" border="1">

+ 2 - 2
src/xt_pages/outpatientCharges/invoiceTemplate/printTwo.vue View File

23
         </div>
23
         </div>
24
         <div style="display:flex;justify-content: space-between;">
24
         <div style="display:flex;justify-content: space-between;">
25
             <!-- <div>{{ paramsObj.gend == 1 ? '男' : '女' }}</div> -->
25
             <!-- <div>{{ paramsObj.gend == 1 ? '男' : '女' }}</div> -->
26
-            <div style="position: absolute;top:90px;left:290px;">{{ (totalPrice - list.psn_cash_money).toFixed(4) }}</div>
26
+            <div style="position: absolute;top:90px;left:290px;">{{ (totalPrice - list.psn_cash_money).toFixed(2) }}</div>
27
             <div style="position: absolute;top:90px;left:460px;">{{ list.psn_cash_money }}</div>
27
             <div style="position: absolute;top:90px;left:460px;">{{ list.psn_cash_money }}</div>
28
             <div style="position: absolute;top:90px;left:640px;">门慢结算</div>
28
             <div style="position: absolute;top:90px;left:640px;">门慢结算</div>
29
         </div>
29
         </div>
102
                 <span v-else>零</span>
102
                 <span v-else>零</span>
103
             </span>
103
             </span>
104
             </span>
104
             </span>
105
-            <span style="position: absolute;top:250px;left:610px">{{ totalPrice.toFixed(4) }}</span>
105
+            <span style="position: absolute;top:250px;left:610px">{{ totalPrice.toFixed(2) }}</span>
106
         </div>
106
         </div>
107
         <div style="position: absolute;top:280px;left:460px">现金:{{ list.psn_cash_money }}</div>
107
         <div style="position: absolute;top:280px;left:460px">现金:{{ list.psn_cash_money }}</div>
108
         <div>
108
         <div>

+ 2 - 2
src/xt_pages/outpatientCharges/listTemplate/printOne.vue View File

28
                 <td style="width:10%">{{item.med_chrgitm_type}}</td>
28
                 <td style="width:10%">{{item.med_chrgitm_type}}</td>
29
                 <td style="width:31%">{{item.name}}</td>
29
                 <td style="width:31%">{{item.name}}</td>
30
                 <td style="width:14%">{{item.spec}}</td>
30
                 <td style="width:14%">{{item.spec}}</td>
31
-                <td style="width:10%">{{(item.price).toFixed(4)}}</td>
31
+                <td style="width:10%">{{(item.price).toFixed(2)}}</td>
32
                 <td style="width:6%">{{item.count}}{{item.unit}}</td>
32
                 <td style="width:6%">{{item.count}}{{item.unit}}</td>
33
-                <td style="width:10%">{{(item.price * item.count).toFixed(4)}}</td>
33
+                <td style="width:10%">{{(item.price * item.count).toFixed(2)}}</td>
34
             </tr>
34
             </tr>
35
         </table>
35
         </table>
36
         <div class="tableBottom">
36
         <div class="tableBottom">

+ 19 - 19
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue View File

162
                                                 <span>当前处方总费用:<span style="color:red;">{{items.total}}元</span></span>
162
                                                 <span>当前处方总费用:<span style="color:red;">{{items.total}}元</span></span>
163
 
163
 
164
 
164
 
165
-                                                <span>医疗费总额:<span style="color:red;">{{ items.curPrescriptions.order.medfee_sumamt ?  items.curPrescriptions.order.medfee_sumamt.toFixed(4):getTotalFour(items.prescriptions)?getTotalFour(items.prescriptions):'' }}元</span></span>
166
-                                                <span>基金支付金额:<span style="color:red;">{{ items.curPrescriptions.order.hifp_pay?items.curPrescriptions.order.hifp_pay.toFixed(4):''}}元</span></span>
167
-                                                <span>个人账户支付金额:<span style="color:red;">{{ items.curPrescriptions.order.acct_pay?items.curPrescriptions.order.acct_pay.toFixed(4):''}}元</span></span>
165
+                                                <span>医疗费总额:<span style="color:red;">{{ items.curPrescriptions.order.medfee_sumamt ?  items.curPrescriptions.order.medfee_sumamt.toFixed(2):getTotalFour(items.prescriptions)?getTotalFour(items.prescriptions):'' }}元</span></span>
166
+                                                <span>基金支付金额:<span style="color:red;">{{ items.curPrescriptions.order.hifp_pay?items.curPrescriptions.order.hifp_pay.toFixed(2):''}}元</span></span>
167
+                                                <span>个人账户支付金额:<span style="color:red;">{{ items.curPrescriptions.order.acct_pay?items.curPrescriptions.order.acct_pay.toFixed(2):''}}元</span></span>
168
                                                 <span v-if="hisPatientInfo.balance_accounts_type != 2">个人支付金额:<span
168
                                                 <span v-if="hisPatientInfo.balance_accounts_type != 2">个人支付金额:<span
169
-                                                        style="color:red;">{{ items.curPrescriptions.order.psn_cash_pay?items.curPrescriptions.order.psn_cash_pay.toFixed(4):''}}元</span></span>
169
+                                                        style="color:red;">{{ items.curPrescriptions.order.psn_cash_pay?items.curPrescriptions.order.psn_cash_pay.toFixed(2):''}}元</span></span>
170
                                                 <span v-if="hisPatientInfo.balance_accounts_type == 2">个人支付金额:<span
170
                                                 <span v-if="hisPatientInfo.balance_accounts_type == 2">个人支付金额:<span
171
-                                                        style="color:red;">{{ items.curPrescriptions.order.medfee_sumamt.toFixed(4)}}元</span></span>
171
+                                                        style="color:red;">{{ items.curPrescriptions.order.medfee_sumamt.toFixed(2)}}元</span></span>
172
 
172
 
173
-                                                <span>个人账户金额:<span style="color:red;">{{ items.curPrescriptions.order.balc?items.curPrescriptions.order.balc.toFixed(4):''}}元</span></span>
173
+                                                <span>个人账户金额:<span style="color:red;">{{ items.curPrescriptions.order.balc?items.curPrescriptions.order.balc.toFixed(2):''}}元</span></span>
174
 
174
 
175
                                                 <span v-if="items.curPrescriptions.order_status  == 1">待结算</span>
175
                                                 <span v-if="items.curPrescriptions.order_status  == 1">待结算</span>
176
                                                 <span v-if="items.curPrescriptions.order_status  == 2">已结算</span>
176
                                                 <span v-if="items.curPrescriptions.order_status  == 2">已结算</span>
326
                                           <span>当前处方总费用:<span
326
                                           <span>当前处方总费用:<span
327
                                                   style="color:red;">{{ items.month_total }}元</span></span>
327
                                                   style="color:red;">{{ items.month_total }}元</span></span>
328
 
328
 
329
-                                                <span>医疗费总额:<span style="color:red;">{{ items.curMonthPrescriptions.order.medfee_sumamt?  items.curMonthPrescriptions.order.medfee_sumamt.toFixed(4) :getTotalFour(items.month_prescriptions)?getTotalFour(items.month_prescriptions):'' }}元</span></span>
330
-                                                <span>基金支付金额:<span style="color:red;">{{ items.curMonthPrescriptions.order.hifp_pay?items.curMonthPrescriptions.order.hifp_pay.toFixed(4) :''}}元</span></span>
331
-                                                <span>个人账户支付金额:<span style="color:red;">{{ items.curMonthPrescriptions.order.acct_pay?items.curMonthPrescriptions.order.acct_pay.toFixed(4) :''}}元</span></span>
329
+                                                <span>医疗费总额:<span style="color:red;">{{ items.curMonthPrescriptions.order.medfee_sumamt?  items.curMonthPrescriptions.order.medfee_sumamt.toFixed(2) :getTotalFour(items.month_prescriptions)?getTotalFour(items.month_prescriptions):'' }}元</span></span>
330
+                                                <span>基金支付金额:<span style="color:red;">{{ items.curMonthPrescriptions.order.hifp_pay?items.curMonthPrescriptions.order.hifp_pay.toFixed(2) :''}}元</span></span>
331
+                                                <span>个人账户支付金额:<span style="color:red;">{{ items.curMonthPrescriptions.order.acct_pay?items.curMonthPrescriptions.order.acct_pay.toFixed(2) :''}}元</span></span>
332
                                                 <!--<span>个人支付金额:<span style="color:red;">{{ items.curMonthPrescriptions.order.psn_cash_pay?items.curMonthPrescriptions.order.psn_cash_pay:''}}元</span></span>-->
332
                                                 <!--<span>个人支付金额:<span style="color:red;">{{ items.curMonthPrescriptions.order.psn_cash_pay?items.curMonthPrescriptions.order.psn_cash_pay:''}}元</span></span>-->
333
 
333
 
334
                                                 <span v-if="hisPatientInfo.balance_accounts_type != 2">个人支付金额:<span
334
                                                 <span v-if="hisPatientInfo.balance_accounts_type != 2">个人支付金额:<span
335
-                                                        style="color:red;">{{ items.curMonthPrescriptions.order.psn_cash_pay ?items.curMonthPrescriptions.order.psn_cash_pay.toFixed(4) :''}}元</span></span>
335
+                                                        style="color:red;">{{ items.curMonthPrescriptions.order.psn_cash_pay ?items.curMonthPrescriptions.order.psn_cash_pay.toFixed(2) :''}}元</span></span>
336
                                                 <span v-if="hisPatientInfo.balance_accounts_type == 2">个人支付金额:<span
336
                                                 <span v-if="hisPatientInfo.balance_accounts_type == 2">个人支付金额:<span
337
-                                                        style="color:red;">{{ items.curMonthPrescriptions.order.medfee_sumamt.toFixed(4) }}元</span></span>
337
+                                                        style="color:red;">{{ items.curMonthPrescriptions.order.medfee_sumamt.toFixed(2) }}元</span></span>
338
 
338
 
339
 
339
 
340
-                                                <span>个人账户金额:<span style="color:red;">{{ items.curMonthPrescriptions.order.account_price?items.curMonthPrescriptions.order.account_price.toFixed(4) :''}}元</span></span>
340
+                                                <span>个人账户金额:<span style="color:red;">{{ items.curMonthPrescriptions.order.account_price?items.curMonthPrescriptions.order.account_price.toFixed(2) :''}}元</span></span>
341
 
341
 
342
                                             </div>
342
                                             </div>
343
 
343
 
1804
             total = parseFloat(total) + parseFloat(this.curPrescriptions.addition[b].price * this.curPrescriptions.addition[b].count)
1804
             total = parseFloat(total) + parseFloat(this.curPrescriptions.addition[b].price * this.curPrescriptions.addition[b].count)
1805
           }
1805
           }
1806
         }
1806
         }
1807
-        return total.toFixed(4)
1807
+        return total.toFixed(2)
1808
 
1808
 
1809
       },
1809
       },
1810
       getTotalThree(big_prescriptions) {
1810
       getTotalThree(big_prescriptions) {
1830
             total = parseFloat(total) + parseFloat(big_prescriptions.curPrescriptions.addition[b].price * big_prescriptions.curPrescriptions.addition[b].count)
1830
             total = parseFloat(total) + parseFloat(big_prescriptions.curPrescriptions.addition[b].price * big_prescriptions.curPrescriptions.addition[b].count)
1831
           }
1831
           }
1832
         }
1832
         }
1833
-        return total.toFixed(4)
1833
+        return total.toFixed(2)
1834
 
1834
 
1835
       },
1835
       },
1836
 
1836
 
1857
             total = parseFloat(total) + parseFloat(this.curMonthPrescriptions.addition[b].price * this.curMonthPrescriptions.addition[b].count)
1857
             total = parseFloat(total) + parseFloat(this.curMonthPrescriptions.addition[b].price * this.curMonthPrescriptions.addition[b].count)
1858
           }
1858
           }
1859
         }
1859
         }
1860
-        return total.toFixed(4)
1860
+        return total.toFixed(2)
1861
 
1861
 
1862
       },
1862
       },
1863
       getMonthTotalTwo(month_prescriptions) {
1863
       getMonthTotalTwo(month_prescriptions) {
1883
             total = parseFloat(total) + parseFloat(month_prescriptions.addition[b].price * month_prescriptions.addition[b].count)
1883
             total = parseFloat(total) + parseFloat(month_prescriptions.addition[b].price * month_prescriptions.addition[b].count)
1884
           }
1884
           }
1885
         }
1885
         }
1886
-        return total.toFixed(4)
1886
+        return total.toFixed(2)
1887
 
1887
 
1888
       },
1888
       },
1889
 
1889
 
1909
             }
1909
             }
1910
           }
1910
           }
1911
         }
1911
         }
1912
-        return total.toFixed(4)
1912
+        return total.toFixed(2)
1913
 
1913
 
1914
       }, getTotalTwo() {
1914
       }, getTotalTwo() {
1915
         var total = 0
1915
         var total = 0
1932
             }
1932
             }
1933
           }
1933
           }
1934
         }
1934
         }
1935
-        return total.toFixed(4)
1935
+        return total.toFixed(2)
1936
 
1936
 
1937
       }, getTotalFour(month_prescriptions) {
1937
       }, getTotalFour(month_prescriptions) {
1938
         var total = 0
1938
         var total = 0
1954
             }
1954
             }
1955
           }
1955
           }
1956
         }
1956
         }
1957
-        return total.toFixed(4)
1957
+        return total.toFixed(2)
1958
       },
1958
       },
1959
       moreState(tab, event) {
1959
       moreState(tab, event) {
1960
         if (tab == 'more') {
1960
         if (tab == 'more') {

+ 2 - 2
src/xt_pages/outpatientCharges/statementTemplate/printFour.vue View File

111
                                 </div>
111
                                 </div>
112
                                 <div style="width:15%;text-align:center;">
112
                                 <div style="width:15%;text-align:center;">
113
                                     <p class="chargeP">
113
                                     <p class="chargeP">
114
-                                        <span>{{(item.cnt * item.pric).toFixed(4)}}元</span>
114
+                                        <span>{{(item.cnt * item.pric).toFixed(2)}}元</span>
115
                                     </p>
115
                                     </p>
116
                                 </div>
116
                                 </div>
117
                             </div>
117
                             </div>
216
                               </div>
216
                               </div>
217
                               <div style="width:15%;text-align:center;">
217
                               <div style="width:15%;text-align:center;">
218
                                   <p class="chargeP">
218
                                   <p class="chargeP">
219
-                                      <span>{{(item.cnt * item.pric).toFixed(4)}}元</span>
219
+                                      <span>{{(item.cnt * item.pric).toFixed(2)}}元</span>
220
                                   </p>
220
                                   </p>
221
                               </div>
221
                               </div>
222
                           </div>
222
                           </div>

+ 15 - 15
src/xt_pages/outpatientCharges/statementTemplate/printThree.vue View File

88
 
88
 
89
                             </td>
89
                             </td>
90
                             <td>
90
                             <td>
91
-                                <span v-if="item.type == 1">{{ (subItem.advice.prescribing_number * subItem.pric).toFixed(4) }}</span>
92
-                                <span v-if="item.type == 2">{{ (subItem.project.count * subItem.pric).toFixed(4) }}</span>
93
-                                <span v-if="item.type == 3">{{ (subItem.project.count * subItem.pric).toFixed(4) }}</span>
91
+                                <span v-if="item.type == 1">{{ (subItem.advice.prescribing_number * subItem.pric).toFixed(2) }}</span>
92
+                                <span v-if="item.type == 2">{{ (subItem.project.count * subItem.pric).toFixed(2) }}</span>
93
+                                <span v-if="item.type == 3">{{ (subItem.project.count * subItem.pric).toFixed(2) }}</span>
94
                                 <!--<span v-if="item.type == 4"></span>-->
94
                                 <!--<span v-if="item.type == 4"></span>-->
95
 
95
 
96
                             </td>
96
                             </td>
97
                             <td :rowspan="item.details.length" v-if="index == 0"
97
                             <td :rowspan="item.details.length" v-if="index == 0"
98
-                                style="vertical-align: middle;text-align: center;">{{ item.total.toFixed(4) }}
98
+                                style="vertical-align: middle;text-align: center;">{{ item.total.toFixed(2) }}
99
                             </td>
99
                             </td>
100
                         </tr>
100
                         </tr>
101
                     </div>
101
                     </div>
103
                         <td colspan="7">
103
                         <td colspan="7">
104
                             <div style="display:flex;flez-wrap:wrap;">
104
                             <div style="display:flex;flez-wrap:wrap;">
105
                                 <div style="width:33%;" v-for="(item,index) in info.new_detail_list" :key="index">
105
                                 <div style="width:33%;" v-for="(item,index) in info.new_detail_list" :key="index">
106
-                                    <span v-if="item.type == 1">药品费: {{ item.total.toFixed(4) }}</span>
107
-                                    <span v-if="item.type == 2">治疗费: {{ item.total.toFixed(4) }}</span>
108
-                                    <span v-if="item.type == 3">耗材费: {{ item.total.toFixed(4) }}</span>
106
+                                    <span v-if="item.type == 1">药品费: {{ item.total.toFixed(2) }}</span>
107
+                                    <span v-if="item.type == 2">治疗费: {{ item.total.toFixed(2) }}</span>
108
+                                    <span v-if="item.type == 3">耗材费: {{ item.total.toFixed(2) }}</span>
109
                                     <!--<span v-if="item.type == 4">检验费: {{ item.total.toFixed(4) }}</span>-->
109
                                     <!--<span v-if="item.type == 4">检验费: {{ item.total.toFixed(4) }}</span>-->
110
 
110
 
111
                                 </div>
111
                                 </div>
222
 
222
 
223
                             </td>
223
                             </td>
224
                             <td>
224
                             <td>
225
-                                <span v-if="item.type == 1">{{ (subItem.advice.prescribing_number * subItem.pric).toFixed(4) }}</span>
226
-                                <span v-if="item.type == 2">{{ (subItem.project.count * subItem.pric).toFixed(4) }}</span>
227
-                                <span v-if="item.type == 3">{{ (subItem.project.count * subItem.pric).toFixed(4) }}</span>
225
+                                <span v-if="item.type == 1">{{ (subItem.advice.prescribing_number * subItem.pric).toFixed(2) }}</span>
226
+                                <span v-if="item.type == 2">{{ (subItem.project.count * subItem.pric).toFixed(2) }}</span>
227
+                                <span v-if="item.type == 3">{{ (subItem.project.count * subItem.pric).toFixed(2) }}</span>
228
                                 <span v-if="item.type == 4">{{subItem.Total}}</span>
228
                                 <span v-if="item.type == 4">{{subItem.Total}}</span>
229
 
229
 
230
                             </td>
230
                             </td>
231
                             <td :rowspan="item.details.length" v-if="index == 0"
231
                             <td :rowspan="item.details.length" v-if="index == 0"
232
-                                style="vertical-align: middle;text-align: center;">{{ item.total.toFixed(4) }}
232
+                                style="vertical-align: middle;text-align: center;">{{ item.total.toFixed(2) }}
233
                             </td>
233
                             </td>
234
                         </tr>
234
                         </tr>
235
                     </div>
235
                     </div>
238
                             <div style="display:flex;flez-wrap:wrap;">
238
                             <div style="display:flex;flez-wrap:wrap;">
239
                                 <div style="width:33%;" v-for="(item,index) in balanceAccounts.new_detail_list"
239
                                 <div style="width:33%;" v-for="(item,index) in balanceAccounts.new_detail_list"
240
                                      :key="index">
240
                                      :key="index">
241
-                                    <span v-if="item.type == 1">药品费: {{ item.total.toFixed(4) }}</span>
242
-                                    <span v-if="item.type == 2">治疗费: {{ item.total.toFixed(4) }}</span>
243
-                                    <span v-if="item.type == 3">耗材费: {{ item.total.toFixed(4) }}</span>
244
-                                    <span v-if="item.type == 4">检验费: {{ item.total.toFixed(4) }}</span>
241
+                                    <span v-if="item.type == 1">药品费: {{ item.total.toFixed(2) }}</span>
242
+                                    <span v-if="item.type == 2">治疗费: {{ item.total.toFixed(2) }}</span>
243
+                                    <span v-if="item.type == 3">耗材费: {{ item.total.toFixed(2) }}</span>
244
+                                    <span v-if="item.type == 4">检验费: {{ item.total.toFixed(2) }}</span>
245
 
245
 
246
                                 </div>
246
                                 </div>
247
                             </div>
247
                             </div>

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

81
                 <!--</el-table-column>-->
81
                 <!--</el-table-column>-->
82
 
82
 
83
                 <el-table-column align="center" width="90" prop="name" label="应收金额">
83
                 <el-table-column align="center" width="90" prop="name" label="应收金额">
84
-                    <template slot-scope="scope">{{scope.row.medfee_sumamt.toFixed(4)}}</template>
84
+                    <template slot-scope="scope">{{scope.row.medfee_sumamt.toFixed(2)}}</template>
85
                 </el-table-column>
85
                 </el-table-column>
86
                 <el-table-column align="center" width="90" prop="name" label="实收金额">
86
                 <el-table-column align="center" width="90" prop="name" label="实收金额">
87
-                    <template slot-scope="scope">{{scope.row.reality_price.toFixed(4)}}</template>
87
+                    <template slot-scope="scope">{{scope.row.reality_price.toFixed(2)}}</template>
88
                 </el-table-column>
88
                 </el-table-column>
89
                 <el-table-column align="center" width="90" prop="name" label="科室">
89
                 <el-table-column align="center" width="90" prop="name" label="科室">
90
                     <template slot-scope="scope">{{scope.row.department_name}}</template>
90
                     <template slot-scope="scope">{{scope.row.department_name}}</template>

+ 7 - 7
src/xt_pages/outpatientCharges/summaryDetail.vue View File

64
                           <el-table-column align="center" prop="name" width="60" label="总价">
64
                           <el-table-column align="center" prop="name" width="60" label="总价">
65
                               <template slot-scope="scope">
65
                               <template slot-scope="scope">
66
                                   <!--<el-input v-model="scope.row.price" placeholder="" readonly></el-input>-->
66
                                   <!--<el-input v-model="scope.row.price" placeholder="" readonly></el-input>-->
67
-                                  {{scope.row.price.toFixed(4)}}元
67
+                                  {{scope.row.price.toFixed(2)}}元
68
 
68
 
69
                               </template>
69
                               </template>
70
                           </el-table-column>
70
                           </el-table-column>
92
 
92
 
93
                     </div>
93
                     </div>
94
                     <div class="costBox">
94
                     <div class="costBox">
95
-                      <span>当前处方总费用:<span style="color:red;">{{ order.medfee_sumamt.toFixed(4)}}元</span></span>
95
+                      <span>当前处方总费用:<span style="color:red;">{{ order.medfee_sumamt.toFixed(2)}}元</span></span>
96
                       <span v-if="order.order_status == 1">待结算</span>
96
                       <span v-if="order.order_status == 1">待结算</span>
97
                       <span v-if="order.order_status == 2">已结算</span>
97
                       <span v-if="order.order_status == 2">已结算</span>
98
                       <span v-if="order.order_status == 3">已退费</span>
98
                       <span v-if="order.order_status == 3">已退费</span>
112
                     </ul>
112
                     </ul>
113
                     <p class="centerRightTitle" style="margin-top:10px;">收费信息</p>
113
                     <p class="centerRightTitle" style="margin-top:10px;">收费信息</p>
114
                     <ul class="basicUl">
114
                     <ul class="basicUl">
115
-                        <li style="width:50%;">应收金额:{{order.medfee_sumamt.toFixed(4) }}元</li>
116
-                        <li style="width:50%;">实收金额:{{order.reality_price.toFixed(4)}}元</li>
117
-                        <li style="width:50%;">舍入金额:{{order.medfee_sumamt.toFixed(4) - order.reality_price.toFixed(4)}}元</li>
118
-                        <li style="width:50%;">优惠金额:{{order.preferential_price.toFixed(4)}}元</li>
115
+                        <li style="width:50%;">应收金额:{{order.medfee_sumamt.toFixed(2) }}元</li>
116
+                        <li style="width:50%;">实收金额:{{order.reality_price.toFixed(2)}}元</li>
117
+                        <li style="width:50%;">舍入金额:{{order.medfee_sumamt.toFixed(2) - order.reality_price.toFixed(2)}}元</li>
118
+                        <li style="width:50%;">优惠金额:{{order.preferential_price.toFixed(2)}}元</li>
119
                         <li style="width:50%;">总金额</li>
119
                         <li style="width:50%;">总金额</li>
120
-                        <li style="width:50%;">{{order.medfee_sumamt.toFixed(4)}}元</li>
120
+                        <li style="width:50%;">{{order.medfee_sumamt.toFixed(2)}}元</li>
121
                     </ul>
121
                     </ul>
122
                     <!--<p class="centerRightTitle">发票费用</p>-->
122
                     <!--<p class="centerRightTitle">发票费用</p>-->
123
                     <!--<ul class="basicUl">-->
123
                     <!--<ul class="basicUl">-->

+ 6 - 6
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue View File

1613
               }
1613
               }
1614
             }
1614
             }
1615
 
1615
 
1616
-            total = total.toFixed(4)
1616
+            total = total.toFixed(2)
1617
           }
1617
           }
1618
         }
1618
         }
1619
         return total
1619
         return total
1640
                 total = total + this.month_prescriptions[i].addition[b].price * this.month_prescriptions[i].addition[b].count
1640
                 total = total + this.month_prescriptions[i].addition[b].price * this.month_prescriptions[i].addition[b].count
1641
               }
1641
               }
1642
             }
1642
             }
1643
-            total = total.toFixed(4)
1643
+            total = total.toFixed(2)
1644
           }
1644
           }
1645
         }
1645
         }
1646
         return total
1646
         return total
1653
           for (let a = 0; a < this.curPrescriptions.advices.length; a++) {
1653
           for (let a = 0; a < this.curPrescriptions.advices.length; a++) {
1654
             total = total + this.curPrescriptions.advices[a].retail_price * this.curPrescriptions.advices[a].prescribing_number
1654
             total = total + this.curPrescriptions.advices[a].retail_price * this.curPrescriptions.advices[a].prescribing_number
1655
           }
1655
           }
1656
-          return total.toFixed(4)
1656
+          return total.toFixed(2)
1657
         } else {
1657
         } else {
1658
           for (let a = 0; a < this.curPrescriptions.project.length; a++) {
1658
           for (let a = 0; a < this.curPrescriptions.project.length; a++) {
1659
             total = total + this.curPrescriptions.project[a].price * this.curPrescriptions.project[a].total
1659
             total = total + this.curPrescriptions.project[a].price * this.curPrescriptions.project[a].total
1660
           }
1660
           }
1661
-          return total.toFixed(4)
1661
+          return total.toFixed(2)
1662
         }
1662
         }
1663
 
1663
 
1664
       },
1664
       },
1683
           }
1683
           }
1684
         }
1684
         }
1685
 
1685
 
1686
-        return total.toFixed(4)
1686
+        return total.toFixed(2)
1687
       }, getMonthTotal() {
1687
       }, getMonthTotal() {
1688
         var total = 0
1688
         var total = 0
1689
         for (let i = 0; i < this.month_prescriptions.length; i++) {
1689
         for (let i = 0; i < this.month_prescriptions.length; i++) {
1705
           }
1705
           }
1706
         }
1706
         }
1707
 
1707
 
1708
-        return total.toFixed(4)
1708
+        return total.toFixed(2)
1709
       },
1709
       },
1710
       createFilter(queryString) {
1710
       createFilter(queryString) {
1711
         return (restaurant) => {
1711
         return (restaurant) => {

+ 2 - 2
src/xt_pages/outpatientDoctorStation/template/printFour.vue View File

35
                   <div style="margin-left:100px;"><span>{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.count}}{{unit}}</span></div>
35
                   <div style="margin-left:100px;"><span>{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.count}}{{unit}}</span></div>
36
               </div>
36
               </div>
37
               <div class="drugsBox" v-for="(it,i) in item.additionalcharge" :key="i">
37
               <div class="drugsBox" v-for="(it,i) in item.additionalcharge" :key="i">
38
-                <div class="drugsOne">{{it.project_id?it.project_id:""}}:&nbsp;{{it.price.toFixed(4)}}元/{{it.count}}次</div>
38
+                <div class="drugsOne">{{it.project_id?it.project_id:""}}:&nbsp;{{it.price.toFixed(2)}}元/{{it.count}}次</div>
39
                </div>
39
                </div>
40
                <div style="text-align:center;" >(以下空白)</div>
40
                <div style="text-align:center;" >(以下空白)</div>
41
 
41
 
55
                  <p>配对:</p>
55
                  <p>配对:</p>
56
                  <p>核对:</p>
56
                  <p>核对:</p>
57
                  <p>发药:</p>
57
                  <p>发药:</p>
58
-                 <p>药费:{{getTotalOne(item.id).toFixed(4)?getTotalOne(item.id).toFixed(4):0}}元</p>
58
+                 <p>药费:{{getTotalOne(item.id).toFixed(2)?getTotalOne(item.id).toFixed(2):0}}元</p>
59
           </div>
59
           </div>
60
           <div style="page-break-after:always"></div>
60
           <div style="page-break-after:always"></div>
61
       </div>
61
       </div>

+ 2 - 2
src/xt_pages/outpatientDoctorStation/template/printOne.vue View File

35
                   <div style="margin-left:100px;"><span>用法:{{it.single_dose}}{{it.single_dose_unit}}</span>&nbsp;&nbsp;<span>{{it.delivery_way}}</span>&nbsp;&nbsp;<span>{{it.advice_desc}}</span></div>
35
                   <div style="margin-left:100px;"><span>用法:{{it.single_dose}}{{it.single_dose_unit}}</span>&nbsp;&nbsp;<span>{{it.delivery_way}}</span>&nbsp;&nbsp;<span>{{it.advice_desc}}</span></div>
36
               </div>
36
               </div>
37
               <div class="drugsBox" v-for="(it,i) in item.additionalcharge" :key="i">
37
               <div class="drugsBox" v-for="(it,i) in item.additionalcharge" :key="i">
38
-                <div class="drugsOne">{{it.project_id?it.project_id:""}}:&nbsp;{{it.price.toFixed(4)}}元/{{it.count}}次</div>
38
+                <div class="drugsOne">{{it.project_id?it.project_id:""}}:&nbsp;{{it.price.toFixed(2)}}元/{{it.count}}次</div>
39
                </div>
39
                </div>
40
                <div style="text-align:center;" >(以下空白)</div>
40
                <div style="text-align:center;" >(以下空白)</div>
41
 
41
 
55
                  <p>配对:</p>
55
                  <p>配对:</p>
56
                  <p>核对:</p>
56
                  <p>核对:</p>
57
                  <p>发药:</p>
57
                  <p>发药:</p>
58
-                 <p>药费:{{getTotalOne(item.id).toFixed(4)?getTotalOne(item.id).toFixed(4):0}}元</p>
58
+                 <p>药费:{{getTotalOne(item.id).toFixed(2)?getTotalOne(item.id).toFixed(2):0}}元</p>
59
           </div>
59
           </div>
60
           <div style="page-break-after:always"></div>
60
           <div style="page-break-after:always"></div>
61
       </div>
61
       </div>

+ 1 - 1
src/xt_pages/outpatientDoctorStation/template/printThree.vue View File

43
                   <div style="margin-left:100px;"><span>用法:{{it.single_dose}}{{it.single_dose_unit}}</span>&nbsp;&nbsp;<span>{{it.execution_frequency}}&nbsp;{{it.delivery_way}}&nbsp;</span>&nbsp;&nbsp;<span>{{it.advice_desc}}</span></div>
43
                   <div style="margin-left:100px;"><span>用法:{{it.single_dose}}{{it.single_dose_unit}}</span>&nbsp;&nbsp;<span>{{it.execution_frequency}}&nbsp;{{it.delivery_way}}&nbsp;</span>&nbsp;&nbsp;<span>{{it.advice_desc}}</span></div>
44
               </div>
44
               </div>
45
               <div class="drugsBox" v-for="(it,i) in item.additionalcharge" :key="i">
45
               <div class="drugsBox" v-for="(it,i) in item.additionalcharge" :key="i">
46
-                <div class="drugsOne">{{it.item_name?it.item_name:""}}:&nbsp;{{it.price.toFixed(4)}}元/{{it.count}}次</div>
46
+                <div class="drugsOne">{{it.item_name?it.item_name:""}}:&nbsp;{{it.price.toFixed(2)}}元/{{it.count}}次</div>
47
               </div>
47
               </div>
48
 
48
 
49
               <!-- <div class="drugsBox" v-for="(it,index) in item.project" :key="index">
49
               <!-- <div class="drugsBox" v-for="(it,index) in item.project" :key="index">

+ 1 - 1
src/xt_pages/outpatientDoctorStation/template/printTwo.vue View File

35
             <p>配对:</p>
35
             <p>配对:</p>
36
             <p>核对:{{getDoctor(advicePrint[0].checker)?getDoctor(advicePrint[0].checker):""}}</p>
36
             <p>核对:{{getDoctor(advicePrint[0].checker)?getDoctor(advicePrint[0].checker):""}}</p>
37
             <p>发药:{{getDoctor(advicePrint[0].execution_staff)?getDoctor(advicePrint[0].execution_staff):""}}</p>
37
             <p>发药:{{getDoctor(advicePrint[0].execution_staff)?getDoctor(advicePrint[0].execution_staff):""}}</p>
38
-            <p>药费:{{advicePrint[0].price.toFixed(4)?advicePrint[0].price.toFixed(4):""}}</p>
38
+            <p>药费:{{advicePrint[0].price.toFixed(2)?advicePrint[0].price.toFixed(2):""}}</p>
39
         </div>
39
         </div>
40
     </div>
40
     </div>
41
 </template>
41
 </template>

+ 3 - 3
src/xt_pages/outpatientDoctorStation/treatTemplate/printOne.vue View File

54
                         <td>{{it.type == 2 ? it.project.project_name : it.good_info.good_name}}</td>
54
                         <td>{{it.type == 2 ? it.project.project_name : it.good_info.good_name}}</td>
55
                         <td>{{it.count}}</td>
55
                         <td>{{it.count}}</td>
56
                         <td>{{getUnit(it.unit)}}</td>
56
                         <td>{{getUnit(it.unit)}}</td>
57
-                        <td>{{it.price.toFixed(4)}}</td>
57
+                        <td>{{it.price.toFixed(2)}}</td>
58
                         <td></td>
58
                         <td></td>
59
                         <td>{{it.remark}}</td>
59
                         <td>{{it.remark}}</td>
60
                         <td>{{it.day}}</td>
60
                         <td>{{it.day}}</td>
66
                         <td>{{it.advice_name?it.advice_name:''}}</td>
66
                         <td>{{it.advice_name?it.advice_name:''}}</td>
67
                         <td>{{it.single_dose?it.single_dose:''}}</td>
67
                         <td>{{it.single_dose?it.single_dose:''}}</td>
68
                         <td>{{it.single_dose_unit?it.single_dose_unit:''}}</td>
68
                         <td>{{it.single_dose_unit?it.single_dose_unit:''}}</td>
69
-                        <td>{{it.price.toFixed(4)}}</td>
69
+                        <td>{{it.price.toFixed(2)}}</td>
70
                         <td></td>
70
                         <td></td>
71
                         <td>{{it.remark}}</td>
71
                         <td>{{it.remark}}</td>
72
                         <td>{{it.day}}</td>
72
                         <td>{{it.day}}</td>
82
 
82
 
83
             <div class="actionBar">
83
             <div class="actionBar">
84
                 <div>执行医生:{{item.doctor?item.doctor:''}}</div>
84
                 <div>执行医生:{{item.doctor?item.doctor:''}}</div>
85
-                <div>费用:{{getTotalOne(item.id).toFixed(4)?getTotalOne(item.id).toFixed(4):''}}元</div>
85
+                <div>费用:{{getTotalOne(item.id).toFixed(2)?getTotalOne(item.id).toFixed(2):''}}元</div>
86
             </div>
86
             </div>
87
 
87
 
88
             <table style="width:100%;text-align:center;line-height:25px;border-collapse: collapse;" border="1">
88
             <table style="width:100%;text-align:center;line-height:25px;border-collapse: collapse;" border="1">

+ 8 - 8
src/xt_pages/outpatientTool/components/detail.vue View File

79
                 <template slot-scope="scope">{{scope.row.count}}</template>
79
                 <template slot-scope="scope">{{scope.row.count}}</template>
80
             </el-table-column>
80
             </el-table-column>
81
             <el-table-column align="center" prop="name" label="单价">
81
             <el-table-column align="center" prop="name" label="单价">
82
-                <template slot-scope="scope">{{scope.row.price.toFixed(4)}}</template>
82
+                <template slot-scope="scope">{{scope.row.price.toFixed(2)}}</template>
83
             </el-table-column>
83
             </el-table-column>
84
             <el-table-column align="center" prop="name" label="费用">
84
             <el-table-column align="center" prop="name" label="费用">
85
                 <template slot-scope="scope">
85
                 <template slot-scope="scope">
86
-                    <div>{{(scope.row.price.toFixed(4)*scope.row.count).toFixed(4)}}</div>
86
+                    <div>{{(scope.row.price.toFixed(2)*scope.row.count).toFixed(2)}}</div>
87
                 </template>
87
                 </template>
88
             </el-table-column>
88
             </el-table-column>
89
 
89
 
90
             <el-table-column align="center" prop="total" label="费用总额">
90
             <el-table-column align="center" prop="total" label="费用总额">
91
                 <template slot-scope="scope">
91
                 <template slot-scope="scope">
92
-                    <div>{{scope.row.total.toFixed(4)}}</div>
92
+                    <div>{{scope.row.total.toFixed(2)}}</div>
93
                 </template>
93
                 </template>
94
             </el-table-column>
94
             </el-table-column>
95
 
95
 
509
           let name = order.name
509
           let name = order.name
510
           let item_name = order.item_name
510
           let item_name = order.item_name
511
           let count = order.count
511
           let count = order.count
512
-          let price = order.price.toFixed(4)
513
-          let pay_sumamt = (order.price.toFixed(4) * order.count).toFixed(4)
514
-          let total = order.total.toFixed(4)
512
+          let price = order.price.toFixed(2)
513
+          let pay_sumamt = (order.price.toFixed(2) * order.count).toFixed(2)
514
+          let total = order.total.toFixed(2)
515
 
515
 
516
           let obj = {
516
           let obj = {
517
             '患者姓名': name,
517
             '患者姓名': name,
559
             // sums[index] = sums[index].toFixed(2)
559
             // sums[index] = sums[index].toFixed(2)
560
             let num = 0
560
             let num = 0
561
             data.map(item => {
561
             data.map(item => {
562
-              num += item.price.toFixed(4) * item.count
562
+              num += item.price.toFixed(2) * item.count
563
             })
563
             })
564
-            sums[index] = num.toFixed(4)
564
+            sums[index] = num.toFixed(2)
565
           } else {
565
           } else {
566
             sums[index] = ''
566
             sums[index] = ''
567
           }
567
           }

+ 5 - 5
src/xt_pages/outpatientTool/components/gather.vue View File

69
               <template slot-scope="scope">{{scope.row.item_name}}</template>
69
               <template slot-scope="scope">{{scope.row.item_name}}</template>
70
           </el-table-column>
70
           </el-table-column>
71
           <el-table-column align="center" prop="price" label="费用">
71
           <el-table-column align="center" prop="price" label="费用">
72
-              <template slot-scope="scope">{{scope.row.price.toFixed(4)}}</template>
72
+              <template slot-scope="scope">{{scope.row.price.toFixed(2)}}</template>
73
           </el-table-column>
73
           </el-table-column>
74
           <el-table-column align="center" prop="sum" label="费用总额">
74
           <el-table-column align="center" prop="sum" label="费用总额">
75
               <template slot-scope="scope">
75
               <template slot-scope="scope">
76
-                  <div>{{scope.row.sum.toFixed(4)}}</div>
76
+                  <div>{{scope.row.sum.toFixed(2)}}</div>
77
               </template>
77
               </template>
78
           </el-table-column>
78
           </el-table-column>
79
 
79
 
466
                 return prev
466
                 return prev
467
               }
467
               }
468
             }, 0)
468
             }, 0)
469
-            sums[index] = sums[index].toFixed(4)
469
+            sums[index] = sums[index].toFixed(2)
470
           } else {
470
           } else {
471
             sums[index] = ''
471
             sums[index] = ''
472
           }
472
           }
480
           let order = this.tableData[i]
480
           let order = this.tableData[i]
481
           let name = order.name
481
           let name = order.name
482
           let item_name = order.item_name
482
           let item_name = order.item_name
483
-          let pay_sumamt = order.price.toFixed(4)
484
-          let total = order.sum.toFixed(4)
483
+          let pay_sumamt = order.price.toFixed(2)
484
+          let total = order.sum.toFixed(2)
485
 
485
 
486
 
486
 
487
           let obj = {
487
           let obj = {

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

80
               </template>
80
               </template>
81
           </el-table-column>
81
           </el-table-column>
82
           <el-table-column align="center" prop="item_name" label="医疗费总额">
82
           <el-table-column align="center" prop="item_name" label="医疗费总额">
83
-              <template slot-scope="scope">{{scope.row.medfee_sumamt.toFixed(4)}}</template>
83
+              <template slot-scope="scope">{{scope.row.medfee_sumamt.toFixed(2)}}</template>
84
           </el-table-column>
84
           </el-table-column>
85
           <el-table-column align="center" prop="item_name" label="基金支付金额">
85
           <el-table-column align="center" prop="item_name" label="基金支付金额">
86
-              <template slot-scope="scope">{{scope.row.fund_pay_sumamt.toFixed(4)}}</template>
86
+              <template slot-scope="scope">{{scope.row.fund_pay_sumamt.toFixed(2)}}</template>
87
           </el-table-column>
87
           </el-table-column>
88
           <el-table-column align="center" prop="item_name" label="个人账户支付金额">
88
           <el-table-column align="center" prop="item_name" label="个人账户支付金额">
89
-              <template slot-scope="scope">{{scope.row.acct_pay.toFixed(4)}}</template>
89
+              <template slot-scope="scope">{{scope.row.acct_pay.toFixed(2)}}</template>
90
           </el-table-column>
90
           </el-table-column>
91
           <el-table-column align="center" prop="item_name" label="个人支付金额">
91
           <el-table-column align="center" prop="item_name" label="个人支付金额">
92
-              <template slot-scope="scope">{{scope.row.psn_cash_pay.toFixed(4)}}</template>
92
+              <template slot-scope="scope">{{scope.row.psn_cash_pay.toFixed(2)}}</template>
93
           </el-table-column>
93
           </el-table-column>
94
           <el-table-column align="center" prop="total" label="费用总额">
94
           <el-table-column align="center" prop="total" label="费用总额">
95
               <template slot-scope="scope">
95
               <template slot-scope="scope">
96
-                  <div>{{scope.row.total.toFixed(4)}}</div>
96
+                  <div>{{scope.row.total.toFixed(2)}}</div>
97
               </template>
97
               </template>
98
           </el-table-column>
98
           </el-table-column>
99
 
99
 
194
               for (let b = 0; b < data[i].orders.length; b++) {
194
               for (let b = 0; b < data[i].orders.length; b++) {
195
                 let order = data[i].orders[b]
195
                 let order = data[i].orders[b]
196
                 order['other_name'] = data[i].name
196
                 order['other_name'] = data[i].name
197
-                total = parseFloat((parseFloat(total.toString()) + parseFloat(data[i].orders[b].medfee_sumamt.toString())).toFixed(4).toString())
197
+                total = parseFloat((parseFloat(total.toString()) + parseFloat(data[i].orders[b].medfee_sumamt.toString())).toFixed(2).toString())
198
               }
198
               }
199
 
199
 
200
               data[i]['total'] = total
200
               data[i]['total'] = total
312
                 return prev
312
                 return prev
313
               }
313
               }
314
             }, 0)
314
             }, 0)
315
-            sums[index] = sums[index].toFixed(4)
315
+            sums[index] = sums[index].toFixed(2)
316
           } else {
316
           } else {
317
             sums[index] = ''
317
             sums[index] = ''
318
           }
318
           }

+ 2 - 2
src/xt_pages/stock/drugs/drugPrint.vue View File

48
                   {{item.price}}
48
                   {{item.price}}
49
               </td>
49
               </td>
50
               <td style="line-height:50px">
50
               <td style="line-height:50px">
51
-                 {{(getCount(item.drug_id)*item.price).toFixed(4)}}
51
+                 {{(getCount(item.drug_id)*item.price).toFixed(2)}}
52
               </td>
52
               </td>
53
               <td style="line-height: 50px">
53
               <td style="line-height: 50px">
54
                  {{item.remark}}
54
                  {{item.remark}}
65
               <td style="line-height: 50px" width="50"></td>
65
               <td style="line-height: 50px" width="50"></td>
66
               <td style="line-height: 50px" width="80"></td>
66
               <td style="line-height: 50px" width="80"></td>
67
               <td style="line-height: 50px" width="80"></td>
67
               <td style="line-height: 50px" width="80"></td>
68
-              <td style="line-height: 50px" width="80">{{getTotal().toFixed(4)}}</td>
68
+              <td style="line-height: 50px" width="80">{{getTotal().toFixed(2)}}</td>
69
               <td style="line-height: 50px" width="80"></td>
69
               <td style="line-height: 50px" width="80"></td>
70
             </tr>
70
             </tr>
71
 
71
 

+ 1 - 1
src/xt_pages/stock/stockOutOrderDetailPrint.vue View File

53
                                 <tr>
53
                                 <tr>
54
                                   <td>合计</td>
54
                                   <td>合计</td>
55
                                   <td colspan="7"></td>
55
                                   <td colspan="7"></td>
56
-                                  <td>{{getAllPice(it.id).toFixed(4)}}</td>
56
+                                  <td>{{getAllPice(it.id).toFixed(2)}}</td>
57
                                </tr>
57
                                </tr>
58
                             </tbody>
58
                             </tbody>
59
                         </table>
59
                         </table>