From 7ad1aa0d2b64560f045eca1831434b905bc9dd1a Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Wed, 21 May 2025 10:24:15 +0800 Subject: [PATCH] 20250521 --- src/views/modules/production/shopOrderProductView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/production/shopOrderProductView.vue b/src/views/modules/production/shopOrderProductView.vue index be3856f..a2f0d4c 100644 --- a/src/views/modules/production/shopOrderProductView.vue +++ b/src/views/modules/production/shopOrderProductView.vue @@ -422,7 +422,7 @@ }, search () { - if (this.searchData.site === ''&&this.searchData.orderNo === ''&&this.searchData.partNo === ''&&this.searchData.partSpec === ''&&this.searchData.startDate === ''&&this.searchData.endDate === ''&&this.searchData.closedFlag === ''){ + if (this.searchData.site === ''&&this.searchData.orderNo === ''&&this.searchData.partNo === ''&&this.searchData.partSpec === ''&&this.searchData.startDate === ''&&this.searchData.endDate === ''&&this.searchData.closedFlag === ''&&this.searchData.customerId === ''){ this.$alert('计算量过大,请至少填写一个筛选条件!', '错误', { confirmButtonText: '确定' })