skyouc
2 天以前 4616cff3a14b81c4d488697f43fc7aad3cf3f10f
pages/home/home.vue
@@ -68,13 +68,20 @@
                  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: 'matnrQuery',
                  color: 'cyan',
                  cuIcon: 'pullup',
                  url: '/mat/matQuery'
               },
               // {
               //    title: '打印',
               //    name: 'print',
@@ -131,13 +138,13 @@
               //    cuIcon: 'order',
               //    url: '/pakin/piking'
               // },
               // {
               //    title: '换板绑定',
               //    name: 'changePallet',
               //    color: 'green',
               //    cuIcon: 'order',
               //    url: '/stock/changePallet'
               // },
               {
                  title: '库位转移',
                  name: 'changePallet',
                  color: 'green',
                  cuIcon: 'order',
                  url: '/stock/changePallet'
               },
               {
                  title: '退出登录',
                  name: 'logOut',
@@ -163,9 +170,7 @@
      },
      methods: {
      methods: {
         selectLoc() {
            this.$refs['showLeft'].open()
         },