#
zjj
2023-11-02 f04facceb1332f11bde0ed61faad73ed7c393a9a
#
3个文件已修改
47 ■■■■ 已修改文件
pages.json 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/home.vue 21 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/css/wms.css/wms.css 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json
@@ -50,6 +50,12 @@
            }
        },
        {
            "path": "pages/order/pickOffLines",
            "style": {
                "navigationBarTitleText": "拣货下架"
            }
        },
        {
            "path": "pages/stock/stockQuery",
            "style": {
                "navigationBarTitleText": "库存查询"
@@ -110,6 +116,12 @@
            }
        },
        {
            "path": "pages/order/pickingList",
            "style": {
                "navigationBarTitleText": "拣货单列表"
            }
        },
        {
            "path": "pages/order/orderDetil",
            "style": {
                "navigationBarTitleText": "订单详情"
pages/home/home.vue
@@ -31,13 +31,13 @@
                        cuIcon: 'pullup',
                        url: '/pakin/pakin'
                    },
                    // {
                    //     title: '订单组托',
                    //     name: 'orderPakin',
                    //     color: 'blue',
                    //     cuIcon: 'pullup',
                    //     url: '/order/orderPakin'
                    // },
                    {
                        title: '订单组托',
                        name: 'orderPakin',
                        color: 'blue',
                        cuIcon: 'pullup',
                        url: '/order/orderPakin'
                    },
                    // {
                    //     title: '订单组托',
                    //     name: 'putOn',
@@ -82,6 +82,13 @@
                        url: '/order/orderPutDown'
                    },
                    {
                        title: '拣货下架',
                        name: 'pickOffLines',
                        color: 'pink',
                        cuIcon: 'pulldown',
                        url: '/order/pickOffLines'
                    },
                    {
                        title: '库存查询',
                        name: 'stockQuery',
                        color: 'brown',
static/css/wms.css/wms.css
@@ -19,17 +19,25 @@
    width: 80vw;
}
.list-left-item {
    min-height: 40rpx;
    line-height: 40rpx;
    min-height: 45rpx;
    line-height: 45rpx;
    display: flex;
}
.desc {
.descNo {
    font-size: 10rpx;
    min-height: 40rpx;
    display: flex;
    align-items: center;
    width: 45%;
}
.desc {
    min-height: 40rpx;
    display: flex;
    align-items: center;
    width: 45%;
}
.left-item {
    display: flex;
    flex-wrap: wrap;
    width: 75%;