|
@@ -133,7 +133,6 @@ const approvedOutsourcing = React.createClass({
|
|
|
companyId: thisdata.companyId,
|
|
|
companyName: thisdata.companyName,
|
|
|
buyerId: thisdata.buyerId,
|
|
|
- buyerName: thisdata.buyerName,
|
|
|
contractNo: thisdata.contractNo,
|
|
|
createTime: thisdata.createTime,
|
|
|
departmentName: thisdata.departmentName,
|
|
@@ -3197,20 +3196,20 @@ const approvedOutsourcing = React.createClass({
|
|
|
wrapperCol={{ span: 18 }}
|
|
|
label="合同扫描件"
|
|
|
>
|
|
|
- {/*<Upload*/}
|
|
|
- {/* className="demandDetailShow-upload"*/}
|
|
|
- {/* listType="picture-card"*/}
|
|
|
- {/* fileList={this.state.orgCodeUrl}*/}
|
|
|
- {/* onPreview={(file) => {*/}
|
|
|
- {/* this.setState({*/}
|
|
|
- {/* previewImage: file.url || file.thumbUrl,*/}
|
|
|
- {/* previewVisible: true,*/}
|
|
|
- {/* });*/}
|
|
|
- {/* }}*/}
|
|
|
- {/*/>*/}
|
|
|
- <div style={{paddingTop:'10px',paddingBottom:'10px'}}>
|
|
|
- <ImgList fileList={this.state.orgCodeUrl} ItemWidth={'96px'}/>
|
|
|
- </div>
|
|
|
+ <Upload
|
|
|
+ className="demandDetailShow-upload"
|
|
|
+ listType="picture-card"
|
|
|
+ fileList={this.state.orgCodeUrl}
|
|
|
+ onPreview={(file) => {
|
|
|
+ this.setState({
|
|
|
+ previewImage: file.url || file.thumbUrl,
|
|
|
+ previewVisible: true,
|
|
|
+ });
|
|
|
+ }}
|
|
|
+ />
|
|
|
+ {/*<div style={{paddingTop:'10px',paddingBottom:'10px'}}>*/}
|
|
|
+ {/* <ImgList fileList={this.state.orgCodeUrl} ItemWidth={'96px'}/>*/}
|
|
|
+ {/*</div>*/}
|
|
|
<Modal
|
|
|
maskClosable={false}
|
|
|
footer={null}
|
|
@@ -3280,20 +3279,20 @@ const approvedOutsourcing = React.createClass({
|
|
|
wrapperCol={{ span: 18 }}
|
|
|
label="补充协议"
|
|
|
>
|
|
|
- {/*<Upload*/}
|
|
|
- {/* className="demandDetailShow-upload"*/}
|
|
|
- {/* listType="picture-card"*/}
|
|
|
- {/* fileList={this.state.replenishUrl}*/}
|
|
|
- {/* onPreview={(file) => {*/}
|
|
|
- {/* this.setState({*/}
|
|
|
- {/* previewImage: file.url || file.thumbUrl,*/}
|
|
|
- {/* previewVisibles: true,*/}
|
|
|
- {/* });*/}
|
|
|
- {/* }}*/}
|
|
|
- {/*/>*/}
|
|
|
- <div style={{paddingTop:'10px',paddingBottom:'10px'}}>
|
|
|
- <ImgList fileList={this.state.replenishUrl} ItemWidth={'96px'}/>
|
|
|
- </div>
|
|
|
+ <Upload
|
|
|
+ className="demandDetailShow-upload"
|
|
|
+ listType="picture-card"
|
|
|
+ fileList={this.state.replenishUrl}
|
|
|
+ onPreview={(file) => {
|
|
|
+ this.setState({
|
|
|
+ previewImage: file.url || file.thumbUrl,
|
|
|
+ previewVisibles: true,
|
|
|
+ });
|
|
|
+ }}
|
|
|
+ />
|
|
|
+ {/*<div style={{paddingTop:'10px',paddingBottom:'10px'}}>*/}
|
|
|
+ {/* <ImgList fileList={this.state.replenishUrl} ItemWidth={'96px'}/>*/}
|
|
|
+ {/*</div>*/}
|
|
|
<Modal
|
|
|
maskClosable={false}
|
|
|
footer={null}
|
|
@@ -3629,20 +3628,20 @@ const approvedOutsourcing = React.createClass({
|
|
|
wrapperCol={{ span: 18 }}
|
|
|
label="合同/协议扫描件"
|
|
|
>
|
|
|
- {/*<Upload*/}
|
|
|
- {/* className="demandDetailShow-upload"*/}
|
|
|
- {/* listType="picture-card"*/}
|
|
|
- {/* fileList={this.state.pictureUrl}*/}
|
|
|
- {/* onPreview={(file) => {*/}
|
|
|
- {/* this.setState({*/}
|
|
|
- {/* previewImage: file.url || file.thumbUrl,*/}
|
|
|
- {/* previewVisible: true,*/}
|
|
|
- {/* });*/}
|
|
|
- {/* }}*/}
|
|
|
- {/*/>*/}
|
|
|
- <div style={{paddingTop:'10px',paddingBottom:'10px'}}>
|
|
|
- <ImgList fileList={this.state.pictureUrl} ItemWidth={'96px'}/>
|
|
|
- </div>
|
|
|
+ <Upload
|
|
|
+ className="demandDetailShow-upload"
|
|
|
+ listType="picture-card"
|
|
|
+ fileList={this.state.pictureUrl}
|
|
|
+ onPreview={(file) => {
|
|
|
+ this.setState({
|
|
|
+ previewImage: file.url || file.thumbUrl,
|
|
|
+ previewVisible: true,
|
|
|
+ });
|
|
|
+ }}
|
|
|
+ />
|
|
|
+ {/*<div style={{paddingTop:'10px',paddingBottom:'10px'}}>*/}
|
|
|
+ {/* <ImgList fileList={this.state.pictureUrl} ItemWidth={'96px'}/>*/}
|
|
|
+ {/*</div>*/}
|
|
|
<Modal
|
|
|
maskClosable={false}
|
|
|
footer={null}
|