#
whycq
2023-11-07 59106f4f1c9e7daaf50da15b8d3f3b5fc329aa65
#
2个文件已修改
43 ■■■■■ 已修改文件
Monitor-APP/pages/home/home.vue 29 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/index/data.json 14 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue
@@ -215,11 +215,12 @@
                            <view class="text-content">
                                <!-- head -->
                                <view class="swiper-head">
                                    <view style="width: 25%;">目标站:{{infoText.staNo}}</view>
                                    <view style="width: 25%;">商品编号</view>
                                    <view style="width: 25%;">商品名称</view>
                                    <!-- <view style="width: 20%;">规格</view> -->
                                    <view style="width: 25%;">数量</view>
                                    <view style="width: 10vw;">目标站:{{infoText.staNo}}</view>
                                    <view style="flex: 1;">商品编号</view>
                                    <view style="flex: 1;">商品名称</view>
                                    <view style="width: 10vw;">数量</view>
                                    <view style="flex: 1;">箱码</view>
                                    <view style="width: 10vw;">库存数量</view>
                                </view>
                                <!-- body -->
                                <view class="swiper-body">
@@ -231,11 +232,13 @@
                                    display-multiple-items="8"
                                    circular="true" :autoplay="true" :interval="3000" :duration="1000">
                                        <swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i">
                                            <view style="width: 25%;">No:{{i+1}}</view>
                                            <view style="width: 25%;">{{item.matNo}}</view>
                                            <view style="width: 25%;">{{item.maknx}}</view>
                                            <view style="width: 10vw;">No:{{i+1}}</view>
                                            <view style="flex: 1;">{{item.matNo}}</view>
                                            <view style="flex: 1;">{{item.maknx}}</view>
                                            <!-- <view style="width: 20%;">{{item.specs}}</view> -->
                                            <view style="width: 25%;">{{item.count}}</view>
                                            <view style="width: 10vw;">{{item.count}}</view>
                                            <view style="flex: 1;">{{item.zpallet}}</view>
                                            <view style="width: 10vw;">{{item.anfme}}</view>
                                        </swiper-item>
                                    </swiper>
                                </view>
@@ -244,10 +247,10 @@
                    </view>
                </view>
            </view>
            <!-- <view class="btn"> -->
            <view class="btn">
                <!-- <button >拣料回库</button> -->
                <!-- <button  size="mini" type="primary" @click="">拣料回库</button> -->
            <!-- </view> -->
                <button  size="mini" type="primary" @click="">盘点回库</button>
            </view>
        </uni-transition>
        <!-- 异常信息 -->
        <uni-transition :duration="duration" :mode-class="errorInfoMode" :show="errorInfoViewShow">
@@ -1022,7 +1025,7 @@
    }
    .info-main {
        width: 100vw;
        height: 88vh;
        height: 80vh;
        display: flex;
        justify-content: center;
        align-items: center;
Monitor-APP/pages/index/data.json
@@ -9,30 +9,44 @@
                                                                "sourceLocNo":"1500502",
                                                                "barcode": "80009901",
                                                                "matDtos": [{
                                                                            "anfme": 10000,
                                                                            "zpallet": "T2_1231231231",
                                                                            "matNo": "040609000182",
                                                                            "maknx": "六角螺母",
                                                                            "count": 1072.0
                                                                        }, {
                                                                            "anfme": 2000,
                                                                            "zpallet": "T2_1231231232",
                                                                            "matNo": "040619000007",
                                                                            "maknx": "内六角沉头螺钉",
                                                                            "count": 870.0
                                                                        }, {
                                                                            "anfme": 100000,
                                                                            "zpallet": "T2_1231231233",
                                                                            "matNo": "040619000008",
                                                                            "maknx": "内六角沉头螺钉",
                                                                            "count": 39600.0
                                                                        }, {
                                                                            "anfme": 10000,
                                                                            "zpallet": "T2_1231231234",
                                                                            "matNo": "040619000009",
                                                                            "maknx": "内六角沉头螺钉",
                                                                            "count": 8090.0
                                                                        }, {
                                                                            "anfme": 600,
                                                                            "zpallet": "T2_1231231235",
                                                                            "matNo": "040619000010",
                                                                            "maknx": "内六角沉头螺钉",
                                                                            "count": 430.0
                                                                        }, {
                                                                            "anfme": 26500,
                                                                            "zpallet": "T2_1231231236",
                                                                            "matNo": "040619000011",
                                                                            "maknx": "内六角沉头螺钉",
                                                                            "count": 16030.0
                                                                        }, {
                                                                            "anfme": 390,
                                                                            "zpallet": "T2_1231231237",
                                                                            "matNo": "040619000012",
                                                                            "maknx": "内六角沉头螺钉",
                                                                            "count": 235.0