application status update staff login changes : kdk

This commit is contained in:
dineshkumarkannan 2018-08-22 09:29:42 +05:30
parent 5c1137bdd4
commit 3468e68815
2 changed files with 4 additions and 5 deletions

View File

@ -364,7 +364,6 @@ $scope.editStatusID = id;
$scope.statusUpdate = {
submit: function (form, localBranchDetails, id) {
// alert(localBranchDetails);
var firstError = null;
if (form.$invalid) {
var field = null, firstError = null;

View File

@ -217,7 +217,7 @@
<tr ng-show="statusUpdationId ===p.UNI_ID" ng-if="statusUpdationId === p.UNI_ID">
<td colspan="7">
<div ng-if="OpenWindowStatus">
<div ng-if="!localTypeSuperAdmin"><form name="Form" id="form" novalidate ng-submit="statusUpdate.submit(Form, myStatusModel , localBranchDetails)" method="post">
<div ng-if="!localTypeSuperAdmin">
<style>
#cancel_button {
margin-top: 1px;
@ -261,9 +261,9 @@
<td><i ng-click="statusUpdateView(stufmtype.ID)" tooltip="STATUS UPDATE" class="ti-slice"></i></td>
</tr>
<tr ng-if="editStatusID == stufmtype.ID">
<td colspan="6"><form name="Form" id="form" novalidate ng-submit="statusUpdate.submit1(Form, localBranchDetails, stufmtype.ID)" method="post">
<td colspan="6"><form name="Form" id="form" novalidate ng-submit="statusUpdate.submit(Form, localBranchDetails, stufmtype.ID)" method="post">
<div class="container">
<div class="row">
<div class="row"> {{stufmtype.ID}}
<div class="col-md-6 form-group" ng-class="{'has-error':Form.status.$dirty && Form.status.$invalid, 'has-success':Form.status.$valid}">
<label for="form-field-select-2">
Status <span class="symbol required"></span>
@ -411,7 +411,7 @@
</div>
</div>
</div>
</form></div>
</div>
<div ng-if="localTypeSuperAdmin">
<style>
#cancel_button {