|
|
@ -660,7 +660,7 @@ |
|
|
|
this.$refs['comNumberBox_' + index][0].setValue(item.handledQty); |
|
|
|
} else if (value > item.defaultHandleQty) { |
|
|
|
item.handledQty = item.defaultHandleQty |
|
|
|
this.showMessage('领料数量不能大于库存数量:' + item.handledQty) |
|
|
|
this.showMessage("实际领料数量不能大于申请数量") |
|
|
|
this.$refs['comNumberBox_' + index][0].setValue(item.handledQty); |
|
|
|
} |
|
|
|
}, |
|
|
|