application status update staff login changes : kdk
This commit is contained in:
parent
5c1137bdd4
commit
3468e68815
@ -364,7 +364,6 @@ $scope.editStatusID = id;
|
|||||||
|
|
||||||
$scope.statusUpdate = {
|
$scope.statusUpdate = {
|
||||||
submit: function (form, localBranchDetails, id) {
|
submit: function (form, localBranchDetails, id) {
|
||||||
// alert(localBranchDetails);
|
|
||||||
var firstError = null;
|
var firstError = null;
|
||||||
if (form.$invalid) {
|
if (form.$invalid) {
|
||||||
var field = null, firstError = null;
|
var field = null, firstError = null;
|
||||||
|
|||||||
@ -217,7 +217,7 @@
|
|||||||
<tr ng-show="statusUpdationId ===p.UNI_ID" ng-if="statusUpdationId === p.UNI_ID">
|
<tr ng-show="statusUpdationId ===p.UNI_ID" ng-if="statusUpdationId === p.UNI_ID">
|
||||||
<td colspan="7">
|
<td colspan="7">
|
||||||
<div ng-if="OpenWindowStatus">
|
<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>
|
<style>
|
||||||
#cancel_button {
|
#cancel_button {
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
@ -261,9 +261,9 @@
|
|||||||
<td><i ng-click="statusUpdateView(stufmtype.ID)" tooltip="STATUS UPDATE" class="ti-slice"></i></td>
|
<td><i ng-click="statusUpdateView(stufmtype.ID)" tooltip="STATUS UPDATE" class="ti-slice"></i></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr ng-if="editStatusID == stufmtype.ID">
|
<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="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}">
|
<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">
|
<label for="form-field-select-2">
|
||||||
Status <span class="symbol required"></span>
|
Status <span class="symbol required"></span>
|
||||||
@ -411,7 +411,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form></div>
|
</div>
|
||||||
<div ng-if="localTypeSuperAdmin">
|
<div ng-if="localTypeSuperAdmin">
|
||||||
<style>
|
<style>
|
||||||
#cancel_button {
|
#cancel_button {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user