From e4e02918457df9368c9a06baa42149b3dbe65adf Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期五, 13 三月 2026 10:00:39 +0800
Subject: [PATCH] 新增日志和前后端
---
ui/admin-ui3/src/api/tms/tmsQuotePlan.ts | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/ui/admin-ui3/src/api/tms/tmsQuotePlan.ts b/ui/admin-ui3/src/api/tms/tmsQuotePlan.ts
index 023df64..4d6d696 100644
--- a/ui/admin-ui3/src/api/tms/tmsQuotePlan.ts
+++ b/ui/admin-ui3/src/api/tms/tmsQuotePlan.ts
@@ -32,6 +32,9 @@
updateTime?: string,
remark?: string,
planType?: string,
+ providerType?: number,
+ providerId?: number,
+ providerName?: string,
items?: TmsQuoteItemI[],
}
@@ -55,6 +58,13 @@
method: 'get'
})
}
+export const selectPaymentTmsQuotePlan: requestType = (params) => {
+ return request({
+ url: '/tms/tmsQuotePlan/selectPaymentTmsQuotePlan',
+ method: 'get',
+ params: params
+ })
+}
/**
* 鏂板鎶ヤ环鏂规绠$悊
--
Gitblit v1.8.0