|
@@ -3,7 +3,6 @@ import { Button, ItemBox, ConfirmModal, Loading, Message, Add } from '@commonCom
|
|
import DiagnosticList from '@containers/DiagnosticList.js';
|
|
import DiagnosticList from '@containers/DiagnosticList.js';
|
|
import { getPageCoordinate,setPosition } from '@utils/tools';
|
|
import { getPageCoordinate,setPosition } from '@utils/tools';
|
|
import DiagResultSearch from '@containers/DiagResultSearch';
|
|
import DiagResultSearch from '@containers/DiagResultSearch';
|
|
-import $ from 'jquery';
|
|
|
|
|
|
|
|
class Diagnosis extends Component {
|
|
class Diagnosis extends Component {
|
|
constructor(props) {
|
|
constructor(props) {
|
|
@@ -40,15 +39,13 @@ class Diagnosis extends Component {
|
|
if(this.props.show){
|
|
if(this.props.show){
|
|
this.props.setHighter(48)
|
|
this.props.setHighter(48)
|
|
}else{
|
|
}else{
|
|
|
|
+ this.props.getBilling({mode:10});
|
|
setPosition(e,"#searchOption",this.props.setHighter)
|
|
setPosition(e,"#searchOption",this.props.setHighter)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
refreshScroller(){
|
|
refreshScroller(){
|
|
//更新滚动条状态,解决容器变大滚动条不更新bug
|
|
//更新滚动条状态,解决容器变大滚动条不更新bug
|
|
return this.context.scrollArea;
|
|
return this.context.scrollArea;
|
|
- /*this.context.scrollArea.refresh();
|
|
|
|
- this.context.scrollArea.scrollBottom();*/
|
|
|
|
-
|
|
|
|
}
|
|
}
|
|
render() {
|
|
render() {
|
|
return (<div id="diagnosisResult">
|
|
return (<div id="diagnosisResult">
|
|
@@ -64,10 +61,7 @@ class Diagnosis extends Component {
|
|
height={150}>
|
|
height={150}>
|
|
</DiagResultSearch>
|
|
</DiagResultSearch>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
-
|
|
|
|
</ItemBox>
|
|
</ItemBox>
|
|
- {/* <TreatDrug></TreatDrug> */}
|
|
|
|
<Message></Message>
|
|
<Message></Message>
|
|
</div>)
|
|
</div>)
|
|
}
|
|
}
|