|
@@ -3,7 +3,7 @@
|
|
|
<el-form label-width="100px" ref="formRef" :model="form">
|
|
<el-form label-width="100px" ref="formRef" :model="form">
|
|
|
<el-form-item
|
|
<el-form-item
|
|
|
v-if="taskDefinitionKey === 'deptLeaderAssign'"
|
|
v-if="taskDefinitionKey === 'deptLeaderAssign'"
|
|
|
- label="负责人"
|
|
|
|
|
|
|
+ label="采购员"
|
|
|
prop="userId"
|
|
prop="userId"
|
|
|
style="margin-bottom: 20px"
|
|
style="margin-bottom: 20px"
|
|
|
:rules="{
|
|
:rules="{
|
|
@@ -153,7 +153,7 @@ import {approveTaskWithVariables, rejectTask} from '@/api/bpm/task';
|
|
|
//主管指派采购员
|
|
//主管指派采购员
|
|
|
if (this.taskDefinitionKey === 'deptLeaderAssign') {
|
|
if (this.taskDefinitionKey === 'deptLeaderAssign') {
|
|
|
if (!this.form.userId) {
|
|
if (!this.form.userId) {
|
|
|
- this.$message.warning(`请选择负责人!`);
|
|
|
|
|
|
|
+ this.$message.warning(`请选择采购员!`);
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
await assign({
|
|
await assign({
|