From 97e0df7ae1d4d2aa14ca3d075dea9e321be66fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= <2178503051@qq.com> Date: Sat, 6 Jun 2026 17:56:13 +0800 Subject: [PATCH] =?UTF-8?q?refactor(aps/planSheet):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E6=8E=92=E4=BA=A7=E5=8D=95=E8=AF=A6=E6=83=85=E9=A1=B5=E4=B8=8E?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=A1=B5=EF=BC=8C=E6=9B=BF=E6=8D=A2=E5=8F=AF?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E8=A1=A8=E6=A0=BC=E4=B8=BA=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 移除原排产单明细可编辑表格,替换为文件上传预览区域 2. 重构PlanSheetList组件,优化排产单筛选与展示UI 3. 新增排产单附件上传、预览、重新上传功能 4. 优化排产单列表的筛选、分页与操作交互 --- .../src/views/aps/planSheet/PlanSheetList.vue | 675 +++--- klp-ui/src/views/aps/planSheet/index copy.vue | 1854 +++++++++++++++++ klp-ui/src/views/aps/planSheet/index.vue | 432 ++-- 3 files changed, 2371 insertions(+), 590 deletions(-) create mode 100644 klp-ui/src/views/aps/planSheet/index copy.vue diff --git a/klp-ui/src/views/aps/planSheet/PlanSheetList.vue b/klp-ui/src/views/aps/planSheet/PlanSheetList.vue index 4d097f58..815e7310 100644 --- a/klp-ui/src/views/aps/planSheet/PlanSheetList.vue +++ b/klp-ui/src/views/aps/planSheet/PlanSheetList.vue @@ -1,91 +1,47 @@