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 @@
+
+