Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe_web
This commit is contained in:
commit
e4c1df7e81
@ -137,11 +137,11 @@ class FO035ShowPrint extends React.Component {
|
|||||||
<Descriptions.Item label="被交底人签字">{
|
<Descriptions.Item label="被交底人签字">{
|
||||||
data.Nav_Person && data.Nav_Person.map((item, i) => {
|
data.Nav_Person && data.Nav_Person.map((item, i) => {
|
||||||
if (item.DEAL_STATUS == 1) {
|
if (item.DEAL_STATUS == 1) {
|
||||||
showUserSign(item.Nav_User, config.picServerHost)
|
// showUserSign(item.Nav_User, config.picServerHost)
|
||||||
// if (item.Nav_User != null && item.Nav_User.FILE_PATH != null)
|
if (item.Nav_User != null && item.Nav_User.FILE_PATH != null)
|
||||||
// return <img style={{ margin: "0 0 0 15px",width:'150px' }} alt={item.Nav_User?.NAME} src={config.picServerHost + item.Nav_User.FILE_PATH} />
|
return <img style={{ margin: "0 0 0 15px",width:'150px' }} alt={item.Nav_User?.NAME} src={config.picServerHost + item.Nav_User.FILE_PATH} />
|
||||||
// else
|
else
|
||||||
// return <img style={{ margin: "0 0 0 15px",width:'150px' }} title={item.Nav_User?.NAME} />
|
return <img style={{ margin: "0 0 0 15px",width:'150px' }} title={item.Nav_User?.NAME} />
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}</Descriptions.Item>
|
}</Descriptions.Item>
|
||||||
|
|||||||
@ -138,11 +138,11 @@ class FO037ShowPrint extends React.Component {
|
|||||||
<Descriptions.Item label="被交底人签字">{
|
<Descriptions.Item label="被交底人签字">{
|
||||||
data.Nav_Person && data.Nav_Person.map((item, i) => {
|
data.Nav_Person && data.Nav_Person.map((item, i) => {
|
||||||
if (item.DEAL_STATUS == 1) {
|
if (item.DEAL_STATUS == 1) {
|
||||||
showUserSign(item.Nav_User, config.picServerHost)
|
// showUserSign(item.Nav_User, config.picServerHost)
|
||||||
// if (item.Nav_User != null && item.Nav_User.FILE_PATH != null)
|
if (item.Nav_User != null && item.Nav_User.FILE_PATH != null)
|
||||||
// return <img style={{ margin: "0 0 0 15px",width:'150px' }} alt={item.Nav_User?.NAME} src={config.picServerHost + item.Nav_User.FILE_PATH} />
|
return <img style={{ margin: "0 0 0 15px",width:'150px' }} alt={item.Nav_User?.NAME} src={config.picServerHost + item.Nav_User.FILE_PATH} />
|
||||||
// else
|
else
|
||||||
// return <img style={{ margin: "0 0 0 15px",width:'150px' }} title={item.Nav_User?.NAME} />
|
return <img style={{ margin: "0 0 0 15px",width:'150px' }} title={item.Nav_User?.NAME} />
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}</Descriptions.Item>
|
}</Descriptions.Item>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user