diff --git a/src/locales/en.json b/src/locales/en.json index d43047316..f848e3137 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -118,6 +118,7 @@ "Pick up location": "Pick up location", "Pickers successfully replaced in the picklist with the new selections.": "Pickers successfully replaced in the picklist with the new selections.", "pieces in stock": "pieces in stock", + "Print packing slip": "Print packing slip", "Product details": "Product details", "Product not found": "Product not found", "Products not found": "Products not found", diff --git a/src/locales/es.json b/src/locales/es.json index d51703de0..38d5e321a 100644 --- a/src/locales/es.json +++ b/src/locales/es.json @@ -115,6 +115,7 @@ "Pick up location": "Ubicación de recogida", "Pickers successfully replaced in the picklist with the new selections.": "Pickers successfully replaced in the picklist with the new selections.", "pieces in stock": "pieces in stock", + "Print packing slip": "Print packing slip", "Product details": "Detalles del producto", "Product not found": "Producto no encontrado", "Products not found": "Productos no encontrados", diff --git a/src/locales/ja.json b/src/locales/ja.json index f43807d6f..5e1c0dfb3 100644 --- a/src/locales/ja.json +++ b/src/locales/ja.json @@ -115,6 +115,7 @@ "Pick up location": "受取場所", "Pickers successfully replaced in the picklist with the new selections.": "Pickers successfully replaced in the picklist with the new selections.", "pieces in stock": "pieces in stock", + "Print packing slip": "Print packing slip", "Product details": "商品詳細", "Product not found": "商品が見つかりません", "Products not found": "商品が見つかりません", diff --git a/src/views/OrderDetail.vue b/src/views/OrderDetail.vue index 3b2f6a39d..8f87831f2 100644 --- a/src/views/OrderDetail.vue +++ b/src/views/OrderDetail.vue @@ -14,7 +14,7 @@ - + @@ -108,6 +108,12 @@ {{ order.part?.shipmentMethodEnum?.shipmentMethodEnumId === 'STOREPICKUP' ? translate("Handover") : translate("Ship") }} + +
+ + {{ order?.part?.shipmentMethodEnum?.shipmentMethodEnumId === 'STOREPICKUP' ? translate("Print packing slip") : translate("Generate shipping documents") }} + +