seimin 2 years ago
parent
commit
6d86a62e41
2 changed files with 4 additions and 4 deletions
  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
                 res.dept
123
                 res.dept
124
               }&accountObj=${encodeURIComponent(
124
               }&accountObj=${encodeURIComponent(
125
                 JSON.stringify(accountObj)
125
                 JSON.stringify(accountObj)
126
-              )}&deptId=${res.deptId}&specimenId=${res.specimenId}`,
126
+              )}&deptId=${res.deptId}&specimenId=${res.specimenId}&fromSpecimenBuild=1`,
127
               });
127
               });
128
             } else {
128
             } else {
129
               uni.navigateTo({
129
               uni.navigateTo({
@@ -231,7 +231,7 @@
231
                       this.currentCode
231
                       this.currentCode
232
                     }&dept=${res.dept}&accountObj=${encodeURIComponent(
232
                     }&dept=${res.dept}&accountObj=${encodeURIComponent(
233
                       JSON.stringify(undefined)
233
                       JSON.stringify(undefined)
234
-                    )}&deptId=${res.deptId}&specimenId=${speId}`,
234
+                    )}&deptId=${res.deptId}&specimenId=${speId}&fromSpecimenBuild=1`,
235
                     });
235
                     });
236
                   } else {
236
                   } else {
237
                     uni.navigateTo({
237
                     uni.navigateTo({

+ 2 - 2
pages/scanning_code/scanning_code.vue

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