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) {