Commit e7a77ff0 authored by wuzhilong's avatar wuzhilong

选择打印器

parent 6367295e
......@@ -231,9 +231,10 @@ angular.module('AvatarCheck.historyTagPrint', ['ngRoute', 'AvatarCheck.http', 't
LODOP.SET_PRINT_STYLEA(0, "FontSize", 15);
if( $scope.priterNum==100){
$scope.priterNum=LODOP.SELECT_PRINTER();
}
}else {
// LODOP.PREVIEW();
LODOP.PRINT();
LODOP.PRINT();
}
})
};
......
......@@ -231,9 +231,10 @@ angular.module('AvatarCheck.receitp', ['ngRoute', 'AvatarCheck.http'])
LODOP.SET_PRINT_STYLEA(5, "Vorient", 3);
if( $scope.priterNum==100){
$scope.priterNum=LODOP.SELECT_PRINTER();
}else {
// LODOP.PREVIEW();
LODOP.PRINT();
}
// LODOP.PREVIEW();
LODOP.PRINT();
}
})
})
......
......@@ -261,9 +261,10 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
LODOP.SET_PRINT_STYLEA(0, "FontSize", 15);
if( $scope.priterNum==100){
$scope.priterNum=LODOP.SELECT_PRINTER();
}else {
// LODOP.PREVIEW();
LODOP.PRINT();
}
// LODOP.PREVIEW();
LODOP.PRINT();
});
};
});
......
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