#
whycq
2024-02-26 ec965926ebdf52d728dbadaa1e9d658ef79bedc5
pages/project/jmAGV/home.vue
@@ -42,33 +42,34 @@
            baseUrl: '',
            token: '',
            groundSiteList: [
               {name: '1号地面站',code:'1-C1',traget: '1-A1'},
               {name: '2号地面站',code:'2-C1'},
               {name: '3号地面站',code:'3-C1'},
               {name: '4号地面站',code:'4-C1'},
               {name: '5号地面站',code:'5-C1'},
               {name: '6号地面站',code:'6-C1'},
               {name: '7号地面站',code:'7-C1'},
               {name: '8号地面站',code:'8-C1'},
               {name: '9号地面站',code:'9-C1'},
               {name: '10号地面站',code:'10-C1'}
               {name: '1号地面站',code:'1-C1',traget: '1-A1',type: 'foolr'},
               {name: '2号地面站',code:'2-C1',traget: '2-A1',type: 'foolr'},
               {name: '3号地面站',code:'3-C1',traget: '3-A1',type: 'foolr'},
               {name: '4号地面站',code:'4-C1',traget: '4-A1',type: 'foolr'},
               {name: '5号地面站',code:'5-C1',traget: '5-A1',type: 'foolr'},
               {name: '6号地面站',code:'6-C1',traget: '6-A1',type: 'foolr'},
               {name: '7号地面站',code:'7-C1',traget: '7-A1',type: 'foolr'},
               {name: '8号地面站',code:'8-C1',traget: '8-A1',type: 'foolr'},
               {name: '9号地面站',code:'9-C1',traget: '9-A1',type: 'foolr'},
               {name: '10号地面站',code:'10-C1',traget: '10-A1',type: 'foolr'}
            ],
            traySiteList: [
               {name: '1号托盘站',code:'1-A1'},
               {name: '2号托盘站',code:'2-A1'},
               {name: '3号托盘站',code:'3-A1'},
               {name: '4号托盘站',code:'4-A1'},
               {name: '5号托盘站',code:'5-A1'},
               {name: '6号托盘站',code:'6-A1'},
               {name: '7号托盘站',code:'7-A1'},
               {name: '8号托盘站',code:'8-A1'},
               {name: '9号托盘站',code:'9-A1'},
               {name: '10号托盘站',code:'10-A1'}
               {name: '1号托盘站',code:'1-A1',inTraget: '1-C1',type: 'tray'},
               {name: '2号托盘站',code:'2-A1',inTraget: '1-C1',type: 'tray'},
               {name: '3号托盘站',code:'3-A1',inTraget: '1-C1',type: 'tray'},
               {name: '4号托盘站',code:'4-A1',inTraget: '1-C1',type: 'tray'},
               {name: '5号托盘站',code:'5-A1',inTraget: '1-C1',type: 'tray'},
               {name: '6号托盘站',code:'6-A1',inTraget: '1-C1',type: 'tray'},
               {name: '7号托盘站',code:'7-A1',inTraget: '1-C1',type: 'tray'},
               {name: '8号托盘站',code:'8-A1',inTraget: '1-C1',type: 'tray'},
               {name: '9号托盘站',code:'9-A1',inTraget: '1-C1',type: 'tray'},
               {name: '10号托盘站',code:'10-A1',inTraget: '1-C1',type: 'tray'}
            ],
            item: '',
            text: '',
            btnTitle1: '',
            btnTitle2: ''
            btnTitle2: '',
            stationType: 'load'
         }
      },
      onShow() {
@@ -82,7 +83,7 @@
            this.text = item.name
            if (type == 'left') {
               this.btnTitle1 = '地面站放置托盘(上架)'
               this.btnTitle2 = '地面站放置托盘(上架)'
               this.btnTitle2 = '托盘站取置托盘(下架)'
            } else {
               this.btnTitle1 = '托盘-仓库(入库)'
               this.btnTitle2 = '仓库-托盘(出库)'