|
@@ -1548,6 +1548,9 @@ function msg(value)
|
|
|
var url = '';
|
|
|
if(value.data != 'reload' && value.status == 2 && value.code == 1)
|
|
|
{
|
|
|
+ if ($('#dever_submit').length && value.uuid) {
|
|
|
+ $('#dever_submit').val(value.uuid);
|
|
|
+ }
|
|
|
showAlertFlag = false;
|
|
|
list_mul_state = 1;
|
|
|
showAlert(value.msg, false, '错误提示');
|
|
@@ -1729,9 +1732,10 @@ function checkbox()
|
|
|
self.parent().append('<input type="hidden" value="0" id="'+id+'" name="'+id+'" />');
|
|
|
}
|
|
|
} else {
|
|
|
+
|
|
|
if ($('#' + id).length) {
|
|
|
$('#' + id).remove();
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|
|
|
|
|
|
form.render('checkbox');
|
|
@@ -1893,9 +1897,10 @@ function checkbox()
|
|
|
self.parent().append('<input type="hidden" value="0" id="'+id+'" name="'+hidden+'" />');
|
|
|
}
|
|
|
} else {
|
|
|
+
|
|
|
if ($('#' + id).length) {
|
|
|
$('#' + id).remove();
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|
|
|
})
|
|
|
if($(this).get(0).checked == true)
|