From c891c3bb08995a90801a59a4d7a10ca222f5b8f5 Mon Sep 17 00:00:00 2001 From: duanluohua Date: Mon, 16 Apr 2018 14:32:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=8D=95No.139547=20?= =?UTF-8?q?=E3=80=90=E7=94=9F=E4=BA=A7=E9=80=9A=E7=9F=A5=E5=8D=95=E3=80=91?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8C=89=E7=85=A7=E2=80=98=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=85=B6=E4=BB=96=E5=87=BA=E5=BA=93=E5=8D=95=E2=80=99=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E6=95=B0=E6=8D=AE=E6=BA=90=EF=BC=8C=E6=9C=AA=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E7=9A=84=E5=85=B6=E4=BB=96=E5=87=BA=E5=BA=93=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../B3_DongFangWanQi.Web.csproj | 6 ++ .../ProductionNotificationEdit.cs | 51 +++++++++++ .../SelectOtherOutStoreDialog.cs | 58 +++++++++++++ .../SelectOtherOutStoreDialog.xml | 45 ++++++++++ B3_DongFangWanQi/B3_DongFangWanQi.csproj | 1 + .../ProductionNotificationBL.cs | 53 +++++++++-- .../ProductionNotification.cs | 12 +++ .../ProductionNotificationOutStore_Detail.cs | 87 +++++++++++++++++++ 8 files changed, 306 insertions(+), 7 deletions(-) create mode 100644 B3_DongFangWanQi.Web/Pages/B3_DongFangWanQi/Bills/ProductionNotification_/SelectOtherOutStoreDialog.cs create mode 100644 B3_DongFangWanQi.Web/Pages/B3_DongFangWanQi/Bills/ProductionNotification_/SelectOtherOutStoreDialog.xml create mode 100644 B3_DongFangWanQi/BO/Bill/ProductionNotification_/ProductionNotificationOutStore_Detail.cs diff --git a/B3_DongFangWanQi.Web/B3_DongFangWanQi.Web.csproj b/B3_DongFangWanQi.Web/B3_DongFangWanQi.Web.csproj index 88b4b75..fc37d60 100644 --- a/B3_DongFangWanQi.Web/B3_DongFangWanQi.Web.csproj +++ b/B3_DongFangWanQi.Web/B3_DongFangWanQi.Web.csproj @@ -167,6 +167,9 @@ ASPXCodeBehind + + ASPXCodeBehind + ASPXCodeBehind @@ -223,6 +226,9 @@ + + +