给单据中移除原来的excel导出逻辑

This commit is contained in:
jishenghua
2024-01-14 21:14:50 +08:00
parent 71e10b9fcb
commit b1d4265bdc
18 changed files with 111 additions and 238 deletions

View File

@@ -107,7 +107,7 @@
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
import { getAction } from '@/api/manage'
import {queryMaterialCategoryTreeList} from '@/api/api'
import { getMpListShort, openDownloadDialog, sheet2blob} from "@/utils/util"
import { getMpListShort } from "@/utils/util"
import JEllipsis from '@/components/jeecg/JEllipsis'
import moment from 'moment'
import Vue from 'vue'