Mr.Shi
2023-09-12 d24b6fe16b7fa9aa608be207f6c9ab158d4e1196
minipro_standard/pages/InOperation/InOperation.vue
@@ -35,7 +35,7 @@
                        <span>{{item.batch ? item.batch : '-'}}</span>
                     </div>
                  </div>
                  <div class="page_content_list" v-for="(childer, idxs) in item.wstockExtListVOList" :key="idxs">
                  <!-- <div class="page_content_list" v-for="(childer, idxs) in item.wstockExtListVOList" :key="idxs">
                     <div class="page_content_list_item">
                        <div class="page_content_list_item_label">入库货位:</div>
                        <div class="page_content_list_item_nr">{{ childer.locationName }}</div>
@@ -44,7 +44,7 @@
                        <div class="page_content_list_item_label">数量:</div>
                        <div class="page_content_list_item_nr">{{ childer.num }}{{ childer.unitName }}</div>
                     </div>
                  </div>
                  </div> -->
               </div>
            </view>
         </uni-collapse-item>
@@ -382,32 +382,45 @@
               }).then(res => {
                  if (res.code === 200) {
                     this.$store.dispatch('getUpcomingNum')
                     uni.$u.toast('操作成功')
                     // Toast.success({
                     //    message: '操作成功',
                     //    forbidClick: true,
                     //    duration: 2000
                     // })
                     uni.$u.toast('操作成功')
                     if (this.type == '4') { // 跳转完工入库详情
                        // uni.navigateTo({
                        //    url:
                        // })
                        // router.push({
                        //    name: 'completionDetails',
                        //    query: {
                        //       id: route.query.id,
                        //       dbid: route.query.dbid,
                        //       type: 7,
                        //       isShow: 2
                        //    }
                        // })
                        return
                     }
                     uni.redirectTo({
                        url: `/pages_adjust/pages/outboundDetails/outboundDetails?id=${this.id}`
                     })
                     
                     // setTimeout(() => {
                     //    if (route.query.Type == '4') { // 跳转完工入库详情
                     //       router.push({
                     //          name: 'completionDetails',
                     //          query: {
                     //             id: route.query.id,
                     //             dbid: route.query.dbid,
                     //             type: 7,
                     //             isShow: 2
                     //          }
                     //       })
                     //       return
                     //    }
                     //    router.replace({
                     //       name: 'wTransferDetail',
                     //       query: {
                     //          id: route.query.id
                     //       }
                     //    })
                        // if (route.query.Type == '4') { // 跳转完工入库详情
                        //    router.push({
                        //       name: 'completionDetails',
                        //       query: {
                        //          id: route.query.id,
                        //          dbid: route.query.dbid,
                        //          type: 7,
                        //          isShow: 2
                        //       }
                        //    })
                        //    return
                        // }
                        // router.replace({
                        //    name: 'wTransferDetail',
                        //    query: {
                        //       id: route.query.id
                        //    }
                        // })
                     // }, 2000)
                  }
               })
@@ -419,7 +432,10 @@
               }).then(res => {
                  if (res.code === 200) {
                     this.$store.dispatch('getUpcomingNum')
                     uni.$u.toast('操作成功')
                     uni.$u.toast('操作成功')
                     uni.redirectTo({
                        url: `/pages_adjust/pages/warehousingDetails1/warehousingDetails1?id=${this.id}`
                     })
                     // Toast.success({
                     //    message: '操作成功',
                     //    forbidClick: true,