import React from 'react';
import PrintTicketContent from '../common/PrintTicketContent'
import {
Modal, message, Row, Col, Button } from 'antd';
class Print extends React.Component {
//打印方法
handlePrint = (printState) => {
if (printState != undefined && printState != null && printState) {
window