111
啊鑫
2 天以前 8b7abd97e7b69800789134ed8e809e19a5b5ba74
Controllers/Warehouse/TransferOutController.cs
@@ -172,7 +172,7 @@
    [HttpPost("GetTransferInDetailListByBillNo")]
    public ResponseResult GetTransferInDetailListByBillNo(
    [FromBody] WarehouseQuery query)
        [FromBody] WarehouseQuery query)
    {
        try
        {
@@ -226,14 +226,12 @@
            dynamic resultInfos = new ExpandoObject();
            resultInfos.tbBillList = _manager.ScanMoveBarcode(query);
            if (resultInfos.tbBillList.result == "2")
            {
                return new ResponseResult
                {
                    status = Convert.ToInt32(resultInfos.tbBillList.result),
                    message = resultInfos.tbBillList.strMsg,
                    data = resultInfos
                };
            }
            return new ResponseResult
            {
                status = 0,