啊鑫
2024-08-28 481e4bef4be32a5a9754d01faf80bf0bc4e14951
MESApplication/Controllers/BasicData/MesItemsController.cs
@@ -22,7 +22,7 @@
    private readonly string TableName = "MES_ITEMS";
    private readonly string URL = "http://localhost:10054/api/MesItems/";
    //GetItemQcPrint
    [HttpPost("GetItemQcPrint")]
    public ResponseResult GetItemQcPrint(WarehouseQuery query)
@@ -32,7 +32,7 @@
            dynamic resultInfos = new ExpandoObject();
            var save = m.GetItemQcPrint(query);
            resultInfos.tbBillList = save;
            return new ResponseResult
            {
                status = 0,