|
@@ -195,6 +195,11 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
var val = this.value;
|
|
var val = this.value;
|
|
|
|
+ if(mapVal.resultLoadShipDate > new Date()){
|
|
|
|
+ this.$message.error("装船日期不能大于当前时间!");
|
|
|
|
+ this.isLoading=false;
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
if (
|
|
if (
|
|
mapVal.resultActualInstallations == null ||
|
|
mapVal.resultActualInstallations == null ||
|
|
mapVal.resultLoadShipDate == null ||
|
|
mapVal.resultLoadShipDate == null ||
|