|
@@ -2175,23 +2175,23 @@ const Task = React.createClass({
|
|
|
this.setState({
|
|
|
loading: true,
|
|
|
})
|
|
|
- setTimeout(() => {
|
|
|
- this.setState({
|
|
|
- loading: true,
|
|
|
- })
|
|
|
- /* this.setState(
|
|
|
- {
|
|
|
- ContactsListsNew: this.state.ContactsListsNew.map((item) => {
|
|
|
- if (item.title != '操作') {
|
|
|
- this.state.ContactsListsNew.push(item)
|
|
|
- }
|
|
|
- }),
|
|
|
- },
|
|
|
- () => {
|
|
|
- console.log('this.state.contactListNew', this.state.contactListNew)
|
|
|
- }
|
|
|
- ) */
|
|
|
- }, 3000)
|
|
|
+ // setTimeout(() => {
|
|
|
+ // this.setState({
|
|
|
+ // loading: true,
|
|
|
+ // })
|
|
|
+ // /* this.setState(
|
|
|
+ // {
|
|
|
+ // ContactsListsNew: this.state.ContactsListsNew.map((item) => {
|
|
|
+ // if (item.title != '操作') {
|
|
|
+ // this.state.ContactsListsNew.push(item)
|
|
|
+ // }
|
|
|
+ // }),
|
|
|
+ // },
|
|
|
+ // () => {
|
|
|
+ // console.log('this.state.contactListNew', this.state.contactListNew)
|
|
|
+ // }
|
|
|
+ // ) */
|
|
|
+ // }, 3000)
|
|
|
|
|
|
let data = {
|
|
|
tid: this.state.id,
|
|
@@ -2653,6 +2653,7 @@ const Task = React.createClass({
|
|
|
payNodeArr.push({
|
|
|
key: i,
|
|
|
id: thisData.id, //付款节点Id
|
|
|
+ nodeId: thisData.id, //付款节点Id
|
|
|
tid: thisData.tid,
|
|
|
companyName: thisData.companyName, //供应商名称
|
|
|
projectType: thisData.projectType, //项目分类
|
|
@@ -4458,9 +4459,9 @@ const Task = React.createClass({
|
|
|
}
|
|
|
</div>
|
|
|
)}
|
|
|
- {this.state.refundStatus == 1 ||
|
|
|
+ {(this.state.refundStatus == 1 ||
|
|
|
this.state.refundStatus == 0 ||
|
|
|
- this.state.refundStatus == 2 ? (
|
|
|
+ this.state.refundStatus == 2) && this.state.startType !== 1 ? (
|
|
|
<div className="clearfix">
|
|
|
<hr className="division" />
|
|
|
<div
|