#
whycq
2023-06-05 feb6a750d8f1ef1683de4e349d2773fd7cbfc720
#
3个文件已修改
542 ■■■■ 已修改文件
Monitor-APP/pages/home/home.css 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue 36 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/index/data.json 495 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.css
@@ -1,7 +1,7 @@
.text-content {
    width: 100%;
    height: 100%;
    font-size: 30px;
    font-size: 50px;
    /* background-color: aliceblue;     */
}
.swiper-head {
@@ -25,11 +25,12 @@
}
.swiper-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* display: grid; */
    /* align-items: center; */
    /* grid-template-columns: 2fr 3fr 2fr 1fr; */
    text-align: start;
    border-bottom: 2px solid #000;
    background-color: rgba(0, 0, 0, .2);
}
.swiper-item:nth-child(2n-1) {
    background-color: rgba(255, 255, 255, .1);
    /* background-color: rgba(255, 255, 255, .1); */
}
Monitor-APP/pages/home/home.vue
@@ -217,11 +217,11 @@
                            <view class="text-content">
                                <!-- head -->
                                <view class="swiper-head">
                                    <view style="width: 20%;">托盘码:{{infoText.barcode}}</view>
                                    <view style="width: 35%;">商品编号</view>
                                    <view style="width: 35%;">商品名称</view>
                                    <!-- <view style="width: 20%;">规格</view> -->
                                    <view style="width: 10%;">数量</view>
                                    <view style="width: 30%;">托盘码: {{infoText.barcode}}</view>
                                    <view style="width: 20%;">工作号: {{infoText.workNo}}</view>
                                    <view style="width: 30%;">源库位: {{infoText.sourceLocNo}}</view>
                                    <view style="width: 20%;">目标站: {{infoText.staNo}}</view>
                                    <!-- <view style="width: 10%;">数量</view> -->
                                </view>
                                <!-- body -->
                                <view class="swiper-body">
@@ -230,14 +230,20 @@
                                    vertical 滑动方向是否为纵向 
                                    display-multiple-items 同时显示的滑块数量 -->
                                    <swiper class="swiper-body-main" vertical="true" 
                                    display-multiple-items="8"
                                    circular="true" :autoplay="true" :interval="3000" :duration="1000">
                                    display-multiple-items="3"
                                    circular="true" :autoplay="true" :interval="3000" :duration="2000">
                                        <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i">
                                            <view style="width: 20%;">No:{{i+1}}</view>
                                            <view style="width: 35%;">{{item.matnr}}</view>
                                            <view style="width: 35%;">{{item.maknx}}</view>
                                            <!-- <view style="width: 20%;">{{item.specs}}</view> -->
                                            <view style="width: 10%;">{{item.count}}</view>
                                            <view style="width: 20%;">{{i+1}}\5</view>
                                            <!-- <view style="width: 30%;">料号: {{item.matnr}}</view> -->
                                            <view style="width: 40%;">名称: {{item.maknx}}</view>
                                            <view style="width: 40%;">客户: {{item.info}}</view>
                                            <view style="width: 20%;">数量: {{item.count}}</view>
                                            <view style="width: 40%;">规格: {{item.specs}}</view>
                                            <view style="width: 40%;">备注: {{item.bz}}</view>
                                        </swiper-item>
                                    </swiper>
                                </view>
@@ -464,6 +470,9 @@
                        that.infoText.title = '空托出库'
                    }
                    that.infoText.barcode = res.data[0].barcode
                    that.infoText.workNo = res.data[0].workNo
                    that.infoText.sourceLocNo = res.data[0].sourceLocNo
                    that.infoText.staNo = res.data[0].staNo
                    that.swiperList = res.data[0].matDtos
                    // that.infoText.matnr = res.data[0].matDtos[0].matnr
                    // that.infoText.specs = res.data[0].matDtos[0].specs
@@ -530,6 +539,9 @@
                                that.infoText.title = '空托出库'
                            }
                            that.infoText.barcode = res.data[0].barcode
                            that.infoText.workNo = res.data[0].workNo
                            that.infoText.sourceLocNo = res.data[0].sourceLocNo
                            that.infoText.staNo = res.data[0].staNo
                            that.swiperList = res.data[0].matDtos
                            // that.infoText.matnr = res.data[0].matDtos[0].matnr
                            // that.infoText.specs = res.data[0].matDtos[0].specs
