Commit 9c7ffa7ff95a1ea564883bd19b21f3683771b2a9
Merge branch 'spacialcharissuedainput' into Develop
Showing
1 changed file
with
3 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -9062,8 +9062,9 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l |
9062 | 9062 | |
9063 | 9063 | var keyUplayerNumber = parseInt($("#txtlayerNumber").val()); |
9064 | 9064 | |
9065 | - if (isNaN(keyUplayerNumber)) { | |
9066 | - | |
9065 | + if (isNaN(keyUplayerNumber)) | |
9066 | + { | |
9067 | + document.getElementById("txtlayerNumber").value = ""; | |
9067 | 9068 | } |
9068 | 9069 | else { |
9069 | 9070 | ... | ... |