autoGen ID

This commit is contained in:
2020-12-18 11:59:56 +07:00
parent 4d6f1cbed8
commit 27e58bf5e1
5 changed files with 31 additions and 3 deletions

View File

@@ -204,6 +204,11 @@ function _form() {
$("#FaceImage").attr("src", "/images/user2-160x160.jpg");
$("#save-btn").attr("onclick", "_create(this);");
$("#save-btn").attr("data-href", $("input[name='create_url']").val());
$("input[name='Code']").val($("input[name='isAuto']").val());
$("input[name='Name']").val("");
$("input[name='Birthday']").val("");
$("input[name='Telephone']").val("");
$("input[name='Address']").val("");
}
function btnImage() {