From b665f6f67837fb608e0055dd2ea9ad05c5c5fb34 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 06 一月 2026 11:28: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