Merge branch 'sprint/170_hufangzhou_43899' into 'sprint/170'

* Add the last plan lang item.

See merge request easycorp/zentaopms!309
This commit is contained in:
李玉春
2021-11-04 05:44:25 +00:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -71,6 +71,6 @@ $('#branch').change(function()
$.post(link, function(data)
{
data = JSON.parse(data);
if(data) $('#title').parent().next('td').html('(' + data.title + ')');
if(data) $('#title').parent().next('td').html('(' + lastLang + ': ' + data.title + ')');
})
})
+1
View File
@@ -14,6 +14,7 @@
<?php include '../../common/view/kindeditor.html.php';?>
<?php js::set('weekend', $config->execution->weekend);?>
<?php js::set('productID', $productID);?>
<?php js::set('lastLang', $lang->productplan->last);?>
<?php js::import($jsRoot . 'misc/date.js');?>
<div id='mainContent'class='main-content'>
<div class='center-block'>