给单据的编辑页面也加上打印
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
style="top:20px;height: 95%;">
|
||||
<template slot="footer">
|
||||
<a-button @click="handleCancel">取消</a-button>
|
||||
<a-button v-if="billPrintFlag && isShowPrintBtn" @click="handlePrintPro('采购入库')">三联打印新版预览</a-button>
|
||||
<a-button v-if="billPrintFlag && isShowPrintBtn" @click="handlePrint('采购入库')">三联打印预览</a-button>
|
||||
<a-button v-if="checkFlag && isCanCheck" :loading="confirmLoading" @click="handleOkAndCheck">保存并审核</a-button>
|
||||
<a-button type="primary" :loading="confirmLoading" @click="handleOk">保存(Ctrl+S)</a-button>
|
||||
@@ -196,6 +197,7 @@
|
||||
<history-bill-list ref="historyBillListModalForm"></history-bill-list>
|
||||
<workflow-iframe ref="modalWorkflow" @ok="workflowModalFormOk"></workflow-iframe>
|
||||
<bill-print-iframe ref="modalPrint"></bill-print-iframe>
|
||||
<bill-print-pro-iframe ref="modalPrintPro"></bill-print-pro-iframe>
|
||||
</j-modal>
|
||||
</template>
|
||||
|
||||
@@ -211,6 +213,7 @@
|
||||
import HistoryBillList from '../dialog/HistoryBillList'
|
||||
import WorkflowIframe from '@/components/tools/WorkflowIframe'
|
||||
import BillPrintIframe from '../dialog/BillPrintIframe'
|
||||
import BillPrintProIframe from '../dialog/BillPrintProIframe'
|
||||
import { FormTypes } from '@/utils/JEditableTableUtil'
|
||||
import { JEditableTableMixin } from '@/mixins/JEditableTableMixin'
|
||||
import { BillModalMixin } from '../mixins/BillModalMixin'
|
||||
@@ -233,6 +236,7 @@
|
||||
HistoryBillList,
|
||||
WorkflowIframe,
|
||||
BillPrintIframe,
|
||||
BillPrintProIframe,
|
||||
JUpload,
|
||||
JDate,
|
||||
VNodes: {
|
||||
|
||||
Reference in New Issue
Block a user