@@ -91,6 +91,14 @@ export function getBillGroup (groupItem, groupIndex, isDetail) {
//将多选类型识别为放大镜单选类型
billModel.type = 'DF'
}
+ //CBG 视同多选放大镜
+ if (billModel.type === 'MF' && isDetail) {
+ if(isDetail){
+ billModel.type = 'DF'
+ }else {
+ billModel.type = 'MF'
+ }
billModel.value = fieldItem.value
billModel.display = fieldItem.display
billModel.defValue = fieldItem.defValue