From fe146428e429458534cdc11e1ec09ff2d75fd4f0 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 12 三月 2026 11:00:32 +0800
Subject: [PATCH] 进销存升级 1.新增员工入职不要附件上传
---
src/views/productionManagement/processRoute/processRouteItem/index.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/views/productionManagement/processRoute/processRouteItem/index.vue b/src/views/productionManagement/processRoute/processRouteItem/index.vue
index 0eb639d..c1c490c 100644
--- a/src/views/productionManagement/processRoute/processRouteItem/index.vue
+++ b/src/views/productionManagement/processRoute/processRouteItem/index.vue
@@ -202,8 +202,8 @@
</el-form>
<template #footer>
- <el-button @click="closeDialog">鍙栨秷</el-button>
<el-button type="primary" @click="handleSubmit" :loading="submitLoading">纭畾</el-button>
+ <el-button @click="closeDialog">鍙栨秷</el-button>
</template>
</el-dialog>
@@ -342,7 +342,6 @@
// 缂栬緫
const handleEdit = (row) => {
- console.log(1111, row.isQuality);
operationType.value = 'edit';
form.value = {
id: row.id,
--
Gitblit v1.9.3