#
whycq
2023-12-21 19fd735d3e3c74e7e7dd2d273d47479513033077
#
1个文件已修改
20 ■■■■■ 已修改文件
Monitor-APP/pages/home/home.vue 20 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue
@@ -218,9 +218,12 @@
                                    <view style="width: 10vw;">目标站:{{infoText.staNo}}</view>
                                    <view style="flex: 1;">商品编号</view>
                                    <view style="flex: 1;">商品名称</view>
                                    <view style="flex: 1;">规格</view>
                                    <!-- <view style="flex: 1;">批号</view> -->
                                    <view style="width: 10vw;">数量</view>
                                    <view style="flex: 1;">箱码</view>
                                    <!-- <view style="flex: 1;">箱码</view> -->
                                    <view style="width: 10vw;">库存数量</view>
                                    <view style="width: 10vw;">现存数量</view>
                                </view>
                                <!-- body -->
                                <view class="swiper-body">
@@ -235,10 +238,11 @@
                                            <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="flex:1">{{item.specs}}</view>
                                            <view style="width: 10vw;">{{item.count}}</view>
                                            <view style="flex: 1;">{{item.zpallet}}</view>
                                            <!-- <view style="flex: 1;">{{item.zpallet}}</view> -->
                                            <view style="width: 10vw;">{{item.anfme}}</view>
                                            <view style="width: 10vw;">{{parseInt(item.anfme) - parseInt(item.count)}}</view>
                                        </swiper-item>
                                    </swiper>
                                </view>
@@ -450,18 +454,16 @@
            setInterval(()=>{
                this.getDate2()
                this.getUrl()
                this.getInfo()
                this.getError()
                // this.getInfo2()
                // this.getError2()
                // this.getInfo()
                // this.getError()
                this.getInfo2()
                this.getError2()
                this.controller()
            },1000)
            
            setInterval(()=>{
                this.getDate2()
                this.getUrl()
                this.getInfo()
                this.getError()
                // this.getInfo2()
                // this.getError2()
                this.controller()