seimin 2 роки тому
батько
коміт
1774bd6ced

+ 4 - 0
components/handViewDrugsBag/handViewDrugsBag.vue

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

+ 4 - 0
components/handViewSpecimen/handViewSpecimen.vue

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

+ 1 - 0
http/http.js

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

+ 1 - 1
pages/scanning_B/scanning_B.vue

@@ -31,7 +31,7 @@
31
     <view class="Scanning_cont" v-else>
31
     <view class="Scanning_cont" v-else>
32
       <view>{{ res.msg }}</view>
32
       <view>{{ res.msg }}</view>
33
     </view>
33
     </view>
34
-    <view class="foot_btn" v-if="res.status != 666">
34
+    <view class="foot_btn">
35
       <view class="btn3" @click="showAlert()">知道了</view>
35
       <view class="btn3" @click="showAlert()">知道了</view>
36
       <block v-if="res.scanCodeSpecimenOrderSign == 1">
36
       <block v-if="res.scanCodeSpecimenOrderSign == 1">
37
         <view class="btn3" @click="orderSign(res.workOrder)" v-if="res.workOrder">执行工单</view>
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
     padding: 0 20rpx;
667
     padding: 0 20rpx;
668
 
668
 
669
     .Scanning_top {
669
     .Scanning_top {
670
-      height: 270rpx;
670
+      min-height: 270rpx;
671
 
671
 
672
       .red {
672
       .red {
673
         background-color: #ff3b53 !important;
673
         background-color: #ff3b53 !important;