|
@@ -496,14 +496,14 @@ let rptSignatureHelper = {
|
|
|
rptSignatureHelper.resetSignAudit();
|
|
|
if (current_stage_status === 3) {
|
|
|
//1. 重刷page
|
|
|
- let hasStamp = false;
|
|
|
+ // let hasStamp = false;
|
|
|
for (const page of zTreeOprObj.currentRptPageRst.items) {
|
|
|
if (page.signature_cells) {
|
|
|
for (let cIdx = page.signature_cells.length - 1; cIdx >= 0; cIdx--) {
|
|
|
const sCell = page.signature_cells[cIdx];
|
|
|
if (sCell.isStamp) {
|
|
|
page.signature_cells.splice(cIdx);
|
|
|
- hasStamp = true;
|
|
|
+ // hasStamp = true;
|
|
|
} else if (sCell.hasOwnProperty('pre_path')) {
|
|
|
sCell.path = sCell.pre_path;
|
|
|
delete sCell.pre_path;
|