From 769d2dafb39337b83f7148d3a23e877cb1b9333a Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Thu, 27 Sep 2018 16:06:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E7=BA=A7=E5=88=AB=EF=BC=8C=E5=8A=A0?= =?UTF-8?q?=E5=AE=9A=E4=BB=B7=E5=8D=95=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../B3SheepButcherManage.Web.csproj | 27 +- .../BaseInfos/Livestock_/LivestockEdit.cs | 51 ++++ .../BaseInfos/Livestock_/LivestockList.cs | 57 ++++ .../BaseInfos/Livestock_/LivestockList.xml | 55 ++++ .../Bills/FixedPrice_/FixedPriceEdit.cs | 243 ++++++++++++++++++ .../Bills/FixedPrice_/FixedPriceList.cs | 37 +++ .../Bills/FixedPrice_/FixedPriceList.xml | 69 +++++ .../Bills/FixedPrice_/FixedPricePrint.cs | 21 ++ B3SheepButcherManage.Web/PluginClass.cs | 2 + .../B3SheepButcherManageChoiceBoxProvider.cs | 50 ++++ .../B3SheepButcherManage.csproj | 14 +- .../BL/BaseInfo/LivestockBL.cs | 32 +++ .../BL/Bill/FixedPriceBL/FixedPriceBL.cs | 54 ++++ B3SheepButcherManage/BO/BaseInfo/Livestock.cs | 25 ++ .../BO/Bill/FixedPrice/FixedPrice.cs | 32 +++ .../BO/Bill/FixedPrice/FixedPrice_Detail.cs | 75 ++++++ B3SheepButcherManage/DmoTypeIDOffsets.cs | 5 +- .../Plugins/B3SheepButcherManage.Plugin | 12 +- .../B3SheepButcherManage/FixedPricePrint.xml | 29 +++ 19 files changed, 879 insertions(+), 11 deletions(-) create mode 100644 B3SheepButcherManage.Web/Pages/B3SheepButcherManage/BaseInfos/Livestock_/LivestockEdit.cs create mode 100644 B3SheepButcherManage.Web/Pages/B3SheepButcherManage/BaseInfos/Livestock_/LivestockList.cs create mode 100644 B3SheepButcherManage.Web/Pages/B3SheepButcherManage/BaseInfos/Livestock_/LivestockList.xml create mode 100644 B3SheepButcherManage.Web/Pages/B3SheepButcherManage/Bills/FixedPrice_/FixedPriceEdit.cs create mode 100644 B3SheepButcherManage.Web/Pages/B3SheepButcherManage/Bills/FixedPrice_/FixedPriceList.cs create mode 100644 B3SheepButcherManage.Web/Pages/B3SheepButcherManage/Bills/FixedPrice_/FixedPriceList.xml create mode 100644 B3SheepButcherManage.Web/Pages/B3SheepButcherManage/Bills/FixedPrice_/FixedPricePrint.cs create mode 100644 B3SheepButcherManage.Web/Utils/B3SheepButcherManageChoiceBoxProvider.cs create mode 100644 B3SheepButcherManage/BL/BaseInfo/LivestockBL.cs create mode 100644 B3SheepButcherManage/BL/Bill/FixedPriceBL/FixedPriceBL.cs create mode 100644 B3SheepButcherManage/BO/BaseInfo/Livestock.cs create mode 100644 B3SheepButcherManage/BO/Bill/FixedPrice/FixedPrice.cs create mode 100644 B3SheepButcherManage/BO/Bill/FixedPrice/FixedPrice_Detail.cs create mode 100644 WebFolder/config/billreports/B3SheepButcherManage/FixedPricePrint.xml diff --git a/B3SheepButcherManage.Web/B3SheepButcherManage.Web.csproj b/B3SheepButcherManage.Web/B3SheepButcherManage.Web.csproj index 90ccf02..862357d 100644 --- a/B3SheepButcherManage.Web/B3SheepButcherManage.Web.csproj +++ b/B3SheepButcherManage.Web/B3SheepButcherManage.Web.csproj @@ -100,13 +100,38 @@ + + ASPXCodeBehind + + + ASPXCodeBehind + + + ASPXCodeBehind + + + ASPXCodeBehind + + + ASPXCodeBehind + + - + + + + + + + {e4a988cc-58b2-4ed0-9387-a1cc477634ab} + B3SheepButcherManage + + + - + + @@ -95,7 +96,8 @@ --> - + + diff --git a/WebFolder/config/billreports/B3SheepButcherManage/FixedPricePrint.xml b/WebFolder/config/billreports/B3SheepButcherManage/FixedPricePrint.xml new file mode 100644 index 0000000..2cc73ff --- /dev/null +++ b/WebFolder/config/billreports/B3SheepButcherManage/FixedPricePrint.xml @@ -0,0 +1,29 @@ + + + + + + 羊定价单№$Dmo.ID + + + + + + + + + + 定价明细]]> + + + + + + + + + + + + +