Explorar el Código

【深爱】【sourceType】

wuyx hace 1 mes
padre
commit
792c709f09

+ 2 - 2
uas-office-web/uas-mobile/src/model/common/BillModel.js

@@ -12,7 +12,7 @@ export default function BillModel (billModel) {
     this.dbfind = ''//是否是dbfind字段判定
     this.caption = ''//字段名称
     this.type = ''//类型(标题类型为Constants.TYPE_TITLE,不触发点击事件等 )
-    this.sourcetype = ''//字段原类型
+    this.sourceType = ''//字段原类型
     this.logicType = ''//logic类型
     this.readOnly = true//字段是否只读
     this.field = ''//字段
@@ -39,7 +39,7 @@ export default function BillModel (billModel) {
     this.dbfind = billModel.dbfind
     this.caption = billModel.caption
     this.type = billModel.type
-    this.sourcetype = billModel.sourcetype
+    this.sourceType = billModel.sourceType
     this.logicType = billModel.logicType
     this.readOnly = billModel.readOnly
     this.field = billModel.field

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

@@ -85,7 +85,7 @@ export function getBillGroup (groupItem, groupIndex, isDetail) {
       billModel.caption = fieldItem.caption
 
       billModel.type = fieldItem.type//前端类型
-      billModel.sourcetype = fieldItem.sourcetype//字段原类型
+      billModel.sourceType = fieldItem.sourceType//字段原类型
       if (fieldItem.type === 'MF'){
         var billModel_aa = billModel;
         var billGroup_aa = billGroup;