Browse Source

提交代码

陈少旭 1 year ago
parent
commit
f2078a2980

+ 1 - 2
src/xt_pages/outpatientCharges/chargeDetailManagement.vue View File

709
               } else {
709
               } else {
710
                 that.radio = 1
710
                 that.radio = 1
711
                 that.getPatientList()
711
                 that.getPatientList()
712
-
713
                 that.$message({ message: '撤销成功', type: 'success', duration: 5000 })
712
                 that.$message({ message: '撤销成功', type: 'success', duration: 5000 })
714
               }
713
               }
715
 
714
 
773
               } else {
772
               } else {
774
                 that.isloading = false
773
                 that.isloading = false
775
                 that.isdisabled = false
774
                 that.isdisabled = false
776
-                that.radio = 2
775
+                // that.radio = 1
777
                 that.$message({ message: '上传成功', type: 'success', duration: 5000 })
776
                 that.$message({ message: '上传成功', type: 'success', duration: 5000 })
778
                 that.getPatientList()
777
                 that.getPatientList()
779
               }
778
               }

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

151
 
151
 
152
 
152
 
153
             <el-button size="small" @click="open(5)" type="primary"
153
             <el-button size="small" @click="open(5)" type="primary"
154
-                       v-if="this.radio == 2  && this.hisPatientInfo.id > 0 && this.order.id > 0 &&  this.order.order_status == 2">
154
+                       v-if="this.radio == 2">
155
               退费
155
               退费
156
             </el-button>
156
             </el-button>
157
 
157