Prechádzať zdrojové kódy

uas手机版
通用表单,日期区间格式基础支持

RaoMeng 5 rokov pred
rodič
commit
8aa445e42d

+ 1 - 1
uas-office-web/uas-mobile/src/utils/common/form.request.js

@@ -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) {
         //移动端不支持从表的放大镜多选类型