seimin 1 anno fa
parent
commit
7d1909d07d

+ 1 - 1
main.js

@@ -4,7 +4,7 @@ import App from './App'
4 4
 import wx from 'weixin-jsapi'
5 5
 // import VConsole from 'vconsole';
6 6
 // new VConsole();
7
-console.info('v2.4.32');
7
+console.info('v2.4.33');
8 8
 Vue.prototype.wx = wx //声明扫码
9 9
 Vue.prototype.audios = [] //待播放的语音集合
10 10
 // #endif

+ 2 - 2
pages/receipt_infopage/receipt_infopage.vue

@@ -535,7 +535,7 @@
535 535
             }else{
536 536
               uni.showToast({
537 537
                 icon: "none",
538
-                title: "请配置药品务类型!",
538
+                title: "请配置药品务类型!",
539 539
               });
540 540
             }
541 541
           } else {
@@ -1346,8 +1346,8 @@
1346 1346
       }
1347 1347
     },
1348 1348
     onLoad(options) {
1349
-      this.isShowDrugsBatchInfo();
1350 1349
       console.log(options, 'options');
1350
+      options.associationTypeValue === 'drugsBag' && this.isShowDrugsBatchInfo();
1351 1351
       this.currentUserId = uni.getStorageSync('userData').user.id;
1352 1352
       let id = options.id;
1353 1353
       this.dataId = id;

+ 1 - 1
pages/scanning_result_seimin/scanning_result_seimin.vue

@@ -145,7 +145,7 @@ export default {
145 145
             uni.hideLoading();
146 146
             uni.showToast({
147 147
               icon: "none",
148
-              title: "请配置药品务类型!",
148
+              title: "请配置药品务类型!",
149 149
             });
150 150
           }
151 151
         } else {