|
|
@@ -1653,7 +1653,8 @@ export default {
|
|
|
removeEvent(row, rowIndex, type) {
|
|
|
this.handleTableInfo(this.inputForm.sourceType)
|
|
|
//删除第一条数据
|
|
|
- if (rowIndex === 0 && this.tableData.length > 1) {
|
|
|
+ //恢复:rowIndex === 0 && this.tableData.length > 1
|
|
|
+ if (false) {
|
|
|
ElMessageBox.confirm(
|
|
|
`是否确认删除第1张报销单?(所有报销单数据也将同步删除)`,
|
|
|
'提示',
|
|
|
@@ -2197,7 +2198,8 @@ export default {
|
|
|
this.$forceUpdate()
|
|
|
}
|
|
|
|
|
|
- if (this.indexRow === 0) {
|
|
|
+ //恢复:this.indexRow === 0
|
|
|
+ if (false) {
|
|
|
const currentName = this.inputForm.detailInfos[this.indexRow].typeName
|
|
|
const newName = rows.name
|
|
|
|
|
|
@@ -2245,7 +2247,8 @@ export default {
|
|
|
this.$forceUpdate()
|
|
|
}
|
|
|
|
|
|
- if (this.indexRow === 0) {
|
|
|
+ //恢复:this.indexRow === 0
|
|
|
+ if (false) {
|
|
|
const currentName = this.inputForm.detailInfoReports[this.indexRow].typeName
|
|
|
const newName = rows.name
|
|
|
|
|
|
@@ -2294,7 +2297,8 @@ export default {
|
|
|
this.$forceUpdate()
|
|
|
}
|
|
|
|
|
|
- if (this.indexRow === 0) {
|
|
|
+ //恢复:this.indexRow === 0
|
|
|
+ if (false) {
|
|
|
const currentName = this.inputForm.detailInfos[this.indexRow].typeName
|
|
|
const newName = rows.name
|
|
|
|
|
|
@@ -2355,7 +2359,8 @@ export default {
|
|
|
this.$forceUpdate()
|
|
|
}
|
|
|
|
|
|
- if (this.indexRow === 0) {
|
|
|
+ //恢复:this.indexRow === 0
|
|
|
+ if (false) {
|
|
|
const currentName = this.inputForm.detailInfoReports[this.indexRow].typeName
|
|
|
const newName = rows.name
|
|
|
|
|
|
@@ -2404,7 +2409,8 @@ export default {
|
|
|
this.$forceUpdate()
|
|
|
}
|
|
|
|
|
|
- if (this.indexRow === 0) {
|
|
|
+ //恢复:this.indexRow === 0
|
|
|
+ if (false) {
|
|
|
const currentName = this.inputForm.detailInfoOthers[this.indexRow].typeName
|
|
|
const newName = rows.name
|
|
|
|
|
|
@@ -2459,7 +2465,8 @@ export default {
|
|
|
this.$forceUpdate()
|
|
|
}
|
|
|
|
|
|
- if (this.indexRow === 0) {
|
|
|
+ //恢复:this.indexRow === 0
|
|
|
+ if (false) {
|
|
|
const currentName = this.inputForm.detailInfoProject[this.indexRow].typeName
|
|
|
const newName = rows.name
|
|
|
|