Monitor-APP/pages/index/data.json
@@ -1,389 +1,81 @@
{
    "dataInfo2":
        {"data":{"msg": "操作成功","code": 200,"data": [{
                                                    "title":"全板出库",
                                                                "workNo":8046,
                                                                "staNo":4,
                                                                "sourceStaNo":null,
                                                                "locNo":null,
                                                                "sourceLocNo":"1500502",
                                                                "barcode": "80009901",
                                                                "matDtos":[
                                                                        {
                                                                            "matnr":"020101000001",
                                                                            "maknx":"63-90型单立柱",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        },
                                                                        {
                                                                            "matnr":"LPJ.SLJ.XG.037",
                                                                            "maknx":"工程塑料下弯头",
                                                                            "batch":null,"count":40.0,
                                                                            "specs":"gcslxwt"
                                                                        }
                                                                    ],
                                                                "emptyMk":false,
                                                                "ioType":101
                                                }]
        }},
    "dataError2":{"data":{"msg":"操作成功","code":200,"data":""}},
    "lineData":{
    "dataInfo2": {
        "data": {
            "msg": "操作成功",
            "code": 200,
            "data": [{
                "title": "全板出库",
                "workNo": 8046,
                "staNo": 200,
                "sourceStaNo": null,
                "locNo": null,
                "sourceLocNo": "1500502",
                "barcode": "80009901",
                "matDtos": [{
                        "matnr": "020101000001",
                        "maknx": "63-90型单立柱",
                        "batch": null,
                        "count": 40.0,
                        "specs": "gcslxwt",
                        "info": "浙江中扬",
                        "bz": "红色"
                    },
                    {
                        "matnr": "LPJ.SLJ.XG.037",
                        "maknx": "工程塑料下弯头",
                        "batch": null,
                        "count": 40.0,
                        "specs": "gcslxwt",
                        "info": "浙江中扬",
                        "bz": "暂存"
                    },
                    {
                        "matnr": "LPJ.SLJ.XG.037",
                        "maknx": "工程塑料下弯头",
                        "batch": null,
                        "count": 40.0,
                        "specs": "gcslxwt",
                        "info": "浙江中扬",
                        "bz": "红色"
                    },
                    {
                        "matnr": "LPJ.SLJ.XG.037",
                        "maknx": "工程塑料下弯头",
                        "batch": null,
                        "count": 40.0,
                        "specs": "gcslxwt",
                        "info": "浙江中扬",
                        "bz": ""
                    },
                    {
                        "matnr": "LPJ.SLJ.XG.037",
                        "maknx": "工程塑料下弯头",
                        "batch": null,
                        "count": 40.0,
                        "specs": "gcslxwt",
                        "info": "浙江中扬",
                        "bz": "17号框"
                    }
                ],
                "emptyMk": false,
                "ioType": 101
            }]
        }
    },
    "dataError2": {
        "data": {
            "msg": "操作成功",
            "code": 200,
            "data": ""
        }
    },
    "lineData": {
        "msg": "操作成功",
        "code": 200,
        "data": {
            "rows": [
                {
            "rows": [{
                    "name": "入库数量",
                    "data": [0,0,0,0,1,1,0,0,4,4,0,4]
                    "data": [0, 0, 0, 0, 1, 1, 0, 0, 4, 4, 0, 4]
                },
                {
                    "name": "出库数量",
@@ -405,7 +97,8 @@
            ]
        }
    },
    "pieData":{"msg": "操作成功",
    "pieData": {
        "msg": "操作成功",
        "code": 200,
        "data": {
            "emptyCount": 3582,
@@ -414,8 +107,7 @@
            "stockCunt": 2,
            "usedPr": 0.1,
            "used": 2,
            "pie": [
                {
            "pie": [{
                    "name": "在库",
                    "value": 2
                },
@@ -434,21 +126,20 @@
            ]
        }
    },
    "other":{
    "msg": "操作成功",
    "code": 200,
    "data": {
        "xDistance": 15651.0,
        "xSpeed": 32704.0,
        "zSpeed": 32704.0,
        "yDistance": 15,
        "yDuration": 0.0,
        "ySpeed": 32704.0,
        "xDuration": 0.0,
        "content": "",
        "forkPos": 1,
        "isShow": false
    }
}
}
    "other": {
        "msg": "操作成功",
        "code": 200,
        "data": {
            "xDistance": 15651.0,
            "xSpeed": 32704.0,
            "zSpeed": 32704.0,
            "yDistance": 15,
            "yDuration": 0.0,
            "ySpeed": 32704.0,
            "xDuration": 0.0,
            "content": "",
            "forkPos": 1,
            "isShow": false
        }
    }
}