From 5339e71b9a2ac55b99ea82c6c620576aa808d815 Mon Sep 17 00:00:00 2001
From: sen <sen@qq.com>
Date: 星期四, 02 四月 2026 18:36:08 +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