|
@@ -14,6 +14,7 @@ import {getProjectStatus,} from '@/tools'
|
|
|
import { getMaterialStatus, getUrgentStatus } from '@/tools'
|
|
import { getMaterialStatus, getUrgentStatus } from '@/tools'
|
|
|
import ApplyPaymentModal from './applyPaymentModal';
|
|
import ApplyPaymentModal from './applyPaymentModal';
|
|
|
import PayRecord from './payRecord';
|
|
import PayRecord from './payRecord';
|
|
|
|
|
+import ImgList from '../../../common/imgList/index';
|
|
|
import './index.less'
|
|
import './index.less'
|
|
|
import $ from "jquery";
|
|
import $ from "jquery";
|
|
|
|
|
|
|
@@ -929,15 +930,13 @@ class CheckProject extends Component {
|
|
|
>
|
|
>
|
|
|
<div>
|
|
<div>
|
|
|
<div className="title">备注</div>
|
|
<div className="title">备注</div>
|
|
|
- <Input
|
|
|
|
|
- type="textarea"
|
|
|
|
|
- placeholder="请输入备注"
|
|
|
|
|
- rows={4}
|
|
|
|
|
- value={this.props.outsourceRemarks}
|
|
|
|
|
- />
|
|
|
|
|
|
|
+ <div style={{fontSize:'15px'}}>
|
|
|
|
|
+ {this.props.outsourceRemarks}
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
<div style={{paddingTop:'20px'}}>
|
|
<div style={{paddingTop:'20px'}}>
|
|
|
<div className="title">合同/协议扫描件</div>
|
|
<div className="title">合同/协议扫描件</div>
|
|
|
|
|
+ {/*<ImgList fileList={this.props.fileList}/>*/}
|
|
|
<Upload
|
|
<Upload
|
|
|
className="demandDetailShow-upload"
|
|
className="demandDetailShow-upload"
|
|
|
listType="picture-card"
|
|
listType="picture-card"
|