This commit is contained in:
zds
2022-08-04 11:23:34 +08:00
parent dc53ad0aee
commit 3dc21c8023
3 changed files with 9 additions and 5 deletions

View File

@@ -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
}
}