zhou zhou
2026-03-19 eea08904d36b4ede047f7f08709da5e9046fbde5
pages/emptyTray/outBound.vue
@@ -9,7 +9,14 @@
               @input="checkAgvStation"
            />
         </view>
         <view class="cu-form-group">
            <view class="title">接驳站点名称</view>
            <input
               disabled
               placeholder="这里显示站点名称"
               v-model="agvStationName"
            />
         </view>
         <view class="cu-form-group margin-bottom">
            <view class="title">容器类型</view>
            <view style="width: 78%">
@@ -73,7 +80,7 @@
         const that = this
         if (this.agvStationInput === '' || this.agvStationInput === null) {
            uni.showToast({
               title: '容器码为空',
               title: '站点码为空',
               icon: 'none',
               position: 'top'
            })
@@ -83,7 +90,7 @@
            transferStationNo: this.agvStationInput
         })
         if (code === 200) {
            this.agvStationName = data.stationName
            this.agvStationName = data.stationId
         } else {
            uni.showToast({
               title: msg,
@@ -182,7 +189,7 @@
               const { code, data, msg } = await request(
                  '/callForEmptyContainers',
                  {
                     staNo: this.agvStationName,
                     staNo: this.agvStationInput,
                     type: this.palletTypeId
                  }
               )