From 99bcfefdb20187000fc89a8f2654745ad2f0e371 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期二, 12 五月 2026 15:39:09 +0800
Subject: [PATCH] 1

---
 WebAPI/Controllers/SCGL/Sc_ProductionReturnBillController.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Controllers/SCGL/Sc_ProductionReturnBillController.cs b/WebAPI/Controllers/SCGL/Sc_ProductionReturnBillController.cs
index ae1c5fc..fc2ab80 100644
--- a/WebAPI/Controllers/SCGL/Sc_ProductionReturnBillController.cs
+++ b/WebAPI/Controllers/SCGL/Sc_ProductionReturnBillController.cs
@@ -9,6 +9,7 @@
 using Model;
 using Newtonsoft.Json.Linq;
 using Newtonsoft.Json;
+using WebAPI.Utility;
 
 namespace WebAPI.Controllers.SCGL
 {
@@ -536,6 +537,7 @@
         /// <returns></returns>
         [Route("Sc_ProductionReturn/AuditSc_ProductionReturn")]
         [HttpGet]
+        [Permission(HModName = "Kf_ProductionReturnBill", Operate = "_Check")]
         public object AuditSc_ProductionReturn(int HInterID, int IsAudit, string CurUserName)
         {
             string ModRightNameCheck = "Kf_ProductionReturnBill_Check";
@@ -728,6 +730,7 @@
         #region 鐢熶骇閫�搴撳崟 鍏抽棴/鍙嶅叧闂姛鑳�
         [Route("Sc_ProductionReturn/CloseSc_ProductionReturn")]
         [HttpGet]
+        [Permission(HModName = "Kf_ProductionReturnBill", Operate = "_Close")]
         public object CloseSc_ProductionReturn(string HInterID, int Type, string user)
         {
             try
@@ -875,6 +878,7 @@
         #region 鐢熶骇閫�搴撳崟 浣滃簾/鍙嶄綔搴熷姛鑳�
         [Route("Sc_ProductionReturn/DropSc_ProductionReturn")]
         [HttpGet]
+        [Permission(HModName = "Kf_ProductionReturnBill", Operate = "_Delete")]
         public object DropSc_ProductionReturn(string HInterID, int Type, string user)
         {
             try

--
Gitblit v1.9.1