メインコンテンツへスキップ
薬局向けヘルプ
薬急便 薬局向けヘルプ
お知らせ
検索
お知らせ
運営からのお知らせ
【90日以上パスワード変更していないお客様へ】パスワード変更のお願い
2026.01.28 夜間システムメンテナンスのお知らせ
2025.12.16 夜間システムメンテナンスのお知らせ
2025.11.25 夜間システムメンテナンスのお知らせ
2025.11.04 夜間システムメンテナンスのお知らせ
2025.10.14 夜間システムメンテナンスのお知らせ
48件の記事をすべて表示
専用アプリ更新情報
薬急便コンパネ 最新版アップデートのお願い(Ver. 1.11.1)
薬急便コンパネ 最新版アップデートのお願い(Ver. 1.10.0)
薬急便コンパネ 最新版アップデートのお願い(Ver. 1.11.0)
薬急便コンパネ 最新版アップデートのお願い(Ver. 1.9.0)
薬急便コンパネ 最新版アップデートのお願い(Ver. 1.8.0)
薬急便コンパネ 最新版アップデートのお願い(Ver. 1.7.0)
7件の記事をすべて表示
お問い合わせ
薬急便のサービスに関するご質問・ご要望はこちらからお問い合わせください。
お問い合わせ
カテゴリ
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
ナビゲーションメニュを切り替え
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
カテゴリ
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
もっと見る
<% } %>
<% } %>