|
|
@@ -3,7 +3,6 @@ import { message, Modal } from 'antd'; |
|
|
|
import ProTable from '@ant-design/pro-table'; |
|
|
|
import ProDescriptions from '@ant-design/pro-descriptions'; |
|
|
|
import api from './service'; |
|
|
|
import { Delete } from '@/pages/erp/Bill/purchaseOrder/services'; |
|
|
|
|
|
|
|
let defaultData = {}; |
|
|
|
const OrderflowDetail = (props) => { |
|
|
@@ -209,9 +208,9 @@ const OrderflowDetail = (props) => { |
|
|
|
} else { |
|
|
|
message.error('打印失败'); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
}} > |
|
|
|
打印小票 |
|
|
|
</a>, |
|
|
|