28169 6 месяцев назад
Родитель
Сommit
82c189a0e5
2 измененных файлов: 2 добавлений и 0 удалений
  1. 1 0
      src/xt_pages/Pharmacy/PatientDispensing.vue
  2. 1 0
      src/xt_pages/outpatientTool/drugCodeQuery.vue

+ 1 - 0
src/xt_pages/Pharmacy/PatientDispensing.vue Просмотреть файл

398
       is_drug_open:"2",
398
       is_drug_open:"2",
399
       textarea:"",
399
       textarea:"",
400
     
400
     
401
+    
401
     };
402
     };
402
   },
403
   },
403
   watch: {},
404
   watch: {},

+ 1 - 0
src/xt_pages/outpatientTool/drugCodeQuery.vue Просмотреть файл

388
         })
388
         })
389
       },
389
       },
390
       toFaYao(row){
390
       toFaYao(row){
391
+        
391
         if(this.is_open == 1){
392
         if(this.is_open == 1){
392
           if(row.drug_code==''){
393
           if(row.drug_code==''){
393
              this.$message.error("药品追溯码不能为空!")
394
              this.$message.error("药品追溯码不能为空!")