Browse Source

出运明细筛选规则调整

jbb 2 năm trước cách đây
mục cha
commit
0ccb5f05c4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/shipment-details/shipmentList.vue

+ 1 - 1
src/views/shipment-details/shipmentList.vue

@@ -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){