@@ -65,6 +65,10 @@ export default {
if (this.isInster) {
return
}
+ if (!row.receiveQty) {
+ this.$message.info('请输入仓库实收数量')
+ return
+ }
if (!row.returnReason) {
this.$message.info('请选择退货原因')