| | |
| | | } else { |
| | | //说明是自行配置的 |
| | | //前端必须要传递小写的属性 |
| | | value = orderDTO.getData().getOrDefault(attrId, ""); |
| | | String orDefault = orderDTO.getData().getOrDefault(attrId, ""); |
| | | value = Func.isBlank(orDefault) ? orderDTO.getData() |
| | | .getOrDefault(attrId.toUpperCase(Locale.ROOT), ""):orDefault; |
| | | } |
| | | return value; |
| | | } |
| | |
| | | } |
| | | fieldVO.setOptionJsMap(eventJsMap); |
| | | fieldVO.setStyle(attrVO.getTableDisplayStyle()); |
| | | fieldVO.setTableDisplayFlag(attrVO.getTableDisplayFlag()); |
| | | //列表里不允许直接编辑 |
| | | fieldVO.setDateFormate(attrVO.getCodeDateFormat()); |
| | | return fieldVO; |