@@ -430,7 +390,6 @@ import { getAttachmentPage } from "@/api/accounting/attachment";
import { getFlowPage } from "@/api/accounting/flow";
import { getInvoicesPage } from "@/api/accounting/invoices";
import { getBankSlipPage } from "@/api/accounting/bankSlip";
-import { getAccessToken, getTenantId } from "@/utils/auth";
export default {
name: "Voucher",
@@ -497,29 +456,11 @@ export default {
depotId: null,
cabinetId: null,
},
- fileList1: [], // 文件列表
- fileList2: [],
- fileList3: [],
fjList1: [],
fjList2: [],
dzfpList1: [],
dzfpList2: [],
dzfpList3: [],
- uploadUrl1:
- process.env.VUE_APP_BASE_API +
- "/admin-api/accounting/attachment/upload", // 附件上传地址
- uploadUrl2:
- process.env.VUE_APP_BASE_API + "/admin-api//archives/flow/upload", // 审批流程上传地址
- uploadUrl3:
- process.env.VUE_APP_BASE_API +
- "/admin-api/accounting/invoices/identify", // 电子发票上传地址
- uploadUrl4:
- process.env.VUE_APP_BASE_API +
- "/admin-api/accounting/attachment/upload", // 银行回单上传地址
- headers: {
- Authorization: "Bearer " + getAccessToken(),
- "tenant-id": getTenantId(),
- }, // 设置上传的请求头
// 表单参数
form: {},
// 表单校验
@@ -528,11 +469,11 @@ export default {
siteOptions: [], //归档位置数据
siteArray: [], //归档位置选中值
typeOptions: [], //凭证类别
- url: "",
showNull: "",
showNul2: "",
showNul3: true,
showNul4: true,
+ fjUrl: "",
};
},
created() {
@@ -568,6 +509,7 @@ export default {
} else {
this.showNull = false;
}
+ this.fjList1 = response.data.list;
this.fjList2 = response.data.list.filter(function (item) {
return item.suffix == "pdf";
});
@@ -576,10 +518,6 @@ export default {
handleClickPdf(val) {
window.open(val.fileUrl);
},
- handleSuccess1(response, file, fileList) {
- console.log(response, file, fileList);
- this.getFJ();
- },
/** 查询审批流程 */
getSPLC(val) {
// 执行查询
From 29aeb96abb1f4fe20c9ad8690cfbb621da738629 Mon Sep 17 00:00:00 2001
From: MO <448233645@qq.com>
Date: Tue, 10 Oct 2023 10:36:59 +0800
Subject: [PATCH 8/9] =?UTF-8?q?=E8=AF=A6=E6=83=85=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/accounting/voucher/index.vue | 94 +++++++++++++-------------
1 file changed, 46 insertions(+), 48 deletions(-)
diff --git a/src/views/accounting/voucher/index.vue b/src/views/accounting/voucher/index.vue
index 073d2590..a95bdb13 100644
--- a/src/views/accounting/voucher/index.vue
+++ b/src/views/accounting/voucher/index.vue
@@ -289,7 +289,7 @@
>
空
-