12
zhang
2 天以前 c4717434cb864536b0f40aa97005af04fa50b49b
pages/AGV/AGVkongban.vue
@@ -18,9 +18,7 @@
         </radio-group>
         </view>
      </view>
      <view class="mat-list-title">
         <view style="-webkit-flex: 1;flex: 1;"></view>
      </view>
@@ -138,7 +136,7 @@
            devNo: [],
            staList:[],
            sta:'',   
            fullPlt: 'N',
            fullPlt: '1',
            ck1: true,
            ck2: false,
         }
@@ -166,10 +164,10 @@
            that.staList = []
            uni.request({
               url: that.baseUrl + '/mobile/FillEmptyPallets?locNo='+that.stationCode+'&size='+that.fullPlt,
               header: {
                  'token': uni.getStorageSync('token')
               },               
               success(res) {
                  res = res.data
                  if (res.code === 200) {