yanjinhui
9 天以前 60a50d7a976f33a172421546fd891f33a21043e5
н¨Îļþ¼Ð/PDA/pages/stash/inboundorderDetail.vue
@@ -110,14 +110,14 @@
                        if (this.allReceivingOrders.length < 1) {
                           uni.showModal({
                              title: '提示',
                              content: '入库已完成,是否返回首页?',
                              content: '入库已完成,是否返回入库单?',
                              success: (res) => {
                                 if (res.confirm) {
                                    uni.setStorageSync('isLoaded', true);
                                    // ç”¨æˆ·ç‚¹å‡»ç¡®å®š
                                    setTimeout(() => {
                                       uni.navigateBack({
                                          delta: 2
                                          delta:1
                                       });
                                    }, 500);
                                 } else {