From 430f4df6519253ffaf49f2d098ac1df77aa5891e Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期四, 11 九月 2025 14:43:02 +0800
Subject: [PATCH] 销售出库添加一行'制单人'
---
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