|
@@ -531,6 +531,10 @@ export default {
|
|
|
this.$message.error('第'+(i+1)+'行所有尺码数量为0,无法保存');
|
|
|
return;
|
|
|
}
|
|
|
+ if(tableRow.startingBoxNumber > tableRow.endCaseNumber) {
|
|
|
+ this.$message.error('第'+(i+1)+'行起始箱号大于结束箱号,无法保存');
|
|
|
+ return;
|
|
|
+ }
|
|
|
if (tableRow.startingBoxNumber == ""){
|
|
|
this.$message.error('第'+(i+1)+'行起始箱号未填,无法保存');
|
|
|
return;
|