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,7 +1607,7 @@
1607 1607
               }
1608 1608
             }
1609 1609
 
1610
-            total =total.toFixed(4)
1610
+            total =total.toFixed(2)
1611 1611
           }
1612 1612
         }
1613 1613
         return total
@@ -1637,7 +1637,7 @@
1637 1637
             }
1638 1638
           }
1639 1639
         }
1640
-        return total.toFixed(4)
1640
+        return total.toFixed(2)
1641 1641
 
1642 1642
       },
1643 1643
       getCurTotal() {
@@ -1652,7 +1652,7 @@
1652 1652
           for (let a = 0; a < this.curPrescriptions.project.length; a++) {
1653 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,7 +1677,7 @@
1677 1677
           }
1678 1678
         }
1679 1679
 
1680
-        return total.toFixed(4)
1680
+        return total.toFixed(2)
1681 1681
       }, getMonthTotal() {
1682 1682
         var total = 0
1683 1683
         for (let i = 0; i < this.month_prescriptions.length; i++) {

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

@@ -1210,7 +1210,7 @@
1210 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 1215
       }, getMonthTotalOne() {
1216 1216
         var total = 0
@@ -1235,7 +1235,7 @@
1235 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 1241
       getTotal() {
@@ -1258,7 +1258,7 @@
1258 1258
             }
1259 1259
           }
1260 1260
         }
1261
-        return total.toFixed(4)
1261
+        return total.toFixed(2)
1262 1262
 
1263 1263
       }, getTotalTwo() {
1264 1264
         var total = 0
@@ -1281,7 +1281,7 @@
1281 1281
             }
1282 1282
           }
1283 1283
         }
1284
-        return total.toFixed(4)
1284
+        return total.toFixed(2)
1285 1285
 
1286 1286
       },
1287 1287
       moreState(tab, event) {

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

@@ -74,10 +74,10 @@
74 74
                 <!--<template slot-scope="scope"></template>-->
75 75
                 <!--</el-table-column>-->
76 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 78
                 </el-table-column>
79 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 81
                 </el-table-column>
82 82
                 <el-table-column align="center" prop="name" label="科室">
83 83
                     <template slot-scope="scope">{{scope.row.department_name}}</template>

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

@@ -56,7 +56,7 @@
56 56
                             <el-table-column align="center" prop="name" width="60" label="单价">
57 57
                                 <template slot-scope="scope">
58 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 61
                                 </template>
62 62
                             </el-table-column>
@@ -64,7 +64,7 @@
64 64
                             <el-table-column align="center" prop="name" width="60" label="总价">
65 65
                                 <template slot-scope="scope">
66 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 69
                                 </template>
70 70
                             </el-table-column>
@@ -112,12 +112,12 @@
112 112
                     </ul>
113 113
                     <p class="centerRightTitle" style="margin-top:10px;">收费信息</p>
114 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 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 121
                     </ul>
122 122
                     <!--<p class="centerRightTitle">发票费用</p>-->
123 123
                     <!--<ul class="basicUl">-->

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

@@ -82,7 +82,7 @@
82 82
 
83 83
             <div class="actionBar">
84 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 86
             </div>
87 87
 
88 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,7 +23,7 @@
23 23
         </div>
24 24
         <div style="display:flex;justify-content: space-between;">
25 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 27
             <div style="position: absolute;top:90px;left:460px;">{{ list.psn_cash_money }}</div>
28 28
             <div style="position: absolute;top:90px;left:640px;">门慢结算</div>
29 29
         </div>
@@ -102,7 +102,7 @@
102 102
                 <span v-else>零</span>
103 103
             </span>
104 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 106
         </div>
107 107
         <div style="position: absolute;top:280px;left:460px">现金:{{ list.psn_cash_money }}</div>
108 108
         <div>

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

@@ -28,9 +28,9 @@
28 28
                 <td style="width:10%">{{item.med_chrgitm_type}}</td>
29 29
                 <td style="width:31%">{{item.name}}</td>
30 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 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 34
             </tr>
35 35
         </table>
36 36
         <div class="tableBottom">

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

@@ -162,15 +162,15 @@
162 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 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 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 175
                                                 <span v-if="items.curPrescriptions.order_status  == 1">待结算</span>
176 176
                                                 <span v-if="items.curPrescriptions.order_status  == 2">已结算</span>
@@ -326,18 +326,18 @@
326 326
                                           <span>当前处方总费用:<span
327 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 332
                                                 <!--<span>个人支付金额:<span style="color:red;">{{ items.curMonthPrescriptions.order.psn_cash_pay?items.curMonthPrescriptions.order.psn_cash_pay:''}}元</span></span>-->
333 333
 
334 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 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 342
                                             </div>
343 343
 
@@ -1804,7 +1804,7 @@
1804 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 1810
       getTotalThree(big_prescriptions) {
@@ -1830,7 +1830,7 @@
1830 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,7 +1857,7 @@
1857 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 1863
       getMonthTotalTwo(month_prescriptions) {
@@ -1883,7 +1883,7 @@
1883 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,7 +1909,7 @@
1909 1909
             }
1910 1910
           }
1911 1911
         }
