|
@@ -2630,7 +2630,7 @@ const IntentionCustomer = Form.create()(
|
|
|
</Spin>
|
|
|
</Form>
|
|
|
</Modal>
|
|
|
- <Modal
|
|
|
+ {this.state.noVisible ? <Modal
|
|
|
maskClosable={false}
|
|
|
visible={this.state.noVisible}
|
|
|
onOk={this.noCancel}
|
|
@@ -2680,8 +2680,8 @@ const IntentionCustomer = Form.create()(
|
|
|
</div>
|
|
|
</Spin>
|
|
|
</Form>
|
|
|
- </Modal>
|
|
|
- <Modal
|
|
|
+ </Modal> : <div/>}
|
|
|
+ {this.state.passVisible ? <Modal
|
|
|
maskClosable={false}
|
|
|
visible={this.state.passVisible}
|
|
|
onOk={this.passCancel}
|
|
@@ -2731,8 +2731,8 @@ const IntentionCustomer = Form.create()(
|
|
|
</div>
|
|
|
</Spin>
|
|
|
</Form>
|
|
|
- </Modal>
|
|
|
- <Modal
|
|
|
+ </Modal> : <div/>}
|
|
|
+ {this.state.rizhivisible ? <Modal
|
|
|
visible={this.state.rizhivisible}
|
|
|
className="admin-desc-content"
|
|
|
width="800px"
|
|
@@ -2752,8 +2752,8 @@ const IntentionCustomer = Form.create()(
|
|
|
/>
|
|
|
</Spin>
|
|
|
</div>
|
|
|
- </Modal>
|
|
|
- <Modal
|
|
|
+ </Modal> : <div/>}
|
|
|
+ {this.state.dvisible ? <Modal
|
|
|
visible={this.state.dvisible}
|
|
|
footer=""
|
|
|
title="所有列表信息"
|
|
@@ -2807,8 +2807,8 @@ const IntentionCustomer = Form.create()(
|
|
|
)}
|
|
|
content={() => this.refs.all}
|
|
|
/>
|
|
|
- </Modal>
|
|
|
- <Modal
|
|
|
+ </Modal> : <div/>}
|
|
|
+ {this.state.bvisible ? <Modal
|
|
|
visible={this.state.bvisible}
|
|
|
footer=""
|
|
|
title="开票历史记录"
|
|
@@ -2858,8 +2858,8 @@ const IntentionCustomer = Form.create()(
|
|
|
/>
|
|
|
</div>
|
|
|
</Spin>
|
|
|
- </Modal>
|
|
|
- <Modal
|
|
|
+ </Modal> : <div/>}
|
|
|
+ {this.state.cvisible ? <Modal
|
|
|
visible={this.state.cvisible}
|
|
|
footer=""
|
|
|
title="详细收款流水"
|
|
@@ -2908,8 +2908,8 @@ const IntentionCustomer = Form.create()(
|
|
|
/>
|
|
|
</div>
|
|
|
</Spin>
|
|
|
- </Modal>
|
|
|
- <Modal
|
|
|
+ </Modal> : <div/>}
|
|
|
+ {this.state.timeVisible ? <Modal
|
|
|
visible={this.state.timeVisible}
|
|
|
footer=""
|
|
|
title="工时详情"
|
|
@@ -2967,8 +2967,8 @@ const IntentionCustomer = Form.create()(
|
|
|
)}
|
|
|
content={() => this.refs.all}
|
|
|
/>
|
|
|
- </Modal>
|
|
|
- <Modal
|
|
|
+ </Modal> : <div/>}
|
|
|
+ {this.state.cuiVisible ? <Modal
|
|
|
visible={this.state.cuiVisible}
|
|
|
footer=""
|
|
|
title="催款详情"
|
|
@@ -3026,8 +3026,8 @@ const IntentionCustomer = Form.create()(
|
|
|
)}
|
|
|
content={() => this.refs.all}
|
|
|
/>
|
|
|
- </Modal>
|
|
|
- <Modal
|
|
|
+ </Modal> : <div/>}
|
|
|
+ {this.state.proVisible ? <Modal
|
|
|
visible={this.state.proVisible}
|
|
|
footer=""
|
|
|
title="项目详情"
|
|
@@ -3095,7 +3095,7 @@ const IntentionCustomer = Form.create()(
|
|
|
)}
|
|
|
content={() => this.refs.all}
|
|
|
/>
|
|
|
- </Modal>
|
|
|
+ </Modal> : <div/>}
|
|
|
</div>
|
|
|
</div>
|
|
|
);
|