| | |
| | | using Furion.DynamicApiController; |
| | | using System.Text; |
| | | using iWare.Wms.Core.Enum; |
| | | using Microsoft.AspNetCore.Authorization; |
| | | |
| | | namespace iWare.Wms.Application.Service.Pda |
| | | { |
| | |
| | | /// <returns></returns> |
| | | [HttpGet("getWorkPieceByOP80NewCode")] |
| | | [DisableOpLog] |
| | | [AllowAnonymous] |
| | | public async Task<WorkPieceInfoOutput> getWorkPieceByOP80NewCode([FromQuery] WorkPieceByOP80NewCodeInputSearch input) |
| | | { |
| | | |
| | |
| | | /// <param name="input"></param> |
| | | /// <returns></returns> |
| | | [HttpPost("outBoundWorkPiece")] |
| | | [DisableOpLog] |
| | | [UnitOfWork] |
| | | public async Task<string> outBoundWorkPiece([FromBody] OutBoundInput input) |
| | | { |
| | |
| | | /// <param name="input"></param> |
| | | /// <returns></returns> |
| | | [HttpPost("getOutBoundWorkPieceInfoCount")] |
| | | [DisableOpLog] |
| | | public async Task<string> GetOutBoundWorkPieceInfoCount() |
| | | { |
| | | DateTimeOffset now = DateTimeOffset.Now; // 获取当前时间,包括时区偏移量 |