From 21d8f906ad6c040bf0356efc0dc2ed10639b944e Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Fri, 19 Jan 2018 17:57:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=8D=95No.138385=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E3=80=90=E4=BB=A3=E5=AE=B0=E8=BF=87=E7=A3=85?= =?UTF-8?q?=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../B3SubstituteKill.Web.csproj | 23 ++ .../SubKillWeightBillEdit.cs | 348 ++++++++++++++++++ .../SubKillWeightBillList.cs | 39 ++ .../SubKillWeightBillList.xml | 72 ++++ .../SubKillWeightBillPrint.cs | 19 + .../Bills/SubKillWeightBill_/WeightUtil.cs | 31 ++ .../Dialogs/WeightRecordDialog.cs | 317 ++++++++++++++++ .../Dialogs/WeightRecordDialog.xml | 17 + B3SubstituteKill/B3SubstituteKill.csproj | 10 + .../SubKillWeightBill/SubKillWeightBillBL.cs | 36 ++ .../SubKillWeightBill/WeightingInfoBL.cs | 27 ++ .../SubKillWeightBill/SubKillWeightBill.cs | 84 +++++ .../SubKillWeightBill_Detail.cs | 62 ++++ .../Bills/SubKillWeightBill/WeightingInfo.cs | 44 +++ B3SubstituteKill/Rpcs/SupplierRpc.cs | 48 +++ .../Utils/B3SubstituteKillConsts.cs | 2 + .../config/Plugins/B3SubstituteKill.plugin | 16 + .../SubKillWeightBillPrint.xml | 39 ++ 18 files changed, 1234 insertions(+) create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/SubKillWeightBill_/SubKillWeightBillEdit.cs create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/SubKillWeightBill_/SubKillWeightBillList.cs create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/SubKillWeightBill_/SubKillWeightBillList.xml create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/SubKillWeightBill_/SubKillWeightBillPrint.cs create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Bills/SubKillWeightBill_/WeightUtil.cs create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Dialogs/WeightRecordDialog.cs create mode 100644 B3SubstituteKill.Web/Pages/B3SubstituteKill/Dialogs/WeightRecordDialog.xml create mode 100644 B3SubstituteKill/BL/Bills/SubKillWeightBill/SubKillWeightBillBL.cs create mode 100644 B3SubstituteKill/BL/Bills/SubKillWeightBill/WeightingInfoBL.cs create mode 100644 B3SubstituteKill/BO/Bills/SubKillWeightBill/SubKillWeightBill.cs create mode 100644 B3SubstituteKill/BO/Bills/SubKillWeightBill/SubKillWeightBill_Detail.cs create mode 100644 B3SubstituteKill/BO/Bills/SubKillWeightBill/WeightingInfo.cs create mode 100644 B3SubstituteKill/Rpcs/SupplierRpc.cs create mode 100644 WebFolder/config/billreports/B3SubstituteKill/SubKillWeightBillPrint.xml diff --git a/B3SubstituteKill.Web/B3SubstituteKill.Web.csproj b/B3SubstituteKill.Web/B3SubstituteKill.Web.csproj index 7980f6d..9337212 100644 --- a/B3SubstituteKill.Web/B3SubstituteKill.Web.csproj +++ b/B3SubstituteKill.Web/B3SubstituteKill.Web.csproj @@ -45,6 +45,10 @@ False ..\..\..\..\..\..\BwpB3Project\tsref\Debug\B3ProcurementInterface.dll + + False + ..\..\..\tsref\Debug\B3ProduceUnitedInfos.dll + False ..\..\..\..\..\..\BwpB3Project\tsref\Debug\B3System.dll @@ -124,6 +128,19 @@ ASPXCodeBehind + + ASPXCodeBehind + + + ASPXCodeBehind + + + ASPXCodeBehind + + + + ASPXCodeBehind + @@ -152,6 +169,12 @@ + + + + + +