diff --git a/src/components/CustomPages/BS/BS034ShowPrint.js b/src/components/CustomPages/BS/BS034ShowPrint.js index a2ee524..183cd67 100644 --- a/src/components/CustomPages/BS/BS034ShowPrint.js +++ b/src/components/CustomPages/BS/BS034ShowPrint.js @@ -227,7 +227,7 @@ class BS034ShowPrint extends React.Component { 检查人员签字 - + { showUsersSign(data.Nav_ListCheckUserSign, config.picServerHost) // data.Nav_ListCheckUserSign.map((sign, i) => { @@ -241,7 +241,7 @@ class BS034ShowPrint extends React.Component { 审核意见 - + { showApprove(data.Nav_ApproveCheckAudit?.Nav_ApproveDetails, this.props.app.enums.NodeApproveStatus.enums, config.picServerHost) diff --git a/src/components/CustomPages/BS/BS034View.js b/src/components/CustomPages/BS/BS034View.js index 566a52a..7163156 100644 --- a/src/components/CustomPages/BS/BS034View.js +++ b/src/components/CustomPages/BS/BS034View.js @@ -317,7 +317,7 @@ class BS034View extends React.Component { 检查人员签字 - + { showUsersSign(checkSign, config.picServerHost, 200) } @@ -326,7 +326,7 @@ class BS034View extends React.Component { 审核意见 - + { showApprove(data.Nav_ApproveCheckAudit?.Nav_ApproveDetails, this.props.app.enums.NodeApproveStatus.enums, config.picServerHost, 200) diff --git a/src/components/CustomPages/BS/BS070ShowPrint.js b/src/components/CustomPages/BS/BS070ShowPrint.js index 92709d6..bb7cc65 100644 --- a/src/components/CustomPages/BS/BS070ShowPrint.js +++ b/src/components/CustomPages/BS/BS070ShowPrint.js @@ -190,7 +190,7 @@ class BS070ShowPrint extends React.Component { 任务制定审核人 - + { showApprove(Nav_ApproveApply?.Nav_ApproveDetails, this.props.app.enums.NodeApproveStatus.enums, config.picServerHost, 200) } @@ -201,7 +201,7 @@ class BS070ShowPrint extends React.Component { Nav_SafeCheck.STATUSPLAN >= 20 ? 检查人员确认 - + { showUsersSign(Nav_ListApplySign, config.picServerHost, 200, 70) }