import React, { Component } from "react"; import { Form, Tooltip, Modal, Button, message, Table, Input, Popconfirm } 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 Refund from "./refund.js" import PicturesWall from "./picturesWall"; import ReactToPrint from "react-to-print"; import ImgList from "../../../../common/imgList"; import EnterpriseNameChange from "../../../../common/enterpriseNameChange"; 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 (
系统预估 产生成本(万元): {this.props.data.estimateCost ? this.props.data.estimateCost : "0"}{" "} 应退金额(万元): {this.props.data.estimateRefundable ? this.props.data.estimateRefundable : "0"}