Commit e09b830d authored by jingnan's avatar jingnan 👀

紧急领用 限制使用人增加刘瑞(女)

parent daceed4b
......@@ -108,13 +108,14 @@ export default {
methods: {
async getUseRequestTypes() {
const user = localStorage.getItem('user')
const userId = localStorage.getItem('userId')
const dicData = await this.$utils.getDicListByCode('UseRequestType')
// 当前登陆人为孙瑶雪 和dexadmin的时候下拉可以看到试验领用,其他人看不到
// if (user === '孙瑶雪' || user === 'dexadmin') {
// this.options = dicData.filter(item => item.label !== '无指令领用')
// } else {
// 当前登陆人为孙瑶雪 李晓倩 和dexadmin的时候下拉可以看到试验领用,其他人看不到
if (user === '孙瑶雪' || user === 'dexadmin' || user === '李晓倩') {
if (user === '孙瑶雪' || user === 'dexadmin' || user === '李晓倩' || user === '刘瑞' && Number(userId) === 1626782725550) {
this.options = dicData.filter(item => item.label !== '无指令领用' && item.label !== '试验领用')
} else {
this.options = dicData.filter(item => item.label !== '试验领用' && item.label !== '无指令领用' && item.label !== '紧急领用')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment