rev:出库报表增加业务类型

This commit is contained in:
2025-01-14 15:38:06 +08:00
parent faa5ce683f
commit cf99291b2e
2 changed files with 40 additions and 2 deletions

View File

@@ -622,8 +622,7 @@ export default {
})
},
checkboxT(row, rowIndex) {
// return row.id !== this.user.id
return true
return crud.selections.length === 1
},
resetPassword(row) {
this.$confirm(`确认重置密码?`, '提示', {