Commit 7c72efd5 authored by Administrator's avatar Administrator

上传文档

parent feff2e1c
......@@ -65,16 +65,16 @@ app.controller('cycleSheetCtrl', ['$scope', '$rootScope', '$http', '$state', '$f
cardType = typeCode;
console.log($rootScope.loginData.state, "----测试-----", $scope.dt, "====", typeCode, "+++++++++++++");
}
// // 查询制证类型列表
// var getTypeListData = function (state) {
// HttpService.getTypeListByTaskStateId(1,function (data) {
// $scope.typeList = data.respData;
// console.log("---制证类型--数据源:")
// console.log(data.respData)
//
// })
// }
// getTypeListData($rootScope.loginData.state);
// 查询制证类型列表
var getTypeListData = function (state) {
HttpService.getTypeListByTaskStateId(1,function (data) {
$scope.typeList = data.respData;
console.log("---制证类型--数据源:")
console.log(data.respData)
})
}
getTypeListData($rootScope.loginData.state);
// $scope.nowType == $scope.getCityListData[$scope.currentTab].typeCode? $scope.currentTab=$scope.currentTab:$scope.currentTab= -1;
// for (var i = 0; i < $scope.getCityListData.length; i++) {
......@@ -118,12 +118,12 @@ app.controller('cycleSheetCtrl', ['$scope', '$rootScope', '$http', '$state', '$f
// })
// }
$scope.typeList = [
{typeCode: 0, typeCount: 5000, typeName: '普通证'},
{typeCode: 1, typeCount: 5000, typeName: '邮寄证'},
{typeCode: 2, typeCount: 5000, typeName: '特殊证'},
{typeCode: 9, typeCount: 5000, typeName: '异地证'}
]
// $scope.typeList = [
// {typeCode: 0, typeCount: 5000, typeName: '普通证'},
// {typeCode: 1, typeCount: 5000, typeName: '邮寄证'},
// {typeCode: 2, typeCount: 5000, typeName: '特殊证'},
// {typeCode: 9, typeCount: 5000, typeName: '异地证'}
// ]
$scope.cityList = [
{
"card_Type": 1,
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment