From 6bb523f879c95b17a3137cf65f4ad81e9ff9d411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Thu, 30 Jul 2026 11:57:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=93=81=E6=B5=81=E7=A8=8BOK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inspection/inspectionRequestHeader.js | 6 + .../inspection/inspectionRequestList.vue | 727 ++++++++++++++++-- .../modules/srmSupplier/supplierList.vue | 2 +- 3 files changed, 655 insertions(+), 80 deletions(-) diff --git a/src/api/inspection/inspectionRequestHeader.js b/src/api/inspection/inspectionRequestHeader.js index 851f408..6088f67 100644 --- a/src/api/inspection/inspectionRequestHeader.js +++ b/src/api/inspection/inspectionRequestHeader.js @@ -11,6 +11,12 @@ export const getInspectionResultList = (data) => createAPI(`/inspection/getInspe // 查询可申请验货PO export const queryPoPage = (data) => createAPI(`/inspection/queryPoPage`, 'post', data) +// 查询可申请验货供应商(按PO明细聚合) +export const queryPoSupplierPage = (data) => createAPI(`/inspection/queryPoSupplierPage`, 'post', data) + +// 从订单选择供应商专用分页查询 +export const queryPoSupplierOrderPage = (data) => createAPI(`/inspection/queryPoSupplierOrderPage`, 'post', data) + // 保存验货申请 export const saveInspectionRequest = (data) => createAPI(`/inspection/save`, 'post', data) diff --git a/src/views/modules/inspection/inspectionRequestList.vue b/src/views/modules/inspection/inspectionRequestList.vue index f8eaa70..bf3880a 100644 --- a/src/views/modules/inspection/inspectionRequestList.vue +++ b/src/views/modules/inspection/inspectionRequestList.vue @@ -152,7 +152,7 @@ @@ -186,7 +186,7 @@ - 供应商编码 + 供应商编码 - -
+ + 从订单选择供应商 +
@@ -243,39 +244,63 @@
- -
- -
+ + - - -
- - - - CRD日期排序 - - - - - 重置筛选 - -
+ style="width: 80px" + @keyup.enter.native="filterAddPoList"/> + + + + + + + + + + + + + + + + + + + + + + 查询 + +
@@ -337,6 +362,165 @@
+ + + + + + + + + + 查询 + 重置 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + + + + + + + + + + + + + + @@ -380,8 +564,7 @@