|
@@ -18,6 +18,7 @@ import {
|
|
|
import './customer.less';
|
|
|
import ShowModalDiv from "@/showModal.jsx";
|
|
|
import OrderRiZi from "@/orderRiZi.jsx";
|
|
|
+import ImgList from "../../../common/imgList";
|
|
|
|
|
|
const IntentionCustomer = Form.create()(
|
|
|
React.createClass({
|
|
@@ -1049,7 +1050,7 @@ const IntentionCustomer = Form.create()(
|
|
|
/>
|
|
|
</Spin>
|
|
|
</div>
|
|
|
- <Modal
|
|
|
+ {this.state.visible ? <Modal
|
|
|
className="customeDetails"
|
|
|
footer=""
|
|
|
title="订单详情"
|
|
@@ -1181,17 +1182,20 @@ const IntentionCustomer = Form.create()(
|
|
|
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,
|
|
|
- });
|
|
|
- }}
|
|
|
- ></Upload>
|
|
|
+ {/*<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'}}>
|
|
|
+ {this.state.visible && this.state.orgCodeUrl ? <ImgList fileList={this.state.orgCodeUrl} ItemWidth={'96px'}/> : <div/>}
|
|
|
+ </div>
|
|
|
<Modal
|
|
|
maskClosable={false}
|
|
|
footer={null}
|
|
@@ -1261,17 +1265,20 @@ const IntentionCustomer = Form.create()(
|
|
|
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,
|
|
|
- });
|
|
|
- }}
|
|
|
- ></Upload>
|
|
|
+ {/*<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'}}>
|
|
|
+ {this.state.visible && this.state.replenishUrl ? <ImgList domId={'chargeback1'} fileList={this.state.replenishUrl}/> : <div/>}
|
|
|
+ </div>
|
|
|
<Modal
|
|
|
maskClosable={false}
|
|
|
footer={null}
|
|
@@ -1446,15 +1453,15 @@ const IntentionCustomer = Form.create()(
|
|
|
span={24}
|
|
|
offset={9}
|
|
|
style={{ marginTop: "15px" }}
|
|
|
- ></Col>
|
|
|
+ />
|
|
|
</Form>
|
|
|
</Spin>
|
|
|
</div>
|
|
|
</div>
|
|
|
</Spin>
|
|
|
</Form>
|
|
|
- </Modal>
|
|
|
- <Modal
|
|
|
+ </Modal> : <div/>}
|
|
|
+ {this.state.addnextVisible ? <Modal
|
|
|
maskClosable={false}
|
|
|
visible={this.state.addnextVisible}
|
|
|
onOk={this.nextCancel}
|
|
@@ -1537,17 +1544,20 @@ const IntentionCustomer = Form.create()(
|
|
|
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,
|
|
|
- });
|
|
|
- }}
|
|
|
- ></Upload>
|
|
|
+ {/*<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'}}>
|
|
|
+ {this.state.visible && this.state.orgCodeUrl ? <ImgList domId={'chargeback2'} fileList={this.state.orgCodeUrl}/> : <div/>}
|
|
|
+ </div>
|
|
|
<Modal
|
|
|
maskClosable={false}
|
|
|
footer={null}
|
|
@@ -1571,17 +1581,20 @@ const IntentionCustomer = Form.create()(
|
|
|
wrapperCol={{ span: 16 }}
|
|
|
label="退单申请表"
|
|
|
>
|
|
|
- <Upload
|
|
|
- className="demandDetailShow-upload"
|
|
|
- listType="picture-card"
|
|
|
- fileList={this.state.orgCodeUrl}
|
|
|
- onPreview={(file) => {
|
|
|
- this.setState({
|
|
|
- previewImage: file.url || file.thumbUrl,
|
|
|
- previewVisible: true,
|
|
|
- });
|
|
|
- }}
|
|
|
- ></Upload>
|
|
|
+ {/*<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'}}>
|
|
|
+ {this.state.visible && this.state.orgCodeUrl ? <ImgList domId={'chargeback3'} fileList={this.state.orgCodeUrl}/> : <div/>}
|
|
|
+ </div>
|
|
|
</FormItem>
|
|
|
</div>
|
|
|
<div className="clearfix">
|
|
@@ -1631,7 +1644,7 @@ const IntentionCustomer = Form.create()(
|
|
|
</div>
|
|
|
</Spin>
|
|
|
</Form>
|
|
|
- </Modal>
|
|
|
+ </Modal> : <div/>}
|
|
|
{/* <Modal
|
|
|
visible={this.state.rizhivisible}
|
|
|
className="admin-desc-content"
|