From ee1454ef55da360a66a3cde82e21a644533e5def Mon Sep 17 00:00:00 2001
From: zzyuan <781948537@qq.com>
Date: Wed, 8 Jan 2025 10:00:56 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A2=86=E6=96=99=E5=92=8C=E7=BB=BC=E5=90=88?=
=?UTF-8?q?=E6=9F=A5=E8=AF=A2=E9=83=BD=E6=B7=BB=E5=8A=A0=E5=AE=9E=E6=96=BD?=
=?UTF-8?q?=E5=8D=95=E4=BD=8D=EF=BC=8C=E5=90=88=E5=90=8C=E4=B8=BB=E4=BD=93?=
=?UTF-8?q?=E5=8D=95=E4=BD=8D=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../material/back/component/addReturn.vue | 21 +++++++--------
.../back/component/dialogFormByCq.vue | 3 +++
src/views/material/back/component/home.vue | 2 +-
.../lease/apply/component/homeApply.vue | 24 +++++++++++++----
.../lease/outBound/component/homeOutBound.vue | 22 +++++++++++++---
src/views/material/lease/outBound/index.vue | 26 ++++++++++++++-----
.../repair/repairManage/component/home.vue | 2 +-
.../repair/testedInBound/component/home.vue | 2 +-
src/views/material/stquery/deviceOutBound.vue | 2 ++
.../material/stquery/deviceUsingRecord.vue | 2 ++
10 files changed, 77 insertions(+), 29 deletions(-)
diff --git a/src/views/material/back/component/addReturn.vue b/src/views/material/back/component/addReturn.vue
index 8631cf7f..d8a54a55 100644
--- a/src/views/material/back/component/addReturn.vue
+++ b/src/views/material/back/component/addReturn.vue
@@ -263,7 +263,7 @@
>
删除
+ @click="handleDelete(scope.row,scope.$index)">删除
@@ -772,19 +772,18 @@ export default {
/** 删除按钮操作 */
handleDelete(row,index) {
- this.$modal
- .confirm('是否确认删除所选择的数据项?')
- .then(() => {
- this.deviceType.forEach((e, index) => {
+ this.$modal.confirm('是否确认删除所选择的数据项?').then(() => {
+ this.deviceType.forEach((e, i) => {
if (e[3] === row.typeId) {
- this.deviceType.splice(index, 1)
+ this.deviceType.splice(i, 1)
this.propsKey++
}
- })
- this.equipmentList.splice(index+1, 1)
-
- })
- .catch(() => {})
+ })
+ console.log(index)
+ // let index = this.equipmentList.findIndex(item=>item.typeId==row.typeId)
+ this.equipmentList.splice(index, 1)
+ }).catch(() => {})
+
// this.equipmentList.splice(row.index, 1)
},
diff --git a/src/views/material/back/component/dialogFormByCq.vue b/src/views/material/back/component/dialogFormByCq.vue
index c88775ef..85290e63 100644
--- a/src/views/material/back/component/dialogFormByCq.vue
+++ b/src/views/material/back/component/dialogFormByCq.vue
@@ -10,6 +10,9 @@
>
+
+ 机具设备退料单
+
diff --git a/src/views/material/back/component/home.vue b/src/views/material/back/component/home.vue
index 4e5b289d..786145f3 100644
--- a/src/views/material/back/component/home.vue
+++ b/src/views/material/back/component/home.vue
@@ -114,7 +114,7 @@
diff --git a/src/views/material/lease/apply/component/homeApply.vue b/src/views/material/lease/apply/component/homeApply.vue
index 2fa4d46f..2f47de9a 100644
--- a/src/views/material/lease/apply/component/homeApply.vue
+++ b/src/views/material/lease/apply/component/homeApply.vue
@@ -132,6 +132,20 @@
prop="createBy"
:show-overflow-tooltip="true"
/>
+
+
-
+ /> -->
-
+ /> -->
-
+
+
+
-
+ /> -->
-
+ /> -->
+
+
-
+ /> -->
-
+ /> -->
@@ -174,7 +188,7 @@
:show-overflow-tooltip="true"
/>
-
+
-
+
diff --git a/src/views/material/repair/testedInBound/component/home.vue b/src/views/material/repair/testedInBound/component/home.vue
index fb74466d..ecc2f184 100644
--- a/src/views/material/repair/testedInBound/component/home.vue
+++ b/src/views/material/repair/testedInBound/component/home.vue
@@ -84,7 +84,7 @@
>
-
+
diff --git a/src/views/material/stquery/deviceOutBound.vue b/src/views/material/stquery/deviceOutBound.vue
index 97ba98eb..9534036a 100644
--- a/src/views/material/stquery/deviceOutBound.vue
+++ b/src/views/material/stquery/deviceOutBound.vue
@@ -124,6 +124,8 @@
+
+
diff --git a/src/views/material/stquery/deviceUsingRecord.vue b/src/views/material/stquery/deviceUsingRecord.vue
index 79df15f9..837ef586 100644
--- a/src/views/material/stquery/deviceUsingRecord.vue
+++ b/src/views/material/stquery/deviceUsingRecord.vue
@@ -118,6 +118,8 @@
+
+