From 44946923d8a2a0d7c6ee266e8b54e019b11a2e21 Mon Sep 17 00:00:00 2001 From: juwei001 <974220104@qq.com> Date: Fri, 15 Mar 2024 11:23:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/hsyf.js | 9 + .../hsyf-left/company/company.vue | 2 +- .../dialog-module/hsyf-left/company/jzfw.vue | 2 +- .../dialog-module/hsyf-right/djhdModal.vue | 65 +++--- .../dialog-module/hsyf-right/ylqdModal.vue | 188 +++++++----------- .../screen-content-right/hsyf-right/index.vue | 16 +- 6 files changed, 127 insertions(+), 155 deletions(-) diff --git a/src/api/hsyf.js b/src/api/hsyf.js index 187080a..1b3fa73 100644 --- a/src/api/hsyf.js +++ b/src/api/hsyf.js @@ -115,3 +115,12 @@ export function partyWishList (params) { params }) } + +// 移列清单 +export function icpartyinventoryPage (params) { + return request({ + url: '/api/resi/partymember/yifengScreen/selectInventoryList', + method: 'GET', + params + }) +} diff --git a/src/views/next/dialog-module/hsyf-left/company/company.vue b/src/views/next/dialog-module/hsyf-left/company/company.vue index 76dbbc6..9e80ccc 100644 --- a/src/views/next/dialog-module/hsyf-left/company/company.vue +++ b/src/views/next/dialog-module/hsyf-left/company/company.vue @@ -19,7 +19,7 @@