|
@@ -253,11 +253,11 @@ class Inspect extends React.Component {
|
|
|
<div className={styles.top}>
|
|
|
<span id="inspectResultData" className={setFontColorSize(2,5)}>化验结果数据</span>
|
|
|
{/* <div className={this.getStyle()} onClick={ieVersion&&ieVersion<=9?null:this.handleImportExcel}> */}
|
|
|
- <div className={this.getStyle()} style={{ display: hospitalMsg.import_way_lis == 0||hospitalMsg.import_way_lis ==undefined ? 'none' : 'block' }}>
|
|
|
+ {/* <div className={this.getStyle()} style={{ display: hospitalMsg.import_way_lis == 0||hospitalMsg.import_way_lis ==undefined ? 'none' : 'block' }}> */}
|
|
|
{/* <button disabled={ieVersion&&ieVersion>9?true:false}onClick={ieVersion && ieVersion <= 9 ? null : this.handleImportExcel}>导入化验结果</button>
|
|
|
<input accept=".csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel" type="file" name="uploadfile" id="choose" style={{ display: 'none' }} ref={(DOM) => this.inputRef = DOM} /> */}
|
|
|
{/* {0没有,1本地,2医院,3本地和医院} */}
|
|
|
- {
|
|
|
+ {/* {
|
|
|
hospitalMsg.import_way_lis == 1 ? <div className={styles.pushButton} disabled={ieVersion && ieVersion > 9 ? true : false} onClick={ieVersion && ieVersion <= 9 ? null : this.handleImportExcel}>
|
|
|
<p className={styles.importInspectBtn}>导入化验结果</p>
|
|
|
<input accept=".csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel" type="file" name="uploadfile" id="choose" style={{ display: 'none' }} ref={(DOM) => this.inputRef = DOM} />
|
|
@@ -275,17 +275,17 @@ class Inspect extends React.Component {
|
|
|
</ul>
|
|
|
}
|
|
|
</div> : null
|
|
|
- }
|
|
|
+ } */}
|
|
|
|
|
|
- {
|
|
|
+ {/* {
|
|
|
hide ? <WrapModalContainer title={'导入化验数据'} width={1000} height={570} onClose={onClose}>
|
|
|
<WrapModalBody
|
|
|
height={570}
|
|
|
closeInIcss={closeInIcss}
|
|
|
></WrapModalBody>
|
|
|
</WrapModalContainer> : null
|
|
|
- }
|
|
|
- </div>
|
|
|
+ } */}
|
|
|
+ {/* </div> */}
|
|
|
</div>
|
|
|
<ItemBox
|
|
|
hideAllDrop={hideAllDrop}
|