|
@@ -190,14 +190,9 @@
|
|
label="操作"
|
|
label="操作"
|
|
width="50"
|
|
width="50"
|
|
v-if="isDetail === '003'"
|
|
v-if="isDetail === '003'"
|
|
- >>
|
|
|
|
|
|
+ >
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <el-tooltip
|
|
|
|
-
|
|
|
|
- effect="dark"
|
|
|
|
- content="删除"
|
|
|
|
- placement="top"
|
|
|
|
- >
|
|
|
|
|
|
+ <el-tooltip effect="dark" content="删除" placement="top">
|
|
<i
|
|
<i
|
|
class="el-icon-delete tb-icon"
|
|
class="el-icon-delete tb-icon"
|
|
@click="deleteRow(scope.$index, 3)"
|
|
@click="deleteRow(scope.$index, 3)"
|
|
@@ -421,12 +416,7 @@
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column fixed="right" label="操作" width="50">
|
|
<el-table-column fixed="right" label="操作" width="50">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <el-tooltip
|
|
|
|
-
|
|
|
|
- effect="dark"
|
|
|
|
- content="删除"
|
|
|
|
- placement="top"
|
|
|
|
- >
|
|
|
|
|
|
+ <el-tooltip effect="dark" content="删除" placement="top">
|
|
<i
|
|
<i
|
|
class="el-icon-delete tb-icon"
|
|
class="el-icon-delete tb-icon"
|
|
@click="deleteRow(scope.$index, invTableData, 1)"
|
|
@click="deleteRow(scope.$index, invTableData, 1)"
|
|
@@ -516,12 +506,7 @@
|
|
></el-table-column>
|
|
></el-table-column>
|
|
<el-table-column fixed="right" label="操作" width="50">
|
|
<el-table-column fixed="right" label="操作" width="50">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <el-tooltip
|
|
|
|
-
|
|
|
|
- effect="dark"
|
|
|
|
- content="删除"
|
|
|
|
- placement="top"
|
|
|
|
- >
|
|
|
|
|
|
+ <el-tooltip effect="dark" content="删除" placement="top">
|
|
<i
|
|
<i
|
|
class="el-icon-delete tb-icon"
|
|
class="el-icon-delete tb-icon"
|
|
@click="deleteRow(scope.$index, refundData, 2)"
|
|
@click="deleteRow(scope.$index, refundData, 2)"
|
|
@@ -744,7 +729,7 @@ export default {
|
|
this.claimForm.invid += i4 === 0 ? v4.refundNo : `,${v4.refundNo}`;
|
|
this.claimForm.invid += i4 === 0 ? v4.refundNo : `,${v4.refundNo}`;
|
|
});
|
|
});
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ this.$set(rows, index, rows[index]);
|
|
this.$refs.claimForm.validateField("invid");
|
|
this.$refs.claimForm.validateField("invid");
|
|
},
|
|
},
|
|
handleChange() {
|
|
handleChange() {
|