From 9f417a0e7c2f4c37704c2ed8c83634fcf0d9bc04 Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Thu, 26 Apr 2018 15:13:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=AF=BC=E5=87=BA=EF=BC=8C=E8=BF=98?= =?UTF-8?q?=E6=B2=A1=E5=81=9A=E5=AE=8C=EF=BC=8C=E5=85=88=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- B3QingDaoWanFu.Web/B3QingDaoWanFu.Web.csproj | 17 ++ B3QingDaoWanFu.Web/ExportBaseInfoList.cs | 252 ++++++++++++++++++ .../ExportUI/GoodsExportToMES.cs | 134 ++++++++++ .../ExportUI/GoodsExportToMES.xml | 59 ++++ B3QingDaoWanFu/B3QingDaoWanFu.csproj | 6 + B3QingDaoWanFu/BL/ExportBL/GoodsExportBL.cs | 79 ++++++ B3QingDaoWanFu/Utils/B3QingDaoWanFuConsts.cs | 15 ++ 7 files changed, 562 insertions(+) create mode 100644 B3QingDaoWanFu.Web/ExportBaseInfoList.cs create mode 100644 B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/ExportUI/GoodsExportToMES.cs create mode 100644 B3QingDaoWanFu.Web/Pages/B3QingDaoWanFu/ExportUI/GoodsExportToMES.xml create mode 100644 B3QingDaoWanFu/BL/ExportBL/GoodsExportBL.cs create mode 100644 B3QingDaoWanFu/Utils/B3QingDaoWanFuConsts.cs diff --git a/B3QingDaoWanFu.Web/B3QingDaoWanFu.Web.csproj b/B3QingDaoWanFu.Web/B3QingDaoWanFu.Web.csproj index 57ec4fb..3b28cc9 100644 --- a/B3QingDaoWanFu.Web/B3QingDaoWanFu.Web.csproj +++ b/B3QingDaoWanFu.Web/B3QingDaoWanFu.Web.csproj @@ -41,6 +41,14 @@ D:\BwpB3Project\tsref\Debug\B3ButcherManage.Web.dll False + + False + ..\..\..\tsref\Debug\B3ExportBase.dll + + + False + ..\..\..\tsref\Debug\B3ExportBase.Web.dll + False D:\BwpB3Project\tsref\Debug\B3Frameworks.dll @@ -143,6 +151,9 @@ ASPXCodeBehind + + ASPXCodeBehind + ASPXCodeBehind @@ -155,6 +166,9 @@ ASPXCodeBehind + + ASPXCodeBehind + ASPXCodeBehind @@ -216,6 +230,9 @@ + + +