diff --git a/src/views/modules/base/maintainProductRouting.vue b/src/views/modules/base/maintainProductRouting.vue index 94258b1..b8691e2 100644 --- a/src/views/modules/base/maintainProductRouting.vue +++ b/src/views/modules/base/maintainProductRouting.vue @@ -1838,12 +1838,12 @@ export default { }) 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) { this.$alert(this.labels.inCrewsize, this.labels.error, { confirmButtonText: this.labels.true