Jelajahi Sumber

切换药房,代煎 & 配送标志取值

fix: e2b7dc901df39e0a0b85f55267e0eeda63a8b7e8
cc12458 1 tahun lalu
induk
melakukan
ae0ece8203
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  1. 3 1
      src/utils/minix/prescribing.js

+ 3 - 1
src/utils/minix/prescribing.js

@@ -146,11 +146,13 @@ export default {
             this.isShowDj = isShowDj
             this.isShowDj = isShowDj
             this.isShowPs = isShowPs
             this.isShowPs = isShowPs
 
 
-            if (!this.isShowDj) this.isPs = 1;
             this.openAddress()
             this.openAddress()
 
 
         },
         },
         openAddress() {
         openAddress() {
+            if (!this.isShowPs) this.isPs = 1;
+            if (!this.isShowDj) this.isDaiJian = 2;
+
             if (this.isShowDj || this.isShowPs) {
             if (this.isShowDj || this.isShowPs) {
                 this.showAddress = true;
                 this.showAddress = true;