#
whycq
2024-04-05 025da2322853fde96691a778db7bd4fa3d10f902
#
1个文件已修改
5 ■■■■ 已修改文件
pages/phyz/stationManage/stationDetl.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/stationManage/stationDetl.vue
@@ -314,7 +314,7 @@
                            } else if (res.data.records[0].ioType == 10) {
                                res.data.records[0]['ioTitle'] = '空板入库'
                            } else if (res.data.records[0].ioType == 53) {
                                res.data.records[0]['ioTitle'] = '拣料再入库'
                                res.data.records[0]['ioTitle'] = '拣料回库'
                            } else if (res.data.records[0].ioType == 101) {
                                res.data.records[0]['ioTitle'] = '全板出库'
                                _this.btnType = 'out'
@@ -326,6 +326,9 @@
                            }
                            _this.wrkMast = res.data.records[0]
                            _this.getWrkDetl(_this.wrkMast.wrkNo)
                        } else if (res.code === 200 && res.data.records.length == 0) {
                            _this.wrkMast = null
                            _this.wrkDetls = []
                        }
                    }
                })