liyg %!s(int64=2) %!d(string=hai) anos
pai
achega
47a687d8ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/WMS/components/port_deposit/loadPortStock.vue

+ 1 - 1
src/views/WMS/components/port_deposit/loadPortStock.vue

@@ -161,7 +161,7 @@ export default {
       "/api/v1/wmsh/getLoadPortStockList?apiId=158&i=" + new Date();
     let now=new Date();
     let hour=now.getHours()
-    if(hour>=8 && hour<= 18){
+    if(hour>=8 && hour < 18){
       now.setHours(8);
     }else{
       now.setHours(18);