|
|
|
@ -12,7 +12,9 @@
|
|
|
|
|
<el-col :span="10">
|
|
|
|
|
|
|
|
|
|
<el-form-item label="当前部门:" class="query-form-item">
|
|
|
|
|
<el-select v-model="userQuery.deptCode" class="width-full" placeholder="请选择" filterable clearable @change="changeUsers">
|
|
|
|
|
<el-select v-model="userQuery.deptCode" class="width-full" placeholder="请选择" filterable clearable
|
|
|
|
|
@change="changeUsers"
|
|
|
|
|
>
|
|
|
|
|
<el-option v-for="item in DeptList" :key="item.id" :label="item.name" :value="item.code"/>
|
|
|
|
|
</el-select>
|
|
|
|
|
<!--<el-option v-for="item in " :key="item.id" :label="item.name" :value="item.code"/>-->
|
|
|
|
@ -45,7 +47,8 @@
|
|
|
|
|
</el-button-group>
|
|
|
|
|
</div>
|
|
|
|
|
<el-divider style="margin: 15px"></el-divider>
|
|
|
|
|
<el-table v-loading="loading" :data="userList" style="width: 100%" :row-style="{height: '32px' }" ref="userTable"
|
|
|
|
|
<el-table v-loading="loading" :data="userList" style="width: 100%" :row-style="{height: '32px' }"
|
|
|
|
|
ref="userTable"
|
|
|
|
|
@current-change="handCurrentChange" highlight-current-row
|
|
|
|
|
>
|
|
|
|
|
<el-table-column type="index" label="序号"></el-table-column>
|
|
|
|
@ -129,19 +132,7 @@
|
|
|
|
|
<span>{{ workplaceStatusMap[scope.row.workplaceStatus] }}</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="工位类型" prop="workplaceType" width="90">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<span>{{ workplaceTypes[scope.row.workplaceType] }}</span>
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<!-- <el-table-column label="库存预警数" prop="invRemindNumber" width="90"></el-table-column>-->
|
|
|
|
|
<el-table-column label="工位负责人" prop="employeeName" width="90"></el-table-column>
|
|
|
|
|
<!--<el-table-column label="往来单位标题" prop="unitTittle" width="100"></el-table-column>-->
|
|
|
|
|
<!--<el-table-column label="往来单位类型" prop="corpType" width="100">-->
|
|
|
|
|
<!-- <template slot-scope="scope">-->
|
|
|
|
|
<!-- <span>{{ corpTypeMap[scope.row.corpType] }}</span>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!--</el-table-column>-->
|
|
|
|
|
<el-table-column label="创建时间" prop="createTime" width="140"></el-table-column>
|
|
|
|
|
<el-table-column label="备注" prop="remake" width="240"></el-table-column>
|
|
|
|
|
<el-table-column label="操作" fixed="right" width="100">
|
|
|
|
@ -222,67 +213,26 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="24" class="el-row">
|
|
|
|
|
<el-row :gutter="24">
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="作业方式:" prop="operationType" class="query-form-item">
|
|
|
|
|
<el-select v-model="formData.operationType" style="width: 100%" placeholder="选择扫码方式" clearable disabled>
|
|
|
|
|
<el-option label="扫码生成业务单" :value="1"></el-option>
|
|
|
|
|
<el-option label="按单校验三期" :value="2"></el-option>
|
|
|
|
|
<el-option label="按单不校验三期" :value="3"></el-option>
|
|
|
|
|
<el-form-item label="工位状态:" prop="workplaceStatus" class="query-form-item">
|
|
|
|
|
<el-select v-model="formData.workplaceStatus" style="width: 100%" placeholder="工位状态" disabled>
|
|
|
|
|
<el-option label="暂停" :value="0"></el-option>
|
|
|
|
|
<el-option label="启用" :value="1"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--<el-col :span="12" class="el-col">-->
|
|
|
|
|
<!-- <el-form-item label="结果处理:" prop="checkInsert" class="query-form-item">-->
|
|
|
|
|
<!-- <el-select v-model="formData.checkInsert" style="width: 100%" placeholder="选择扫码方式" clearable disabled>-->
|
|
|
|
|
<!-- <el-option label="不插入" :value="1"></el-option>-->
|
|
|
|
|
<!-- <el-option label="插入" :value="2"></el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!--</el-col>-->
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="24" class="el-row">
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="提醒方式:" prop="warnType" class="query-form-item">
|
|
|
|
|
<el-select v-model="formData.warnType" style="width: 100%" placeholder="选择扫码方式" clearable disabled>
|
|
|
|
|
<el-option label="信息提醒" :value="1"></el-option>
|
|
|
|
|
<el-option label="禁止录入" :value="2"></el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
<el-form-item label="所属部门:" class="query-form-item">
|
|
|
|
|
<el-input
|
|
|
|
|
disabled
|
|
|
|
|
v-model="formData.deptCodeName" style="width: 100%"
|
|
|
|
|
auto-complete="off"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
<!--<el-col :span="12" class="el-col">-->
|
|
|
|
|
<!-- <el-form-item label="往来类型标题:" prop="remake" class="query-form-item">-->
|
|
|
|
|
<!-- <el-input-->
|
|
|
|
|
<!-- disabled-->
|
|
|
|
|
<!-- v-model="formData.unitTittle" style="width: 100%"-->
|
|
|
|
|
<!-- auto-complete="off"-->
|
|
|
|
|
<!-- ></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!--</el-col>-->
|
|
|
|
|
|
|
|
|
|
<!--<el-col :span="24" class="el-col">-->
|
|
|
|
|
<!-- <el-form-item label="所属仓库:" prop="invCode" class="query-form-item">-->
|
|
|
|
|
<!-- <el-select v-model="formData.invCode" placeholder="请选择所属仓库"-->
|
|
|
|
|
<!-- style="width: 80%"-->
|
|
|
|
|
<!-- clearable-->
|
|
|
|
|
<!-- @change="handleInvChange"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <el-option-->
|
|
|
|
|
<!-- v-for="item in invList"-->
|
|
|
|
|
<!-- :key="item.name"-->
|
|
|
|
|
<!-- :label="item.name"-->
|
|
|
|
|
<!-- :value="item.code"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <span style="float: left">{{ item.name }}</span>-->
|
|
|
|
|
<!-- </el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!--</el-col>-->
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="24" class="el-row">
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="工位负责人:" prop="chargeUser" class="query-form-item">
|
|
|
|
|
<el-input
|
|
|
|
@ -292,6 +242,15 @@
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="创建时间:" prop="createTime" class="query-form-item">
|
|
|
|
|
<el-input
|
|
|
|
|
disabled
|
|
|
|
|
v-model="formData.createTime" style="width: 100%"
|
|
|
|
|
auto-complete="off"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
<!--<el-col :span="12" class="el-col">-->
|
|
|
|
|
<!-- <el-form-item label="作业方式:" prop="chargeUser" class="query-form-item">-->
|
|
|
|
@ -338,8 +297,8 @@
|
|
|
|
|
<!--</el-col>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row :gutter="24" class="el-row">
|
|
|
|
|
<el-col :span="24" class="el-col">
|
|
|
|
|
<el-form-item label="备注:" prop="unitTittle" class="query-form-item">
|
|
|
|
|
<el-input
|
|
|
|
@ -357,7 +316,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import { getUserBindWork, getUsers,delUserBindWork } from '@/api/basic/collectPoint/userWorkplace'
|
|
|
|
|
import { getUserBindWork, getUsers, delUserBindWork } from '@/api/basic/collectPoint/userWorkplace'
|
|
|
|
|
import selectWorkplace from './selectWorkplace'
|
|
|
|
|
import { authAdminList } from '@/api/auth/authAdmin'
|
|
|
|
|
import { filterList } from '@/api/system/invWarehouse'
|
|
|
|
@ -411,16 +370,16 @@ export default {
|
|
|
|
|
1: '客户',
|
|
|
|
|
2: '供应商',
|
|
|
|
|
3: '内部科室',
|
|
|
|
|
4: '特殊往来',
|
|
|
|
|
4: '特殊往来'
|
|
|
|
|
},
|
|
|
|
|
workplaceStatusMap:{
|
|
|
|
|
workplaceStatusMap: {
|
|
|
|
|
0: '暂停',
|
|
|
|
|
1: '启用'
|
|
|
|
|
},
|
|
|
|
|
workplaceTypes:{
|
|
|
|
|
workplaceTypes: {
|
|
|
|
|
1: '拆零',
|
|
|
|
|
2: '取整',
|
|
|
|
|
3: '全部',
|
|
|
|
|
3: '全部'
|
|
|
|
|
},
|
|
|
|
|
userId: '',
|
|
|
|
|
workPlaceCode: [],
|
|
|
|
@ -443,14 +402,14 @@ export default {
|
|
|
|
|
this.userQuery = {
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 10,
|
|
|
|
|
key: '',
|
|
|
|
|
key: ''
|
|
|
|
|
}
|
|
|
|
|
this.getUsers()
|
|
|
|
|
},
|
|
|
|
|
onSubmit() {
|
|
|
|
|
this.workList = []
|
|
|
|
|
this.employeeName = '用户'
|
|
|
|
|
this.$refs.userTable.setCurrentRow(null);
|
|
|
|
|
this.$refs.userTable.setCurrentRow(null)
|
|
|
|
|
this.userQuery.page = 1
|
|
|
|
|
this.getUsers()
|
|
|
|
|
},
|
|
|
|
@ -478,31 +437,31 @@ export default {
|
|
|
|
|
// })
|
|
|
|
|
// },
|
|
|
|
|
getUsers() {
|
|
|
|
|
this.loading = true;
|
|
|
|
|
this.userQuery.key = 'key';
|
|
|
|
|
this.loading = true
|
|
|
|
|
this.userQuery.key = 'key'
|
|
|
|
|
authAdminList(this.userQuery)
|
|
|
|
|
.then(response => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.userList = response.data.list || [];
|
|
|
|
|
this.userTotal = response.data.total || 0;
|
|
|
|
|
this.loading = false
|
|
|
|
|
this.userList = response.data.list || []
|
|
|
|
|
this.userTotal = response.data.total || 0
|
|
|
|
|
})
|
|
|
|
|
.catch(() => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
this.userList = [];
|
|
|
|
|
this.userTotal = 0;
|
|
|
|
|
});
|
|
|
|
|
this.loading = false
|
|
|
|
|
this.userList = []
|
|
|
|
|
this.userTotal = 0
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
handCurrentChange(row) {
|
|
|
|
|
this.rowData = row
|
|
|
|
|
this.employeeName = row.employeeName
|
|
|
|
|
this.getUserBindWork()
|
|
|
|
|
},
|
|
|
|
|
getUserBindWork(){
|
|
|
|
|
getUserBindWork() {
|
|
|
|
|
this.workQuery.userId = this.rowData.id
|
|
|
|
|
getUserBindWork(this.workQuery).then(res => {
|
|
|
|
|
if (res.code == 20000) {
|
|
|
|
|
this.workList = res.data.list || []
|
|
|
|
|
this.workTotal= res.data.total || 0
|
|
|
|
|
this.workTotal = res.data.total || 0
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error('获取失败')
|
|
|
|
|
}
|
|
|
|
@ -513,7 +472,7 @@ export default {
|
|
|
|
|
return this.$message.error('请先选择用户')
|
|
|
|
|
}
|
|
|
|
|
this.userId = this.rowData.id
|
|
|
|
|
this.workPlaceCode = this.workList.map(item => item.workplaceId);
|
|
|
|
|
this.workPlaceCode = this.workList.map(item => item.workplaceId)
|
|
|
|
|
this.selectUserWorkDialogVisible = true
|
|
|
|
|
},
|
|
|
|
|
closeDialog() {
|
|
|
|
@ -528,14 +487,14 @@ export default {
|
|
|
|
|
type: 'warning'
|
|
|
|
|
}).then(() => {
|
|
|
|
|
let query = {
|
|
|
|
|
id : row.id
|
|
|
|
|
id: row.id
|
|
|
|
|
}
|
|
|
|
|
delUserBindWork(query).then(res => {
|
|
|
|
|
if (res.code == 20000) {
|
|
|
|
|
this.workQuery.userId = this.rowData.id
|
|
|
|
|
this.getUserBindWork(this.workQuery)
|
|
|
|
|
this.$message.success('移除成功')
|
|
|
|
|
}else {
|
|
|
|
|
} else {
|
|
|
|
|
this.$message.error(res.message)
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
@ -544,13 +503,15 @@ export default {
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
workDetail(row){
|
|
|
|
|
workDetail(row) {
|
|
|
|
|
console.log("woshishhss",row)
|
|
|
|
|
this.formData = row
|
|
|
|
|
this.addWorkplaceDialogVisible = true
|
|
|
|
|
},
|
|
|
|
|
getDepts() {
|
|
|
|
|
let data =
|
|
|
|
|
{enable: true,
|
|
|
|
|
{
|
|
|
|
|
enable: true
|
|
|
|
|
}
|
|
|
|
|
filterList(data).then(res => {
|
|
|
|
|
if (res.code == 20000) {
|
|
|
|
@ -558,7 +519,7 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
changeUsers(){
|
|
|
|
|
changeUsers() {
|
|
|
|
|
this.getUsers()
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|