mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-04 03:58:11 +00:00
chore(stock): added supporting internal cargo for generating 627Z & 412Z mixed containers
This commit is contained in:
@@ -93,8 +93,6 @@ export const useStore = defineStore('store', {
|
||||
|
||||
return state.stockList
|
||||
.map((stock, i) => {
|
||||
// let cargoString = '';
|
||||
|
||||
let stockTypeStr = isTractionUnit(stock.vehicleRef) || !stock.cargo ? stock.vehicleRef.type : `${stock.vehicleRef.type}:${stock.cargo.id}`;
|
||||
|
||||
if (i == 0 && (coldStartActive || doubleManningActive))
|
||||
|
||||
Reference in New Issue
Block a user