|
@@ -1099,7 +1099,7 @@
|
|
|
<!-- <el-button size="small">审核费用</el-button> -->
|
|
|
<el-button
|
|
|
@click.native.prevent="
|
|
|
- deleteRoww(scope.$index, warehouseCrList)
|
|
|
+ deleteRow(scope.$index, warehouseCrList)
|
|
|
"
|
|
|
size="small"
|
|
|
:disabled="modify"
|
|
@@ -1965,9 +1965,6 @@ export default {
|
|
|
this.$refs.addOrUpdate.init(this.form.fId, actId)
|
|
|
})
|
|
|
},
|
|
|
- deleteRoww(index, rows) {
|
|
|
- rows.splice(index, 1)
|
|
|
- },
|
|
|
handleSelect() {
|
|
|
},
|
|
|
//应收新行
|