|
|
@@ -108,7 +108,7 @@
|
|
108
|
108
|
<el-form-item label="指派人">
|
|
109
|
109
|
<el-select v-model="zhddtransferForm.DealMan" filterable placeholder="请选择指派人" style="width: 68%"
|
|
110
|
110
|
@change="changezhddRepairman">
|
|
111
|
|
- <el-option v-for="item in zhddrepairman" :key="item.usercode" :label="item.username"
|
|
|
111
|
+ <el-option v-for="item in zhddrepairman" :key="item.usercode" :label="item.username+'('+item.count+')'"
|
|
112
|
112
|
:value="item.usercode" />
|
|
113
|
113
|
</el-select>
|
|
114
|
114
|
</el-form-item>
|
|
|
@@ -382,7 +382,7 @@
|
|
382
|
382
|
<el-form-item label="指派人">
|
|
383
|
383
|
<el-select v-model="dispatchtransferForm.DealMan" filterable placeholder="请选择指派人" style="width: 68%"
|
|
384
|
384
|
@change="changedispatchRepairman">
|
|
385
|
|
- <el-option v-for="item in dispatchrepairman" :key="item.usercode" :label="item.username"
|
|
|
385
|
+ <el-option v-for="item in dispatchrepairman" :key="item.usercode" :label="item.username+'('+item.count+')'"
|
|
386
|
386
|
:value="item.usercode" />
|
|
387
|
387
|
</el-select>
|
|
388
|
388
|
</el-form-item>
|
|
|
@@ -1047,7 +1047,7 @@
|
|
1047
|
1047
|
if (formName === 'schedulingEvaluateForm') {
|
|
1048
|
1048
|
if (
|
|
1049
|
1049
|
this.schedulingEvaluateForm.Attitude < 3 ||
|
|
1050
|
|
- this.schedulingEvaluateForm.Quality < 3 ||
|
|
|
1050
|
+ this.schedulingEvaluateForm.Quality < 3 ||
|
|
1051
|
1051
|
this.schedulingEvaluateForm.Efficiency < 3
|
|
1052
|
1052
|
) {
|
|
1053
|
1053
|
if (this.schedulingEvaluateForm.EvaluateContent === '') {
|