|
@@ -164,7 +164,7 @@ class PreviewBody extends Component {
|
|
|
<table style={{ width: "100%", borderCollapse: 'collapse' }}>
|
|
|
<tr style={{ verticalAlign: 'top', borderBottom: "1px solid #e2e4e6" }}>
|
|
|
<td style={{ textAlign: 'right', padding: '9px 5px 8px 0px', fontSize: '14px',width:'70px' }}>主诉:</td>
|
|
|
- <td style={{ fontSize: '14px', padding: '9px 0px 8px 0px', lineHeight: '20px',wordBreak:"break-word" }}>
|
|
|
+ <td style={{ fontSize: '14px', padding: '9px 0px 8px 0px', lineHeight: '20px',wordBreak:"break-all" }}>
|
|
|
{
|
|
|
filterDataArr(JSON.parse(dataStr.chief))
|
|
|
}
|
|
@@ -172,7 +172,7 @@ class PreviewBody extends Component {
|
|
|
</tr>
|
|
|
<tr style={{ verticalAlign: 'top', borderBottom: "1px solid #e2e4e6" }}>
|
|
|
<td style={{ textAlign: 'right', padding: '9px 5px 8px 0px', fontSize: '14px',width:'70px' }}>现病史:</td>
|
|
|
- <td style={{ fontSize: '14px', padding: '9px 0px 8px 0px', lineHeight: '20px',wordBreak:"break-word" }}>
|
|
|
+ <td style={{ fontSize: '14px', padding: '9px 0px 8px 0px', lineHeight: '20px',wordBreak:"break-all" }}>
|
|
|
{
|
|
|
filterDataArr(JSON.parse(dataStr.present))
|
|
|
}
|
|
@@ -180,7 +180,7 @@ class PreviewBody extends Component {
|
|
|
</tr>
|
|
|
<tr style={{ verticalAlign: 'top', borderBottom: "1px solid #e2e4e6" }}>
|
|
|
<td style={{ textAlign: 'right', padding: '9px 5px 8px 0px', fontSize: '14px',width:'70px' }}>其他史:</td>
|
|
|
- <td style={{ fontSize: '14px', padding: '9px 0px 8px 0px', lineHeight: '20px',wordBreak:"break-word" }}>
|
|
|
+ <td style={{ fontSize: '14px', padding: '9px 0px 8px 0px', lineHeight: '20px',wordBreak:"break-all" }}>
|
|
|
{
|
|
|
other_yjs.str1
|
|
|
}
|
|
@@ -202,7 +202,7 @@ class PreviewBody extends Component {
|
|
|
</tr>
|
|
|
<tr style={{ verticalAlign: 'top', borderBottom: "1px solid #e2e4e6" }}>
|
|
|
<td style={{ textAlign: 'right', padding: '9px 5px 8px 0px', fontSize: '14px',width:'70px' }}>查体:</td>
|
|
|
- <td style={{ fontSize: '14px', padding: '9px 0px 8px 0px', lineHeight: '20px',wordBreak:"break-word" }}>
|
|
|
+ <td style={{ fontSize: '14px', padding: '9px 0px 8px 0px', lineHeight: '20px',wordBreak:"break-all" }}>
|
|
|
{
|
|
|
filterDataArr(JSON.parse(dataStr.vital))
|
|
|
}
|
|
@@ -210,7 +210,7 @@ class PreviewBody extends Component {
|
|
|
</tr>
|
|
|
<tr style={{ verticalAlign: 'top', borderBottom: "1px solid #e2e4e6" }}>
|
|
|
<td style={{ width: 70, textAlign: 'right', padding: '9px 5px 8px 0px', fontSize: '14px',width:'70px' }}>化验:</td>
|
|
|
- <td style={{ fontSize: '14px', padding: '4px 0px 8px 0px', lineHeight: '20px', maxWidth: '650px',wordBreak:"break-word" }}>
|
|
|
+ <td style={{ fontSize: '14px', padding: '4px 0px 8px 0px', lineHeight: '20px', maxWidth: '650px',wordBreak:"break-all" }}>
|
|
|
{
|
|
|
dataJson.lis.getExcelDataList && dataJson.lis.getExcelDataList.map((items) => {
|
|
|
return items.lisExcelRes && items.lisExcelRes.map((item) => {
|
|
@@ -263,7 +263,7 @@ class PreviewBody extends Component {
|
|
|
<td style={{ fontSize: '14px', padding: '9px 0px 8px 0px', lineHeight: '20px' }}>
|
|
|
{
|
|
|
dataStr.pacs && dataStr.pacs != '' && dataStr.pacs.split(';').map((item) => {
|
|
|
- return <div style={{ fontSize: '14px',wordBreak:"break-word" }}>{item}</div>
|
|
|
+ return <div style={{ fontSize: '14px',wordBreak:"break-all" }}>{item}</div>
|
|
|
})
|
|
|
}
|
|
|
</td>
|
|
@@ -281,14 +281,9 @@ class PreviewBody extends Component {
|
|
|
<tr style={{ verticalAlign: 'top', borderBottom: "1px solid #e2e4e6" }}>
|
|
|
<td style={{ textAlign: 'right', padding: '9px 5px 8px 0px', fontSize: '14px',width:'70px' }}>医嘱:</td>
|
|
|
<td style={{ fontSize: '14px', padding: '1px 0px 8px 0px', lineHeight: '20px' }}>
|
|
|
+ {dataJson.advice.commontreatment && dataJson.advice.commontreatment.length > 0 && <p style={{ fontSize: '14px', marginBottom: '8px', marginTop: '8px' }}><span>一般治疗</span></p>}
|
|
|
{
|
|
|
- dataJson.advice.assay && dataJson.advice.assay.length > 0 || dataJson.advice.check && dataJson.advice.check.length > 0 ? <p style={{ fontSize: '14px', marginBottom: "8px" }}><span>开单项目</span></p> : ''
|
|
|
- }
|
|
|
- {
|
|
|
- dataJson.advice.assay && <div style={{ padding: '0px 0px 5px 0px' }}>{dataJson.advice.assay}</div>
|
|
|
- }
|
|
|
- {
|
|
|
- dataJson.advice.check && <div style={{ padding: '0px 0px 5px 0px' }}>{dataJson.advice.check}</div>
|
|
|
+ dataJson.advice.commontreatment && <div style={{ padding: '0px 0px 5px 0px',wordBreak:"break-all" }}>{dataJson.advice.commontreatment}</div>
|
|
|
}
|
|
|
{dataJson.advice.scheme && dataJson.advice.scheme.length > 0 && <p style={{ fontSize: '14px', marginBottom: '8px', marginTop: '8px' }}><span>治疗方案</span></p>}
|
|
|
{
|
|
@@ -296,8 +291,11 @@ class PreviewBody extends Component {
|
|
|
return <p>{item.treatment.map((it, ii) => {
|
|
|
return (it.treatmentStr && it.treatmentStr.length > 0 ?
|
|
|
<div style={{ padding: '0px 0px 5px 0px' }}>{it.treatmentStr}</div> : '')
|
|
|
- })}</p>
|
|
|
- })
|
|
|
+ })}</p>
|
|
|
+ })
|
|
|
+ }
|
|
|
+ {
|
|
|
+ dataJson.advice.adviceInput && <div style={{ padding: '0px 0px 5px 0px',wordBreak:"break-all" }}>{dataJson.advice.adviceInput}</div>
|
|
|
}
|
|
|
</td>
|
|
|
</tr>
|