feature: 德才发票下载页面

master
dongxiaoke 1 year ago
parent decf2bf657
commit 7cd53eb106
  1. 1
      jianshui-admin/src/main/java/com/jianshui/api/controller/http/invoice/v1/InvoiceController.java
  2. 2
      jianshui-admin/src/main/resources/application.yml
  3. 2
      jianshui-ui/src/views/sdinvoicefile/index.vue

@ -2138,6 +2138,7 @@ public class InvoiceController {
InvoiceFile invoiceFile = invoiceFileMapper.selectInvoiceFileById(id);
if (BeanUtil.isEmpty(invoiceFile) || StrUtil.isEmpty(invoiceFile.getFileContent())) {
return R.failed("发票未查询到!");
}

@ -46,7 +46,7 @@ spring:
# 国际化资源文件路径
basename: i18n/messages
profiles:
active: prod
active: dev
# 文件上传
servlet:
multipart:

@ -37,7 +37,7 @@ export default {
this.id = id;
this.loading = true;
getFilePreview(id).then(response => {
// console.info("id="+response);
console.info("id="+response);
this.invoiceImageUrl = response;
// this.$forceUpdate();

Loading…
Cancel
Save