From 49eda5931240f1a8894ee3edbfd2dc2538328b55 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期五, 29 五月 2026 15:19:19 +0800
Subject: [PATCH] feat: 添加一键发货,自动审批通过出库,取消车牌必填项,发货完成后产品状态自己变为不足->变为已发货

---
 src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java b/src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java
index 09fe808..88052fa 100644
--- a/src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java
+++ b/src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java
@@ -41,7 +41,7 @@
      * @param paymentRegistration 浠樻鐧昏
      * @return 缁撴灉
      */
-    public int insertPaymentRegistration(PaymentRegistration paymentRegistration);
+    public int insertPaymentRegistration(List<PaymentRegistration>  paymentRegistration);
 
     /**
      * 淇敼浠樻鐧昏
@@ -95,4 +95,12 @@
      * @return 浠樻鐧昏闆嗗悎
      */
     IPage<PaymentRegistrationDto> paymentHistoryListPage(Page page, PaymentRegistrationDto paymentRegistrationDto);
+
+    Boolean delete(Long[] ids);
+
+    int delPaymentRegistration(List<Long> ids);
+
+    IPage<PaymentRegistrationDto> supplierNameListPage(Page page, PaymentLedgerDto paymentLedgerDto);
+
+    List<PaymentRegistrationDto> supplierNameListPageDetails(PaymentLedgerDto paymentLedgerDto);
 }

--
Gitblit v1.9.3