|
@@ -5,6 +5,7 @@ import Rizhi from "./rizhi.js";
|
|
import { getProcessStatusNew } from "@/tools.js";
|
|
import { getProcessStatusNew } from "@/tools.js";
|
|
import {shenghePeo} from "@/tools.js"
|
|
import {shenghePeo} from "@/tools.js"
|
|
import $ from "jquery/src/ajax";
|
|
import $ from "jquery/src/ajax";
|
|
|
|
+import tongguo from "../../../../../../image/tongguo.png";
|
|
// import ReactToPrint from "react-to-print";
|
|
// import ReactToPrint from "react-to-print";
|
|
const FormItem = Form.Item;
|
|
const FormItem = Form.Item;
|
|
const { TextArea } = Input;
|
|
const { TextArea } = Input;
|
|
@@ -332,6 +333,39 @@ class ChangeDetail extends Component {
|
|
this.refs = e;
|
|
this.refs = e;
|
|
}}
|
|
}}
|
|
>
|
|
>
|
|
|
|
+ <div
|
|
|
|
+ style={{
|
|
|
|
+ borderRadius: "50%",
|
|
|
|
+ width: 300,
|
|
|
|
+ height: 300,
|
|
|
|
+ position: "absolute",
|
|
|
|
+ top: 230,
|
|
|
|
+ left: 525,
|
|
|
|
+ transform: "rotate(-5deg)",
|
|
|
|
+ zIndex: 1,
|
|
|
|
+ display:
|
|
|
|
+ (this.props.data.processState == 7 ||
|
|
|
|
+ this.props.data.processState == 8) &&
|
|
|
|
+ this.props.data.status == 4
|
|
|
|
+ ? "block"
|
|
|
|
+ : "none"
|
|
|
|
+ }}
|
|
|
|
+ >
|
|
|
|
+ {/* <span
|
|
|
|
+ style={{
|
|
|
|
+ fontSize: 29,
|
|
|
|
+ position: "absolute",
|
|
|
|
+ left: "50%",
|
|
|
|
+ top: "50%",
|
|
|
|
+ transform: "translate(-50%,-50%)",
|
|
|
|
+ color: "red"
|
|
|
|
+ }}
|
|
|
|
+ >
|
|
|
|
+ 通过
|
|
|
|
+ </span> */}
|
|
|
|
+ <img src={tongguo} style={{ width: "100%" }} />
|
|
|
|
+ </div>
|
|
|
|
+
|
|
<h2 style={{ textAlign: "center", marginBottom: 10 }}>
|
|
<h2 style={{ textAlign: "center", marginBottom: 10 }}>
|
|
合同变更记录
|
|
合同变更记录
|
|
</h2>
|
|
</h2>
|
|
@@ -444,8 +478,12 @@ class ChangeDetail extends Component {
|
|
)} */}
|
|
)} */}
|
|
</div>
|
|
</div>
|
|
{this.props.processState === this.props.data.processState ? (
|
|
{this.props.processState === this.props.data.processState ? (
|
|
- <div style={{ display: this.props.data.isExamine == 0 ? "block" : "none" }}>
|
|
|
|
- <div className="clearfix">
|
|
|
|
|
|
+ <div
|
|
|
|
+ style={{
|
|
|
|
+ display: this.props.data.isExamine == 0 ? "block" : "none"
|
|
|
|
+ }}
|
|
|
|
+ >
|
|
|
|
+ <div className="clearfix" style={{ marginBottom: "10px" }}>
|
|
<FormItem
|
|
<FormItem
|
|
style={{ height: "auto" }}
|
|
style={{ height: "auto" }}
|
|
labelCol={{ span: 4 }}
|
|
labelCol={{ span: 4 }}
|