whycq
2025-02-25 aac25494288e33d02bcd3bb319db0db8288acd94
pages/phyz/orderOut/orderCheck_2.vue
@@ -152,14 +152,15 @@
                           k['count'] = k.anfme
                           k.agvStaNo = ''
                           k.anfme = 0
                           if (_this.orderType == 'bcp') {
                              if (k.locNo.substring(k.locNo.length - 1, k.locNo.length) == 1) {
                                 continue
                              }
                           }
                           // if (_this.orderType == 'bcp') {
                           //    if (k.locNo.substring(k.locNo.length - 1, k.locNo.length) == 1) {
                           //       continue
                           //    }
                           // }
                           _this.dataList.push(k)
                        }
                     }
                     console.log(_this.dataList);
                  } else if (res.code == 403) {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                     setTimeout(() => { uni.reLaunch({ url: '../../login/login' }); }, 1000);