Browse Source

调整线索

dev
lihuangbin666 1 week ago
parent
commit
f93568a165
  1. 3
      common/common-association/src/main/java/apelet/association/plugin/clueManage/ClueManageFormPlugin.java

3
common/common-association/src/main/java/apelet/association/plugin/clueManage/ClueManageFormPlugin.java

@ -62,6 +62,9 @@ public class ClueManageFormPlugin extends ExecutePluginParent {
if (objectValue.get("clue_type") == null) { if (objectValue.get("clue_type") == null) {
this.setWidgetAttribute("billstatus", AttributeEnum.VALUE_CHANGE, "A"); this.setWidgetAttribute("billstatus", AttributeEnum.VALUE_CHANGE, "A");
} }
if (objectValue.get("clue_type") == null) {
this.setWidgetAttribute("status", AttributeEnum.VALUE_CHANGE, "A");
}
} }

Loading…
Cancel
Save