Allow "any" number for inventory cases/units, including decimal
This commit is contained in:
		
							parent
							
								
									cd61210a4c
								
							
						
					
					
						commit
						edede0f2ce
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -43,12 +43,14 @@ | |||
|       <b-field label="Cases" expanded> | ||||
|         <b-input v-model="row.cases" | ||||
|                  type="number" | ||||
|                  step="any" | ||||
|                  :disabled="!shouldAllowCases()"> | ||||
|         </b-input> | ||||
|       </b-field> | ||||
|       <b-field label="Units" expanded> | ||||
|         <b-input v-model="row.units" | ||||
|                  type="number"> | ||||
|                  type="number" | ||||
|                  step="any"> | ||||
|         </b-input> | ||||
|       </b-field> | ||||
|     </b-field> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lance Edgar
						Lance Edgar