#
whycq
2024-05-03 589f1fe764d5982b11dcd2f580e7a10cf3391a5c
pages/home/home.vue
@@ -32,35 +32,14 @@
                  url: '/pakin/pakin'
               },
               {
                  title: 'AGV组托',
                  name: 'AGVPakin',
                  color: 'blue',
                  cuIcon: 'pullup',
                  url: '/AGV/AGVPakin'
                  title: '再次拣料',
                  name: 'changePallet',
                  color: 'green',
                  cuIcon: 'order',
                  url: '/pakin/pickAgain'
               },
               {
                  title: 'AGV上架绑定',
                  name: 'AGVPakinBing',
                  color: 'mauve',
                  // cuIcon: 'pullup',
                  url: '/AGV/AGVPakinBing'
               },
               {
                  title: 'AGV启动入库',
                  name: 'AGVStart',
                  color: 'pink',
                  // cuIcon: 'pullup',
                  url: '/AGV/AGVStart'
               },
               {
                  title: 'AGV上架组托',
                  name: 'AGVPakinOn',
                  color: 'brown',
                  // cuIcon: 'pullup',
                  url: '/AGV/AGVPakinOn'
               },
               {
                  title: '订单组托',
                  title: '订单入库',
                  name: 'orderPakin',
                  color: 'red',
                  cuIcon: 'pullup',
@@ -73,13 +52,13 @@
                  cuIcon: 'pullup',
                  url: '/pakin/putOn'
               },
               // {
               //    title: '打印',
               //    name: 'print',
               //    color: 'purple',
               //    cuIcon: 'text',
               //    url: '/print/print'
               // },
               {
                  title: '打印',
                  name: 'print',
                  color: 'purple',
                  cuIcon: 'text',
                  url: '/print/print'
               },
               {
                  title: '订单上架',
                  name: 'orderPutOn',
@@ -163,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
@@ -174,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],