* Finish task #102103,102104.

This commit is contained in:
tanghucheng
2023-09-06 22:24:36 -04:00
parent 99e4c59ec9
commit 6723cbcaec
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -143,5 +143,5 @@ $lang->market->homeMenu->market = array('link' => "市场|market|browse|browse
$lang->market->menu = new stdclass();
$lang->market->menu->report = array('link' => "报告|marketreport|browse|marketID=%s", 'subModule' => 'marketreport');
$lang->market->menu->research = array('link' => "调研|marketresearch|browse|marketID=%s");
$lang->market->menu->research = array('link' => "调研|marketresearch|browse|marketID=%s", 'subModule' => 'marketresearch');
$lang->market->menu->view = array('link' => "概况|market|view|marketID=%s", 'alias' => 'edit');
+3 -1
View File
@@ -47,6 +47,7 @@
<th><?php echo $lang->programplan->PM;?> </th>
<td colspan='2'><?php echo html::select('PM', $PMUsers, $plan->PM, "class='form-control picker-select'");?></td>
</tr>
<?php if($project->model != 'research'):?>
<?php if(isset($config->setPercent) and $config->setPercent == 1):?>
<tr>
<th><?php echo $lang->programplan->percent;?> </th>
@@ -61,7 +62,7 @@
<tr id="attributeType">
<th><?php echo $lang->programplan->attribute;?></th>
<td colspan='2'>
<?php
<?php
if($project->model == 'ipd')
{
echo zget($lang->stage->ipdTypeList, $plan->attribute);
@@ -95,6 +96,7 @@
<?php $class = $plan->grade == 2 ? "disabled='disabled'" : '';?>
<td colspan='2'><?php echo html::select('acl', $lang->execution->aclList, $plan->acl, "class='form-control' $class");?></td>
</tr>
<?php endif;?>
<tr>
<th><?php echo $lang->programplan->planDateRange;?> </th>
<td colspan='2'>