Compare commits
No commits in common. '7935d606680025f244a3f5093847a7f5056e52d2' and 'a2a02a35f5bcb638e280258191b0cb71e80b9b9e' have entirely different histories.
7935d60668
...
a2a02a35f5
2 changed files with 0 additions and 28 deletions
@ -1,17 +0,0 @@ |
|||||||
package apelet.association.controller.plugin.formPlugin; |
|
||||||
|
|
||||||
import apelet.association.utils.CreatNumberUtils; |
|
||||||
import apelet.common.core.object.ObjectValue; |
|
||||||
import apelet.common.online.abstractplugin.ExecutePluginParent; |
|
||||||
import apelet.common.online.model.constant.AttributeEnum; |
|
||||||
public class ClueManageFormPlugin extends ExecutePluginParent { |
|
||||||
@Override |
|
||||||
public void formCreated(String widgetVariableName, ObjectValue objectValue) { |
|
||||||
super.formCreated(widgetVariableName, objectValue); |
|
||||||
// this.setAttribute("seekInfo","11");
|
|
||||||
// this.setWidgetAttribute("number", AttributeEnum.VALUE_CHANGE, "123");
|
|
||||||
CreatNumberUtils creatNumberUtils = new CreatNumberUtils(); |
|
||||||
this.setWidgetAttribute("billstatus", AttributeEnum.VALUE_CHANGE,"1"); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
||||||
@ -1,11 +0,0 @@ |
|||||||
package apelet.association.utils; |
|
||||||
|
|
||||||
import java.time.LocalDate; |
|
||||||
import java.time.format.DateTimeFormatter; |
|
||||||
|
|
||||||
public class CreatNumberUtils { |
|
||||||
public String creatNumber() { |
|
||||||
return LocalDate.now().format(DateTimeFormatter.ofPattern("yyyyMMdd")); |
|
||||||
} |
|
||||||
|
|
||||||
} |
|
||||||
Loading…
Reference in new issue