mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 12:01:57 +08:00
fix iSOcode pos (#912)
This commit is contained in:
parent
3c7d3e2669
commit
c678fcb045
@ -31,6 +31,7 @@
|
|||||||
:ref="field.columnName"
|
:ref="field.columnName"
|
||||||
:metadata-field="{
|
:metadata-field="{
|
||||||
...field,
|
...field,
|
||||||
|
labelCurrency: currencyPointOfSales,
|
||||||
isReadOnly: !isModifyPrice
|
isReadOnly: !isModifyPrice
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
@ -156,8 +157,15 @@ export default {
|
|||||||
},
|
},
|
||||||
validatePin() {
|
validatePin() {
|
||||||
return this.$store.state['pointOfSales/orderLine/index'].validatePin
|
return this.$store.state['pointOfSales/orderLine/index'].validatePin
|
||||||
|
},
|
||||||
|
currencyPointOfSales() {
|
||||||
|
if (!this.isEmptyValue(this.currentPointOfSales)) {
|
||||||
|
return this.currentPointOfSales.priceList.currency
|
||||||
|
}
|
||||||
|
return {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
watch: {
|
watch: {
|
||||||
showField(value) {
|
showField(value) {
|
||||||
this.visible = false
|
this.visible = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user