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/CJGL/Cj_StationEntrustInBillController.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs b/WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs
index 524c315..6f49c39 100644
--- a/WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs
+++ b/WebAPI/Controllers/CJGL/Cj_StationEntrustInBillController.cs
@@ -10,6 +10,7 @@
 using System.Web.Http;
 using WebAPI.Models;
 using Model;
+using WebAPI.Utility;
 
 namespace WebAPI.Controllers
 {
@@ -989,6 +990,7 @@
         #region  璇曟牱璁板綍 鏌ヨ鍒楄〃
         [Route("MES_SampleRecordBill_PDA/SampleRecordList")]
         [HttpGet]
+        [Permission(HModName = "QC_TestSampleCheckBill", Operate = "_Query")]
         public object SampleRecordList(string sWhere,string user)
         {
             try
@@ -1040,6 +1042,7 @@
         #region 璇曟牱璁板綍鏂板淇濆瓨
         [Route("MES_SampleRecordBill_PDA/SampleRecordAddBill")]
         [HttpPost]
+        [Permission(HModName = "QC_TestSampleCheckBill", Operate = "_Edit")]
         public object SampleRecordAddBill([FromBody] JObject oMain)
         {
             var _value = oMain["oMain"].ToString();
@@ -1150,6 +1153,7 @@
         #region 璇曟牱璁板綍 瀹℃牳/鍙嶅鏍稿姛鑳�
         [Route("MES_SampleRecordBill_PDA/CheckSampleRecordBill")]
         [HttpGet]
+        [Permission(HModName = "QC_TestSampleCheckBill", Operate = "_Check")]
         public object CheckSampleRecordBill(string HInterID, int Type, string user)
         {
             try
@@ -1242,6 +1246,7 @@
         #region 璇曟牱璁板綍 鍒犻櫎鍔熻兘
         [Route("MES_SampleRecordBill_PDA/DelSampleRecordBill")]
         [HttpGet]
+        [Permission(HModName = "QC_TestSampleCheckBill", Operate = "_Detete")]
         public object DelSampleRecordBill(Int64 lngBillKey, string user)
         {
             DataSet ds;
@@ -1887,6 +1892,7 @@
         #region 鎸囧紩鍗″彉鏇村崟 鏂板淇濆瓨
         [Route("MES_Sc_ProcessExchangeBillMain_Note_PDA/ProcessExchangeBillMain_NoteAddBill")]
         [HttpPost]
+        [Permission(HModName = "Sc_ProcessExchangeBill_Change")]
         public object ProcessExchangeBillMain_NoteAddBill([FromBody] JObject oMain)
         {
             var _value = oMain["oMain"].ToString();

--
Gitblit v1.9.1