seimin 1 year ago
parent
commit
7d1909d07d

+ 1 - 1
main.js

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

+ 2 - 2
pages/receipt_infopage/receipt_infopage.vue

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

+ 1 - 1
pages/scanning_result_seimin/scanning_result_seimin.vue

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