ข้ามไปยังเนื้อหาหลัก
Switzerland (Deutsch)
Switzerland (Français)
Switzerland (Italiano)
Belgium (Nederlands)
Belgium (Français)
เราจะช่วยคุณได้อย่างไร?
ค้นหา
PRO360 Help Center
ฟีเจอร์ของ PRO360
การจัดการสินค้าคงคลัง - งาน
การจัดการสินค้าคงคลัง - งาน
สิทธิ์ผู้ใช้ใดบ้างที่ฉันต้องใช้ในการสร้างหรือจัดการงาน?
พนักงานที่ถูกเชิญสามารถเห็นงานที่เกี่ยวข้องกับสินค้าหรือไม่?
ฉันสามารถเลือกเครื่องมือหลายชิ้นและสร้างงานเดียวสำหรับพวกเขาทั้งหมดได้หรือไม่?
ฉันสามารถแก้ไขงานที่สร้างขึ้นแล้วได้หรือไม่?
ฉันสามารถลบงานได้หรือไม่?
ฉันสามารถตั้งค่างานให้เสร็จหรือยังไม่เสร็จได้ไหม?
ฉันสามารถตั้งค่างานให้เกิดขึ้นซ้ำได้ไหม?
ประเภทงานใดบ้างที่สามารถสร้างได้?
ฉันจะสร้างงานได้อย่างไร?
ค้นหาที่ได้รับความนิยม:
,
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (!block.description) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
ไม่สามารถค้นหาสิ่งที่คุณกำลังมองหา?
ทีมผู้เชี่ยวชาญของเราพร้อมช่วยเหลือคุณ
ติดต่อเรา
หมวดหมู่
<% 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) { %>
ดูเพิ่มเติม
<% } %>
<% } %>