From be11c3dc418668608aa3eee6487c9974801395bc Mon Sep 17 00:00:00 2001 From: "[li_she]" <[li.she@xujiesoft.com]> Date: Thu, 29 Dec 2022 09:59:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=85=B7=E5=90=8D=E7=A7=B0=202022?= =?UTF-8?q?=E5=B9=B412=E6=9C=8828=E6=97=A5=20sxm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/purchaseorder/purchaseRequisition.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/purchaseorder/purchaseRequisition.vue b/src/views/modules/purchaseorder/purchaseRequisition.vue index ab2df5f..fb4acc5 100644 --- a/src/views/modules/purchaseorder/purchaseRequisition.vue +++ b/src/views/modules/purchaseorder/purchaseRequisition.vue @@ -1267,7 +1267,7 @@ export default { } }); return - } else if (this.currentPRDetailData.partDesc === 0 || this.currentPRDetailData.partDesc <= 0) { + } else if (!this.currentPRDetailData.partDesc ) { this.$alert(this.labels.partDescIn, this.labels.point, { confirmButtonText: this.labels.true, callback: action => {