#
whycq
2024-01-03 ea03a625a5307204799cd8d0bebccc0780cca4b9
pages/home/home.vue
@@ -38,34 +38,6 @@
                  cuIcon: 'order',
                  url: '/pakin/pickAgain'
               },
               // {
               //    title: 'AGV组托',
               //    name: 'AGVPakin',
               //    color: 'blue',
               //    cuIcon: 'pullup',
               //    url: '/AGV/AGVPakin'
               // },
               // {
               //    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: '订单入库',
                  name: 'orderPakin',
@@ -170,7 +142,15 @@
               method: 'POST',
               success(res) {
                  res = res.data
                  that.elements = []
                  that.elements = [
                     {
                        title: '组件物料',
                        name: 'moduleMat',
                        color: 'green',
                        cuIcon: 'order',
                        url: '/mat/moduleMat'
                     },
                  ]
                  if (res.code === 200) {
                     if (res.data == undefined || res.data == null || res.data == "") {
                        that.elements = that.elements2