|
@@ -1,5 +1,5 @@
|
|
|
import React, { Component } from "react";
|
|
import React, { Component } from "react";
|
|
|
-import { Form, Tooltip, Modal, Button, message, Table, Input,Popconfirm} from "antd";
|
|
|
|
|
|
|
+import { Form, Tooltip, Modal, Button, message, Table, Input, Popconfirm } from "antd";
|
|
|
import AgreeButton from "./agreeButton.js";
|
|
import AgreeButton from "./agreeButton.js";
|
|
|
import Rizhi from "./rizhi.js";
|
|
import Rizhi from "./rizhi.js";
|
|
|
import { getProcessStatusNew, changeColor } from "@/tools.js";
|
|
import { getProcessStatusNew, changeColor } from "@/tools.js";
|
|
@@ -70,9 +70,9 @@ class Itemlist extends Component {
|
|
|
return (
|
|
return (
|
|
|
<div className="clearfix" style={{ height: "30px", overflow: "hidden" }}>
|
|
<div className="clearfix" style={{ height: "30px", overflow: "hidden" }}>
|
|
|
{pageData.labelA === '当前进度' || pageData.labelA === '变更原因' ? <Form.Item
|
|
{pageData.labelA === '当前进度' || pageData.labelA === '变更原因' ? <Form.Item
|
|
|
- label={pageData.labelA}
|
|
|
|
|
- {...pageData.formItemLayoutA}
|
|
|
|
|
- className="half-item"
|
|
|
|
|
|
|
+ label={pageData.labelA}
|
|
|
|
|
+ {...pageData.formItemLayoutA}
|
|
|
|
|
+ className="half-item"
|
|
|
>
|
|
>
|
|
|
<Tooltip placement="topLeft" title={pageData.dataA}>
|
|
<Tooltip placement="topLeft" title={pageData.dataA}>
|
|
|
<div style={{
|
|
<div style={{
|
|
@@ -91,10 +91,10 @@ class Itemlist extends Component {
|
|
|
<div>
|
|
<div>
|
|
|
{pageData.dataA}
|
|
{pageData.dataA}
|
|
|
{pageData.labelA === '客户名称' ?
|
|
{pageData.labelA === '客户名称' ?
|
|
|
- <EnterpriseNameChange
|
|
|
|
|
- type='journal'
|
|
|
|
|
- style={{ marginLeft: 10 }}
|
|
|
|
|
- enterpriseId={this.props.orderUid}/> : null
|
|
|
|
|
|
|
+ <EnterpriseNameChange
|
|
|
|
|
+ type='journal'
|
|
|
|
|
+ style={{ marginLeft: 10 }}
|
|
|
|
|
+ enterpriseId={this.props.orderUid} /> : null
|
|
|
}
|
|
}
|
|
|
</div>
|
|
</div>
|
|
|
</Form.Item>}
|
|
</Form.Item>}
|
|
@@ -294,7 +294,7 @@ class ChangeDetail extends Component {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
OrderChange() {
|
|
OrderChange() {
|
|
|
- if(!this.state.refundUrl) {
|
|
|
|
|
|
|
+ if (!this.state.refundUrl) {
|
|
|
message.info("请上传凭证")
|
|
message.info("请上传凭证")
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
@@ -308,7 +308,7 @@ class ChangeDetail extends Component {
|
|
|
orderNo: this.props.data.orderNo,
|
|
orderNo: this.props.data.orderNo,
|
|
|
type: this.props.data.type,
|
|
type: this.props.data.type,
|
|
|
id: this.props.data.id,
|
|
id: this.props.data.id,
|
|
|
- attachmentUrl:this.state.refundUrl,
|
|
|
|
|
|
|
+ attachmentUrl: this.state.refundUrl,
|
|
|
},
|
|
},
|
|
|
success: data => {
|
|
success: data => {
|
|
|
if (data.data) {
|
|
if (data.data) {
|
|
@@ -470,7 +470,7 @@ class ChangeDetail extends Component {
|
|
|
display:
|
|
display:
|
|
|
(this.props.data.processState == 7 ||
|
|
(this.props.data.processState == 7 ||
|
|
|
this.props.data.processState == 8) &&
|
|
this.props.data.processState == 8) &&
|
|
|
- this.props.data.status == 4
|
|
|
|
|
|
|
+ this.props.data.status == 4
|
|
|
? "block"
|
|
? "block"
|
|
|
: "none",
|
|
: "none",
|
|
|
}}
|
|
}}
|
|
@@ -521,17 +521,17 @@ class ChangeDetail extends Component {
|
|
|
合同变更记录
|
|
合同变更记录
|
|
|
</h2>
|
|
</h2>
|
|
|
{pageData.map((item, index) => {
|
|
{pageData.map((item, index) => {
|
|
|
- return <Itemlist key={index} pageData={item} orderUid={this.props.orderUid}/>;
|
|
|
|
|
|
|
+ return <Itemlist key={index} pageData={item} orderUid={this.props.orderUid} />;
|
|
|
})}
|
|
})}
|
|
|
<Form.Item
|
|
<Form.Item
|
|
|
label="变更凭证"
|
|
label="变更凭证"
|
|
|
labelCol={{ span: 4 }}
|
|
labelCol={{ span: 4 }}
|
|
|
wrapperCol={{ span: 18 }}
|
|
wrapperCol={{ span: 18 }}
|
|
|
>
|
|
>
|
|
|
- {orgCodeUrl ? <div style={{paddingTop:'10px',paddingBottom:'10px'}}>
|
|
|
|
|
- <ImgList domId={this.props.domId ? this.props.domId+'1' : 'changeDetailYxy1'} fileList={orgCodeUrl} ItemWidth={'96px'}/>
|
|
|
|
|
- </div> : <div/>}
|
|
|
|
|
- <div style={{marginLeft: '-60px'}}>
|
|
|
|
|
|
|
+ {orgCodeUrl ? <div style={{ paddingTop: '10px', paddingBottom: '10px' }}>
|
|
|
|
|
+ <ImgList domId={this.props.domId ? this.props.domId + '1' : 'changeDetailYxy1'} fileList={orgCodeUrl} ItemWidth={'96px'} />
|
|
|
|
|
+ </div> : <div />}
|
|
|
|
|
+ <div style={{ marginLeft: '-60px' }}>
|
|
|
<Rizhi changeId={this.props.id} />
|
|
<Rizhi changeId={this.props.id} />
|
|
|
</div>
|
|
</div>
|
|
|
</Form.Item>
|
|
</Form.Item>
|
|
@@ -570,6 +570,8 @@ class ChangeDetail extends Component {
|
|
|
item.status = "驳回";
|
|
item.status = "驳回";
|
|
|
} else if (item.status == 4) {
|
|
} else if (item.status == 4) {
|
|
|
item.status = "完成";
|
|
item.status = "完成";
|
|
|
|
|
+ } else if (item.status == 5) {
|
|
|
|
|
+ item.status = "撤销";
|
|
|
}
|
|
}
|
|
|
return (
|
|
return (
|
|
|
<li
|
|
<li
|
|
@@ -649,14 +651,14 @@ class ChangeDetail extends Component {
|
|
|
<div
|
|
<div
|
|
|
style={{
|
|
style={{
|
|
|
display: this.props.data.processState > 5 ? "block" : "none",
|
|
display: this.props.data.processState > 5 ? "block" : "none",
|
|
|
- marginTop:'10px'
|
|
|
|
|
|
|
+ marginTop: '10px'
|
|
|
}}
|
|
}}
|
|
|
>
|
|
>
|
|
|
<h3 style={{ marginLeft: 20, fontWeight: 800, marginBottom: 10 }}>
|
|
<h3 style={{ marginLeft: 20, fontWeight: 800, marginBottom: 10 }}>
|
|
|
当前财务状态(财务填写)
|
|
当前财务状态(财务填写)
|
|
|
</h3>
|
|
</h3>
|
|
|
{financeData.map((item, index) => {
|
|
{financeData.map((item, index) => {
|
|
|
- return <Itemlist key={index} pageData={item} orderUid={this.props.orderUid}/>;
|
|
|
|
|
|
|
+ return <Itemlist key={index} pageData={item} orderUid={this.props.orderUid} />;
|
|
|
})}
|
|
})}
|
|
|
</div>
|
|
</div>
|
|
|
{/* 回收退票3 */}
|
|
{/* 回收退票3 */}
|
|
@@ -665,10 +667,10 @@ class ChangeDetail extends Component {
|
|
|
display:
|
|
display:
|
|
|
(this.props.data.processState == 8 ||
|
|
(this.props.data.processState == 8 ||
|
|
|
this.props.data.processState == 7) &&
|
|
this.props.data.processState == 7) &&
|
|
|
- (this.props.data.status == 2 || this.props.data.status == 4 || this.props.data.status == 3 || this.props.data.status == 6)
|
|
|
|
|
|
|
+ (this.props.data.status == 2 || this.props.data.status == 4 || this.props.data.status == 3 || this.props.data.status == 6)
|
|
|
? "block"
|
|
? "block"
|
|
|
: "none",
|
|
: "none",
|
|
|
- marginTop:'10px'
|
|
|
|
|
|
|
+ marginTop: '10px'
|
|
|
}}
|
|
}}
|
|
|
>
|
|
>
|
|
|
<h3 style={{ marginLeft: 20, fontWeight: 800, marginBottom: 10 }}>
|
|
<h3 style={{ marginLeft: 20, fontWeight: 800, marginBottom: 10 }}>
|
|
@@ -683,17 +685,17 @@ class ChangeDetail extends Component {
|
|
|
dataSource={this.state.contactList}
|
|
dataSource={this.state.contactList}
|
|
|
/>
|
|
/>
|
|
|
</div>
|
|
</div>
|
|
|
- {/* 完成审核,上传附件 */}
|
|
|
|
|
- <div style={{
|
|
|
|
|
- position: "relative",
|
|
|
|
|
- display:
|
|
|
|
|
- (this.props.data.processState == 7 ||
|
|
|
|
|
- this.props.data.processState == 8) &&
|
|
|
|
|
- this.props.data.status == 2 || this.props.data.status == 4 || this.props.data.status == 3
|
|
|
|
|
- ? "block"
|
|
|
|
|
- : "none",
|
|
|
|
|
- marginTop: 10,
|
|
|
|
|
- }}
|
|
|
|
|
|
|
+ {/* 完成审核,上传附件 */}
|
|
|
|
|
+ <div style={{
|
|
|
|
|
+ position: "relative",
|
|
|
|
|
+ display:
|
|
|
|
|
+ (this.props.data.processState == 7 ||
|
|
|
|
|
+ this.props.data.processState == 8) &&
|
|
|
|
|
+ this.props.data.status == 2 || this.props.data.status == 4 || this.props.data.status == 3
|
|
|
|
|
+ ? "block"
|
|
|
|
|
+ : "none",
|
|
|
|
|
+ marginTop: 10,
|
|
|
|
|
+ }}
|
|
|
>
|
|
>
|
|
|
<hr
|
|
<hr
|
|
|
style={{
|
|
style={{
|
|
@@ -704,7 +706,7 @@ class ChangeDetail extends Component {
|
|
|
border: "none",
|
|
border: "none",
|
|
|
}}
|
|
}}
|
|
|
/>
|
|
/>
|
|
|
- <h3
|
|
|
|
|
|
|
+ <h3
|
|
|
style={{
|
|
style={{
|
|
|
marginLeft: 20,
|
|
marginLeft: 20,
|
|
|
fontWeight: 800,
|
|
fontWeight: 800,
|
|
@@ -720,86 +722,86 @@ class ChangeDetail extends Component {
|
|
|
</span>
|
|
</span>
|
|
|
</h3>
|
|
</h3>
|
|
|
<div>
|
|
<div>
|
|
|
- <Form.Item
|
|
|
|
|
- label="变更附件"
|
|
|
|
|
- labelCol={{ span: 4 }}
|
|
|
|
|
- wrapperCol={{ span: 18 }}
|
|
|
|
|
- >
|
|
|
|
|
- <div style={{paddingTop:'10px',paddingBottom:'10px'}}>
|
|
|
|
|
- { attachment.length > 0 ? <ImgList domId={this.props.domId+2 ? this.props.domId+2 : 'hetongbiangenjiluyxy1'} fileList={attachment} ItemWidth={'96px'}/> :'无附件'}
|
|
|
|
|
- </div>
|
|
|
|
|
- <Modal
|
|
|
|
|
- maskClosable={false}
|
|
|
|
|
- footer={null}
|
|
|
|
|
- width={"50%"}
|
|
|
|
|
- visible={this.state.uploadVisible}
|
|
|
|
|
- onCancel={() => {
|
|
|
|
|
- this.setState({ uploadVisible: false, rotateDeg: 0 }, () => {
|
|
|
|
|
- // this.reset();
|
|
|
|
|
- });
|
|
|
|
|
- }}
|
|
|
|
|
- >
|
|
|
|
|
- <img
|
|
|
|
|
- alt=""
|
|
|
|
|
- style={{
|
|
|
|
|
- width: "100%",
|
|
|
|
|
- transform: `rotate(${this.state.rotateDeg}deg)`,
|
|
|
|
|
- }}
|
|
|
|
|
- src={this.state.previewImage || ""}
|
|
|
|
|
- />
|
|
|
|
|
- <Button
|
|
|
|
|
- onClick={this.rotate}
|
|
|
|
|
- style={{
|
|
|
|
|
- position: "relative",
|
|
|
|
|
- left: "50%",
|
|
|
|
|
- transform: "translateX(-50%)",
|
|
|
|
|
- }}
|
|
|
|
|
- >
|
|
|
|
|
- 旋转
|
|
|
|
|
- </Button>
|
|
|
|
|
- <Button
|
|
|
|
|
- onClick={this.upImg}
|
|
|
|
|
- style={{
|
|
|
|
|
- position: "absolute",
|
|
|
|
|
- left: -81,
|
|
|
|
|
- top: "50%",
|
|
|
|
|
- transform: "translateY(-50%)",
|
|
|
|
|
- }}
|
|
|
|
|
- >
|
|
|
|
|
- 上一张
|
|
|
|
|
- </Button>
|
|
|
|
|
- <Button
|
|
|
|
|
- onClick={this.downImg}
|
|
|
|
|
- style={{
|
|
|
|
|
- position: "absolute",
|
|
|
|
|
- right: -81,
|
|
|
|
|
- top: "50%",
|
|
|
|
|
- transform: "translateY(-50%)",
|
|
|
|
|
- }}
|
|
|
|
|
|
|
+ <Form.Item
|
|
|
|
|
+ label="变更附件"
|
|
|
|
|
+ labelCol={{ span: 4 }}
|
|
|
|
|
+ wrapperCol={{ span: 18 }}
|
|
|
>
|
|
>
|
|
|
- 下一张
|
|
|
|
|
- </Button>
|
|
|
|
|
- </Modal>
|
|
|
|
|
- {/* <Rizhi changeId={this.props.id} /> */}
|
|
|
|
|
- </Form.Item>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <div style={{ paddingTop: '10px', paddingBottom: '10px' }}>
|
|
|
|
|
+ {attachment.length > 0 ? <ImgList domId={this.props.domId + 2 ? this.props.domId + 2 : 'hetongbiangenjiluyxy1'} fileList={attachment} ItemWidth={'96px'} /> : '无附件'}
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <Modal
|
|
|
|
|
+ maskClosable={false}
|
|
|
|
|
+ footer={null}
|
|
|
|
|
+ width={"50%"}
|
|
|
|
|
+ visible={this.state.uploadVisible}
|
|
|
|
|
+ onCancel={() => {
|
|
|
|
|
+ this.setState({ uploadVisible: false, rotateDeg: 0 }, () => {
|
|
|
|
|
+ // this.reset();
|
|
|
|
|
+ });
|
|
|
|
|
+ }}
|
|
|
|
|
+ >
|
|
|
|
|
+ <img
|
|
|
|
|
+ alt=""
|
|
|
|
|
+ style={{
|
|
|
|
|
+ width: "100%",
|
|
|
|
|
+ transform: `rotate(${this.state.rotateDeg}deg)`,
|
|
|
|
|
+ }}
|
|
|
|
|
+ src={this.state.previewImage || ""}
|
|
|
|
|
+ />
|
|
|
|
|
+ <Button
|
|
|
|
|
+ onClick={this.rotate}
|
|
|
|
|
+ style={{
|
|
|
|
|
+ position: "relative",
|
|
|
|
|
+ left: "50%",
|
|
|
|
|
+ transform: "translateX(-50%)",
|
|
|
|
|
+ }}
|
|
|
|
|
+ >
|
|
|
|
|
+ 旋转
|
|
|
|
|
+ </Button>
|
|
|
|
|
+ <Button
|
|
|
|
|
+ onClick={this.upImg}
|
|
|
|
|
+ style={{
|
|
|
|
|
+ position: "absolute",
|
|
|
|
|
+ left: -81,
|
|
|
|
|
+ top: "50%",
|
|
|
|
|
+ transform: "translateY(-50%)",
|
|
|
|
|
+ }}
|
|
|
|
|
+ >
|
|
|
|
|
+ 上一张
|
|
|
|
|
+ </Button>
|
|
|
|
|
+ <Button
|
|
|
|
|
+ onClick={this.downImg}
|
|
|
|
|
+ style={{
|
|
|
|
|
+ position: "absolute",
|
|
|
|
|
+ right: -81,
|
|
|
|
|
+ top: "50%",
|
|
|
|
|
+ transform: "translateY(-50%)",
|
|
|
|
|
+ }}
|
|
|
|
|
+ >
|
|
|
|
|
+ 下一张
|
|
|
|
|
+ </Button>
|
|
|
|
|
+ </Modal>
|
|
|
|
|
+ {/* <Rizhi changeId={this.props.id} /> */}
|
|
|
|
|
+ </Form.Item>
|
|
|
</div>
|
|
</div>
|
|
|
-
|
|
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
|
|
|
|
|
- {/* <div>
|
|
|
|
|
|
|
+ {/* <div>
|
|
|
营销员变更
|
|
营销员变更
|
|
|
</div> */}
|
|
</div> */}
|
|
|
- {/* 完成审核,上传附件 */}
|
|
|
|
|
|
|
+ {/* 完成审核,上传附件 */}
|
|
|
<div style={{
|
|
<div style={{
|
|
|
- position: "relative",
|
|
|
|
|
- display:
|
|
|
|
|
- (this.props.data.processState == 7 ||
|
|
|
|
|
- this.props.data.processState == 8) &&
|
|
|
|
|
- this.props.data.status == 6
|
|
|
|
|
- ? "block"
|
|
|
|
|
- : "none",
|
|
|
|
|
- marginTop: 10,
|
|
|
|
|
- }}
|
|
|
|
|
|
|
+ position: "relative",
|
|
|
|
|
+ display:
|
|
|
|
|
+ (this.props.data.processState == 7 ||
|
|
|
|
|
+ this.props.data.processState == 8) &&
|
|
|
|
|
+ this.props.data.status == 6
|
|
|
|
|
+ ? "block"
|
|
|
|
|
+ : "none",
|
|
|
|
|
+ marginTop: 10,
|
|
|
|
|
+ }}
|
|
|
>
|
|
>
|
|
|
<hr
|
|
<hr
|
|
|
style={{
|
|
style={{
|
|
@@ -810,7 +812,7 @@ class ChangeDetail extends Component {
|
|
|
border: "none",
|
|
border: "none",
|
|
|
}}
|
|
}}
|
|
|
/>
|
|
/>
|
|
|
- <h3
|
|
|
|
|
|
|
+ <h3
|
|
|
style={{
|
|
style={{
|
|
|
marginLeft: 20,
|
|
marginLeft: 20,
|
|
|
fontWeight: 800,
|
|
fontWeight: 800,
|
|
@@ -826,10 +828,10 @@ class ChangeDetail extends Component {
|
|
|
</span>
|
|
</span>
|
|
|
</h3>
|
|
</h3>
|
|
|
<div>
|
|
<div>
|
|
|
- <h3 style={{ marginLeft: 20, fontWeight: 800, marginBottom: 10 }}>
|
|
|
|
|
|
|
+ <h3 style={{ marginLeft: 20, fontWeight: 800, marginBottom: 10 }}>
|
|
|
变更附件:
|
|
变更附件:
|
|
|
</h3>
|
|
</h3>
|
|
|
- <div style={{ marginLeft: 20,display:'inline-block' }}>
|
|
|
|
|
|
|
+ <div style={{ marginLeft: 20, display: 'inline-block' }}>
|
|
|
<PicturesWall
|
|
<PicturesWall
|
|
|
fileList={this.getVoucherUrl}
|
|
fileList={this.getVoucherUrl}
|
|
|
pictureUrl={this.state.voucherUrl}
|
|
pictureUrl={this.state.voucherUrl}
|
|
@@ -839,27 +841,30 @@ class ChangeDetail extends Component {
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div style={{display:' flex',justifyContent: 'center'}}>
|
|
|
|
|
- <Button
|
|
|
|
|
- type="primary"
|
|
|
|
|
- shape="round"
|
|
|
|
|
- size="large"
|
|
|
|
|
- style={{
|
|
|
|
|
- display:
|
|
|
|
|
- (this.props.data.processState == 7 ||
|
|
|
|
|
- this.props.data.processState == 8) &&
|
|
|
|
|
- this.props.data.status == 6
|
|
|
|
|
- ? "block"
|
|
|
|
|
- : "none",
|
|
|
|
|
- }}
|
|
|
|
|
- // onClick={this.OrderChange}
|
|
|
|
|
- >
|
|
|
|
|
- <Popconfirm title="确定提交附件,完成订单?" onConfirm={this.OrderChange} okText="确定" cancelText="取消">
|
|
|
|
|
- 提交附件,完成订单
|
|
|
|
|
- </Popconfirm>
|
|
|
|
|
-
|
|
|
|
|
- </Button>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <div style={{ display: ' flex', justifyContent: 'center' }}>
|
|
|
|
|
+ <Popconfirm
|
|
|
|
|
+ title="确定提交附件,完成订单?"
|
|
|
|
|
+ onConfirm={this.OrderChange}
|
|
|
|
|
+ okText="确定"
|
|
|
|
|
+ cancelText="取消">
|
|
|
|
|
+ <Button
|
|
|
|
|
+ type="primary"
|
|
|
|
|
+ shape="round"
|
|
|
|
|
+ size="large"
|
|
|
|
|
+ style={{
|
|
|
|
|
+ display:
|
|
|
|
|
+ (this.props.data.processState == 7 ||
|
|
|
|
|
+ this.props.data.processState == 8) &&
|
|
|
|
|
+ this.props.data.status == 6
|
|
|
|
|
+ ? "block"
|
|
|
|
|
+ : "none",
|
|
|
|
|
+ }}
|
|
|
|
|
+ // onClick={this.OrderChange}
|
|
|
|
|
+ >
|
|
|
|
|
+ 提交附件,完成订单
|
|
|
|
|
+ </Button>
|
|
|
|
|
+ </Popconfirm>
|
|
|
|
|
+ </div>
|
|
|
{/* <ul>
|
|
{/* <ul>
|
|
|
<span>备注</span>
|
|
<span>备注</span>
|
|
|
{this.state.dataSource.map((item, index) => (
|
|
{this.state.dataSource.map((item, index) => (
|
|
@@ -899,8 +904,8 @@ class ChangeDetail extends Component {
|
|
|
display:
|
|
display:
|
|
|
(this.props.data.processState == 7 ||
|
|
(this.props.data.processState == 7 ||
|
|
|
this.props.data.processState == 8) &&
|
|
this.props.data.processState == 8) &&
|
|
|
- this.props.data.status == 4 &&
|
|
|
|
|
- this.props.data.refundStatus
|
|
|
|
|
|
|
+ this.props.data.status == 4 &&
|
|
|
|
|
+ this.props.data.refundStatus
|
|
|
? "block"
|
|
? "block"
|
|
|
: "none",
|
|
: "none",
|
|
|
}}
|
|
}}
|
|
@@ -909,7 +914,7 @@ class ChangeDetail extends Component {
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
{this.props.processState === this.props.data.processState &&
|
|
{this.props.processState === this.props.data.processState &&
|
|
|
- this.props.data.status != 5 ? (
|
|
|
|
|
|
|
+ this.props.data.status != 5 ? (
|
|
|
<div
|
|
<div
|
|
|
className="clearfix"
|
|
className="clearfix"
|
|
|
style={{ display: "flex", justifyContent: "space-around" }}
|
|
style={{ display: "flex", justifyContent: "space-around" }}
|
|
@@ -942,7 +947,7 @@ class ChangeDetail extends Component {
|
|
|
display:
|
|
display:
|
|
|
(this.props.data.processState == 7 ||
|
|
(this.props.data.processState == 7 ||
|
|
|
this.props.data.processState == 8) &&
|
|
this.props.data.processState == 8) &&
|
|
|
- this.props.data.status == 4
|
|
|
|
|
|
|
+ this.props.data.status == 4
|
|
|
? "block"
|
|
? "block"
|
|
|
: "block",
|
|
: "block",
|
|
|
}}
|
|
}}
|