dengjunjie
6 天以前 1c8f0035e164e9780d8c35a32fc1524d67ff9d9d
н¨Îļþ¼Ð/PDA/pages/stash/inboundorderDetail.vue
@@ -7,8 +7,8 @@
      </u-sticky> -->
      <uni-list :border="true">
         <uni-list-item direction="column" clickable @click="groupClick(item.batch_num)" link
            :to="page+item.batch_num+'&order_qty='+item.order_qty+'&order_Inqty='+item.order_Inqty+'&goods_no='+item.goods_no"
            v-for="item in allReceivingOrders" :key="item.batch_num">
            :to="page+item.batch_num+'&order_qty='+item.order_qty+'&order_Inqty='+item.order_Inqty+'&goods_no='+item.goods_no+'&id='+item.id"
            v-for="item in allReceivingOrders" :key="item.id">
            <template v-slot:body>
               <uni-group margin-top="20">
                  <view> å•据编号:{{orderNo}} </view>
@@ -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:1
                                       });
                                    }, 500);
                                 } else {
                                    // ç”¨æˆ·ç‚¹å‡»å–消,可以停留在当前页面
                                    // æˆ–者执行其他操作
                                 }
                              }
                           });
                           //       } else {
                           //          // ç”¨æˆ·ç‚¹å‡»å–消,可以停留在当前页面
                           //          // æˆ–者执行其他操作
                           //       }
                           //    }
                           // });
                        }
                     }
                  }