|
@@ -666,6 +666,9 @@ let rptSignatureHelper = {
|
|
if (page.signature_cells) {
|
|
if (page.signature_cells) {
|
|
const adHocScells = [];
|
|
const adHocScells = [];
|
|
for (const sCell of page.signature_cells) {
|
|
for (const sCell of page.signature_cells) {
|
|
|
|
+ sCell.path = null;
|
|
|
|
+ sCell.pre_path = null;
|
|
|
|
+ sCell.pic = null;
|
|
for (const role_rel of currRoleRelList) {
|
|
for (const role_rel of currRoleRelList) {
|
|
if (role_rel.signature_name === sCell.signature_name) {
|
|
if (role_rel.signature_name === sCell.signature_name) {
|
|
// 处理签章
|
|
// 处理签章
|
|
@@ -673,9 +676,6 @@ let rptSignatureHelper = {
|
|
role_rel.sign_output = [];
|
|
role_rel.sign_output = [];
|
|
role_rel.sign_output.push(NORMAL_SIGN_STR);
|
|
role_rel.sign_output.push(NORMAL_SIGN_STR);
|
|
}
|
|
}
|
|
- sCell.path = null;
|
|
|
|
- sCell.pre_path = null;
|
|
|
|
- sCell.pic = null;
|
|
|
|
for (const signType of role_rel.sign_output) {
|
|
for (const signType of role_rel.sign_output) {
|
|
switch (signType) {
|
|
switch (signType) {
|
|
case NORMAL_SIGN_STR:
|
|
case NORMAL_SIGN_STR:
|