Aleksmorshen commited on
Commit
b904f91
·
verified ·
1 Parent(s): ff57837

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +7 -1
index.html CHANGED
@@ -32,7 +32,6 @@
32
  <th>Приходная цена</th>
33
  <th>Отпускная цена</th>
34
  <th>Остаток</th>
35
- <th>Действия</th>
36
  </tr>
37
  </thead>
38
  <tbody>
@@ -40,6 +39,13 @@
40
  </tbody>
41
  </table>
42
 
 
 
 
 
 
 
 
43
  <!-- Корзина -->
44
  <div class="cart">
45
  <h2>Корзина</h2>
 
32
  <th>Приходная цена</th>
33
  <th>Отпускная цена</th>
34
  <th>Остаток</th>
 
35
  </tr>
36
  </thead>
37
  <tbody>
 
39
  </tbody>
40
  </table>
41
 
42
+ <!-- Контекстное меню -->
43
+ <div id="contextMenu" class="context-menu">
44
+ <button onclick="handleAddToCart()">Добавить в корзину</button>
45
+ <button onclick="handleAddStock()">Приход</button>
46
+ <button onclick="handleDeleteProduct()">Удалить</button>
47
+ </div>
48
+
49
  <!-- Корзина -->
50
  <div class="cart">
51
  <h2>Корзина</h2>