From c11e6f07b031eea6c7de4c5508b8dbf0ee01d2c7 Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期三, 01 四月 2026 10:08:08 +0800
Subject: [PATCH] 去除不同报价方案,不能添加相同【客户-路线-车型】数据
---
tms/src/main/java/com/ruoyi/tms/service/ITmsPayableFeeService.java | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/tms/src/main/java/com/ruoyi/tms/service/ITmsPayableFeeService.java b/tms/src/main/java/com/ruoyi/tms/service/ITmsPayableFeeService.java
index a93dbd9..40035a7 100644
--- a/tms/src/main/java/com/ruoyi/tms/service/ITmsPayableFeeService.java
+++ b/tms/src/main/java/com/ruoyi/tms/service/ITmsPayableFeeService.java
@@ -23,6 +23,8 @@
*/
public TmsPayableFee selectTmsPayableFeeById(Integer id);
+ public List<TmsPayableFee> selectTmsPayableFeeByDispatchNo(String dispatchNo);
+
/**
* 鏌ヨ搴斾粯璐圭敤 璁板綍鏁�
*
@@ -100,6 +102,11 @@
public TmsApBill initApGenerate(Integer[] ids);
+ /**
+ * 鐢熸垚搴斾粯
+ * @param ids
+ * @return
+ */
public AjaxResult apGenerate(Integer[] ids);
/**
--
Gitblit v1.8.0