验收人 放开班组限制

This commit is contained in:
wyw 2024-08-15 10:16:51 +08:00
parent 11a58637e7
commit 411b223604

View File

@ -177,6 +177,7 @@
import {
OrderPagedUseful2,
OrderPagedUseful,
OrderPagedUser,
GetDpartMentNameHeader,
getEnum
} from '../../../../services/common'
@ -510,7 +511,7 @@
return res
})
} else if (p.name === 'userDetailer' || p.name === 'userChecker') {
dataSelect = await OrderPagedUseful(json).then(res => {
dataSelect = await OrderPagedUser(json).then(res => {
return res
})
}
@ -735,6 +736,18 @@
})
})
} else if (this.selectorInfo.name == 'usercheck') {
OrderPagedUser(json).then(res => {
// if (res.IsSuccessful) {
this.selectorInfo.dataLists = res.map(i => {
return {
...i,
name: i.NAME,
code: i.CODE
}
})
// }
})
} else {
OrderPagedUseful2(json).then(res => {
if (res.IsSuccessful) {