xuxueyang
2024-07-31 6dcb2f079d7c470580da23034f32aafd0a2ebcb4
sub_pages/customer/trade/list.vue
@@ -341,7 +341,7 @@
            if (!item.shopnum) {
               item.shopnum = 0
            }
            if (item.shopnum + addnum > item.stock) {
            if (addnum > 0 & item.shopnum + addnum > item.stock) {
               this.$message.showToast('库存不足,无法修改')
               return
            }