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: '确定' })