Browse Source

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

csx 4 years ago
parent
commit
d4379d0cb6
1 changed files with 1 additions and 4 deletions
  1. 1 4
      src/xt_pages/outpatientCharges/outpatientChargesManagement.vue

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

892
                     return false
892
                     return false
893
                   } else {
893
                   } else {
894
                     that.loadingone = false
894
                     that.loadingone = false
895
+                    that.$message({ message: '挂号成功', type: 'success' })
895
 
896
 
896
                     that.patientTableData = []
897
                     that.patientTableData = []
897
                     that.all_table_data = []
898
                     that.all_table_data = []
898
                     that.hisPatientDatas = []
899
                     that.hisPatientDatas = []
899
-
900
                     let one_count = 0
900
                     let one_count = 0
901
                     let two_count = 0
901
                     let two_count = 0
902
                     let three_count = 0
902
                     let three_count = 0
916
                     that.cal_two = two_count
916
                     that.cal_two = two_count
917
                     that.cal_three = three_count
917
                     that.cal_three = three_count
918
                     that.current_index = 0
918
                     that.current_index = 0
919
-
920
                     for (let i = 0; i < that.patientTableData.length; i++) {
919
                     for (let i = 0; i < that.patientTableData.length; i++) {
921
                       if (this.patientTableData[i].id == this.patientInfo.id) {
920
                       if (this.patientTableData[i].id == this.patientInfo.id) {
922
                         that.$refs.tab.setCurrentRow(that.patientTableData[i])
921
                         that.$refs.tab.setCurrentRow(that.patientTableData[i])
923
                         that.getPatientInformation(that.patientTableData[i].id, that.patientTableData[i].order.number)
922
                         that.getPatientInformation(that.patientTableData[i].id, that.patientTableData[i].order.number)
924
                       }
923
                       }
925
                     }
924
                     }
926
-                    that.$message({ message: '挂号成功', type: 'success' })
927
-                    that.loadingone = false
928
                     var his_info = response.data.data.his_info
925
                     var his_info = response.data.data.his_info
929
                     that.hisPatientInfo = his_info
926
                     that.hisPatientInfo = his_info
930
                   }
927
                   }