@@ -286,7 +286,7 @@ class Inspect extends React.Component {
render() {
const { getInfomation,handleChangeValue,inspectVal, list, labelList, delPartItem, handleLabelSub, handleClear, handleConfirm, fillActive, getExcelDataList, handleCloseExcel, handlePush } = this.props;
const { toastText, visible, tmpId, tmpIdx } = this.state;
- console.log(this.props,99999)
+
return (
<div className={styles.wrapper}>
<div className={styles.check}>
@@ -127,7 +127,7 @@
}
.itemPart {
height: 28px;
- // line-height: 28px;
+ line-height: 28px;
overflow: hidden;
padding-top: 0 !important;
width: 330px;
@@ -151,7 +151,7 @@
.itemPartT {
float: right;
- width: 110px;
+ max-width: 110px;
input {
width: 40px;
text-align: center;
@@ -3,6 +3,7 @@
font-size: 24px;
margin-bottom: 30px;
text-align:center;
+ padding-top: 15px;
.patInfo {
margin: 0px 0px 30px 0px;
@@ -22,14 +22,20 @@
bottom: 7%;
height: 86%;
+ padding-top: 45px;
.close {
- padding: 15px 15px 15px 20px;
+ padding: 0 15px;
+ height: 45px;
+ line-height: 45px;
border-bottom: 1px solid #EAEDF1;
+ position: absolute;
+ width: 100%;
+ top: 0;
img{
float:right;
cursor: pointer;
- margin-top: -5px;
+ margin-top: 10px;
@@ -5,7 +5,7 @@
height: 100%;
top:0px;
width: 820px;
- padding: 15px 0px 100px 0px;
+ padding-bottom: 100px;
box-sizing: border-box;
.contents {
position: relative;
.button {
@@ -8,7 +8,7 @@ import { getSearchList,getInstroduce } from '@store/async-actions/assistCheck';
import {ISREAD} from '@store/types/homePage.js';
import {billing} from '@store/async-actions/pushMessage';
-function mapStateToProps(state) {//console.log(state)
+function mapStateToProps(state) {console.log(state)
return {
list:state.assistCheck.list,
assistLabel:state.assistCheck.assistLabel,
@@ -355,4 +355,5 @@ function getPushLists(data1,data2){ //推送数据
})
totalTmpArr = tmpArr1.concat(tmpArr2);
return totalTmpArr;
-}
+}
@@ -877,7 +877,6 @@ function inspectAndAssist(){
questionId: '',
showType: 1,
- console.log(tmpInspect[i])
if (tmpInspect[i].controlType == 0) {
tmpDetail = tmpInspect[i].questionMapping
}else if(tmpInspect[i].controlType == 1 || tmpInspect[i].controlType == 6){