|
@@ -9280,9 +9280,11 @@ appFormly.config(
|
9280
|
9280
|
// console.log($scope.options.templateOptions)
|
9281
|
9281
|
console.log($scope,77777)
|
9282
|
9282
|
//处理人根据事件分类自动带入
|
9283
|
|
- if($scope.$parent.$parent.$parent.model.incident.handlerUser){
|
9284
|
|
- if($scope.$parent.$parent.$parent.model.incident.handlerUser.id){
|
9285
|
|
- $scope.options.model.id = $scope.$parent.$parent.$parent.model.incident.handlerUser.id;
|
|
9283
|
+ if($scope.id == 'formly_2_ui-select_id_6'){
|
|
9284
|
+ if($scope.$parent.$parent.$parent.model.incident.handlerUser){
|
|
9285
|
+ if($scope.$parent.$parent.$parent.model.incident.handlerUser.id){
|
|
9286
|
+ $scope.options.model.id = $scope.$parent.$parent.$parent.model.incident.handlerUser.id;
|
|
9287
|
+ }
|
9286
|
9288
|
}
|
9287
|
9289
|
}
|
9288
|
9290
|
// 关闭事件页面满意度评价下拉框处理
|
|
@@ -17177,9 +17179,9 @@ appFormly.controller('CustomformCtrl', ['$rootScope', '$scope', '$parse', '$inje
|
17177
|
17179
|
// 'isHandlerUser':false,
|
17178
|
17180
|
'incident': {
|
17179
|
17181
|
'requester':bxr ,
|
17180
|
|
- // 'area': data.incident.place.area,
|
17181
|
|
- // 'place': data.incident.place,
|
17182
|
|
- // 'houseNumber': data.incident.address,
|
|
17182
|
+ 'area': bxr.place.area,
|
|
17183
|
+ 'place': bxr.place,
|
|
17184
|
+ 'houseNumber': bxr.houseNumber,
|
17183
|
17185
|
'contacts': bxr.name,
|
17184
|
17186
|
'contactsInformation': bxr.mphone,
|
17185
|
17187
|
// 'category': data.wxIncidentClassifyDTO.category,
|