From 7c67d60d2233f71547bcff90e03f9343dd4f13a2 Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期一, 14 四月 2025 14:29:55 +0800
Subject: [PATCH] 1.产品绑定,核对送检
---
Controllers/Warehouse/MesDbckController.cs | 138 +++++++++++++++++++++++-----------------------
1 files changed, 69 insertions(+), 69 deletions(-)
diff --git a/Controllers/Warehouse/MesDbckController.cs b/Controllers/Warehouse/MesDbckController.cs
index 50e65e9..8556a00 100644
--- a/Controllers/Warehouse/MesDbckController.cs
+++ b/Controllers/Warehouse/MesDbckController.cs
@@ -88,75 +88,75 @@
}
}
- /// <summary>
- /// 娣诲姞
- /// </summary>
- /// <returns></returns>
- [HttpPost("Insert")]
- public ResponseResult Add([FromBody] MesDbck data)
- {
- try
- {
- dynamic resultInfos = new ExpandoObject();
- resultInfos.tbBillList = m.Insert(data);
- return new ResponseResult
- {
- status = 0,
- message = "OK",
- data = resultInfos
- };
- }
- catch (Exception ex)
- {
- return ResponseResult.ResponseError(ex);
- }
- }
+ ///// <summary>
+ ///// 娣诲姞
+ ///// </summary>
+ ///// <returns></returns>
+ //[HttpPost("Insert")]
+ //public ResponseResult Add([FromBody] MesDbck data)
+ //{
+ // try
+ // {
+ // dynamic resultInfos = new ExpandoObject();
+ // resultInfos.tbBillList = m.Insert(data);
+ // return new ResponseResult
+ // {
+ // status = 0,
+ // message = "OK",
+ // data = resultInfos
+ // };
+ // }
+ // catch (Exception ex)
+ // {
+ // return ResponseResult.ResponseError(ex);
+ // }
+ //}
- /// <summary>
- /// 娣诲姞杩斿洖鑷
- /// </summary>
- /// <returns></returns>
- [HttpPost("InsertReturnIdentity")]
- public ResponseResult InsertReturnIdentity([FromBody] MesDbck data)
- {
- try
- {
- dynamic resultInfos = new ExpandoObject();
- resultInfos.tbBillList = m.InsertReturnIdentity(data);
- return new ResponseResult
- {
- status = 0,
- message = "OK",
- data = resultInfos
- };
- }
- catch (Exception ex)
- {
- return ResponseResult.ResponseError(ex);
- }
- }
+ ///// <summary>
+ ///// 娣诲姞杩斿洖鑷
+ ///// </summary>
+ ///// <returns></returns>
+ //[HttpPost("InsertReturnIdentity")]
+ //public ResponseResult InsertReturnIdentity([FromBody] MesDbck data)
+ //{
+ // try
+ // {
+ // dynamic resultInfos = new ExpandoObject();
+ // resultInfos.tbBillList = m.InsertReturnIdentity(data);
+ // return new ResponseResult
+ // {
+ // status = 0,
+ // message = "OK",
+ // data = resultInfos
+ // };
+ // }
+ // catch (Exception ex)
+ // {
+ // return ResponseResult.ResponseError(ex);
+ // }
+ //}
- /// <summary>
- /// 淇敼
- /// </summary>
- /// <returns></returns>
- [HttpPost("Update")]
- public ResponseResult Update([FromBody] MesDbck data)
- {
- try
- {
- dynamic resultInfos = new ExpandoObject();
- resultInfos.tbBillList = m.Update(data);
- return new ResponseResult
- {
- status = 0,
- message = "OK",
- data = resultInfos
- };
- }
- catch (Exception ex)
- {
- return ResponseResult.ResponseError(ex);
- }
- }
+ ///// <summary>
+ ///// 淇敼
+ ///// </summary>
+ ///// <returns></returns>
+ //[HttpPost("Update")]
+ //public ResponseResult Update([FromBody] MesDbck data)
+ //{
+ // try
+ // {
+ // dynamic resultInfos = new ExpandoObject();
+ // resultInfos.tbBillList = m.Update(data);
+ // return new ResponseResult
+ // {
+ // status = 0,
+ // message = "OK",
+ // data = resultInfos
+ // };
+ // }
+ // catch (Exception ex)
+ // {
+ // return ResponseResult.ResponseError(ex);
+ // }
+ //}
}
\ No newline at end of file
--
Gitblit v1.9.3