From 6ee74409c4bc1e4a10cc9daf021ccfda5b9057e2 Mon Sep 17 00:00:00 2001
From: gaoluyang <gaoluyang@rengu.cc>
Date: 星期二, 24 九月 2024 15:18:03 +0800
Subject: [PATCH] 1.检验下单-下单如果类型选择的是其他成品,还需要一个字段是零件号(字段还未修改)
---
src/view/timer.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/view/timer.vue b/src/view/timer.vue
index 12a66ce..a34b8f9 100644
--- a/src/view/timer.vue
+++ b/src/view/timer.vue
@@ -35,7 +35,7 @@
const hours = now.getHours();
const minutes = now.getMinutes();
- if (hours === 20 && minutes === 0) {
+ if (hours === 22 && minutes === 0) {
this.performTask();
// 璁剧疆20鍒嗛挓鍚庢彁绀哄叧闂�
this.closeTimeout = setTimeout(() => {
--
Gitblit v1.9.3