瀏覽代碼

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

csx 3 年之前
父節點
當前提交
6c387d03cb

+ 9 - 5
src/xt_pages/outpatientCharges/outpatientChargesManagement.vue 查看文件

@@ -294,7 +294,6 @@
294 294
 
295 295
                                                 <span>个人账户金额:<span style="color:red;">{{ items.curPrescriptions.order.account_price?items.curPrescriptions.order.account_price:''}}元</span></span>
296 296
 
297
-
298 297
                                                 <span v-if="items.curPrescriptions.order_status  == 1">待结算</span>
299 298
                                                 <span v-if="items.curPrescriptions.order_status  == 2">已结算</span>
300 299
                                                 <span v-if="items.curPrescriptions.order_status  == 3">已退费</span>
@@ -302,7 +301,6 @@
302 301
                                         </div>
303 302
                                     </div>
304 303
 
305
-
306 304
                                 </div>
307 305
                                 <div class="centerRight">
308 306
                                     <p class="centerRightTitle" style="padding-top: 10px;"
@@ -621,7 +619,7 @@
621 619
                                         <!--<li style="width:100%;" v-if="activeName == 'second'">总费用:{{ getTotalTwo() }}-->
622 620
                                         <!--</li>-->
623 621
 
624
-                                        <li style="width:100%;">判断结果:{{info.diagnosis}}</li>
622
+                                        <li style="width:100%;">判断结果:{{GetDiagnosisName(info.diagnosis)}}</li>
625 623
                                         <!--<li style="width:100%;">是否有传染病:</li>-->
626 624
                                         <!--<li style="width:100%;">血压:</li>-->
627 625
                                     </ul>
@@ -947,6 +945,11 @@
947 945
       changevalue(val) {
948 946
         this.$forceUpdate()
949 947
 
948
+      },  GetDiagnosisName(ids){
949
+
950
+
951
+
952
+
950 953
       },
951 954
       query() {
952 955
         if (this.$store.getters.xt_user.org_id == 9919 || this.$store.getters.xt_user.org_id == 4 || this.$store.getters.xt_user.org_id == 9538 || this.$store.getters.xt_user.org_id == 10106 || this.$store.getters.xt_user.org_id == 9990) {
@@ -4673,10 +4676,11 @@
4673 4676
               var that = this
4674 4677
               axios.get('http://127.0.0.1:9532/sz/api/detail/cancel', {
4675 4678
                 params: {
4676
-                  order_id: this.order.id,
4679
+                  order_id: order.id,
4677 4680
                   record_time: this.record_date,
4678 4681
                   admin_user_id: this.$store.getters.xt_user.user.id,
4679
-                  patient_id: this.patientInfo.id
4682
+                  patient_id: this.patientInfo.id,
4683
+                  his_patient_id:this.hisPatientInfo.id,
4680 4684
 
4681 4685
                 }
4682 4686
               })

+ 10 - 0
src/xt_pages/outpatientCharges/summary.vue 查看文件

@@ -89,6 +89,16 @@
89 89
                         <div>{{getMedType(scope.row.med_type)}}</div>
90 90
                     </template>
91 91
                 </el-table-column>
92
+
93
+                <el-table-column align="center" width="90" prop="name" label="收费类型">
94
+                    <template slot-scope="scope">
95
+                        <div v-if="scope.row.his_patient.balance_accounts_type != 2">医保</div>
96
+                        <div v-if="scope.row.his_patient.balance_accounts_type == 2">自费</div>
97
+                    </template>
98
+                </el-table-column>
99
+
100
+
101
+
92 102
                 <el-table-column align="center" width="100" prop="name" label="收费日期">
93 103
                     <template slot-scope="scope">
94 104
                         {{scope.row.setl_time?scope.row.setl_time:getTimes(scope.row.settle_accounts_date)}}