Forráskód Böngészése

Merge branch 'testNew' of http://192.168.2.236:10080/zhouna/newICSS into testNew

luolei 4 éve
szülő
commit
79bedcee93

+ 1 - 1
src/components/PatInfo/index.jsx

@@ -177,7 +177,7 @@ class PatInfo extends Component {
                   )}
                   {item.id === 'patientAge' && (<input id={item.id} type="text" autocomplete="off" maxlength={11} value={item.value} onChange={this.handleChange} onFocus={this.inputOnFocus}/>)}
                   {item.id === 'systemTime' && (<input id={item.id} type="text" autocomplete="off" disabled value={item.value.split(' ')[0]} onChange={this.handleChange} onFocus={this.inputOnFocus}/>)}
-                  {item.id !== 'patientAge' && item.id !== 'patientSex' && item.id !== 'systemTime' && (<input id={item.id} type="text" maxlength={item.maxlength} autocomplete="off" value={item.value} onChange={this.handleChange} onFocus={this.inputOnFocus}/>) }                  
+                  {item.id !== 'patientAge' && item.id !== 'patientSex' && item.id !== 'systemTime' && (<input id={item.id} type="text" maxlength={50} autocomplete="off" value={item.value} onChange={this.handleChange} onFocus={this.inputOnFocus}/>) }                  
                 </div>
               )
             })

+ 1 - 0
src/components/PreviewBody/MedicalAdvice/index.jsx

@@ -49,6 +49,7 @@ class MedicalAdvice extends Component {
                     <tr>
                       <td className={style.adviceTableTdFst}>{item.name}</td>
                       <td className={style.assistTableTdTrd}>输血</td>
+                      <td className={style.assistTableTdSec}></td>
                       <td className={style.assistTableTdSec}>{item.value}</td>
                       <td className={style.assistTableTdFor}>{item.time}</td>
                     </tr>