From fac4282a39798a474b12c5cd3e5aea8926851441 Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Sun, 19 Feb 2023 17:51:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E6=8A=A4=E5=B7=A5=E8=89=BA=E8=B7=AF?= =?UTF-8?q?=E7=BA=BF=E8=AE=A1=E4=BB=B7=E5=8D=95=E4=BD=8D=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA=202023=E5=B9=B42=E6=9C=8819=E6=97=A5=20sxm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/maintainProductRouting.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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