This commit is contained in:
@@ -298,9 +298,10 @@ export default {
|
|||||||
if (!languageName) {
|
if (!languageName) {
|
||||||
languageName = this.getBrowserLanguages();
|
languageName = this.getBrowserLanguages();
|
||||||
}
|
}
|
||||||
return new Intl.NumberFormat(languageName, {
|
// return new Intl.NumberFormat(languageName, {
|
||||||
minimumFractionDigits: 2
|
// minimumFractionDigits: 2
|
||||||
}).format(value);
|
// }).format(value);
|
||||||
|
return new Intl.NumberFormat(languageName).format(value);
|
||||||
},
|
},
|
||||||
///////////////////////////////////////////
|
///////////////////////////////////////////
|
||||||
// Turn a file / memory size number into a local
|
// Turn a file / memory size number into a local
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
<th class="text-left">
|
<th class="text-left">
|
||||||
{{ $ay.t("Part") }}
|
{{ $ay.t("Part") }}
|
||||||
</th>
|
</th>
|
||||||
<th class="text-left">
|
<th class="text-right">
|
||||||
{{ $ay.t("WorkOrderItemPartQuantity") }}
|
{{ $ay.t("WorkOrderItemPartQuantity") }}
|
||||||
</th>
|
</th>
|
||||||
<th></th>
|
<th></th>
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
<td class="text-left">
|
<td class="text-left">
|
||||||
{{ item.partViz }}
|
{{ item.partViz }}
|
||||||
</td>
|
</td>
|
||||||
<th class="text-left">
|
<th class="text-right">
|
||||||
{{ $ay.dec(item.quantity) }}
|
{{ $ay.dec(item.quantity) }}
|
||||||
</th>
|
</th>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user