#
whycq
2024-05-03 589f1fe764d5982b11dcd2f580e7a10cf3391a5c
pages/home/home.vue
@@ -39,34 +39,6 @@
                  url: '/pakin/pickAgain'
               },
               {
                  title: 'AGV组托',
                  name: 'AGVPakin',
                  color: 'blue',
                  cuIcon: 'pullup',
                  url: '/tzsk/AGV/AGVPakin'
               },
               {
                  title: 'AGV上架绑定',
                  name: 'AGVPakinBing',
                  color: 'mauve',
                  // cuIcon: 'pullup',
                  url: '/tzsk/AGV/AGVPakinBing'
               },
               {
                  title: 'AGV启动入库',
                  name: 'AGVStart',
                  color: 'pink',
                  // cuIcon: 'pullup',
                  url: '/tzsk/AGV/AGVStart'
               },
               {
                  title: 'AGV上架组托',
                  name: 'AGVPakinOn',
                  color: 'brown',
                  // cuIcon: 'pullup',
                  url: '/tzsk/AGV/AGVPakinOn'
               },
               {
                  title: '订单入库',
                  name: 'orderPakin',
                  color: 'red',
@@ -170,7 +142,15 @@
               method: 'POST',
               success(res) {
                  res = res.data
                  that.elements = []
                  that.elements = [
                     // {
                     //    title: '组件入库',
                     //    name: 'modulePakin',
                     //    color: 'green',
                     //    cuIcon: 'order',
                     //    url: '/pakin/modulePakin'
                     // },
                  ]
                  if (res.code === 200) {
                     if (res.data == undefined || res.data == null || res.data == "") {
                        that.elements = that.elements2
@@ -181,7 +161,7 @@
                           break;
                        }
                        that.getIcon(res.data[i].title)
                        that.elements.unshift({
                        that.elements.push({
                           title: res.data[i].name,
                           name: res.data[i].title,
                           color: that.colorList[i],