From c9c8056c490a3571b9c90632f828d839029c7fc8 Mon Sep 17 00:00:00 2001 From: qiankanghui Date: Wed, 10 Jun 2026 17:18:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(quality):=20=E4=BC=98=E5=8C=96=E8=B4=A8?= =?UTF-8?q?=E9=87=8F=E6=A8=A1=E5=9D=97=E7=95=8C=E9=9D=A2=E5=92=8C=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整表格列宽并居中显示标题 - 重构搜索表单布局为垂直排列 - 添加供应商和Part No选择功能 - 增加实际验货日期字段显示 - 优化新增编辑表单的字段交互 - 统一表格头部样式和文字对齐 - 完善表单验证和数据回填逻辑 - 添加日期范围筛选功能 - 优化组件间数据传递机制 --- .../modules/inspection/com_requestFeeTab.vue | 177 +++++++++++-- src/views/modules/npcIqc/npcIqcList.vue | 3 + .../quality/com_qualityIssuePoList.vue | 133 ++++++---- .../modules/quality/qualityIssueList.vue | 241 ++++++++++++------ 4 files changed, 397 insertions(+), 157 deletions(-) diff --git a/src/views/modules/inspection/com_requestFeeTab.vue b/src/views/modules/inspection/com_requestFeeTab.vue index 49ea96a..ad52f85 100644 --- a/src/views/modules/inspection/com_requestFeeTab.vue +++ b/src/views/modules/inspection/com_requestFeeTab.vue @@ -12,10 +12,17 @@ style="width: 100%;"> + + + + + @@ -30,14 +37,59 @@ title="选择申请单" :visible.sync="selectDialogVisible" width="70%" - top="5vh"> - - - - - - 查询 - + top="5vh" + @open="resetSearch"> + +
+ + + + + + + + 供应商名称 + + + + + + + + + + + + + + + + + 查询 + + + + 重置 + + + +
- + + + + + @@ -57,15 +115,23 @@ 取消 + + + +