From 402c1ad2377e7f895a285d8c2f4469fc6fc78470 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=AD=8F=E5=95=BE?= <1144797966@qq.com>
Date: Mon, 1 Jul 2024 15:10:27 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E5=8D=95=E4=BB=98=E6=AC=BE=E8=AE=B0?=
=?UTF-8?q?=E5=BD=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/invoicing.js | 8 ++
.../supplier_manage/purchase_detail.vue | 111 ++++++++++++++----
2 files changed, 99 insertions(+), 20 deletions(-)
diff --git a/src/api/invoicing.js b/src/api/invoicing.js
index 4b1cb83..ea7d914 100644
--- a/src/api/invoicing.js
+++ b/src/api/invoicing.js
@@ -261,4 +261,12 @@ export function stockStateChanges(params) {
...params
}
});
+}
+// 账单付款记录
+export function tbShopPurveyorTransacttransactPayInfos(params) {
+ return request({
+ url: `/api/tbShopPurveyorTransact/transactPayInfos`,
+ method: "get",
+ params
+ });
}
\ No newline at end of file
diff --git a/src/views/invoicing/supplier_manage/purchase_detail.vue b/src/views/invoicing/supplier_manage/purchase_detail.vue
index 4f1642b..10e7788 100644
--- a/src/views/invoicing/supplier_manage/purchase_detail.vue
+++ b/src/views/invoicing/supplier_manage/purchase_detail.vue
@@ -123,10 +123,9 @@
-
付款
+ 账单付款记录
@@ -134,26 +133,51 @@
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ dayjs(scope.row.createTime).format('YYYY-MM-DD HH:mm:ss') }}
+
+
+
+