From 7d57f73dbd1fb5ffa5f4303e06d42a9a68b5323b Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期一, 05 一月 2026 09:34:45 +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