|
@@ -511,7 +511,7 @@ let rptArchiveObj = {
|
|
const areaKey = _areaKeyCache[signType] || 'areas';
|
|
const areaKey = _areaKeyCache[signType] || 'areas';
|
|
if (idx < 0) {
|
|
if (idx < 0) {
|
|
psInfoStr.push(sCell[signNameKey]);
|
|
psInfoStr.push(sCell[signNameKey]);
|
|
- let newPsInfo = {'name': sCell[signNameKey], areas: [], company_stamp_areas: [], private_stamp_areas: []};
|
|
|
|
|
|
+ let newPsInfo = {'name': sCell[signNameKey], areas: [], company_stamp_areas: [], private_stamp_areas: [], order: psInfoStr.length};
|
|
let area = {Left: actSignArea[JV.IDX_LEFT] + offsetX, Top: actSignArea[JV.IDX_TOP] + offsetY, width: (actSignArea[JV.IDX_RIGHT] - actSignArea[JV.IDX_LEFT]), height: (actSignArea[JV.IDX_BOTTOM] - actSignArea[JV.IDX_TOP]), pages: []};
|
|
let area = {Left: actSignArea[JV.IDX_LEFT] + offsetX, Top: actSignArea[JV.IDX_TOP] + offsetY, width: (actSignArea[JV.IDX_RIGHT] - actSignArea[JV.IDX_LEFT]), height: (actSignArea[JV.IDX_BOTTOM] - actSignArea[JV.IDX_TOP]), pages: []};
|
|
area.pages.push(pageIdx + 1);
|
|
area.pages.push(pageIdx + 1);
|
|
newPsInfo[areaKey].push(area);
|
|
newPsInfo[areaKey].push(area);
|