kyy
6 小时以前 fd8a1399090dd3a57b557a7c8d270362397bc21f
Controllers/Warehouse/TransferOutController.cs
@@ -172,7 +172,7 @@
    [HttpPost("GetTransferInDetailListByBillNo")]
    public ResponseResult GetTransferInDetailListByBillNo(
        [FromBody] WarehouseQuery query)
    [FromBody] WarehouseQuery query)
    {
        try
        {
@@ -226,12 +226,14 @@
            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,