| | |
| | | using Gs.Toolbox.ApiCore.Group; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using Newtonsoft.Json.Linq; |
| | | using System.Data; |
| | | using System.Data.SqlClient; |
| | | using System.Dynamic; |
| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// 审核 |
| | | /// </summary> |
| | | /// <param name="mode"></param> |
| | | /// <returns></returns> |
| | |
| | | { |
| | | // 获取明细项主键(可为空,新增时为空) |
| | | string _guid = m.Guid?.ToString() ?? Guid.Empty.ToString(); |
| | | |
| | | |
| | | |
| | | // 拼接单行明细数据:|申请数量|备注|明细GUID |
| | | var _line = m.BatchQty + _split + m.GfRkqty + _split + m.LfRkqtyz + _split + m.HandResult + _split |
| | | var _line = m.BatchQty + _split + m.GfRkqty + _split + m.LfRkqtyz + _split + m.HandResult + _split |
| | | + m.ChooseType + _split + m.Process + _split |
| | | + (UtilityHelper.CheckGuid(_guid) ? _guid : Guid.Empty.ToString()); |
| | | |