|
|
@ -1838,12 +1838,12 @@ export default { |
|
|
}) |
|
|
}) |
|
|
return false; |
|
|
return false; |
|
|
} |
|
|
} |
|
|
if (this.detailData.jjgzUnitPrice === '' || this.detailData.jjgzUnitPrice == null) { |
|
|
|
|
|
this.$alert(this.labels.inJjgzUnitPrice, this.labels.error, { |
|
|
|
|
|
confirmButtonText: this.labels.true |
|
|
|
|
|
}) |
|
|
|
|
|
return false; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
// if (this.detailData.jjgzUnitPrice === '' || this.detailData.jjgzUnitPrice == null) { |
|
|
|
|
|
// this.$alert(this.labels.inJjgzUnitPrice, this.labels.error, { |
|
|
|
|
|
// confirmButtonText: this.labels.true |
|
|
|
|
|
// }) |
|
|
|
|
|
// return false; |
|
|
|
|
|
// } |
|
|
if (this.detailData.crewsize === '' || this.detailData.crewsize == null) { |
|
|
if (this.detailData.crewsize === '' || this.detailData.crewsize == null) { |
|
|
this.$alert(this.labels.inCrewsize, this.labels.error, { |
|
|
this.$alert(this.labels.inCrewsize, this.labels.error, { |
|
|
confirmButtonText: this.labels.true |
|
|
confirmButtonText: this.labels.true |
|
|
|