|
|
@@ -82,7 +82,7 @@ export function getBillGroup (groupItem, groupIndex, isDetail) {
|
|
|
billModel.allowBlank = (fieldItem.allowBlank || isDetail)
|
|
|
billModel.caption = fieldItem.caption
|
|
|
|
|
|
- billModel.type = 'YM' || fieldItem.type//前端类型
|
|
|
+ billModel.type = fieldItem.type//前端类型
|
|
|
billModel.sourcetype = fieldItem.sourcetype//字段原类型
|
|
|
if (billModel.type === 'MF' && !billGroup.isForm) {
|
|
|
//移动端不支持从表的放大镜多选类型
|