|  | @@ -289,7 +289,7 @@ export const saleOrderProductColumns: JVxeColumn[] = [
 | 
	
		
			
				|  |  |      {
 | 
	
		
			
				|  |  |        title: '税率(tax rate)',
 | 
	
		
			
				|  |  |        key: 'taxRate',
 | 
	
		
			
				|  |  | -      type: JVxeTypes.inputNumber,
 | 
	
		
			
				|  |  | +      type: JVxeTypes.normal,
 | 
	
		
			
				|  |  |        placeholder: '请输入${title}',
 | 
	
		
			
				|  |  |        defaultValue:'',  
 | 
	
		
			
				|  |  |        width:"200px",
 | 
	
	
		
			
				|  | @@ -321,7 +321,7 @@ export const saleOrderProductColumns: JVxeColumn[] = [
 | 
	
		
			
				|  |  |      {
 | 
	
		
			
				|  |  |        title: '折后单价(discounted unit price)',
 | 
	
		
			
				|  |  |        key: 'discountedPrice',
 | 
	
		
			
				|  |  | -      type: JVxeTypes.inputNumber,
 | 
	
		
			
				|  |  | +      type: JVxeTypes.normal,
 | 
	
		
			
				|  |  |        width:"200px",
 | 
	
		
			
				|  |  |        placeholder: '请输入${title}',
 | 
	
		
			
				|  |  |        defaultValue:'',
 |