From 372cf9142e377edb013bf90c4a2e028f2bf1c6c3 Mon Sep 17 00:00:00 2001
From: zhanghl <253316343@qq.com>
Date: 星期四, 17 四月 2025 17:47:23 +0800
Subject: [PATCH] 钣金统计表-工序号补0
---
src/views/basicData/processRoute/index.vue | 25 ++++++++++---------------
1 files changed, 10 insertions(+), 15 deletions(-)
diff --git a/src/views/basicData/processRoute/index.vue b/src/views/basicData/processRoute/index.vue
index 204dc6f..ed21c35 100644
--- a/src/views/basicData/processRoute/index.vue
+++ b/src/views/basicData/processRoute/index.vue
@@ -68,7 +68,7 @@
>
</HxlhTable>
<!-- 鐢ㄦ埛瀵煎叆瀵硅瘽妗� -->
- <el-dialog :title="upload.title" v-model="upload.open" width="90%" append-to-body>
+ <el-dialog :title="upload.title" v-model="upload.open" width="90%" append-to-body @close="dialogCancel">
<el-row :gutter="10">
<el-col>
<div style="border-bottom: 1px solid #ccc;" >
@@ -93,20 +93,6 @@
</div>
</template>
</el-upload>
- </el-col>
- </el-row>
- <el-row style="margin-top: 20px;">
- <el-col>
- <div>
- <el-button
- type="success"
- plain
- icon="Check"
- :disabled="planned"
- @click="uploadParse"
- v-hasPermi="['processRoute:processRoute:confirmProcessRoute']"
- >涓婁紶骞惰В鏋�</el-button>
- </div>
</el-col>
</el-row>
<el-row>
@@ -142,6 +128,14 @@
</el-row>
<template #footer>
<div class="dialog-footer">
+ <el-button
+ type="success"
+ plain
+ icon="Check"
+ :disabled="planned"
+ @click="uploadParse"
+ v-hasPermi="['processRoute:processRoute:confirmProcessRoute']"
+ >纭涓婁紶</el-button>
<el-button @click="dialogCancel">鍙� 娑�</el-button>
</div>
</template>
@@ -547,6 +541,7 @@
isError.value = false;
planned.value = true;
upload.open = false;
+ upload.isUploading = false;
}
getList();
</script>
--
Gitblit v1.9.3