From 340c7f6722481db31cb994c8aceb8b28ef35b6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E6=B1=9F=E6=B5=B7?= <18360817963@163.com> Date: Thu, 20 Mar 2025 18:06:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=A8=E5=B1=80=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/paintLabManagement/dataBatch.vue | 817 ++++++++++++++++----- 1 file changed, 640 insertions(+), 177 deletions(-) diff --git a/src/views/paintLabManagement/dataBatch.vue b/src/views/paintLabManagement/dataBatch.vue index 462a4f4..6f37922 100644 --- a/src/views/paintLabManagement/dataBatch.vue +++ b/src/views/paintLabManagement/dataBatch.vue @@ -3,33 +3,96 @@ - + - + - + - +
- 搜索 - 增加记录 - 根据日期生成工单记录 - 导出当前搜索数据 + 搜索 + 增加记录 + 根据日期生成工单记录 + 导出当前搜索数据
- +
-
批量数据 共 {{ realTotal }} 条
+
+ 批量数据 共 {{ realTotal }} 条 +
+ + 保存所有修改(已修改 {{ Object.keys(modifiedRows).length }} 处) + - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -177,64 +378,92 @@ - +

选择工单日期

- + +
- 取 消 - 确 定 + 取 消 + 确 定
- + \ No newline at end of file