* Attach event to begain and end of productplan-create.

This commit is contained in:
zhouxin
2023-06-08 15:54:51 +08:00
parent 096d43f7a1
commit 95c2dfaad8
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
function resetDelta()
{
$(".radio-primary > input").attr("checked",false);
}
+3 -1
View File
@@ -61,7 +61,9 @@ if($parent or !$product->shadow)
formPanel
(
set::title($lang->productplan->create),
set::title($title),
on::change('#begin', 'resetDelta'),
on::change('#end', 'resetDelta'),
$formHeader,
$parentForm,
formGroup