|
|
@@ -62,7 +62,7 @@ export function analysisFormData (formData, isDetail) {
|
|
|
export function getBillGroup (groupItem, groupIndex, isDetail) {
|
|
|
let billGroup = new BillGroupModel()
|
|
|
billGroup.group = groupItem.groupTitle
|
|
|
- billGroup.isForm = (groupItem.isForm==undefined) ? true:groupItem.isForm;
|
|
|
+ billGroup.isForm = (groupItem.isForm === undefined) ? true:groupItem.isForm;
|
|
|
billGroup.keyField = groupItem.keyField
|
|
|
billGroup.billCaller = groupItem.groupCaller
|
|
|
billGroup.groupIndex = groupIndex
|
|
|
@@ -91,7 +91,7 @@ export function getBillGroup (groupItem, groupIndex, isDetail) {
|
|
|
//将多选类型识别为放大镜单选类型
|
|
|
billModel.type = 'DF'
|
|
|
}
|
|
|
- //CBG 视同多选放大镜
|
|
|
+ // CBG 视同多选放大镜
|
|
|
if (billModel.type === 'MF' && isDetail) {
|
|
|
if(isDetail){
|
|
|
billModel.type = 'DF'
|