廖井涛
2024-08-07 4d81346547d5ac21bf7bb64c3878c09592d0aaf6
north-glass-erp/northglass-erp/src/views/mm/mainProductStock/CreateProductStock.vue
@@ -310,7 +310,6 @@
const validRules = ref({
  "inventoryQuantity": [{
    validator (e) {
      console.log(e.row)
      if ((parseInt(e.row.inventoryQuantity) + e.row.receivedQuantity) > e.row.orderDetail.quantity) {
        return new Error('入库数量不能超过订单总数')
      }