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('入库数量不能超过订单总数') }