|
@@ -118,6 +118,9 @@ function ajax(num, list, tf) {
|
|
|
}else if(c.rows['type'] == 11){
|
|
}else if(c.rows['type'] == 11){
|
|
|
wprinter.pdffhd3pe(c.rows);
|
|
wprinter.pdffhd3pe(c.rows);
|
|
|
}
|
|
}
|
|
|
|
|
+ else if(c.rows['type'] == 12){
|
|
|
|
|
+ pdffhdcenter(c.rows);
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
if (c.rows['n'] > -1) {
|
|
if (c.rows['n'] > -1) {
|
|
|
//ajax(c.rows['n'],c.rows['data']);
|
|
//ajax(c.rows['n'],c.rows['data']);
|