移除零件采购表单中预估单价的必填校验
This commit is contained in:
		
							parent
							
								
									f4180557ca
								
							
						
					
					
						commit
						00dc12f384
					
				@ -576,10 +576,10 @@ const submitForm = async () => {
 | 
			
		||||
        message.error("预计到货日期为空");
 | 
			
		||||
        break;
 | 
			
		||||
      }
 | 
			
		||||
      if (list[i].unitPrice === null) {
 | 
			
		||||
        message.error("预估单价为空");
 | 
			
		||||
        break;
 | 
			
		||||
      }
 | 
			
		||||
      // if (list[i].unitPrice === null) {
 | 
			
		||||
      //   message.error("预估单价为空");
 | 
			
		||||
      //   break;
 | 
			
		||||
      // }
 | 
			
		||||
      if (list[i].estimatedPrices === null) {
 | 
			
		||||
        message.error("预估总价为空");
 | 
			
		||||
        break;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user