Преглед изворни кода

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

28169 пре 1 дан
родитељ
комит
56cfe7ff07
1 измењених фајлова са 7 додато и 10 уклоњено
  1. 7 10
      src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue

+ 7 - 10
src/xt_pages/outpatientDoctorStation/components/deskPrescription.vue Прегледај датотеку

@@ -3567,6 +3567,13 @@ export default {
3567 3567
         this.order_status = '已退费'
3568 3568
       }
3569 3569
 
3570
+      this.teamList = []
3571
+      this.$refs.tables.clearSelection()
3572
+      this.showOne = true
3573
+      this.showTwo = false
3574
+      this.showThree = false
3575
+      this.customTabIndex = 1
3576
+      this.rightTab = 1
3570 3577
     },
3571 3578
     removeTab(targetName) {
3572 3579
       if (this.curPrescriptions.order_status == 2 || this.curPrescriptions.order_status == 5 ) {
@@ -3891,16 +3898,6 @@ export default {
3891 3898
         }
3892 3899
       }
3893 3900
 
3894
-      // if (this.curPrescriptions.order_status == 2) {
3895
-      //   this.$message.error('该处方已经结算,无法继续添加药品或者项目')
3896
-      //   this.teamList = []
3897
-      //   this.curDrugs = []
3898
-      //   this.tempDrugs = []
3899
-      //   this.$refs.tables.clearSelection()
3900
-      //   this.$refs.multipleTableTwo.clearSelection()
3901
-      //   this.$refs.multipleTable.clearSelection()
3902
-      //   return
3903
-      // }
3904 3901
 
3905 3902
       if (this.curStatus == 1 && this.rightTab == 2) {
3906 3903
         this.$message.error('该处方是药品,无法添加项目')