Commit a9078d3a authored by liboyang's avatar liboyang

打印封条

parent 0bcadf28
...@@ -84,7 +84,7 @@ angular.module('AvatarCheck.receitp', ['ngRoute', 'AvatarCheck.http']) ...@@ -84,7 +84,7 @@ angular.module('AvatarCheck.receitp', ['ngRoute', 'AvatarCheck.http'])
var checks = $(".checkAllPolice:checked") var checks = $(".checkAllPolice:checked")
for (var i=0;i<checks.length;i++){ for (var i=0;i<checks.length;i++){
for(var j=0;j<JSON.parse(checks[i].value).length;j++){ for(var j=0;j<JSON.parse(checks[i].value).length;j++){
json.list.push(JSON.parse(checks[i].value)[j].ID) json.list.push(JSON.parse(checks[i].value)[j].POLICE_CODE)
} }
} }
console.log(json) console.log(json)
......
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