#
whycq
2024-05-22 407e5ebf0da7174249e1d71d56599ad6e697e12c
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;