<%- include('../partials/header') %>
- تامین کننده ها
- مدیریت کالاها
- مدیریت تنوع ها
- لیست قیمت ها
| # |
قیمت |
ارز |
نمایش |
<% for (var i = 0; i < prices.length; i++) { %>
| <%= i + 1 %> |
<%= prices[i].Price %> |
<%= prices[i].Currency.Name %> |
<% if(prices[i].Show == true) { %>
|
<% } else { %>
|
<% } %>
<% } %>
<%- include("../partials/popup") %>
<%- include("../partials/footer") %>