|
@@ -439,11 +439,11 @@ class Operation extends Component {
|
|
floderModal,folderOrderShow,folderOrder,adminItems,patInfo,saveOrderFolder,hideLabel} = this.props;
|
|
floderModal,folderOrderShow,folderOrder,adminItems,patInfo,saveOrderFolder,hideLabel} = this.props;
|
|
const {zIndex,type,le,value,folder,folderListShow} = this.state;
|
|
const {zIndex,type,le,value,folder,folderListShow} = this.state;
|
|
return <div className={style['container']} style={{left:le}}>
|
|
return <div className={style['container']} style={{left:le}}>
|
|
- <span className={style['button']} onClick={showPrint}><img src={printImg} /> 打印病历</span>
|
|
|
|
|
|
+ {/*<span className={style['button']} onClick={showPrint}><img src={printImg} /> 打印病历</span>*/}
|
|
<span className={style['preButton']} onClick={showPreview}><img src={preview} /> 预览</span>
|
|
<span className={style['preButton']} onClick={showPreview}><img src={preview} /> 预览</span>
|
|
{hideLabel?"":<span className={style['preButton']} onClick={() => { this.saveHis(3) }}><img src={saveHistory} /> 保存病历模板</span>}
|
|
{hideLabel?"":<span className={style['preButton']} onClick={() => { this.saveHis(3) }}><img src={saveHistory} /> 保存病历模板</span>}
|
|
{hideLabel?"":<span className={style['preButton']} onClick={cancelDelTag}><img src={cancelTag} /> 还原标签</span>}
|
|
{hideLabel?"":<span className={style['preButton']} onClick={cancelDelTag}><img src={cancelTag} /> 还原标签</span>}
|
|
- <span className={winWidth<=1082?`${style['saveButton']} ${style['minstyle']}`: style['saveButton']} onClick={() => { this.saveAll(1) }}>保存</span>
|
|
|
|
|
|
+ {/*<span className={winWidth<=1082?`${style['saveButton']} ${style['minstyle']}`: style['saveButton']} onClick={() => { this.saveAll(1) }}>保存</span>*/}
|
|
<span className={winWidth<=1082?`${style['clearButton']} ${style['saveButton']} ${style['minstyle']}`:`${style['clearButton']} ${style['saveButton']}`} onClick={() => { this.clearAll(2) }}>清除</span>
|
|
<span className={winWidth<=1082?`${style['clearButton']} ${style['saveButton']} ${style['minstyle']}`:`${style['clearButton']} ${style['saveButton']}`} onClick={() => { this.clearAll(2) }}>清除</span>
|
|
{visible?<PrintPreviewContainer visible={visible} onClose={closePrint} />:null}
|
|
{visible?<PrintPreviewContainer visible={visible} onClose={closePrint} />:null}
|
|
{preVisible?<PreviewContainer visible={preVisible} onClose={closePreview} />:null}
|
|
{preVisible?<PreviewContainer visible={preVisible} onClose={closePreview} />:null}
|