给单据中移除原来的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

@@ -116,7 +116,7 @@
</template>
<script>
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
import { getNowFormatYear, getMpListShort, openDownloadDialog, sheet2blob} from "@/utils/util"
import { getNowFormatYear, getMpListShort } from "@/utils/util"
import {getAction} from '@/api/manage'
import {findBySelectRetail, getAllOrganizationTreeByUser} from '@/api/api'
import JEllipsis from '@/components/jeecg/JEllipsis'