skyouc
2 天以前 9382f2c611581996c9b015abeb079891acbddde4
pages/AGV/CacheInCall.vue
@@ -9,10 +9,10 @@
            <view class="code-decs">托盘码:</view>
            <input type="text" placeholder=" 扫码 / 输入" v-model="barcode" >
         </view>
         <view class="item">
<!--          <view class="item">
            <view class="code-decs">目标库位:</view>
            <input type="text" placeholder=" 扫码 / 输入" v-model="tarSite" >
         </view>
         </view> -->
      </view>
      <view class="mat-list-title">
      </view>
@@ -276,8 +276,8 @@
               url: that.baseUrl + '/mobile/cache/agv/call',
               data: JSON.stringify({
                  orgSite: that.orgSite,
                  barcode: that.barcode,
                  tarSite: that.tarSite
                  barcode: that.barcode
                  // tarSite: that.tarSite
               }),
               method: 'POST',
               header: {