查看增加显示意见

master
LiuJiaNan 2026-04-02 09:23:52 +08:00
parent 51c34d80b6
commit c266d4e3c5
3 changed files with 11 additions and 1 deletions

View File

@ -3,7 +3,8 @@
"baseUrl": "src",
"paths": {
"~/*": ["*"]
}
},
"jsx": "react"
},
"include": ["src"]
}

View File

@ -211,6 +211,7 @@ function View(props) {
{info?.info?.step_14?.signPath && <Image src={getFileUrl() + info?.info?.step_14?.signPath} width={50} height={50} />}
</div>
<div>{info?.info?.step_14?.signTime}</div>
<div>{info?.info?.step_14?.remarks}</div>
</td>
<td className="title">管理单位发包部门意见</td>
<td className="right" style={{ width: 200 }}>
@ -218,6 +219,7 @@ function View(props) {
{info?.info?.step_15?.signPath && <Image src={getFileUrl() + info?.info?.step_15?.signPath} width={50} height={50} />}
</div>
<div>{info?.info?.step_15?.signTime}</div>
<div>{info?.info?.step_15?.remarks}</div>
</td>
<td className="title">管理单位安监部门意见</td>
<td className="right" style={{ width: 200 }}>
@ -225,6 +227,7 @@ function View(props) {
{info?.info?.step_16?.signPath && <Image src={getFileUrl() + info?.info?.step_16?.signPath} width={50} height={50} />}
</div>
<div>{info?.info?.step_16?.signTime}</div>
<div>{info?.info?.step_16?.remarks}</div>
</td>
</tr>
</tbody>

View File

@ -186,6 +186,7 @@ function View(props) {
{info?.info?.step_4?.signPath && <Image src={getFileUrl() + info?.info?.step_4?.signPath} width={50} height={50} />}
</div>
<div>{info?.info?.step_4?.signTime}</div>
<div>{info?.info?.step_4?.remarks}</div>
</td>
<td className="title">项目发包单位(部门)人员意见</td>
<td className="right">
@ -193,6 +194,7 @@ function View(props) {
{info?.info?.step_5?.signPath && <Image src={getFileUrl() + info?.info?.step_5?.signPath} width={50} height={50} />}
</div>
<div>{info?.info?.step_5?.signTime}</div>
<div>{info?.info?.step_5?.remarks}</div>
</td>
</tr>
<tr>
@ -202,6 +204,7 @@ function View(props) {
{info?.info?.step_6?.signPath && <Image src={getFileUrl() + info?.info?.step_6?.signPath} width={50} height={50} />}
</div>
<div>{info?.info?.step_6?.signTime}</div>
<div>{info?.info?.step_6?.remarks}</div>
</td>
<td className="title">动火许可证签发单位意见</td>
<td className="right">
@ -209,6 +212,7 @@ function View(props) {
{info?.info?.step_7?.signPath && <Image src={getFileUrl() + info?.info?.step_7?.signPath} width={50} height={50} />}
</div>
<div>{info?.info?.step_7?.signTime}</div>
<div>{info?.info?.step_7?.remarks}</div>
</td>
</tr>
<tr>
@ -218,6 +222,7 @@ function View(props) {
{info?.info?.step_9?.signPath && <Image src={getFileUrl() + info?.info?.step_9?.signPath} width={50} height={50} />}
</div>
<div>{info?.info?.step_9?.signTime}</div>
<div>{info?.info?.step_9?.remarks}</div>
</td>
<td className="title">动火后管辖单位现场人员验收</td>
<td className="right">
@ -225,6 +230,7 @@ function View(props) {
{info?.info?.step_11?.signPath && <Image src={getFileUrl() + info?.info?.step_11?.signPath} width={50} height={50} />}
</div>
<div>{info?.info?.step_11?.signTime}</div>
<div>{info?.info?.step_11?.remarks}</div>
</td>
</tr>
<tr>