Commit 835eccb8 authored by liboyang's avatar liboyang

打印交接单

parent 001f69a8
...@@ -54,8 +54,6 @@ angular.module('AvatarCheck.receitp', ['ngRoute', 'AvatarCheck.http']) ...@@ -54,8 +54,6 @@ angular.module('AvatarCheck.receitp', ['ngRoute', 'AvatarCheck.http'])
$scope.receitpHistoryData[idx].isActive = false; $scope.receitpHistoryData[idx].isActive = false;
} }
} }
console.log($scope.receitpHistoryData)
console.log($scope.receitpData)
$scope.currentTab = index; $scope.currentTab = index;
} }
...@@ -121,10 +119,12 @@ angular.module('AvatarCheck.receitp', ['ngRoute', 'AvatarCheck.http']) ...@@ -121,10 +119,12 @@ angular.module('AvatarCheck.receitp', ['ngRoute', 'AvatarCheck.http'])
} }
$scope.printReceitp = function(typeCode) { $scope.printReceitp = function(typeCode) {
var date = $('#datepicker').val(); var startDate=$('#datepicker1').val();
var endDate=$('#datepicker2').val();
var json={ var json={
type:typeCode, type:typeCode,
date:date, startDate:startDate,
endDate:endDate,
list:[] list:[]
} }
var checks = $(".checkAllPolice:checked") var checks = $(".checkAllPolice:checked")
......
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