1
ZY
2025-04-01 8d93d4a5e413f6687d3659bbd1dfff7171f092f3
1
1个文件已修改
17 ■■■■ 已修改文件
Monitor-APP/pages/home/home.vue 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue
@@ -253,7 +253,7 @@
                                <view>商品编码:{{item.matnr}}</view>
                                <view>商品名称:{{item.maknx}}</view>
                                <view>规格:{{item.specs}}</view>
                                <view>图号:{{item.model}}</view>
                                <view>图号:{{item.model ? item.model :''}}</view>
                                <view>数量:{{item.count}} / {{item.total ? item.total : '--'}}</view>
@@ -600,10 +600,23 @@
                    if (res.data[0].ioType === 101) {
                        that.infoText.title = '全板出库'
                    } else if (res.data[0].ioType === 103) {
                        that.infoText.title = '检料出库'
                        that.infoText.title = '拣料出库'
                    } else if (res.data[0].ioType === 107) {
                        that.infoText.title = '盘点出库'
                    }else if (res.data[0].ioType === 1) {
                        that.infoText.title = '全板入库'
                    }else if (res.data[0].ioType === 10) {
                        that.infoText.title = '空板入库'
                    }else if (res.data[0].ioType === 54) {
                        that.infoText.title = '并板入库'
                    }else if (res.data[0].ioType === 110) {
                        that.infoText.title = '空板出库'
                    }else if (res.data[0].ioType === 53) {
                        that.infoText.title = '拣料再入库'
                    }else if (res.data[0].ioType === 57) {
                        that.infoText.title = '盘点再入库'
                    }
                    that.infoText.staNo = res.data[0].staNo
                    that.swiperList = res.data[0].matDtos
                    // that.infoText.matnr = res.data[0].matDtos[0].matnr