From 70fe5aebc95ed5f039dc049a7d3a08797a492f2d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com>
Date: Thu, 7 Nov 2024 14:50:34 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=A3=80=E6=B5=8B=E9=A1=B9?=
=?UTF-8?q?=E7=9B=AE=E5=AD=90=E8=A1=A8=E6=93=8D=E4=BD=9C=EF=BC=8C=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9=E6=A3=80=E6=B5=8B=E5=B7=A5=E5=8D=95=E8=A1=A8=E6=A0=BC?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=A1=BA=E5=BA=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/inspection/project/index.js | 12 ++++
.../project/DlInspectionProjectForm.vue | 56 ++++++++++++++++++-
src/views/inspection/project/index.vue | 3 +-
src/views/partner/workOrder.vue | 20 +++----
4 files changed, 77 insertions(+), 14 deletions(-)
diff --git a/src/api/inspection/project/index.js b/src/api/inspection/project/index.js
index cc0de69..a5295f4 100644
--- a/src/api/inspection/project/index.js
+++ b/src/api/inspection/project/index.js
@@ -61,3 +61,15 @@ export function getRole(params) {
},
})
}
+
+// 获取商品 Excel
+export function getGoods(params) {
+ return request({
+ url: 'system/inspectionGoods/listPartnerGoods',
+ method: 'get',
+ params: {
+ pageNum: 1,
+ pageSize: 10000
+ },
+ })
+}
diff --git a/src/views/inspection/project/DlInspectionProjectForm.vue b/src/views/inspection/project/DlInspectionProjectForm.vue
index 14658e0..c5d9433 100644
--- a/src/views/inspection/project/DlInspectionProjectForm.vue
+++ b/src/views/inspection/project/DlInspectionProjectForm.vue
@@ -19,6 +19,17 @@