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