refs #6664 claimfix
This commit is contained in:
parent
67d95f9ad0
commit
324d6da3a3
|
@ -146,8 +146,7 @@ async function onUpdateGreugeAccept() {
|
||||||
).data.id;
|
).data.id;
|
||||||
const freightPickUpPrice =
|
const freightPickUpPrice =
|
||||||
(await axios.get(`GreugeConfigs/findOne`)).data.freightPickUpPrice *
|
(await axios.get(`GreugeConfigs/findOne`)).data.freightPickUpPrice *
|
||||||
+multiplicatorValue.value;
|
multiplicatorValue.value;
|
||||||
console.log(freightPickUpPrice);
|
|
||||||
await axios.post(`Greuges`, {
|
await axios.post(`Greuges`, {
|
||||||
clientFk: claim.value.clientFk,
|
clientFk: claim.value.clientFk,
|
||||||
description: `${t('ClaimGreugeDescription')} ${claimId}`.toUpperCase(),
|
description: `${t('ClaimGreugeDescription')} ${claimId}`.toUpperCase(),
|
||||||
|
@ -474,9 +473,6 @@ async function importToNewRefundTicket() {
|
||||||
.mana {
|
.mana {
|
||||||
float: inline-start;
|
float: inline-start;
|
||||||
}
|
}
|
||||||
.vn-card {
|
|
||||||
background-color: blue($color: #000000);
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
<i18n>
|
<i18n>
|
||||||
en:
|
en:
|
||||||
|
|
Loading…
Reference in New Issue