mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 15:35:23 +02:00
Add Dimensions tab for packaging and MOQ consistency check
This commit is contained in:
+10
-1
@@ -24,5 +24,14 @@ export const COLUMNS = {
|
||||
SHORT_EN: 65,
|
||||
RECOMMENDED_AGE: 67,
|
||||
CLASSIFICATION: 11, // Column L (index 11)
|
||||
ITEM_AVAILABLE: 14 // Column O (index 14)
|
||||
ITEM_AVAILABLE: 14, // Column O (index 14)
|
||||
MOQ: 27,
|
||||
UNITS_INNER: 31,
|
||||
UNITS_OUTER: 32,
|
||||
INNER_W: 42,
|
||||
INNER_L: 43,
|
||||
INNER_H: 44,
|
||||
OUTER_W: 47,
|
||||
OUTER_L: 48,
|
||||
OUTER_H: 49
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user