Browse Source

新分支

28169 6 months ago
parent
commit
82c189a0e5

+ 1 - 0
src/xt_pages/Pharmacy/PatientDispensing.vue View File

@@ -398,6 +398,7 @@ export default {
398 398
       is_drug_open:"2",
399 399
       textarea:"",
400 400
     
401
+    
401 402
     };
402 403
   },
403 404
   watch: {},

+ 1 - 0
src/xt_pages/outpatientTool/drugCodeQuery.vue View File

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