1912
-        return total.toFixed(4)
1912
+        return total.toFixed(2)
1913 1913
 
1914 1914
       }, getTotalTwo() {
1915 1915
         var total = 0
@@ -1932,7 +1932,7 @@
1932 1932
             }
1933 1933
           }
1934 1934
         }
1935
-        return total.toFixed(4)
1935
+        return total.toFixed(2)
1936 1936
 
1937 1937
       }, getTotalFour(month_prescriptions) {
1938 1938
         var total = 0
@@ -1954,7 +1954,7 @@
1954 1954
             }
1955 1955
           }
1956 1956
         }
1957
-        return total.toFixed(4)
1957
+        return total.toFixed(2)
1958 1958
       },
1959 1959
       moreState(tab, event) {
1960 1960
         if (tab == 'more') {

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

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

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

@@ -88,14 +88,14 @@
88 88
 
89 89
                             </td>
90 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 94
                                 <!--<span v-if="item.type == 4"></span>-->
95 95
 
96 96
                             </td>
97 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 99
                             </td>
100 100
                         </tr>
101 101
                     </div>
@@ -103,9 +103,9 @@
103 103
                         <td colspan="7">
104 104
                             <div style="display:flex;flez-wrap:wrap;">
105 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 109
                                     <!--<span v-if="item.type == 4">检验费: {{ item.total.toFixed(4) }}</span>-->
110 110
 
111 111
                                 </div>
@@ -222,14 +222,14 @@
222 222
 
223 223
                             </td>
224 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 228
                                 <span v-if="item.type == 4">{{subItem.Total}}</span>
229 229
 
230 230
                             </td>
231 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 233
                             </td>
234 234
                         </tr>
235 235
                     </div>
@@ -238,10 +238,10 @@
238 238
                             <div style="display:flex;flez-wrap:wrap;">
239 239
                                 <div style="width:33%;" v-for="(item,index) in balanceAccounts.new_detail_list"
240 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 246
                                 </div>
247 247
                             </div>

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

@@ -81,10 +81,10 @@
81 81
                 <!--</el-table-column>-->
82 82
 
83 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 85
                 </el-table-column>
86 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 88
                 </el-table-column>
89 89
                 <el-table-column align="center" width="90" prop="name" label="科室">
90 90
                     <template slot-scope="scope">{{scope.row.department_name}}</template>

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

@@ -64,7 +64,7 @@
64 64
                           <el-table-column align="center" prop="name" width="60" label="总价">
65 65
                               <template slot-scope="scope">
66 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 69
                               </template>
70 70
                           </el-table-column>
@@ -92,7 +92,7 @@
92 92
 
93 93
                     </div>
94 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 96
                       <span v-if="order.order_status == 1">待结算</span>
97 97
                       <span v-if="order.order_status == 2">已结算</span>
98 98
                       <span v-if="order.order_status == 3">已退费</span>
@@ -112,12 +112,12 @@
112 112
                     </ul>
113 113
                     <p class="centerRightTitle" style="margin-top:10px;">收费信息</p>
114 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 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 121
                     </ul>
122 122
                     <!--<p class="centerRightTitle">发票费用</p>-->
123 123
                     <!--<ul class="basicUl">-->

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

@@ -1613,7 +1613,7 @@
1613 1613
               }
1614 1614
             }
1615 1615
 
1616
-            total = total.toFixed(4)
1616
+            total = total.toFixed(2)
1617 1617
           }
1618 1618
         }
1619 1619
         return total
@@ -1640,7 +1640,7 @@
1640 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 1646
         return total
@@ -1653,12 +1653,12 @@
1653 1653
           for (let a = 0; a < this.curPrescriptions.advices.length; a++) {
1654 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 1657
         } else {
1658 1658
           for (let a = 0; a < this.curPrescriptions.project.length; a++) {
1659 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,7 +1683,7 @@
1683 1683
           }
1684 1684
         }
1685 1685
 
1686
-        return total.toFixed(4)
1686
+        return total.toFixed(2)
1687 1687
       }, getMonthTotal() {
1688 1688
         var total = 0
1689 1689
         for (let i = 0; i < this.month_prescriptions.length; i++) {
@@ -1705,7 +1705,7 @@
1705 1705
           }
1706 1706
         }
1707 1707
 
1708
-        return total.toFixed(4)
1708
+        return total.toFixed(2)
1709 1709
       },
