VueWebApi/DLL/BLL/AppPurchManagementBLL.cs
@@ -37,5 +37,49 @@
            return AppPurchManagementDAL.MesAppPurchOrderSave(purordercode, orderstaus, username, json);
        }
        #endregion
        #region[采购入库选择有到货采购订单]
        public static ToMessage MesAppPurchInStorSelectCGOrder()
        {
            return AppPurchManagementDAL.MesAppPurchInStorSelectCGOrder();
        }
        #endregion
        #region[选择采购订单带出订单下有到货的物料信息]
        public static ToMessage MesAppPurchInStorSelectCGOrderPart(string ordercode)
        {
            return AppPurchManagementDAL.MesAppPurchInStorSelectCGOrderPart(ordercode);
        }
        #endregion
        #region[采购入库扫描标签条码带出到货单信息]
        public static ToMessage MesAppPurchInStorScanLabCode(string labcode,string ordercode)
        {
            return AppPurchManagementDAL.MesAppPurchInStorScanLabCode(labcode, ordercode);
        }
        #endregion
        #region[采购入库提交]
        public static ToMessage MesAppPurchInStorSave(string ordercode, string username, string incontent)
        {
            return AppPurchManagementDAL.MesAppPurchInStorSave(ordercode,username, incontent);
        }
        #endregion
        #region[采购退货:获取采购订单列表(已到货的采购订单)]
        public static ToMessage MesAppPurchaseReturnOrderSearch(string purchordercode)
        {
            return AppPurchManagementDAL.MesAppPurchaseReturnOrderSearch(purchordercode);
        }
        #endregion
        #region[采购退货:选择采购订单获取物料信息]
        public static ToMessage MesAppPurchReturnOrderPartSearch(string purchordercode)
        {
            return AppPurchManagementDAL.MesAppPurchReturnOrderPartSearch(purchordercode);
        }
        #endregion
    }
}