|
@@ -140,7 +140,7 @@
|
|
import { commonMixin } from '@/utils/mixin'
|
|
import { commonMixin } from '@/utils/mixin'
|
|
import { STable, VSelect } from '@/components'
|
|
import { STable, VSelect } from '@/components'
|
|
import printModal from './printModal.vue'
|
|
import printModal from './printModal.vue'
|
|
-import { printFun, exportExcel } from '@/libs/JGPrint.js'
|
|
|
|
|
|
+import { printBase64Fun, exportExcel } from '@/libs/JGPrint.js'
|
|
import { allocateBillDetailList, allocateBillDetail, allocateBillDetailCount, allocateBillDetailPrint, allocateBillDetailExcel } from '@/api/allocateBill'
|
|
import { allocateBillDetailList, allocateBillDetail, allocateBillDetailCount, allocateBillDetailPrint, allocateBillDetailExcel } from '@/api/allocateBill'
|
|
export default {
|
|
export default {
|
|
name: 'TransferOutDetail',
|
|
name: 'TransferOutDetail',
|
|
@@ -258,7 +258,7 @@ export default {
|
|
delete params.type
|
|
delete params.type
|
|
_this.spinning = true
|
|
_this.spinning = true
|
|
const taskName = this.nowType == 'dbPrint' ? '调拨' : '调拨分类'
|
|
const taskName = this.nowType == 'dbPrint' ? '调拨' : '调拨分类'
|
|
- printFun(
|
|
|
|
|
|
+ printBase64Fun(
|
|
allocateBillDetailPrint,
|
|
allocateBillDetailPrint,
|
|
params,
|
|
params,
|
|
objs.isPreview ? 'preview' : 'print',
|
|
objs.isPreview ? 'preview' : 'print',
|