import React, { Component } from "react"; import { Form, Upload, Modal, Input, Button, message, Select, Table } from "antd"; import AgreeButton from "./agreeButton.js"; import Rizhi from "./rizhi.js"; import { getProcessStatusNew, changeColor } from "@/tools.js"; import { shenghePeo } from "@/tools.js"; import $ from "jquery/src/ajax"; import tongguo from "../../../../../../image/tongguo.png"; import quxiao from "../../../../../../image/quxiao.png"; import ProAndCuiList from "./proAndCuiList.jsx"; import "./xButton.less"; import Refund from "./refund.js" import ImgList from "../../../../common/imgList"; // import ReactToPrint from "react-to-print"; const formItemLayout = { labelCol: { span: 8 }, wrapperCol: { span: 14 } }; const changeType = [ { value: "0", key: "退单退款" }, { value: "1", key: "项目及金额变更" }, { value: "2", key: "仅项目变更" }, { value: "3", key: "仅金额变更" }, { value: "4", key: "重报" }, { value: "5", key: "赠送" } ]; const getChangeType = function (e) { if (e || e == 0) { let str = e.toString(); let theType = ""; changeType.map(function (item) { if (item.value == str) { theType = item.key; } }); return theType; } }; class Itemlist extends Component { constructor(props) { super(props); } render() { let pageData = this.props.pageData; return (
{pageData.dataA}
系统预估 产生成本(万元): {this.props.data.estimateCost ? this.props.data.estimateCost : "0"}{" "} 应退金额(万元): {this.props.data.estimateRefundable ? this.props.data.estimateRefundable : "0"}