メインコンテンツへスキップ
薬局向けヘルプ
薬急便 薬局向けヘルプ
お知らせ
専用アプリ更新情報
検索
専用アプリ更新情報
薬急便コンパネ 最新版アップデートのお願い(Ver. 1.11.1)
薬急便コンパネ 最新版アップデートのお願い(Ver. 1.10.0)
薬急便コンパネ 最新版アップデートのお願い(Ver. 1.11.0)
薬急便コンパネ 最新版アップデートのお願い(Ver. 1.9.0)
薬急便コンパネ 最新版アップデートのお願い(Ver. 1.8.0)
薬急便コンパネ 最新版アップデートのお願い(Ver. 1.7.0)
薬急便コンパネ1.6.0へのアップデート手順
お問い合わせ
薬急便のサービスに関するご質問・ご要望はこちらからお問い合わせください。
お問い合わせ
カテゴリ
<% 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) { %>
もっと見る
<% } %>
<% } %>