Merge branch dev/task-144273 of zentao/zentaopms (#9085)

This commit is contained in:
刘刚
2025-06-03 14:47:43 +08:00
committed by Gitfox
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ function checkBudget()
window.checkProjectInfo = function()
{
const programID = $('[name=parent]').val();
if(programID == 0)
if(programID == 0 && !$('#copyProjectModal').length)
{
$('[name=budget]').removeAttr('placeholder');
$('#dateTip').addClass('hidden');
+1 -1
View File
@@ -141,4 +141,4 @@ foreach($lang->story->typeList as $key => $text)
}
$fields->field('taskDateLimit')->control(array('control' => 'radioList', 'items' => $lang->project->taskDateLimitList, 'name' => 'taskDateLimit'));
$fields->field('storyType')->control(array('control' => 'checkBox', 'items' => $storyTypeList, 'name' => 'storyType[]'));
$fields->field('storyType')->control(array('control' => 'checkBox', 'items' => $storyTypeList, 'name' => 'storyType[]'));