Ver Fonte

【深爱】【输出调试】

wuyx há 1 mês atrás
pai
commit
77334991ee

+ 1 - 1
uas-office-web/uas-mobile/src/pages/private/approval/model/ApprovalBean.js

@@ -58,7 +58,7 @@ export default function ApprovalBean (type) {
 
   this.isDBFind = function () {
     return (this.dbFind == 'T' || this.dbFind == 'AT' || this.dbFind == 'M' ||
-      this.dbFind == 'DF')
+      this.dbFind == 'DF'||this.dbFind == 'MF')
   }
 
   this.setOldSelectValues = function () {

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

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