* Finish task #84584.

This commit is contained in:
liumengyi
2023-02-14 13:13:46 +08:00
parent 56c2cdcb21
commit 7ea51e54b5
17 changed files with 139 additions and 49 deletions
+2
View File
@@ -13,6 +13,8 @@ function addItem(obj)
newItem.find('.form-date').datepicker();
$("#output" + itemIndex).picker();
$("#PM" + itemIndex).picker();
$("#type" + itemIndex).chosen();
$("#type_i__chosen").remove();
itemIndex ++;
}