diff --git a/src/assets/main.css b/src/assets/main.css index 0f53c0b..5f14ec6 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -3,6 +3,11 @@ body { padding: 0px; } +.flex-d-column { + display: flex; + flex-direction: column; +} + .w-lg-45{ width: 45%; } diff --git a/src/data/store-dumies.json b/src/data/store-dumies.json index b0edfb9..1234c92 100644 --- a/src/data/store-dumies.json +++ b/src/data/store-dumies.json @@ -4,8 +4,11 @@ "date": "2025-01-08T03:24:18.821Z", "shipment_code": "ETA1010", "product": "Maiz", - "truck-plates": "YUC9101", - "driver-name": "Alexandro Uc", + "truck_type": "Torton", + "truck_plates": "YUC9101", + "driver_name": "Alexandro Uc", + "note": "Comentario de prueba", + "weigth_load": 2000, "company": "ALTOS" }, { @@ -13,8 +16,11 @@ "date": "2025-02-08T03:24:18.821Z", "shipment_code": "ETA1010", "product": "Maiz", - "truck-plates": "YUC9102", - "driver-name": "Jose Santos", + "truck_type": "Torton", + "truck_plates": "YUC9102", + "driver_name": "Jose Santos", + "note": "Comentario de prueba", + "weigth_load": 233.2, "company": "ALTOS" }, { @@ -22,8 +28,11 @@ "date": "2025-02-08T01:00:57.627Z", "shipment_code": "ETA1007", "product": "Maiz", - "truck-plates": "YUC9102", - "driver-name": "Raul Torres", + "truck_type": "Full", + "truck_plates": "YUC9102", + "driver_name": "Raul Torres", + "note": "Comentario de prueba", + "weigth_load": 3000, "company": "SOPAA" }, { @@ -31,8 +40,11 @@ "date": "2025-02-09T19:36:13.562Z", "shipment_code": "ETA1014", "product": "Maiz", - "truck-plates": "YUC9123", - "driver-name": "Manuel Yuc", + "truck_type": "Torton", + "truck_plates": "YUC9123", + "driver_name": "Manuel Yuc", + "note": "Comentario de prueba", + "weigth_load": 233.2, "company": "USIOA" }, { @@ -40,8 +52,11 @@ "date": "2025-02-08T00:29:10.471Z", "shipment_code": "ETA1021", "product": "Maiz", - "truck-plates": "YUC9101", - "driver-name": "Alexandro Uc", + "truck_type": "Torton", + "truck_plates": "YUC9101", + "driver_name": "Alexandro Uc", + "note": "Comentario de prueba", + "weigth_load": 233.2, "company": "ALTOS" }, { @@ -49,8 +64,11 @@ "date": "2025-02-08T02:47:28.823Z", "shipment_code": "ETA1013", "product": "Maiz", - "truck-plates": "YUC9120", - "driver-name": "Ramiro Alcocer", + "truck_type": "Torton", + "truck_plates": "YUC9120", + "driver_name": "Ramiro Alcocer", + "note": "Comentario de prueba", + "weigth_load": 3992, "company": "JSKA" }, { @@ -58,17 +76,23 @@ "date": "2025-02-09T02:47:28.823Z", "shipment_code": "ETA1023", "product": "Maiz", - "truck-plates": "YUC9101", - "driver-name": "Alexandro Uc", + "truck_type": "Full Trailer", + "truck_plates": "YUC9101", + "driver_name": "Alexandro Uc", + "note": "Comentario de prueba", + "weigth_load": 233.2, "company": "ALTOS" }, { "status": "Transit", "date": "2025-02-08T02:47:28.823Z", "shipment_code": "ETA1024", - "product": "Maiz", - "truck-plates": "DKS9101", - "driver-name": "Sergio Martinez", + "product": "Frijol", + "truck_type": "Torton", + "truck_plates": "DKS9101", + "driver_name": "Sergio Martinez", + "note": "Comentario de prueba", + "weigth_load": 233.20, "company": "SILA" }, { @@ -76,26 +100,35 @@ "date": "2025-02-08T02:47:28.823Z", "shipment_code": "ETA1025", "product": "Maiz", - "truck-plates": "YUC9101", - "driver-name": "Alexandro Uc", + "truck_type": "Torton", + "truck_plates": "YUC9101", + "driver_name": "Alexandro Uc", + "note": "Comentario de prueba", + "weigth_load": 233.2, "company": "ALTOS" }, { "status": "Loading", "date": "2025-02-09T02:31:45.679Z", "shipment_code": "ETA1006", - "product": "Maiz", - "truck-plates": "DLS9101", - "driver-name": "Juan Perez", + "product": "Cebada", + "truck_type": "Torton", + "truck_plates": "DLS9101", + "driver_name": "Juan Perez", + "note": "Comentario de prueba", + "weigth_load": 233.200, "company": "SOA" }, { "status": "Loading", "date": "2025-02-08T00:42:43.588Z", "shipment_code": "ETA1022", - "product": "Maiz", - "truck-plates": "YUC9101", - "driver-name": "Alexandro Uc", + "product": "Cacahuate", + "truck_type": "Torton", + "truck_plates": "YUC9101", + "driver_name": "Alexandro Uc", + "note": "Comentario de prueba", + "weigth_load": 233.2, "company": "ALTOS" }, { @@ -103,8 +136,11 @@ "date": "2025-02-09T00:57:26.432Z", "shipment_code": "ETA1016", "product": "Maiz", - "truck-plates": "DSA9101", - "driver-name": "Alexandro Uc", + "truck_type": "Caja Seca", + "truck_plates": "DSA9101", + "driver_name": "Alexandro Uc", + "note": "Comentario de prueba", + "weigth_load": 233.2, "company": "ALTOS" } ] \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index b1888a2..a4052ca 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -149,7 +149,7 @@ const router = createRouter({ permissions: ['role_shipper'], roles: ['owner', 'manager', 'store'] }, - component: () => import('../views/StoreView.vue'), + component: () => import('../views/store/StoreView.vue'), }, { path: 'cargas', diff --git a/src/views/StoreView.vue b/src/views/store/StoreView.vue similarity index 62% rename from src/views/StoreView.vue rename to src/views/store/StoreView.vue index 41c5489..700e9fa 100644 --- a/src/views/StoreView.vue +++ b/src/views/store/StoreView.vue @@ -1,9 +1,10 @@ + + + + \ No newline at end of file