Angular 入門使用者資訊管理表

2021-08-09 16:22:07 字數 1959 閱讀 5643

下面**是乙個簡單的使用者資訊管理表!

使用者管理$scope.data = example_data;

// 查詢的年齡區間

$scope.age_sections = [,,

,];// 清空列表:$scope.data前,備份下全部資料

var olddata = $scope.data;

$scope.search = function () ; // json物件,如:

var *** = "";

if ($scope.search_name != undefined && $scope.search_name != null)

// 未選中時值:undefined,選中「請選擇」按鈕時值:null

if ($scope.search_age != undefined && $scope.search_age != null && $scope.search_age != "")

}if ($scope.search_*** != undefined && $scope.search_*** != null)

// 沒有可查詢的項

if (name == "" && age == "" && *** == "")

console.log("需要查詢的name: " + name + ", 需要查詢的age區間: [" + age.min + "~" + age.max + "], 需要查詢的***: " + ***);

// 清空列表

$scope.data = ;

// 從全部資料中查詢name、age、***,找到後新增到列表中

for (var i in olddata)

// age在區間,新增列表,age = json物件,如:

if (item.age >= age.min && item.age <= age.max)

// ***相等,新增列表

if (item.*** == ***) }};

$scope.removeall = function()

$scope.removecheck = function() );

var data = $scope.data;//備份當前列表

$scope.data = ;//清空

for(var idx in data) }};

$(function() );

});});

$scope.adduser = function () ;

var id = 1;

$scope.add = function() );

$scope.name = "";

$scope.password = "";

$scope.age = "";

$scope.*** = "";

$scope.adduserisshow = false;

}$scope.edituser = function(index)

$scope.edit = function ()

$scope.data[$scope.index].password = $scope.e_password;

$scope.edituserisshow = false;

};});

年齡: 請選擇

性別:請選擇男女

全部刪除

批量刪除

id使用者名稱

密碼年齡

性別操作

}}}}

}修改密碼

新增使用者

使用者名稱:

密碼:年齡:

性別:提交

使用者名稱:

舊密碼:

新密碼:

確認密碼:

提交

人員資訊管理( )

class employee employee employee employee employee void employee increaseempno int steps void employee promote int increment void employee setaccumpay...

人員資訊管理( )

class employee int employee employeeno 1000 員工編號基數為 1000 employee employee employee employee void employee increaseempno int steps void employee promo...

資訊管理系統

輸入5個員工的資訊 輸入 每個員工含有成員名為 工號 姓名 基本工資 補貼 獎金 水電費 房租 實發工資 工資排名 編寫函式完成下列要求 1 輸入乙個員工的工號,查詢該員工的資訊並輸出,若不存在顯示沒找到 查詢 2 輸入乙個新員工的資訊,按工號順序將該員工的資訊插入後輸出 顯示 3 輸入乙個已存在員...