From fdd7142c0822247e053f493e49bc2de3d1de5ef2 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 06 一月 2026 16:16:11 +0800
Subject: [PATCH] 报工按钮
---
src/views/productionManagement/processRoute/ItemsForm.vue | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/src/views/productionManagement/processRoute/ItemsForm.vue b/src/views/productionManagement/processRoute/ItemsForm.vue
index ac0cd10..ed6e499 100644
--- a/src/views/productionManagement/processRoute/ItemsForm.vue
+++ b/src/views/productionManagement/processRoute/ItemsForm.vue
@@ -297,11 +297,6 @@
const { proxy } = getCurrentInstance() || {};
const handleSubmit = () => {
- if (routeItems.value.length === 0) {
- proxy?.$modal?.msgError("璇锋坊鍔犺矾绾块」鐩�");
- return;
- }
-
const hasEmptyProcess = routeItems.value.some(item => !item.processId);
if (hasEmptyProcess) {
proxy?.$modal?.msgError("璇蜂负鎵�鏈夐」鐩�夋嫨宸ュ簭");
--
Gitblit v1.9.3