#
whycq
2023-07-29 7ef0ea8d5d753e8505353b071f14b26eeddabeb5
#
3个文件已修改
14 ■■■■■ 已修改文件
pages.json 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/home.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/css/wms.css/wms.css 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json
@@ -103,6 +103,12 @@
            }
        },
        {
            "path": "pages/stock/mergeOut",
            "style": {
                "navigationBarTitleText": "并板出库"
            }
        },
        {
            "path": "pages/order/orderList",
            "style": {
                "navigationBarTitleText": "订单列表"
pages/home/home.vue
@@ -59,6 +59,13 @@
                        cuIcon: 'pullup',
                        url: '/order/orderPutOn3'
                    },
                    {
                        title: '并板出库',
                        name: 'mergeOut',
                        color: 'blue',
                        cuIcon: 'pullup',
                        url: '/stock/mergeOut'
                    },
                    // {
                    //     title: '打印',
                    //     name: 'print',
static/css/wms.css/wms.css
@@ -1,4 +1,5 @@
.list {
    position: relative;
    display: flex;
    min-height: 80rpx;
    background-color: #FFF;