Merge branch 'sprint/tianshujie_bug23335' into 'master'
* Fix bug #23335. See merge request easycorp/zentaopms!3760
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
#execution_chosen .chosen-single {width: 230px;}
|
||||
#execution_chosen .chosen-drop ul li .label {margin-top: 2px; background: #fff; color: #838a9d; border: 1px solid #d8d8d8;}
|
||||
.radio-inline {line-height: normal;}
|
||||
#dept + .picker {width: 220px;}
|
||||
#execution + .picker {width: 230px;}
|
||||
#mainMenu .picker-has-value {float: left;}
|
||||
|
||||
#teamForm .table tr > td:first-child {padding-left: 10px;}
|
||||
#teamForm .table tr > td:last-child {padding-right: 10px;}
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
$(function()
|
||||
{
|
||||
$('#execution_chosen').click(function()
|
||||
$('#execution_chosen, #execution + .picker').click(function()
|
||||
{
|
||||
if(systemMode == 'new')
|
||||
{
|
||||
$('#execution_chosen ul li').each(function(index)
|
||||
$('#execution_chosen ul li, #pickerDropMenu-pk_execution div a').each(function(index)
|
||||
{
|
||||
if(index == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user