whycq
2024-05-25 14d2e539f18307ecab4ea415d16c54fff012a1c2
Merge branch 'phyzasrs' of http://47.97.1.152:5880/r/wms_app into phyzasrs
1个文件已修改
7 ■■■■ 已修改文件
pages/phyz/stationManage/pickAgain.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/stationManage/pickAgain.vue
@@ -155,7 +155,12 @@
                // 判断添加的商品是否和已经添加的重复
                let dataList = this.dataList
                this.index = index
                this.maxCount = this.dataList[index].stock
                if (this.dataList[index].stock > this.dataList[index].anfme) {
                    this.maxCount = this.dataList[index].anfme
                } else {
                    this.maxCount = this.dataList[index].stock
                }
                this.$refs.addItem.open()
            },
            addClose() {