fix iSOcode pos (#912)
							parent
							
								
									3c7d3e2669
								
							
						
					
					
						commit
						c678fcb045
					
				|  | @ -31,6 +31,7 @@ | |||
|               :ref="field.columnName" | ||||
|               :metadata-field="{ | ||||
|                 ...field, | ||||
|                 labelCurrency: currencyPointOfSales, | ||||
|                 isReadOnly: !isModifyPrice | ||||
|               }" | ||||
|             /> | ||||
|  | @ -156,8 +157,15 @@ export default { | |||
|     }, | ||||
|     validatePin() { | ||||
|       return this.$store.state['pointOfSales/orderLine/index'].validatePin | ||||
|     }, | ||||
|     currencyPointOfSales() { | ||||
|       if (!this.isEmptyValue(this.currentPointOfSales)) { | ||||
|         return this.currentPointOfSales.priceList.currency | ||||
|       } | ||||
|       return {} | ||||
|     } | ||||
|   }, | ||||
| 
 | ||||
|   watch: { | ||||
|     showField(value) { | ||||
|       this.visible = false | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Andojeda
						Andojeda