|
@@ -570,7 +570,6 @@
|
|
$('#cancel_cause').html(data.cancel_cause);
|
|
$('#cancel_cause').html(data.cancel_cause);
|
|
$('#flag_str').val(data.flag_str);
|
|
$('#flag_str').val(data.flag_str);
|
|
jq_setStatus.combobox('setValue', data.status);
|
|
jq_setStatus.combobox('setValue', data.status);
|
|
- console.log(data.flag_str)
|
|
|
|
jq_setContract.combobox('setValue', data.contract);
|
|
jq_setContract.combobox('setValue', data.contract);
|
|
$('#user_name').html(data.user_name);
|
|
$('#user_name').html(data.user_name);
|
|
$('#server_start_time').datetimebox('setValue', parse_time(data,'server_start_time'));$('#status_time').datetimebox('setValue', parse_time(data,'status_time'));
|
|
$('#server_start_time').datetimebox('setValue', parse_time(data,'server_start_time'));$('#status_time').datetimebox('setValue', parse_time(data,'status_time'));
|
|
@@ -584,7 +583,6 @@
|
|
$('#desc').val(data.desc);
|
|
$('#desc').val(data.desc);
|
|
$('#skill').children().each(function (index, element) {
|
|
$('#skill').children().each(function (index, element) {
|
|
var val = parseInt($(this).find('input').val());
|
|
var val = parseInt($(this).find('input').val());
|
|
- console.log(data.skill,val)
|
|
|
|
if ($.inArray(val, data.skill) != -1) {
|
|
if ($.inArray(val, data.skill) != -1) {
|
|
$(this).find('input').prop('checked', true);
|
|
$(this).find('input').prop('checked', true);
|
|
} else {
|
|
} else {
|