yl
2023-02-09 4f18572bce174f7d131e11d3f69156183ff7c71d
VueWebApi/DLL/BLL/PurchaseOrderBLL.cs
@@ -16,6 +16,13 @@
        }
        #endregion
        #region[采购订单明细]
        public static ToMessage PurchaseOrderSubSearch(string purodercode)
        {
            return PurchaseOrderDAL.PurchaseOrderSubSearch(purodercode);
        }
        #endregion
        #region[采购订单删除]
        public static ToMessage DeletePurchaseOrder(string po)
        {