dengjunjie
10 天以前 5e186bb00d635525699a4c1dc5a4b84dd25568ec
н¨Îļþ¼Ð/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 {