From 29c0caf01d27a320ecadd5f52ed7a549ff0ebc2a Mon Sep 17 00:00:00 2001 From: x_z Date: Tue, 20 Dec 2022 16:26:53 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B3=A8=E9=87=8A=E6=97=A0=E7=94=A8=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/purchase/purPlanEditDialog.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/purchase/purPlanEditDialog.vue b/src/views/purchase/purPlanEditDialog.vue index ae61822..ab2ac84 100644 --- a/src/views/purchase/purPlanEditDialog.vue +++ b/src/views/purchase/purPlanEditDialog.vue @@ -356,9 +356,9 @@ export default { if (this.formData.billDate == "" || this.formData.billDate == null) { return this.$message.error("单据日期不能为空!"); } - if(this.formData.billType=="" || this.formData.billType==null){ + /*if(this.formData.billType=="" || this.formData.billType==null){ return this.$message.error("采购类型不能为空!"); - } + }*/ if(this.formData.invWarehouseCode=="" || this.formData.invWarehouseCode==null){ return this.$message.error("采购分库不能为空!");