Commit 7c72efd5 authored by Administrator's avatar Administrator

上传文档

parent feff2e1c
...@@ -65,16 +65,16 @@ app.controller('cycleSheetCtrl', ['$scope', '$rootScope', '$http', '$state', '$f ...@@ -65,16 +65,16 @@ app.controller('cycleSheetCtrl', ['$scope', '$rootScope', '$http', '$state', '$f
cardType = typeCode; cardType = typeCode;
console.log($rootScope.loginData.state, "----测试-----", $scope.dt, "====", typeCode, "+++++++++++++"); console.log($rootScope.loginData.state, "----测试-----", $scope.dt, "====", typeCode, "+++++++++++++");
} }
// // 查询制证类型列表 // 查询制证类型列表
// var getTypeListData = function (state) { var getTypeListData = function (state) {
// HttpService.getTypeListByTaskStateId(1,function (data) { HttpService.getTypeListByTaskStateId(1,function (data) {
// $scope.typeList = data.respData; $scope.typeList = data.respData;
// console.log("---制证类型--数据源:") console.log("---制证类型--数据源:")
// console.log(data.respData) console.log(data.respData)
//
// }) })
// } }
// getTypeListData($rootScope.loginData.state); getTypeListData($rootScope.loginData.state);
// $scope.nowType == $scope.getCityListData[$scope.currentTab].typeCode? $scope.currentTab=$scope.currentTab:$scope.currentTab= -1; // $scope.nowType == $scope.getCityListData[$scope.currentTab].typeCode? $scope.currentTab=$scope.currentTab:$scope.currentTab= -1;
// for (var i = 0; i < $scope.getCityListData.length; i++) { // for (var i = 0; i < $scope.getCityListData.length; i++) {
...@@ -118,12 +118,12 @@ app.controller('cycleSheetCtrl', ['$scope', '$rootScope', '$http', '$state', '$f ...@@ -118,12 +118,12 @@ app.controller('cycleSheetCtrl', ['$scope', '$rootScope', '$http', '$state', '$f
// }) // })
// } // }
$scope.typeList = [ // $scope.typeList = [
{typeCode: 0, typeCount: 5000, typeName: '普通证'}, // {typeCode: 0, typeCount: 5000, typeName: '普通证'},
{typeCode: 1, typeCount: 5000, typeName: '邮寄证'}, // {typeCode: 1, typeCount: 5000, typeName: '邮寄证'},
{typeCode: 2, typeCount: 5000, typeName: '特殊证'}, // {typeCode: 2, typeCount: 5000, typeName: '特殊证'},
{typeCode: 9, typeCount: 5000, typeName: '异地证'} // {typeCode: 9, typeCount: 5000, typeName: '异地证'}
] // ]
$scope.cityList = [ $scope.cityList = [
{ {
"card_Type": 1, "card_Type": 1,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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