seimin vor 2 Jahren
Ursprung
Commit
6d86a62e41
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 2 2
      pages/scanning_B/scanning_B.vue
  2. 2 2
      pages/scanning_code/scanning_code.vue

+ 2 - 2
pages/scanning_B/scanning_B.vue

@@ -123,7 +123,7 @@
123 123
                 res.dept
124 124
               }&accountObj=${encodeURIComponent(
125 125
                 JSON.stringify(accountObj)
126
-              )}&deptId=${res.deptId}&specimenId=${res.specimenId}`,
126
+              )}&deptId=${res.deptId}&specimenId=${res.specimenId}&fromSpecimenBuild=1`,
127 127
               });
128 128
             } else {
129 129
               uni.navigateTo({
@@ -231,7 +231,7 @@
231 231
                       this.currentCode
232 232
                     }&dept=${res.dept}&accountObj=${encodeURIComponent(
233 233
                       JSON.stringify(undefined)
234
-                    )}&deptId=${res.deptId}&specimenId=${speId}`,
234
+                    )}&deptId=${res.deptId}&specimenId=${speId}&fromSpecimenBuild=1`,
235 235
                     });
236 236
                   } else {
237 237
                     uni.navigateTo({

+ 2 - 2
pages/scanning_code/scanning_code.vue

@@ -312,7 +312,7 @@
312 312
       ">
313 313
       <view class="btn3" @click="Scanning_again(dataId)">继续扫描</view>
314 314
       <view class="btn3" @click="showHandViewSpecimen()">手动录入</view>
315
-      <view class="btn3" @click="next()">下一步</view>
315
+      <view class="btn3" @click="next()" v-if="queryObj.fromSpecimenBuild">下一步</view>
316 316
     </view>
317 317
     <view class="foot_btn2 footerPadding" v-if="
318 318
         infoType == 'ins-dsd-1' ||
@@ -473,7 +473,7 @@
473 473
           disjunctor: true,
474 474
         }
475 475
       },
476
-      // 下一步 liaomingming
476
+      // 下一步
477 477
       next(){
478 478
         uni.showLoading({
479 479
           title:'加载中',