|
@@ -93,13 +93,13 @@ public class WFUserSignaturePrintPlugin extends AbstractPrintPlugin {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
- for(int i = 0; i < pwGridBo.getRowCount(); i++) {
|
|
|
|
|
|
+// for(int i = 0; i < pwGridBo.getRowCount(); i++) {
|
|
//获取数据行
|
|
//获取数据行
|
|
- PWGridRowBo row = pwGridBo.getRow(i);
|
|
|
|
|
|
+ PWGridRowBo row = pwGridBo.getRow(1);
|
|
//获取签章单元格
|
|
//获取签章单元格
|
|
- PWGridCellBo cell = row.getCell(3);
|
|
|
|
|
|
+ PWGridCellBo cell = row.getCell(2);
|
|
//设置单元格绑定工作流数据源中的签章
|
|
//设置单元格绑定工作流数据源中的签章
|
|
cell.setCellValue(wfsDs, "signature");
|
|
cell.setCellValue(wfsDs, "signature");
|
|
- }
|
|
|
|
|
|
+// }
|
|
}
|
|
}
|
|
}
|
|
}
|