#
whycq
2023-04-27 ead255083cc7ee6b0a3aa205e97b66b6815d225b
pages/index/index.vue
@@ -3,7 +3,7 @@
      <scroll-view scroll-y>
         <view class="flex justify-end custom-position">
            <view>
               <image class="img-logo flex solid-bottom " src="../../static/zoneyung.png" mode="widthFix"></image>
               <!-- <image class="img-logo flex solid-bottom " src="../../static/zoneyung.png" mode="widthFix"></image> -->
            </view>
         </view>
         <view class="nav-list" >
@@ -24,17 +24,23 @@
         return {
            elements:[
               {
                  title: '上架管理',
                  name: 'putOnSale',
                  title: '启动入库',
                  name: 'pakinStart',
                  color: 'blue',
                  cuIcon: 'video'
               },
               {
                  title: '下架管理',
                  name: 'offLines',
                  color: 'blue',
                  cuIcon: 'copy'
               },
               // {
               //    title: '上架管理',
               //    name: 'putOnSale',
               //    color: 'blue',
               //    cuIcon: 'video'
               // },
               // {
               //    title: '下架管理',
               //    name: 'offLines',
               //    color: 'blue',
               //    cuIcon: 'copy'
               // },
               // {
               //    title: '组托入库',
               //    name: 'pakin',
@@ -78,12 +84,24 @@
               //    color: 'blue',
               //    cuIcon: 'safe'
               // },
               {
                  title: '库存盘点',
                  name: 'stoCheck',
                  color: 'blue',
                  cuIcon: 'safe'
               },
               // {
               //    title: '拣料出库',
               //    name: 'piking',
               //    color: 'blue',
               //    cuIcon: 'safe'
               // },
               // {
               //    title: '平仓库存盘点',
               //    name: 'manStoCheck',
               //    color: 'blue',
               //    cuIcon: 'safe'
               // },
               // {
               //    title: '平仓库存盘点',
               //    name: 'manStoCheck',
               //    color: 'blue',
               //    cuIcon: 'safe'
               // },
               {
                  title: '退出登录',
                  name: 'logOut',