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
af9ad2247c

+ 3 - 2
src/xt_pages/dialysis/dialysisDoctorAdvice.vue View File

@@ -542,11 +542,12 @@ export default {
542 542
                     projectArr.push(item)
543 543
                   }
544 544
                 })
545
-
546 545
               })
547 546
 
547
+              console.log(projectArr)
548
+
548 549
               resp.data.hisAdvices.map((item,index) => {
549
-                if(projectArr[index].project.length > 0){
550
+                if(projectArr[index].project && projectArr[index].project.length > 0){
550 551
                   projectArr[index].project.map(it => {
551 552
                     let obj = {
552 553
                       advice_doctor: it.doctor,

+ 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}}</template>
77
+                    <template slot-scope="scope">{{scope.row.medfee_sumamt.toFixed(4)}}</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}}</template>
80
+                    <template slot-scope="scope">{{scope.row.reality_price.toFixed(4)}}</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}}元
59
+                                    {{scope.row.price.toFixed(4)}}元
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}}元
67
+                                    {{scope.row.price.toFixed(4)}}元
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 }}元</li>
116
-                        <li style="width:50%;">实收金额:{{order.reality_price}}元</li>
117
-                        <li style="width:50%;">舍入金额:{{order.medfee_sumamt - order.reality_price}}元</li>
118
-                        <li style="width:50%;">优惠金额:{{order.preferential_price}}元</li>
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>
119 119
                         <li style="width:50%;">总金额</li>
120
-                        <li style="width:50%;">{{order.medfee_sumamt}}元</li>
120
+                        <li style="width:50%;">{{order.medfee_sumamt.toFixed(4)}}元</li>
121 121
                     </ul>
122 122
                     <!--<p class="centerRightTitle">发票费用</p>-->
123 123
                     <!--<ul class="basicUl">-->

+ 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(2)}}</td>
31
+                <td style="width:10%">{{(item.price).toFixed(4)}}</td>
32 32
                 <td style="width:6%">{{item.count}}{{item.unit}}</td>
33
-                <td style="width:10%">{{(item.price * item.count).toFixed(2)}}</td>
33
+                <td style="width:10%">{{(item.price * item.count).toFixed(4)}}</td>
34 34
             </tr>
35 35
         </table>
36 36
         <div class="tableBottom">

+ 6 - 6
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:getTotalFour(items.prescriptions)?getTotalFour(items.prescriptions):'' }}元</span></span>
166
-                                                <span>基金支付金额:<span style="color:red;">{{ items.curPrescriptions.order.hifp_pay?items.curPrescriptions.order.hifp_pay:''}}元</span></span>
167
-                                                <span>个人账户支付金额:<span style="color:red;">{{ items.curPrescriptions.order.acct_pay?items.curPrescriptions.order.acct_pay:''}}元</span></span>
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>
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:''}}元</span></span>
169
+                                                        style="color:red;">{{ items.curPrescriptions.order.psn_cash_pay?items.curPrescriptions.order.psn_cash_pay.toFixed(4):''}}元</span></span>
170 170
                                                 <span v-if="hisPatientInfo.balance_accounts_type == 2">个人支付金额:<span
171
-                                                        style="color:red;">{{ items.curPrescriptions.order.medfee_sumamt}}元</span></span>
171
+                                                        style="color:red;">{{ items.curPrescriptions.order.medfee_sumamt.toFixed(4)}}元</span></span>
172 172
 
173
-                                                <span>个人账户金额:<span style="color:red;">{{ items.curPrescriptions.order.balc?items.curPrescriptions.order.balc:''}}元</span></span>
173
+                                                <span>个人账户金额:<span style="color:red;">{{ items.curPrescriptions.order.balc?items.curPrescriptions.order.balc.toFixed(4):''}}元</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>

+ 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}}</template>
84
+                    <template slot-scope="scope">{{scope.row.medfee_sumamt.toFixed(4)}}</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}}</template>
87
+                    <template slot-scope="scope">{{scope.row.reality_price.toFixed(4)}}</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}}元
67
+                                  {{scope.row.price.toFixed(4)}}元
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}}元</span></span>
95
+                      <span>当前处方总费用:<span style="color:red;">{{ order.medfee_sumamt.toFixed(4)}}元</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 }}元</li>
116
-                        <li style="width:50%;">实收金额:{{order.reality_price}}元</li>
117
-                        <li style="width:50%;">舍入金额:{{order.medfee_sumamt - order.reality_price}}元</li>
118
-                        <li style="width:50%;">优惠金额:{{order.preferential_price}}元</li>
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>
119 119
                         <li style="width:50%;">总金额</li>
