This commit is contained in:
2024-05-30 16:10:22 +02:00
parent a180215dd0
commit 1b8bf5cc45
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
v-if="!order.orderVersion || order.orderVersion != ORDER_VERSION" v-if="!order.orderVersion || order.orderVersion != ORDER_VERSION"
class="wrong-order-indicator" class="wrong-order-indicator"
tabindex="0" tabindex="0"
data-tooltip="Niepoprawny format rozkazu, może generować złe informacje!" data-tooltip="Przestarzała wersja rozkazu! Może generować złe informacje!"
>⚠ >⚠
</span> </span>
<br /> <br />
-2
View File
@@ -155,8 +155,6 @@ export default defineComponent({
(this.store.orderFooter as any)[key] = localOrderFooter[key]; (this.store.orderFooter as any)[key] = localOrderFooter[key];
} }
console.log('loading');
this.store.chosenOrderType = localOrder.orderType; this.store.chosenOrderType = localOrder.orderType;
this.store.chosenLocalOrderId = localOrder.id; this.store.chosenLocalOrderId = localOrder.id;
this.store.orderMode = 'OrderMessage'; this.store.orderMode = 'OrderMessage';