Browse Source

批量打印

XMLWAN 4 years ago
parent
commit
427f67bc93
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/outpatientDoctorStation/doctorDesk.vue

+ 2 - 2
src/xt_pages/outpatientDoctorStation/doctorDesk.vue View File

379
         if (index == 1) {
379
         if (index == 1) {
380
           this.$refs.prescriptions.open(1)
380
           this.$refs.prescriptions.open(1)
381
         } else if (index == 2) {
381
         } else if (index == 2) {
382
-         
382
+
383
           this.getPrescriptionList(this.patientid)
383
           this.getPrescriptionList(this.patientid)
384
           // this.$router.push("/outpatientDoctorStation/print?record="+this.record_date+"&prescription_id="+this.prescription_id)
384
           // this.$router.push("/outpatientDoctorStation/print?record="+this.record_date+"&prescription_id="+this.prescription_id)
385
         } else if (index == 3) {
385
         } else if (index == 3) {
442
            if(response.data.state == 1){
442
            if(response.data.state == 1){
443
              this.centerDialogVisible = true
443
              this.centerDialogVisible = true
444
              var list = response.data.data.list
444
              var list = response.data.data.list
445
-             console.log("list9999999",list)
445
+             // console.log("list9999999",list)
446
              this.tableData = list
446
              this.tableData = list
447
            }
447
            }
448
         })
448
         })