|
@@ -220,7 +220,8 @@ export const pdfPrint = function (data,index){
|
|
|
// 指定打印机
|
|
|
LODOP.SET_PRINTER_INDEX(store.state.app.printDefNeedle)
|
|
|
LODOP.ADD_PRINT_PDF(0, 0, '100%', '100%', data[index])
|
|
|
- LODOP.SET_PRINT_PAGESIZE(store.state.app.printDefPageSize||3, 2090, (index==dlen-1)?50:0, '')
|
|
|
+ // store.state.app.printDefPageSize
|
|
|
+ LODOP.SET_PRINT_PAGESIZE(3, 2090, (index==dlen-1)?50:0, '')
|
|
|
LODOP.PRINT()
|
|
|
}
|
|
|
// 判断当前单据是否已存在打印任务列表中
|