优化
This commit is contained in:
@@ -877,7 +877,7 @@ export default {
|
||||
}
|
||||
for (let i = 0; i < this.tableDtl.length; i++) {
|
||||
if (!this.tableDtl[i].edit) {
|
||||
this.crud.notify('尚有未完成编辑的副桶物料,明细序号为' + (i + 1) + '请检查!')
|
||||
this.crud.notify('尚有未完成编辑的物料,明细序号为' + (i + 1) + '请检查!')
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
@@ -988,7 +988,7 @@ export default {
|
||||
}
|
||||
for (let i = 0; i < this.tableDtl.length; i++) {
|
||||
if (!this.tableDtl[i].edit) {
|
||||
this.crud.notify('尚有未完成编辑的副桶物料,明细序号为' + (i + 1) + '请检查!')
|
||||
this.crud.notify('尚有未完成编辑的主桶物料,明细序号为' + (i + 1) + '请检查!')
|
||||
return false
|
||||
}
|
||||
}
|
||||
@@ -1012,7 +1012,7 @@ export default {
|
||||
}
|
||||
for (let i = 0; i < this.tableDtl.length; i++) {
|
||||
if (!this.tableDtl[i].edit) {
|
||||
this.crud.notify('尚有未完成编辑的副桶物料,明细序号为' + (i + 1) + '请检查!')
|
||||
this.crud.notify('尚有未完成编辑的主桶物料,明细序号为' + (i + 1) + '请检查!')
|
||||
return false
|
||||
}
|
||||
}
|
||||
@@ -1077,7 +1077,7 @@ export default {
|
||||
}
|
||||
for (let i = 0; i < this.tableDtl.length; i++) {
|
||||
if (!this.tableDtl[i].edit) {
|
||||
this.crud.notify('尚有未完成编辑的副桶物料,明细序号为' + (i + 1) + '请检查!')
|
||||
this.crud.notify('尚有未完成编辑的主桶物料,明细序号为' + (i + 1) + '请检查!')
|
||||
return false
|
||||
}
|
||||
}
|
||||
@@ -1101,7 +1101,7 @@ export default {
|
||||
}
|
||||
for (let i = 0; i < this.tableDtl.length; i++) {
|
||||
if (!this.tableDtl[i].edit) {
|
||||
this.crud.notify('尚有未完成编辑的副桶物料,明细序号为' + (i + 1) + '请检查!')
|
||||
this.crud.notify('尚有未完成编辑的主桶物料,明细序号为' + (i + 1) + '请检查!')
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user