120
-                        <li style="width:50%;">{{order.medfee_sumamt}}元</li>
120
+                        <li style="width:50%;">{{order.medfee_sumamt.toFixed(4)}}元</li>
121 121
                     </ul>
122 122
                     <!--<p class="centerRightTitle">发票费用</p>-->
123 123
                     <!--<ul class="basicUl">-->

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

@@ -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 = Math.floor(total * 100) / 100
1643
+            total = total.toFixed(4)
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 Math.floor(total * 100) / 100
1656
+          return total.toFixed(4)
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 Math.floor(total * 100) / 100
1661
+          return total.toFixed(4)
1662 1662
         }
1663 1663
 
1664 1664
       },
@@ -1683,7 +1683,7 @@
1683 1683
           }
1684 1684
         }
1685 1685
 
1686
-        return Math.floor(total * 100) / 100
1686
+        return total.toFixed(4)
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 Math.floor(total * 100) / 100
1708
+        return total.toFixed(4)
1709 1709
       },
1710 1710
       createFilter(queryString) {
1711 1711
         return (restaurant) => {

+ 1 - 1
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}}元/{{it.count}}次</div>
38
+                <div class="drugsOne">{{it.project_id?it.project_id:""}}:&nbsp;{{it.price.toFixed(4)}}元/{{it.count}}次</div>
39 39
                </div>
40 40
                <div style="text-align:center;" >(以下空白)</div>
41 41
 

+ 1 - 1
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}}元/{{it.count}}次</div>
38
+                <div class="drugsOne">{{it.project_id?it.project_id:""}}:&nbsp;{{it.price.toFixed(4)}}元/{{it.count}}次</div>
39 39
                </div>
40 40
                <div style="text-align:center;" >(以下空白)</div>
41 41
 

+ 2 - 2
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}}元/{{it.count}}次</div>
46
+                <div class="drugsOne">{{it.item_name?it.item_name:""}}:&nbsp;{{it.price.toFixed(4)}}元/{{it.count}}次</div>
47 47
               </div>
48 48
 
49 49
               <!-- <div class="drugsBox" v-for="(it,index) in item.project" :key="index">
@@ -129,7 +129,7 @@ export default {
129 129
       //   age++
130 130
       // }
131 131
       // return age
132
-      var nowTime = new Date().getTime(); 
132
+      var nowTime = new Date().getTime();
133 133
       //一年毫秒数(365 * 86400000 = 31536000000)
134 134
       return Math.ceil((nowTime-(birthday * 1000))/31536000000);
135 135
     },

+ 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?advicePrint[0].price:""}}</p>
38
+            <p>药费:{{advicePrint[0].price.toFixed(4)?advicePrint[0].price.toFixed(4):""}}</p>
39 39
         </div>
40 40
     </div>
41 41
 </template>

+ 2 - 2
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}}</td>
57
+                        <td>{{it.price.toFixed(4)}}</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}}</td>
69
+                        <td>{{it.price.toFixed(4)}}</td>
70 70
                         <td></td>
71 71
                         <td>{{it.remark}}</td>
72 72
                         <td>{{it.day}}</td>

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

@@ -231,13 +231,16 @@
231 231
                   if (orders[b].order_info[c].advice_id == 0 && orders[b].order_info[c].project_id > 0) {
232 232
                     newObj['type'] = 2
233 233
                     newObj['item_id'] = orders[b].order_info[c].project.project_id
234
-                    newObj['item_name'] = orders[b].order_info[c].project.project.project_name
235 234
 
236 235
                     if (orders[b].order_info[c].project.type == 2) {
237 236
                       newObj['item_spec'] =""
237
+                      newObj['item_name'] = orders[b].order_info[c].project.project.project_name
238
+
238 239
 
239 240
                     } else if (orders[b].order_info[c].project.type == 3) {
240 241
                       newObj['item_spec'] =    orders[b].order_info[c].project.good_info.specification_name
242
+                      newObj['item_name'] = orders[b].order_info[c].project.good_info.good_name
243
+
241 244
 
242 245
                     }
243 246
                   }

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

@@ -80,16 +80,16 @@
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}}</template>
83
+              <template slot-scope="scope">{{scope.row.medfee_sumamt.toFixed(4)}}</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}}</template>
86
+              <template slot-scope="scope">{{scope.row.fund_pay_sumamt.toFixed(4)}}</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}}</template>
89
+              <template slot-scope="scope">{{scope.row.acct_pay.toFixed(4)}}</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}}</template>
92
+              <template slot-scope="scope">{{scope.row.psn_cash_pay.toFixed(4)}}</template>
93 93
           </el-table-column>
94 94
           <el-table-column align="center" prop="total" label="费用总额">
95 95
               <template slot-scope="scope">