skyouc
2025-11-04 bb44fbbe5340a86a16f6deec50cc39a8700e80c6
pages/AGV/CacheInCall.vue
File was renamed from pages/AGV/AGVMoveCall.vue
@@ -12,7 +12,6 @@
         <view class="item">
            <view class="code-decs">目标库位:</view>
            <input type="text" placeholder=" 扫码 / 输入" v-model="tarSite" >
            <!-- <uni-combox :candidates="staList" placeholder="请选择站点"  v-model="tarSite"></uni-combox> -->
         </view>
      </view>
      <view class="mat-list-title">
@@ -83,7 +82,7 @@
            removeNum: 0,
            locNo:"",
            orgSite:'',
            tarSite:'e',
            tarSite:'',
            staList:[],
         }
      },
@@ -97,7 +96,7 @@
         this.token = uni.getStorageSync('token');
      },
      mounted() {         
         this.tarSite = uni.getStorageSync('tarSite')
         // this.tarSite = uni.getStorageSync('tarSite')
      },
      methods: {
         messageToggle(type) {
@@ -162,7 +161,6 @@
                     staResults.forEach(item => {
                        that.staList.push(item?.locNo)
                     })
                     console.log(that.staList);
                  } else if (result.code == 403) {
                     uni.showToast({
                        title: result.msg,