Sfoglia il codice sorgente

【深爱】【CBG类型视同多选放大镜】

wuyx 1 mese fa
parent
commit
d95b955b00

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

@@ -91,6 +91,14 @@ export function getBillGroup (groupItem, groupIndex, isDetail) {
         //将多选类型识别为放大镜单选类型
         billModel.type = 'DF'
       }
+      //CBG 视同多选放大镜
+      if (billModel.type === 'MF' && isDetail) {
+        if(isDetail){
+          billModel.type = 'DF'
+        }else {
+          billModel.type = 'MF'
+        }
+      }
       billModel.value = fieldItem.value
       billModel.display = fieldItem.display
       billModel.defValue = fieldItem.defValue