pang.jiabao
2025-03-07 99eb82d94843caa48ca38582bca2d7275c59809c
pages/home/home.vue
@@ -60,77 +60,84 @@
                  color: 'green',
                  cuIcon: 'order',
                  url: '/stock/outFlat'
               },
               {
                  title: '地标绑定',
                  name: 'orderBindSeed',
                  color: 'red',
                  cuIcon: 'pullup',
                  url: '/stock/orderBindSeed'
               },
               {
                  title: '订单入库',
                  name: 'orderPakin',
                  color: 'red',
                  cuIcon: 'pullup',
                  url: '/order/orderPakin'
               {
                  title: '出库确认',
                  name: 'orderConfirm',
                  color: 'purple',
                  cuIcon: 'check',
                  url: '/order/orderOutConfirm'
               },
               {
                  title: '打印',
                  name: 'print',
                  color: 'purple',
                  cuIcon: 'text',
                  url: '/print/print'
               },
               {
                  title: '订单上架',
                  name: 'orderPutOn',
                  color: 'yellow',
                  cuIcon: 'pullup',
                  url: '/order/orderPutOn'
               },
               {
                  title: '订单下架',
                  name: 'orderPutDown',
                  color: 'olive',
                  cuIcon: 'pulldown',
                  url: '/order/orderPutDown'
               },
               {
                  title: '库存查询',
                  name: 'stockQuery',
                  color: 'green',
                  cuIcon: 'check',
                  url: '/stock/stockQuery'
               },
               {
                  title: '盘点',
                  name: 'stockCheck',
                  color: 'red',
                  cuIcon: 'post',
                  url: '/stock/stockCheck'
               },
               {
                  title: '商品打印',
                  name: 'matList',
                  color: 'orange',
                  cuIcon: 'post',
                  url: '/mat/matList'
               },
               {
                  title: '补货',
                  name: 'restock',
                  color: 'yellow',
                  cuIcon: 'punch',
                  url: '/stock/restock'
               },
               {
                  title: '转全板',
                  name: 'piking',
                  color: 'olive',
                  cuIcon: 'order',
                  url: '/pakin/piking'
               },
               {
                  title: '换板绑定',
                  name: 'changePallet',
                  color: 'green',
                  cuIcon: 'order',
                  url: '/stock/changePallet'
               },
               // {
               //    title: '打印',
               //    name: 'print',
               //    color: 'purple',
               //    cuIcon: 'text',
               //    url: '/print/print'
               // },
               // {
               //    title: '订单上架',
               //    name: 'orderPutOn',
               //    color: 'yellow',
               //    cuIcon: 'pullup',
               //    url: '/order/orderPutOn'
               // },
               // {
               //    title: '订单下架',
               //    name: 'orderPutDown',
               //    color: 'olive',
               //    cuIcon: 'pulldown',
               //    url: '/order/orderPutDown'
               // },
               // {
               //    title: '库存查询',
               //    name: 'stockQuery',
               //    color: 'green',
               //    cuIcon: 'check',
               //    url: '/stock/stockQuery'
               // },
               // {
               //    title: '盘点',
               //    name: 'stockCheck',
               //    color: 'red',
               //    cuIcon: 'post',
               //    url: '/stock/stockCheck'
               // },
               // {
               //    title: '商品打印',
               //    name: 'matList',
               //    color: 'orange',
               //    cuIcon: 'post',
               //    url: '/mat/matList'
               // },
               // {
               //    title: '补货',
               //    name: 'restock',
               //    color: 'yellow',
               //    cuIcon: 'punch',
               //    url: '/stock/restock'
               // },
               // {
               //    title: '转全板',
               //    name: 'piking',
               //    color: 'olive',
               //    cuIcon: 'order',
               //    url: '/pakin/piking'
               // },
               // {
               //    title: '换板绑定',
               //    name: 'changePallet',
               //    color: 'green',
               //    cuIcon: 'order',
               //    url: '/stock/changePallet'
               // },
               {
                  title: '退出登录',
                  name: 'logOut',
@@ -156,9 +163,7 @@
      },
      methods: {
      methods: {
         selectLoc() {
            this.$refs['showLeft'].open()
         },