#
whycq
2024-05-18 94c4496ebe697ed0fa560e7620f5146ef4cc62e6
pages/phyz/bcp/bcpDbList.vue
@@ -283,7 +283,8 @@
            let _this = this
            let param = {floor: this.floor,dbList: this.dbList,moveType: this.moveType}
            uni.request({
               url: `${_this.baseUrl}/agvMobile/agv/v1/locMove`,
               url: `${_this.baseUrl}/agvMobile/agv/v2/locMove`,
               header: {'token': uni.getStorageSync('token'),},
               data: param,
               method: 'POST',
               success(res) {
@@ -293,7 +294,12 @@
                     uni.navigateBack({
                        delta: 1
                     });
                  }
                  } else if (res.code == 403) {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                     setTimeout(() => { uni.reLaunch({ url: '../../login/login' }); }, 1000);
                  } else {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' })
                  }
               }
            })
            this.$refs.filter.close('bottom')
@@ -306,7 +312,7 @@
   @import url('../../../static/css/common/order.css');
   
   .station {
      position: fixed;
      /* position: fixed; */
      font-size: 18px;
      width: 96%;
      padding: 24rpx;