|
@@ -3300,7 +3300,7 @@ export class FuwutaiComponent implements OnInit {
|
3300
|
3300
|
this.isLoading = false;
|
3301
|
3301
|
if (data.status == 200) {
|
3302
|
3302
|
this.applicationPriorityList = data.list;
|
3303
|
|
- // 回显事件来源
|
|
3303
|
+ // 回显报修来源
|
3304
|
3304
|
let source = this.applicationSourceList.find(v => v.value === 'phone');
|
3305
|
3305
|
if(!this.incidentModel.source && source){
|
3306
|
3306
|
this.incidentModel.source = source.id;
|
|
@@ -3308,7 +3308,7 @@ export class FuwutaiComponent implements OnInit {
|
3308
|
3308
|
}
|
3309
|
3309
|
});
|
3310
|
3310
|
}
|
3311
|
|
- // 事件来源列表
|
|
3311
|
+ // 报修来源列表
|
3312
|
3312
|
applicationSourceList:any[] = [];
|
3313
|
3313
|
searchApplicationSource(keyWord?) {
|
3314
|
3314
|
this.mainService.getDictionary("list", "incident_source").subscribe((data) => {
|
|
@@ -3740,7 +3740,7 @@ export class FuwutaiComponent implements OnInit {
|
3740
|
3740
|
}
|
3741
|
3741
|
|
3742
|
3742
|
if(!this.incidentModel.source){
|
3743
|
|
- this.msg.warning('请选择事件来源!');
|
|
3743
|
+ this.msg.warning('请选择报修来源!');
|
3744
|
3744
|
return;
|
3745
|
3745
|
}
|
3746
|
3746
|
|
|
@@ -3796,7 +3796,7 @@ export class FuwutaiComponent implements OnInit {
|
3796
|
3796
|
}
|
3797
|
3797
|
|
3798
|
3798
|
if(!this.incidentModel.source){
|
3799
|
|
- this.msg.warning('请选择事件来源!');
|
|
3799
|
+ this.msg.warning('请选择报修来源!');
|
3800
|
3800
|
return;
|
3801
|
3801
|
}
|
3802
|
3802
|
|
|
@@ -3988,7 +3988,7 @@ export class FuwutaiComponent implements OnInit {
|
3988
|
3988
|
}
|
3989
|
3989
|
|
3990
|
3990
|
if(!this.incidentModel.source){
|
3991
|
|
- this.msg.warning('请选择事件来源!');
|
|
3991
|
+ this.msg.warning('请选择报修来源!');
|
3992
|
3992
|
return;
|
3993
|
3993
|
}
|
3994
|
3994
|
|