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