|
@@ -954,7 +954,7 @@ export default {
|
|
|
this.toggleSearchStatus = false
|
|
|
if(this.queryParam.flourOrGarment === '' || !this.queryParam.hasOwnProperty('flourOrGarment')){
|
|
|
this.$message.error('请选择查询类型!');
|
|
|
- }else if(this.queryParam.flourOrGarment == '0' && this.preDeliveryDate.length == 0){
|
|
|
+ }else if(this.queryParam.flourOrGarment == '1' && this.preDeliveryDate.length == 0){
|
|
|
this.$message.error('请选择预发货时间!');
|
|
|
}else{
|
|
|
if(this.preDeliveryDate.length ==2){
|