#
whycq
2024-05-25 a8e681a32ad2012bcd1dce0cac0a5507b027f3e6
#
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() {