latapp 10 tháng trước cách đây
mục cha
commit
8691ffb29f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      public/js/service.js

+ 1 - 0
public/js/service.js

@@ -47,6 +47,7 @@ async function sendMessage(message, messageList) {
 }
 
 async function sendOrder(order) {
+  console.log(order)
   try {
     const response = await fetch("/api/printer/order", {
       method: "POST",