|
@@ -7,6 +7,7 @@ import { ChooseList } from "../../order/orderNew/chooseList"
|
|
import ReactToPrint from "react-to-print";
|
|
import ReactToPrint from "react-to-print";
|
|
import OrderItemStatus from "../../../common/orderItemStatus";
|
|
import OrderItemStatus from "../../../common/orderItemStatus";
|
|
import ShowModalDiv from "@/showModal.jsx";
|
|
import ShowModalDiv from "@/showModal.jsx";
|
|
|
|
+import VipLogs from "../../../common/logPopup/viplogs";//会员日志
|
|
const { TabPane } = Tabs;
|
|
const { TabPane } = Tabs;
|
|
|
|
|
|
//总裁特批会员项目
|
|
//总裁特批会员项目
|
|
@@ -200,7 +201,6 @@ const ApprovedVipProject = React.createClass({
|
|
dataIndex: "caozuo",
|
|
dataIndex: "caozuo",
|
|
key: "caouzo",
|
|
key: "caouzo",
|
|
className: "title-table",
|
|
className: "title-table",
|
|
- width: 150,
|
|
|
|
render: (text, recard) => {
|
|
render: (text, recard) => {
|
|
return (
|
|
return (
|
|
<div>
|
|
<div>
|
|
@@ -220,7 +220,7 @@ const ApprovedVipProject = React.createClass({
|
|
recard.status == 2 &&
|
|
recard.status == 2 &&
|
|
<Button
|
|
<Button
|
|
type="danger"
|
|
type="danger"
|
|
- style={{ marginLeft: "5px", }}
|
|
|
|
|
|
+ style={{ marginLeft: 10, }}
|
|
onClick={(e) => {
|
|
onClick={(e) => {
|
|
e.stopPropagation(),
|
|
e.stopPropagation(),
|
|
this.checkRemark(recard, 0);
|
|
this.checkRemark(recard, 0);
|
|
@@ -229,6 +229,7 @@ const ApprovedVipProject = React.createClass({
|
|
驳回
|
|
驳回
|
|
</Button>
|
|
</Button>
|
|
}
|
|
}
|
|
|
|
+ <VipLogs id={recard.id} />
|
|
</div>
|
|
</div>
|
|
);
|
|
);
|
|
},
|
|
},
|
|
@@ -551,7 +552,7 @@ const ApprovedVipProject = React.createClass({
|
|
<div className="user-content">
|
|
<div className="user-content">
|
|
<ShowModalDiv ShowModal={this.state.showModal} />
|
|
<ShowModalDiv ShowModal={this.state.showModal} />
|
|
<div className="content-title" style={{ marginBottom: 10 }}>
|
|
<div className="content-title" style={{ marginBottom: 10 }}>
|
|
- <span style={{ fontWeight: 900, fontSize: 16 }}>会员项目审核</span>
|
|
|
|
|
|
+ <span style={{ fontWeight: 900, fontSize: 16 }}>特批会员项目</span>
|
|
</div>
|
|
</div>
|
|
<Tabs defaultActiveKey="2" onChange={this.callback} className="test">
|
|
<Tabs defaultActiveKey="2" onChange={this.callback} className="test">
|
|
<TabPane tab="更改表格显示数据" key="1">
|
|
<TabPane tab="更改表格显示数据" key="1">
|