yanjinhui
9 天以前 0f83419ea162d10cb3bc9f4a471ab1e65df68dff
н¨Îļþ¼Ð/PDA/pages/stash/inboundorderDetail.vue
@@ -108,24 +108,24 @@
                        //this.allReceivingOrders = [];
                        this.loadVisible = true;
                        if (this.allReceivingOrders.length < 1) {
                           uni.showModal({
                              title: '提示',
                              content: '入库已完成,是否返回入库单?',
                              success: (res) => {
                                 if (res.confirm) {
                           // uni.showModal({
                           //    title: '提示',
                           //    content: '入库已完成,是否返回入库单?',
                           //    success: (res) => {
                           //       if (res.confirm) {
                                    uni.setStorageSync('isLoaded', true);
                                    // ç”¨æˆ·ç‚¹å‡»ç¡®å®š
                           //          // ç”¨æˆ·ç‚¹å‡»ç¡®å®š
                                    setTimeout(() => {
                                       uni.navigateBack({
                                          delta: 2
                                          delta:1
                                       });
                                    }, 500);
                                 } else {
                                    // ç”¨æˆ·ç‚¹å‡»å–消,可以停留在当前页面
                                    // æˆ–者执行其他操作
                                 }
                              }
                           });
                           //       } else {
                           //          // ç”¨æˆ·ç‚¹å‡»å–消,可以停留在当前页面
                           //          // æˆ–者执行其他操作
                           //       }
                           //    }
                           // });
                        }
                     }
                  }