|
@@ -122,7 +122,7 @@ class AddNewInspect extends React.Component {
|
|
</ul>;
|
|
</ul>;
|
|
}
|
|
}
|
|
render() {
|
|
render() {
|
|
- const {activeIdx,labelListBlood,handleSuiFang,handleSelectShow,selectJiType,setHighter,staticData,refreshScroller,checkOnOff, getInfomation,setTipValue, handleChangeValue,labelListSmall,inspectList, inspectVal, list, labelListBig, windowHeight, windowWidth,detailClick, handleLabelSub, handleClear, handleConfirm, fillActive, getExcelDataList, handleCloseExcel, handlePush,handleDelConfirm } = this.props;
|
|
|
|
|
|
+ const {activeIdx,hosId,labelListBlood,handleSuiFang,handleSelectShow,selectJiType,setHighter,staticData,refreshScroller,checkOnOff, getInfomation,setTipValue, handleChangeValue,labelListSmall,inspectList, inspectVal, list, labelListBig, windowHeight, windowWidth,detailClick, handleLabelSub, handleClear, handleConfirm, fillActive, getExcelDataList, handleCloseExcel, handlePush,handleDelConfirm } = this.props;
|
|
const { tmpId, tmpIdx, time, pageTop, impId } = this.state;
|
|
const { tmpId, tmpIdx, time, pageTop, impId } = this.state;
|
|
const contStyle={
|
|
const contStyle={
|
|
opacity:'0.4',
|
|
opacity:'0.4',
|
|
@@ -139,6 +139,7 @@ class AddNewInspect extends React.Component {
|
|
{
|
|
{
|
|
labelListBig && labelListBig.map((item, idx) => {
|
|
labelListBig && labelListBig.map((item, idx) => {
|
|
return <SlidePic
|
|
return <SlidePic
|
|
|
|
+ hosId={hosId}
|
|
item={item}
|
|
item={item}
|
|
handleSelectShow={handleSelectShow}
|
|
handleSelectShow={handleSelectShow}
|
|
activeIdx={activeIdx}
|
|
activeIdx={activeIdx}
|
|
@@ -158,6 +159,7 @@ class AddNewInspect extends React.Component {
|
|
{
|
|
{
|
|
labelListSmall && labelListSmall.map((item, idx) => {
|
|
labelListSmall && labelListSmall.map((item, idx) => {
|
|
return <SlidePic
|
|
return <SlidePic
|
|
|
|
+ hosId={hosId}
|
|
item={item}
|
|
item={item}
|
|
checkOnOff={checkOnOff}
|
|
checkOnOff={checkOnOff}
|
|
time={time}
|
|
time={time}
|
|
@@ -173,6 +175,7 @@ class AddNewInspect extends React.Component {
|
|
{
|
|
{
|
|
labelListBlood && labelListBlood.map((item, idx) => {
|
|
labelListBlood && labelListBlood.map((item, idx) => {
|
|
return <SlidePic
|
|
return <SlidePic
|
|
|
|
+ hosId={hosId}
|
|
item={item}
|
|
item={item}
|
|
checkOnOff={checkOnOff}
|
|
checkOnOff={checkOnOff}
|
|
time={time}
|
|
time={time}
|