seimin 2 years ago
parent
commit
1774bd6ced

+ 4 - 0
components/handViewDrugsBag/handViewDrugsBag.vue

@@ -161,8 +161,12 @@
161 161
                 this.loading = false;
162 162
               }
163 163
             } else {
164
+              this.drugsBag = {};
164 165
               this.loading = false;
165 166
             }
167
+          }).catch(err=>{
168
+            this.drugsBag = {};
169
+            this.loading = false;
166 170
           })
167 171
         }, 500)
168 172
       },

+ 4 - 0
components/handViewSpecimen/handViewSpecimen.vue

@@ -185,8 +185,12 @@
185 185
                 this.loading = false;
186 186
               }
187 187
             } else {
188
+              this.spe = {};
188 189
               this.loading = false;
189 190
             }
191
+          }).catch(err=>{
192
+            this.spe = {};
193
+            this.loading = false;
190 194
           })
191 195
         }, 500)
192 196
       },

+ 1 - 0
http/http.js

@@ -48,6 +48,7 @@ export function post(url, data = {}) {
48 48
         resolve(res.data);
49 49
       },
50 50
       fail(err) {
51
+        reject(err);
51 52
         uni.showToast({
52 53
           icon: 'none',
53 54
           title: '请求数据失败!'

+ 1 - 1
pages/scanning_B/scanning_B.vue

@@ -31,7 +31,7 @@
31 31
     <view class="Scanning_cont" v-else>
32 32
       <view>{{ res.msg }}</view>
33 33
     </view>
34
-    <view class="foot_btn" v-if="res.status != 666">
34
+    <view class="foot_btn">
35 35
       <view class="btn3" @click="showAlert()">知道了</view>
36 36
       <block v-if="res.scanCodeSpecimenOrderSign == 1">
37 37
         <view class="btn3" @click="orderSign(res.workOrder)" v-if="res.workOrder">执行工单</view>

+ 1 - 1
pages/scanning_djInfo/scanning_djInfo.vue

@@ -667,7 +667,7 @@
667 667
     padding: 0 20rpx;
668 668
 
669 669
     .Scanning_top {
670
-      height: 270rpx;
670
+      min-height: 270rpx;
671 671
 
672 672
       .red {
673 673
         background-color: #ff3b53 !important;