1
xuxueyang
2024-07-31 fba19090a86a4821fd70c301a5a0cd1e4b7f3244
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
            }