1710 1710
       createFilter(queryString) {
1711 1711
         return (restaurant) => {

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

@@ -35,7 +35,7 @@
35 35
                   <div style="margin-left:100px;"><span>{{it.single_dose}}{{it.single_dose_unit}}&nbsp;×&nbsp; {{it.count}}{{unit}}</span></div>
36 36
               </div>
37 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 39
                </div>
40 40
                <div style="text-align:center;" >(以下空白)</div>
41 41
 
@@ -55,7 +55,7 @@
55 55
                  <p>配对:</p>
56 56
                  <p>核对:</p>
57 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 59
           </div>
60 60
           <div style="page-break-after:always"></div>
61 61
       </div>

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

@@ -35,7 +35,7 @@
35 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 36
               </div>
37 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 39
                </div>
40 40
                <div style="text-align:center;" >(以下空白)</div>
41 41
 
@@ -55,7 +55,7 @@
55 55
                  <p>配对:</p>
56 56
                  <p>核对:</p>
57 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 59
           </div>
60 60
           <div style="page-break-after:always"></div>
61 61
       </div>

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

@@ -43,7 +43,7 @@
43 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 44
               </div>
45 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 47
               </div>
48 48
 
49 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,7 +35,7 @@
35 35
             <p>配对:</p>
36 36
             <p>核对:{{getDoctor(advicePrint[0].checker)?getDoctor(advicePrint[0].checker):""}}</p>
37 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 39
         </div>
40 40
     </div>
41 41
 </template>

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

@@ -54,7 +54,7 @@
54 54
                         <td>{{it.type == 2 ? it.project.project_name : it.good_info.good_name}}</td>
55 55
                         <td>{{it.count}}</td>
56 56
                         <td>{{getUnit(it.unit)}}</td>
57
-                        <td>{{it.price.toFixed(4)}}</td>
57
+                        <td>{{it.price.toFixed(2)}}</td>
58 58
                         <td></td>
59 59
                         <td>{{it.remark}}</td>
60 60
                         <td>{{it.day}}</td>
@@ -66,7 +66,7 @@
66 66
                         <td>{{it.advice_name?it.advice_name:''}}</td>
67 67
                         <td>{{it.single_dose?it.single_dose:''}}</td>
68 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 70
                         <td></td>
71 71
                         <td>{{it.remark}}</td>
72 72
                         <td>{{it.day}}</td>
@@ -82,7 +82,7 @@
82 82
 
83 83
             <div class="actionBar">
84 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 86
             </div>
87 87
 
88 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,17 +79,17 @@
79 79
                 <template slot-scope="scope">{{scope.row.count}}</template>
80 80
             </el-table-column>
81 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 83
             </el-table-column>
84 84
             <el-table-column align="center" prop="name" label="费用">
85 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 87
                 </template>
88 88
             </el-table-column>
89 89
 
90 90
             <el-table-column align="center" prop="total" label="费用总额">
91 91
                 <template slot-scope="scope">
92
-                    <div>{{scope.row.total.toFixed(4)}}</div>
92
+                    <div>{{scope.row.total.toFixed(2)}}</div>
93 93
                 </template>
94 94
             </el-table-column>
95 95
 
@@ -509,9 +509,9 @@
509 509
           let name = order.name
510 510
           let item_name = order.item_name
511 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 516
           let obj = {
517 517
             '患者姓名': name,
@@ -559,9 +559,9 @@
559 559
             // sums[index] = sums[index].toFixed(2)
560 560
             let num = 0
561 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 565
           } else {
566 566
             sums[index] = ''
567 567
           }

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

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

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

@@ -80,20 +80,20 @@
80 80
               </template>
81 81
           </el-table-column>
82 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 84
           </el-table-column>
85 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 87
           </el-table-column>
88 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 90
           </el-table-column>
91 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 93
           </el-table-column>
94 94
           <el-table-column align="center" prop="total" label="费用总额">
95 95
               <template slot-scope="scope">
96
-                  <div>{{scope.row.total.toFixed(4)}}</div>
96
+                  <div>{{scope.row.total.toFixed(2)}}</div>
97 97
               </template>
98 98
           </el-table-column>
99 99
 
@@ -194,7 +194,7 @@
194 194
               for (let b = 0; b < data[i].orders.length; b++) {
195 195
                 let order = data[i].orders[b]
196 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 200
               data[i]['total'] = total
@@ -312,7 +312,7 @@
312 312
                 return prev
313 313
               }
314 314
             }, 0)
315
-            sums[index] = sums[index].toFixed(4)
315
+            sums[index] = sums[index].toFixed(2)
316 316
           } else {
317 317
             sums[index] = ''
318 318
           }

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

@@ -48,7 +48,7 @@
48 48
                   {{item.price}}
49 49
               </td>
50 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 52
               </td>
53 53
               <td style="line-height: 50px">
54 54
                  {{item.remark}}
@@ -65,7 +65,7 @@
65 65
               <td style="line-height: 50px" width="50"></td>
66 66
               <td style="line-height: 50px" width="80"></td>
67 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 69
               <td style="line-height: 50px" width="80"></td>
70 70
             </tr>
71 71
 

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

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