jiangping
2023-09-11 4fa0cbae96cde47e4878e16c87da294903a457ae
minipro_standard/pages/InOperation/InOperation.vue
@@ -383,11 +383,24 @@
                  if (res.code === 200) {
                     this.$store.dispatch('getUpcomingNum')
                     uni.$u.toast('操作成功')
                     // Toast.success({
                     //    message: '操作成功',
                     //    forbidClick: true,
                     //    duration: 2000
                     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') { // 跳转完工入库详情
@@ -420,6 +433,9 @@
                  if (res.code === 200) {
                     this.$store.dispatch('getUpcomingNum')
                     uni.$u.toast('操作成功')
                     uni.redirectTo({
                        url: `/pages_adjust/pages/warehousingDetails1/warehousingDetails1?id=${this.id}`
                     })
                     // Toast.success({
                     //    message: '操作成功',
                     //    forbidClick: true,