fix create employee by client
This commit is contained in:
@@ -414,8 +414,9 @@ function saveFullData() {
|
||||
var command = $('#create-form').serializeArray();
|
||||
command.forEach(function (item) {
|
||||
formData.append(item.name, item.value);
|
||||
});
|
||||
|
||||
});
|
||||
var groupId = $("#GroupId").val()
|
||||
debugger;
|
||||
formData.append("Command.CreateCustomizeEmployeeSettings.BreakTime.HasBreakTimeValue", $('#BreakTime').prop('checked') || $('#BreakTimeFirst').prop('checked') ? "true" : "false");
|
||||
formData.append("Command.CreateCustomizeEmployeeSettings.BreakTime.BreakTimeValue", $("#TimeOnly").val());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user