|
|
@@ -66,7 +66,6 @@ export function getBillGroup (groupItem, groupIndex, isDetail) {
|
|
|
billGroup.keyField = groupItem.keyField
|
|
|
billGroup.billCaller = groupItem.groupCaller
|
|
|
billGroup.groupIndex = groupIndex
|
|
|
-
|
|
|
let showBillFields = [], hideBillFields = []
|
|
|
if (!isObjEmpty(groupItem.fieldList)) {
|
|
|
groupItem.fieldList.forEach((fieldItem, filedIndex) => {
|
|
|
@@ -87,6 +86,9 @@ export function getBillGroup (groupItem, groupIndex, isDetail) {
|
|
|
|
|
|
billModel.type = fieldItem.type//前端类型
|
|
|
billModel.sourcetype = fieldItem.sourcetype//字段原类型
|
|
|
+ if (billModel.type === 'MF'){
|
|
|
+ console.log("getBillGroup:",billModel,billGroup);
|
|
|
+ }
|
|
|
if (billModel.type === 'MF' && !billGroup.isForm) {
|
|
|
//移动端不支持从表的放大镜多选类型
|
|
|
//将多选类型识别为放大镜单选类型
|