From de515561dfbf7625df772a80d960c682e8ba3458 Mon Sep 17 00:00:00 2001
From: zhangdi <1104545947@qq.com>
Date: Mon, 30 Mar 2026 16:52:46 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E8=89=BA=E7=AE=A1=E7=90=86=E9=97=AE?=
=?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/processManagement/taskProcessing.js | 2 +-
src/views/logisticsManagement/siteBasic.vue | 71 ++++++++++++++-----
.../components/addTemplateDialog.vue | 68 +++++++++---------
.../components/addTestDialog.vue | 2 +-
.../processMainte/processPlanning.vue | 1 +
.../processMainte/reworkProcessPlanning.vue | 25 +++----
6 files changed, 102 insertions(+), 67 deletions(-)
diff --git a/src/api/processManagement/taskProcessing.js b/src/api/processManagement/taskProcessing.js
index b72062e..6d76b6f 100644
--- a/src/api/processManagement/taskProcessing.js
+++ b/src/api/processManagement/taskProcessing.js
@@ -26,7 +26,7 @@ export const completeSet = params => {
// 查询零件信息
export const getPartList = (current, size, params) => {
return request({
- url: '/blade-desk/dsPart/getPartList',
+ url: '/blade-desk/dsPart/listNew',
method: 'get',
params: {
...params,
diff --git a/src/views/logisticsManagement/siteBasic.vue b/src/views/logisticsManagement/siteBasic.vue
index b0fcb83..3898a54 100644
--- a/src/views/logisticsManagement/siteBasic.vue
+++ b/src/views/logisticsManagement/siteBasic.vue
@@ -32,8 +32,12 @@
- 闲置
- 占用
+ 闲置
+ 占用
{{ scope.row.stationPosition }}楼
@@ -41,7 +45,7 @@