From 8252fba641df451a05a2c164e9b51a3f3e97df29 Mon Sep 17 00:00:00 2001
From: maqiao <625215135@qq.com>
Date: Wed, 7 Aug 2024 09:45:18 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B9=98=E4=B9=A1=E4=BA=A4=E6=8E=A5=E6=9F=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
DM_Weight/App.config | 2 +-
DM_Weight/App.xaml.cs | 213 ++--
DM_Weight/Converter/BoxNumConverter.cs | 26 +
DM_Weight/Converter/DrawerSelectConverter.cs | 3 +-
DM_Weight/Converter/GroupSumConverter.cs | 4 +-
DM_Weight/Converter/OpenBoxSelectConverter.cs | 34 +
DM_Weight/Converter/OpenStatusConverter.cs | 33 +
DM_Weight/DM_Weight.csproj | 6 -
DM_Weight/Models/AccountBookG2.cs | 2 +-
DM_Weight/Models/ChannelList.cs | 9 +-
DM_Weight/Models/ChannelStock.cs | 14 +
DM_Weight/Models/DrugInfo.cs | 2 +-
DM_Weight/Models/OrderDetail.cs | 12 +-
DM_Weight/Models/OrderInfo.cs | 137 ++-
DM_Weight/Port/PortUtil.cs | 172 +++-
.../ViewModels/AccountWindowViewModel.cs | 379 -------
.../ViewModels/AddDrugControlViewModel.cs | 529 ----------
.../ViewModels/AddSurgeryDialogViewModel.cs | 949 ------------------
.../ViewModels/AddToJiaoJieWindowViewModel.cs | 13 -
.../ViewModels/ApplyInStockWindowViewModel.cs | 821 ---------------
.../ViewModels/ApplyListWindowViewModel.cs | 202 ----
.../ViewModels/BindBoxDialogViewModel.cs | 76 ++
.../BindBoxPackageWindowViewModel.cs | 419 ++++++++
.../BindingChannelDialogViewModel.cs | 407 --------
.../BindingChannelNewDialogViewModel.cs | 484 ---------
.../ViewModels/ChangeShiftsDialogViewModel.cs | 656 ------------
.../ChangeShiftsListWindowViewModel.cs | 190 ----
.../CheckOrderNewWindowViewModel.cs | 525 ++++++++++
.../ViewModels/CheckOrderWindowViewModel.cs | 476 +++++++++
.../ViewModels/CollectDrugDialogViewModel.cs | 231 -----
.../ViewModels/CollectDrugWindowViewModel.cs | 324 ------
.../ViewModels/CollectionViewGroupInternal.cs | 6 -
DM_Weight/ViewModels/DebugWindowViewModel.cs | 40 -
.../ViewModels/DestoryEmptyDialogViewModel.cs | 304 ------
.../DrawerAddDrugWindowViewModel.cs | 431 --------
.../DrawerTakeDrugWindowViewModel.cs | 430 --------
.../ViewModels/DrugListWindowViewModel.cs | 485 ---------
.../ViewModels/EditUserDialogViewModel.cs | 11 +-
.../ViewModels/FridgeOnlyWindowViewModel.cs | 224 -----
DM_Weight/ViewModels/FridgeWindowViewModel.cs | 345 -------
.../ViewModels/InvoiceAddDialogViewModel.cs | 453 ---------
.../ViewModels/InvoiceInWindowViewModel.cs | 384 -------
.../ViewModels/InvoiceOutWindowViewModel.cs | 270 -----
.../ViewModels/InvoiceTakeDialogViewModel.cs | 524 ----------
DM_Weight/ViewModels/LoginWindowViewModel.cs | 2 +-
.../MachineRecordWindowViewModel.cs | 209 ----
.../MultiOrderTakeDialogViewModel.cs | 488 ---------
.../MultiOrderTakeDrugWindowViewModel.cs | 380 -------
.../ViewModels/OpenBoxWindowViewModel.cs | 204 ++++
.../ViewModels/OrderReturnDialogViewModel.cs | 512 ----------
.../OrderTakeAllDrugDialogViewModel.cs | 636 ------------
.../ViewModels/OrderTakeDialogViewModel.cs | 545 ----------
.../OrderTakeDrugNewWindowViewModel.cs | 295 ------
.../OrderTakeDrugWindowViewModel.cs | 275 -----
.../ViewModels/OrderTakeNewDialogViewModel.cs | 185 ----
DM_Weight/ViewModels/PremissionViewModel.cs | 36 -
.../ViewModels/ReturnDrugDialogViewModel.cs | 422 --------
.../ViewModels/ReturnDrugWindow2ViewModel.cs | 254 -----
.../ViewModels/ReturnDrugWindowViewModel.cs | 216 ----
.../ReturnEmptyDestoryWindowViewModel.cs | 310 ------
.../ViewModels/ReturnEmptyDialogViewModel.cs | 385 -------
.../ViewModels/ReturnEmptyWindowViewModel.cs | 364 -------
.../ViewModels/RoleManagerWindowViewModel.cs | 265 ++---
.../ViewModels/SelfAddDialogViewModel.cs | 445 --------
.../ViewModels/SelfAddWindowViewModel.cs | 201 ----
.../ViewModels/SelfTakeDialogViewModel.cs | 417 --------
.../ViewModels/SelfTakeDrugWindowViewModel.cs | 192 ----
.../ViewModels/SettingBoxWindowViewModel.cs | 291 ++++++
.../ViewModels/StockListWindowViewModel.cs | 229 -----
.../ViewModels/SurgeryTakeDialogViewModel.cs | 859 ----------------
.../ViewModels/SurgeryTakeWindowViewModel.cs | 230 -----
DM_Weight/Views/AccountWindow.xaml | 244 -----
DM_Weight/Views/AddDrugControl.xaml | 395 --------
DM_Weight/Views/AddDrugControl.xaml.cs | 41 -
DM_Weight/Views/AddToJiaoJieWindow.xaml | 12 -
DM_Weight/Views/AddToJiaoJieWindow.xaml.cs | 28 -
DM_Weight/Views/ApplyInStockWindow.xaml | 278 -----
DM_Weight/Views/ApplyListWindow.xaml | 309 ------
DM_Weight/Views/BindBoxPackageWindow.xaml | 227 +++++
...w.xaml.cs => BindBoxPackageWindow.xaml.cs} | 18 +-
DM_Weight/Views/ChangeShiftsListWindow.xaml | 136 ---
.../Views/ChangeShiftsListWindow.xaml.cs | 28 -
DM_Weight/Views/CheckOrderNewWindow.xaml | 240 +++++
...ow.xaml.cs => CheckOrderNewWindow.xaml.cs} | 6 +-
DM_Weight/Views/CheckOrderWindow.xaml | 207 ++++
...indow.xaml.cs => CheckOrderWindow.xaml.cs} | 6 +-
DM_Weight/Views/CollectDrugWindow.xaml | 140 ---
DM_Weight/Views/CollectDrugWindow.xaml.cs | 28 -
DM_Weight/Views/DebugWindow.xaml | 23 -
DM_Weight/Views/Dialog/BindBoxDialog.xaml | 130 +++
...ewDialog.xaml.cs => BindBoxDialog.xaml.cs} | 10 +-
.../Views/Dialog/BindingChannelDialog.xaml | 207 ----
.../Views/Dialog/BindingChannelDialog.xaml.cs | 47 -
.../Views/Dialog/BindingChannelNewDialog.xaml | 230 -----
.../Views/Dialog/ChangeShiftsDialog.xaml | 163 ---
.../Views/Dialog/ChangeShiftsDialog.xaml.cs | 28 -
DM_Weight/Views/Dialog/CollectDrugDialog.xaml | 145 ---
.../Views/Dialog/CollectDrugDialog.xaml.cs | 28 -
.../Views/Dialog/DestoryEmptyDialog.xaml | 213 ----
.../Views/Dialog/DestoryEmptyDialog.xaml.cs | 28 -
DM_Weight/Views/Dialog/EditUserDialog.xaml | 2 +-
DM_Weight/Views/Dialog/InvoiceAddDialog.xaml | 180 ----
.../Views/Dialog/InvoiceAddDialog.xaml.cs | 28 -
DM_Weight/Views/Dialog/InvoiceTakeDialog.xaml | 181 ----
.../Views/Dialog/InvoiceTakeDialog.xaml.cs | 28 -
.../Views/Dialog/MultiOrderTakeDialog.xaml | 180 ----
.../Views/Dialog/MultiOrderTakeDialog.xaml.cs | 28 -
DM_Weight/Views/Dialog/OrderReturnDialog.xaml | 239 -----
.../Views/Dialog/OrderReturnDialog.xaml.cs | 28 -
.../Views/Dialog/OrderTakeAllDrugDialog.xaml | 150 ---
.../Dialog/OrderTakeAllDrugDialog.xaml.cs | 28 -
DM_Weight/Views/Dialog/OrderTakeDialog.xaml | 222 ----
.../Views/Dialog/OrderTakeDialog.xaml.cs | 28 -
.../Views/Dialog/OrderTakeNewDialog.xaml | 178 ----
.../Views/Dialog/OrderTakeNewDialog.xaml.cs | 28 -
DM_Weight/Views/Dialog/ReturnDrugDialog.xaml | 201 ----
.../Views/Dialog/ReturnDrugDialog.xaml.cs | 28 -
DM_Weight/Views/Dialog/ReturnEmptyDialog.xaml | 219 ----
.../Views/Dialog/ReturnEmptyDialog.xaml.cs | 28 -
DM_Weight/Views/Dialog/SelfAddDialog.xaml | 143 ---
DM_Weight/Views/Dialog/SelfAddDialog.xaml.cs | 28 -
DM_Weight/Views/Dialog/SelfTakeDialog.xaml | 143 ---
DM_Weight/Views/Dialog/SelfTakeDialog.xaml.cs | 28 -
DM_Weight/Views/Dialog/SurgeryTakeDialog.xaml | 242 -----
.../Views/Dialog/SurgeryTakeDialog.xaml.cs | 28 -
DM_Weight/Views/DrawerAddDrugWindow.xaml | 352 -------
DM_Weight/Views/DrawerAddDrugWindow.xaml.cs | 28 -
DM_Weight/Views/DrawerTakeDrugWindow.xaml | 267 -----
DM_Weight/Views/DrawerTakeDrugWindow.xaml.cs | 28 -
DM_Weight/Views/DrugListWindow.xaml | 219 ----
DM_Weight/Views/DrugListWindow.xaml.cs | 28 -
DM_Weight/Views/FridgeOnlyWindow.xaml | 65 --
DM_Weight/Views/FridgeOnlyWindow.xaml.cs | 28 -
DM_Weight/Views/FridgeWindow.xaml | 106 --
DM_Weight/Views/FridgeWindow.xaml.cs | 28 -
DM_Weight/Views/InvoiceInWindow.xaml | 243 -----
DM_Weight/Views/InvoiceInWindow.xaml.cs | 28 -
DM_Weight/Views/InvoiceOutWindow.xaml | 121 ---
DM_Weight/Views/InvoiceOutWindow.xaml.cs | 28 -
DM_Weight/Views/MachineRecordWindow.xaml | 156 ---
DM_Weight/Views/MachineRecordWindow.xaml.cs | 28 -
DM_Weight/Views/MultiOrderTakeDrugWindow.xaml | 151 ---
.../Views/MultiOrderTakeDrugWindow.xaml.cs | 55 -
DM_Weight/Views/OpenBoxWindow.xaml | 64 ++
...ddWindow.xaml.cs => OpenBoxWindow.xaml.cs} | 6 +-
DM_Weight/Views/OrderTakeDrugWindow.xaml | 4 +-
DM_Weight/Views/ReturnDrugWindow.xaml | 117 ---
DM_Weight/Views/ReturnDrugWindow.xaml.cs | 28 -
DM_Weight/Views/ReturnDrugWindow2.xaml | 127 ---
DM_Weight/Views/ReturnDrugWindow2.xaml.cs | 28 -
DM_Weight/Views/ReturnEmptyDestoryWindow.xaml | 110 --
.../Views/ReturnEmptyDestoryWindow.xaml.cs | 28 -
DM_Weight/Views/ReturnEmptyWindow.xaml | 132 ---
DM_Weight/Views/ReturnEmptyWindow.xaml.cs | 28 -
DM_Weight/Views/SelfAddWindow.xaml | 238 -----
DM_Weight/Views/SelfTakeDrugWindow.xaml | 171 ----
DM_Weight/Views/SelfTakeDrugWindow.xaml.cs | 28 -
DM_Weight/Views/SettingBoxWindow.xaml | 150 +++
...indow.xaml.cs => SettingBoxWindow.xaml.cs} | 6 +-
DM_Weight/Views/StockListWindow.xaml | 275 -----
DM_Weight/Views/StockListWindow.xaml.cs | 28 -
DM_Weight/Views/SurgeryTakeWindow.xaml | 134 ---
DM_Weight/Views/SurgeryTakeWindow.xaml.cs | 28 -
DM_Weight/Views/Test.xaml | 138 ---
DM_Weight/Views/Test.xaml.cs | 28 -
165 files changed, 3673 insertions(+), 26497 deletions(-)
create mode 100644 DM_Weight/Converter/BoxNumConverter.cs
create mode 100644 DM_Weight/Converter/OpenBoxSelectConverter.cs
create mode 100644 DM_Weight/Converter/OpenStatusConverter.cs
delete mode 100644 DM_Weight/ViewModels/AccountWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/AddDrugControlViewModel.cs
delete mode 100644 DM_Weight/ViewModels/AddSurgeryDialogViewModel.cs
delete mode 100644 DM_Weight/ViewModels/AddToJiaoJieWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/ApplyInStockWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/ApplyListWindowViewModel.cs
create mode 100644 DM_Weight/ViewModels/BindBoxDialogViewModel.cs
create mode 100644 DM_Weight/ViewModels/BindBoxPackageWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/BindingChannelDialogViewModel.cs
delete mode 100644 DM_Weight/ViewModels/BindingChannelNewDialogViewModel.cs
delete mode 100644 DM_Weight/ViewModels/ChangeShiftsDialogViewModel.cs
delete mode 100644 DM_Weight/ViewModels/ChangeShiftsListWindowViewModel.cs
create mode 100644 DM_Weight/ViewModels/CheckOrderNewWindowViewModel.cs
create mode 100644 DM_Weight/ViewModels/CheckOrderWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/CollectDrugDialogViewModel.cs
delete mode 100644 DM_Weight/ViewModels/CollectDrugWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/CollectionViewGroupInternal.cs
delete mode 100644 DM_Weight/ViewModels/DebugWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/DestoryEmptyDialogViewModel.cs
delete mode 100644 DM_Weight/ViewModels/DrawerAddDrugWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/DrawerTakeDrugWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/DrugListWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/FridgeOnlyWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/FridgeWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/InvoiceAddDialogViewModel.cs
delete mode 100644 DM_Weight/ViewModels/InvoiceInWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/InvoiceOutWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/InvoiceTakeDialogViewModel.cs
delete mode 100644 DM_Weight/ViewModels/MachineRecordWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/MultiOrderTakeDialogViewModel.cs
delete mode 100644 DM_Weight/ViewModels/MultiOrderTakeDrugWindowViewModel.cs
create mode 100644 DM_Weight/ViewModels/OpenBoxWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/OrderReturnDialogViewModel.cs
delete mode 100644 DM_Weight/ViewModels/OrderTakeAllDrugDialogViewModel.cs
delete mode 100644 DM_Weight/ViewModels/OrderTakeDialogViewModel.cs
delete mode 100644 DM_Weight/ViewModels/OrderTakeDrugNewWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/OrderTakeDrugWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/OrderTakeNewDialogViewModel.cs
delete mode 100644 DM_Weight/ViewModels/PremissionViewModel.cs
delete mode 100644 DM_Weight/ViewModels/ReturnDrugDialogViewModel.cs
delete mode 100644 DM_Weight/ViewModels/ReturnDrugWindow2ViewModel.cs
delete mode 100644 DM_Weight/ViewModels/ReturnDrugWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/ReturnEmptyDestoryWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/ReturnEmptyDialogViewModel.cs
delete mode 100644 DM_Weight/ViewModels/ReturnEmptyWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/SelfAddDialogViewModel.cs
delete mode 100644 DM_Weight/ViewModels/SelfAddWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/SelfTakeDialogViewModel.cs
delete mode 100644 DM_Weight/ViewModels/SelfTakeDrugWindowViewModel.cs
create mode 100644 DM_Weight/ViewModels/SettingBoxWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/StockListWindowViewModel.cs
delete mode 100644 DM_Weight/ViewModels/SurgeryTakeDialogViewModel.cs
delete mode 100644 DM_Weight/ViewModels/SurgeryTakeWindowViewModel.cs
delete mode 100644 DM_Weight/Views/AccountWindow.xaml
delete mode 100644 DM_Weight/Views/AddDrugControl.xaml
delete mode 100644 DM_Weight/Views/AddDrugControl.xaml.cs
delete mode 100644 DM_Weight/Views/AddToJiaoJieWindow.xaml
delete mode 100644 DM_Weight/Views/AddToJiaoJieWindow.xaml.cs
delete mode 100644 DM_Weight/Views/ApplyInStockWindow.xaml
delete mode 100644 DM_Weight/Views/ApplyListWindow.xaml
create mode 100644 DM_Weight/Views/BindBoxPackageWindow.xaml
rename DM_Weight/Views/{AccountWindow.xaml.cs => BindBoxPackageWindow.xaml.cs} (77%)
delete mode 100644 DM_Weight/Views/ChangeShiftsListWindow.xaml
delete mode 100644 DM_Weight/Views/ChangeShiftsListWindow.xaml.cs
create mode 100644 DM_Weight/Views/CheckOrderNewWindow.xaml
rename DM_Weight/Views/{ApplyInStockWindow.xaml.cs => CheckOrderNewWindow.xaml.cs} (78%)
create mode 100644 DM_Weight/Views/CheckOrderWindow.xaml
rename DM_Weight/Views/{ApplyListWindow.xaml.cs => CheckOrderWindow.xaml.cs} (79%)
delete mode 100644 DM_Weight/Views/CollectDrugWindow.xaml
delete mode 100644 DM_Weight/Views/CollectDrugWindow.xaml.cs
delete mode 100644 DM_Weight/Views/DebugWindow.xaml
create mode 100644 DM_Weight/Views/Dialog/BindBoxDialog.xaml
rename DM_Weight/Views/Dialog/{BindingChannelNewDialog.xaml.cs => BindBoxDialog.xaml.cs} (82%)
delete mode 100644 DM_Weight/Views/Dialog/BindingChannelDialog.xaml
delete mode 100644 DM_Weight/Views/Dialog/BindingChannelDialog.xaml.cs
delete mode 100644 DM_Weight/Views/Dialog/BindingChannelNewDialog.xaml
delete mode 100644 DM_Weight/Views/Dialog/ChangeShiftsDialog.xaml
delete mode 100644 DM_Weight/Views/Dialog/ChangeShiftsDialog.xaml.cs
delete mode 100644 DM_Weight/Views/Dialog/CollectDrugDialog.xaml
delete mode 100644 DM_Weight/Views/Dialog/CollectDrugDialog.xaml.cs
delete mode 100644 DM_Weight/Views/Dialog/DestoryEmptyDialog.xaml
delete mode 100644 DM_Weight/Views/Dialog/DestoryEmptyDialog.xaml.cs
delete mode 100644 DM_Weight/Views/Dialog/InvoiceAddDialog.xaml
delete mode 100644 DM_Weight/Views/Dialog/InvoiceAddDialog.xaml.cs
delete mode 100644 DM_Weight/Views/Dialog/InvoiceTakeDialog.xaml
delete mode 100644 DM_Weight/Views/Dialog/InvoiceTakeDialog.xaml.cs
delete mode 100644 DM_Weight/Views/Dialog/MultiOrderTakeDialog.xaml
delete mode 100644 DM_Weight/Views/Dialog/MultiOrderTakeDialog.xaml.cs
delete mode 100644 DM_Weight/Views/Dialog/OrderReturnDialog.xaml
delete mode 100644 DM_Weight/Views/Dialog/OrderReturnDialog.xaml.cs
delete mode 100644 DM_Weight/Views/Dialog/OrderTakeAllDrugDialog.xaml
delete mode 100644 DM_Weight/Views/Dialog/OrderTakeAllDrugDialog.xaml.cs
delete mode 100644 DM_Weight/Views/Dialog/OrderTakeDialog.xaml
delete mode 100644 DM_Weight/Views/Dialog/OrderTakeDialog.xaml.cs
delete mode 100644 DM_Weight/Views/Dialog/OrderTakeNewDialog.xaml
delete mode 100644 DM_Weight/Views/Dialog/OrderTakeNewDialog.xaml.cs
delete mode 100644 DM_Weight/Views/Dialog/ReturnDrugDialog.xaml
delete mode 100644 DM_Weight/Views/Dialog/ReturnDrugDialog.xaml.cs
delete mode 100644 DM_Weight/Views/Dialog/ReturnEmptyDialog.xaml
delete mode 100644 DM_Weight/Views/Dialog/ReturnEmptyDialog.xaml.cs
delete mode 100644 DM_Weight/Views/Dialog/SelfAddDialog.xaml
delete mode 100644 DM_Weight/Views/Dialog/SelfAddDialog.xaml.cs
delete mode 100644 DM_Weight/Views/Dialog/SelfTakeDialog.xaml
delete mode 100644 DM_Weight/Views/Dialog/SelfTakeDialog.xaml.cs
delete mode 100644 DM_Weight/Views/Dialog/SurgeryTakeDialog.xaml
delete mode 100644 DM_Weight/Views/Dialog/SurgeryTakeDialog.xaml.cs
delete mode 100644 DM_Weight/Views/DrawerAddDrugWindow.xaml
delete mode 100644 DM_Weight/Views/DrawerAddDrugWindow.xaml.cs
delete mode 100644 DM_Weight/Views/DrawerTakeDrugWindow.xaml
delete mode 100644 DM_Weight/Views/DrawerTakeDrugWindow.xaml.cs
delete mode 100644 DM_Weight/Views/DrugListWindow.xaml
delete mode 100644 DM_Weight/Views/DrugListWindow.xaml.cs
delete mode 100644 DM_Weight/Views/FridgeOnlyWindow.xaml
delete mode 100644 DM_Weight/Views/FridgeOnlyWindow.xaml.cs
delete mode 100644 DM_Weight/Views/FridgeWindow.xaml
delete mode 100644 DM_Weight/Views/FridgeWindow.xaml.cs
delete mode 100644 DM_Weight/Views/InvoiceInWindow.xaml
delete mode 100644 DM_Weight/Views/InvoiceInWindow.xaml.cs
delete mode 100644 DM_Weight/Views/InvoiceOutWindow.xaml
delete mode 100644 DM_Weight/Views/InvoiceOutWindow.xaml.cs
delete mode 100644 DM_Weight/Views/MachineRecordWindow.xaml
delete mode 100644 DM_Weight/Views/MachineRecordWindow.xaml.cs
delete mode 100644 DM_Weight/Views/MultiOrderTakeDrugWindow.xaml
delete mode 100644 DM_Weight/Views/MultiOrderTakeDrugWindow.xaml.cs
create mode 100644 DM_Weight/Views/OpenBoxWindow.xaml
rename DM_Weight/Views/{SelfAddWindow.xaml.cs => OpenBoxWindow.xaml.cs} (80%)
delete mode 100644 DM_Weight/Views/ReturnDrugWindow.xaml
delete mode 100644 DM_Weight/Views/ReturnDrugWindow.xaml.cs
delete mode 100644 DM_Weight/Views/ReturnDrugWindow2.xaml
delete mode 100644 DM_Weight/Views/ReturnDrugWindow2.xaml.cs
delete mode 100644 DM_Weight/Views/ReturnEmptyDestoryWindow.xaml
delete mode 100644 DM_Weight/Views/ReturnEmptyDestoryWindow.xaml.cs
delete mode 100644 DM_Weight/Views/ReturnEmptyWindow.xaml
delete mode 100644 DM_Weight/Views/ReturnEmptyWindow.xaml.cs
delete mode 100644 DM_Weight/Views/SelfAddWindow.xaml
delete mode 100644 DM_Weight/Views/SelfTakeDrugWindow.xaml
delete mode 100644 DM_Weight/Views/SelfTakeDrugWindow.xaml.cs
create mode 100644 DM_Weight/Views/SettingBoxWindow.xaml
rename DM_Weight/Views/{DebugWindow.xaml.cs => SettingBoxWindow.xaml.cs} (79%)
delete mode 100644 DM_Weight/Views/StockListWindow.xaml
delete mode 100644 DM_Weight/Views/StockListWindow.xaml.cs
delete mode 100644 DM_Weight/Views/SurgeryTakeWindow.xaml
delete mode 100644 DM_Weight/Views/SurgeryTakeWindow.xaml.cs
delete mode 100644 DM_Weight/Views/Test.xaml
delete mode 100644 DM_Weight/Views/Test.xaml.cs
diff --git a/DM_Weight/App.config b/DM_Weight/App.config
index 1f2b0c3..8bfec14 100644
--- a/DM_Weight/App.config
+++ b/DM_Weight/App.config
@@ -3,7 +3,7 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/AddDrugControl.xaml b/DM_Weight/Views/AddDrugControl.xaml
deleted file mode 100644
index 4f5afc9..0000000
--- a/DM_Weight/Views/AddDrugControl.xaml
+++ /dev/null
@@ -1,395 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/AddDrugControl.xaml.cs b/DM_Weight/Views/AddDrugControl.xaml.cs
deleted file mode 100644
index 075135a..0000000
--- a/DM_Weight/Views/AddDrugControl.xaml.cs
+++ /dev/null
@@ -1,41 +0,0 @@
-using DM_Weight.Models;
-using DM_Weight.msg;
-using DM_Weight.ViewModels;
-using Prism.Events;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// AddDrugControl.xaml 的交互逻辑
- ///
- public partial class AddDrugControl : UserControl
- {
- IEventAggregator _eventAggregator;
- public AddDrugControl(IEventAggregator eventAggregator)
- {
- InitializeComponent();
- _eventAggregator= eventAggregator;
- }
- private void Button_Click(object sender, RoutedEventArgs e)
- {
- Button btn = (Button)sender;
- ChannelList cls = (ChannelList)btn.CommandParameter;
- //vms.AddAction(cls);
- _eventAggregator.GetEvent().Publish(cls);
- }
- }
-}
diff --git a/DM_Weight/Views/AddToJiaoJieWindow.xaml b/DM_Weight/Views/AddToJiaoJieWindow.xaml
deleted file mode 100644
index 54925c0..0000000
--- a/DM_Weight/Views/AddToJiaoJieWindow.xaml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
diff --git a/DM_Weight/Views/AddToJiaoJieWindow.xaml.cs b/DM_Weight/Views/AddToJiaoJieWindow.xaml.cs
deleted file mode 100644
index 8f1b46f..0000000
--- a/DM_Weight/Views/AddToJiaoJieWindow.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// AddToJiaoJieWindow.xaml 的交互逻辑
- ///
- public partial class AddToJiaoJieWindow : UserControl
- {
- public AddToJiaoJieWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/ApplyInStockWindow.xaml b/DM_Weight/Views/ApplyInStockWindow.xaml
deleted file mode 100644
index 594c4bb..0000000
--- a/DM_Weight/Views/ApplyInStockWindow.xaml
+++ /dev/null
@@ -1,278 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/DM_Weight/Views/ApplyListWindow.xaml b/DM_Weight/Views/ApplyListWindow.xaml
deleted file mode 100644
index 06796fe..0000000
--- a/DM_Weight/Views/ApplyListWindow.xaml
+++ /dev/null
@@ -1,309 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/BindBoxPackageWindow.xaml b/DM_Weight/Views/BindBoxPackageWindow.xaml
new file mode 100644
index 0000000..b91e5d3
--- /dev/null
+++ b/DM_Weight/Views/BindBoxPackageWindow.xaml
@@ -0,0 +1,227 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/DM_Weight/Views/AccountWindow.xaml.cs b/DM_Weight/Views/BindBoxPackageWindow.xaml.cs
similarity index 77%
rename from DM_Weight/Views/AccountWindow.xaml.cs
rename to DM_Weight/Views/BindBoxPackageWindow.xaml.cs
index 08f3686..3ffc9c6 100644
--- a/DM_Weight/Views/AccountWindow.xaml.cs
+++ b/DM_Weight/Views/BindBoxPackageWindow.xaml.cs
@@ -17,17 +17,20 @@ using System.Windows.Shapes;
namespace DM_Weight.Views
{
///
- /// AccountWindow.xaml 的交互逻辑
+ /// BindBoxPackageWindow.xaml 的交互逻辑
///
- public partial class AccountWindow : UserControl
+ public partial class BindBoxPackageWindow : UserControl
{
- AccountWindowViewModel vms;
- public AccountWindow()
+
+ BindBoxPackageWindowViewModel vms;
+ public BindBoxPackageWindow()
{
InitializeComponent();
+
+ vms = BindBoxPackageWindowViewModel.vm;
}
///
- /// 药品名称下拉框
+ /// 药品名称触发事件
///
///
///
@@ -42,10 +45,5 @@ namespace DM_Weight.Views
TextBox textBox = (TextBox)comboBox.Template.FindName("PART_EditableTextBox", comboBox);
textBox.SelectionStart = textBox.Text.Length;
}
-
- private void UserControl_Loaded(object sender, RoutedEventArgs e)
- {
- vms = AccountWindowViewModel.vm;
- }
}
}
diff --git a/DM_Weight/Views/ChangeShiftsListWindow.xaml b/DM_Weight/Views/ChangeShiftsListWindow.xaml
deleted file mode 100644
index fcab7a8..0000000
--- a/DM_Weight/Views/ChangeShiftsListWindow.xaml
+++ /dev/null
@@ -1,136 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/ChangeShiftsListWindow.xaml.cs b/DM_Weight/Views/ChangeShiftsListWindow.xaml.cs
deleted file mode 100644
index 3c5b7fa..0000000
--- a/DM_Weight/Views/ChangeShiftsListWindow.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// ChangeShiftsListWindow.xaml 的交互逻辑
- ///
- public partial class ChangeShiftsListWindow : UserControl
- {
- public ChangeShiftsListWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/CheckOrderNewWindow.xaml b/DM_Weight/Views/CheckOrderNewWindow.xaml
new file mode 100644
index 0000000..ee8594f
--- /dev/null
+++ b/DM_Weight/Views/CheckOrderNewWindow.xaml
@@ -0,0 +1,240 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/DM_Weight/Views/ApplyInStockWindow.xaml.cs b/DM_Weight/Views/CheckOrderNewWindow.xaml.cs
similarity index 78%
rename from DM_Weight/Views/ApplyInStockWindow.xaml.cs
rename to DM_Weight/Views/CheckOrderNewWindow.xaml.cs
index f577d71..f94b359 100644
--- a/DM_Weight/Views/ApplyInStockWindow.xaml.cs
+++ b/DM_Weight/Views/CheckOrderNewWindow.xaml.cs
@@ -16,11 +16,11 @@ using System.Windows.Shapes;
namespace DM_Weight.Views
{
///
- /// ApplyInStockWindow.xaml 的交互逻辑
+ /// CheckOrderNewWindow.xaml 的交互逻辑
///
- public partial class ApplyInStockWindow : UserControl
+ public partial class CheckOrderNewWindow : UserControl
{
- public ApplyInStockWindow()
+ public CheckOrderNewWindow()
{
InitializeComponent();
}
diff --git a/DM_Weight/Views/CheckOrderWindow.xaml b/DM_Weight/Views/CheckOrderWindow.xaml
new file mode 100644
index 0000000..97ce0d3
--- /dev/null
+++ b/DM_Weight/Views/CheckOrderWindow.xaml
@@ -0,0 +1,207 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/DM_Weight/Views/ApplyListWindow.xaml.cs b/DM_Weight/Views/CheckOrderWindow.xaml.cs
similarity index 79%
rename from DM_Weight/Views/ApplyListWindow.xaml.cs
rename to DM_Weight/Views/CheckOrderWindow.xaml.cs
index 0eaa07f..4648de7 100644
--- a/DM_Weight/Views/ApplyListWindow.xaml.cs
+++ b/DM_Weight/Views/CheckOrderWindow.xaml.cs
@@ -16,11 +16,11 @@ using System.Windows.Shapes;
namespace DM_Weight.Views
{
///
- /// ApplyListWindow.xaml 的交互逻辑
+ /// CheckOrderWindow.xaml 的交互逻辑
///
- public partial class ApplyListWindow : UserControl
+ public partial class CheckOrderWindow : UserControl
{
- public ApplyListWindow()
+ public CheckOrderWindow()
{
InitializeComponent();
}
diff --git a/DM_Weight/Views/CollectDrugWindow.xaml b/DM_Weight/Views/CollectDrugWindow.xaml
deleted file mode 100644
index 0f6e376..0000000
--- a/DM_Weight/Views/CollectDrugWindow.xaml
+++ /dev/null
@@ -1,140 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/CollectDrugWindow.xaml.cs b/DM_Weight/Views/CollectDrugWindow.xaml.cs
deleted file mode 100644
index 73f65aa..0000000
--- a/DM_Weight/Views/CollectDrugWindow.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// CollectDrugWindow.xaml 的交互逻辑
- ///
- public partial class CollectDrugWindow : UserControl
- {
- public CollectDrugWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/DebugWindow.xaml b/DM_Weight/Views/DebugWindow.xaml
deleted file mode 100644
index b0e3945..0000000
--- a/DM_Weight/Views/DebugWindow.xaml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/BindBoxDialog.xaml b/DM_Weight/Views/Dialog/BindBoxDialog.xaml
new file mode 100644
index 0000000..7e43568
--- /dev/null
+++ b/DM_Weight/Views/Dialog/BindBoxDialog.xaml
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/DM_Weight/Views/Dialog/BindingChannelNewDialog.xaml.cs b/DM_Weight/Views/Dialog/BindBoxDialog.xaml.cs
similarity index 82%
rename from DM_Weight/Views/Dialog/BindingChannelNewDialog.xaml.cs
rename to DM_Weight/Views/Dialog/BindBoxDialog.xaml.cs
index 0f67ba5..9a5eb6d 100644
--- a/DM_Weight/Views/Dialog/BindingChannelNewDialog.xaml.cs
+++ b/DM_Weight/Views/Dialog/BindBoxDialog.xaml.cs
@@ -17,15 +17,15 @@ using System.Windows.Shapes;
namespace DM_Weight.Views.Dialog
{
///
- /// BindingChannelNewDialog.xaml 的交互逻辑
+ /// BindBoxDialog.xaml 的交互逻辑
///
- public partial class BindingChannelNewDialog : UserControl
+ public partial class BindBoxDialog : UserControl
{
- BindingChannelNewDialogViewModel vms;
- public BindingChannelNewDialog()
+ BindBoxDialogViewModel vms;
+ public BindBoxDialog()
{
InitializeComponent();
- vms = BindingChannelNewDialogViewModel.vm;
+ vms = BindBoxDialogViewModel.vm;
}
///
/// 药品名称触发事件
diff --git a/DM_Weight/Views/Dialog/BindingChannelDialog.xaml b/DM_Weight/Views/Dialog/BindingChannelDialog.xaml
deleted file mode 100644
index a383533..0000000
--- a/DM_Weight/Views/Dialog/BindingChannelDialog.xaml
+++ /dev/null
@@ -1,207 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/BindingChannelDialog.xaml.cs b/DM_Weight/Views/Dialog/BindingChannelDialog.xaml.cs
deleted file mode 100644
index 63d40ba..0000000
--- a/DM_Weight/Views/Dialog/BindingChannelDialog.xaml.cs
+++ /dev/null
@@ -1,47 +0,0 @@
-using DM_Weight.ViewModels;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views.Dialog
-{
- ///
- /// BindingChannelDialog.xaml 的交互逻辑
- ///
- public partial class BindingChannelDialog : UserControl
- {
- BindingChannelDialogViewModel vms;
- public BindingChannelDialog()
- {
- InitializeComponent();
- vms = BindingChannelDialogViewModel.vm;
- }
- ///
- /// 药品名称触发事件
- ///
- ///
- ///
- private void ComboBox_KeyUp(object sender, KeyEventArgs e)
- {
- ComboBox comboBox = sender as ComboBox;
- vms.UpdateComboBoxItems(comboBox.Text);
- if(this.vms.DrugInfos.Count>0)
- {
- comboBox.IsDropDownOpen= true;
- }
- TextBox textBox = (TextBox)comboBox.Template.FindName("PART_EditableTextBox", comboBox);
- textBox.SelectionStart = textBox.Text.Length;
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/BindingChannelNewDialog.xaml b/DM_Weight/Views/Dialog/BindingChannelNewDialog.xaml
deleted file mode 100644
index eb35eaa..0000000
--- a/DM_Weight/Views/Dialog/BindingChannelNewDialog.xaml
+++ /dev/null
@@ -1,230 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/ChangeShiftsDialog.xaml b/DM_Weight/Views/Dialog/ChangeShiftsDialog.xaml
deleted file mode 100644
index 1ee41d0..0000000
--- a/DM_Weight/Views/Dialog/ChangeShiftsDialog.xaml
+++ /dev/null
@@ -1,163 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/ChangeShiftsDialog.xaml.cs b/DM_Weight/Views/Dialog/ChangeShiftsDialog.xaml.cs
deleted file mode 100644
index d0ed8aa..0000000
--- a/DM_Weight/Views/Dialog/ChangeShiftsDialog.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views.Dialog
-{
- ///
- /// ChangeShiftsDialog.xaml 的交互逻辑
- ///
- public partial class ChangeShiftsDialog : UserControl
- {
- public ChangeShiftsDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/CollectDrugDialog.xaml b/DM_Weight/Views/Dialog/CollectDrugDialog.xaml
deleted file mode 100644
index e861c95..0000000
--- a/DM_Weight/Views/Dialog/CollectDrugDialog.xaml
+++ /dev/null
@@ -1,145 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/CollectDrugDialog.xaml.cs b/DM_Weight/Views/Dialog/CollectDrugDialog.xaml.cs
deleted file mode 100644
index ed79bcb..0000000
--- a/DM_Weight/Views/Dialog/CollectDrugDialog.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views.Dialog
-{
- ///
- /// CollectDrugDialog.xaml 的交互逻辑
- ///
- public partial class CollectDrugDialog : UserControl
- {
- public CollectDrugDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/DestoryEmptyDialog.xaml b/DM_Weight/Views/Dialog/DestoryEmptyDialog.xaml
deleted file mode 100644
index 4e48bb6..0000000
--- a/DM_Weight/Views/Dialog/DestoryEmptyDialog.xaml
+++ /dev/null
@@ -1,213 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/DestoryEmptyDialog.xaml.cs b/DM_Weight/Views/Dialog/DestoryEmptyDialog.xaml.cs
deleted file mode 100644
index 7609c52..0000000
--- a/DM_Weight/Views/Dialog/DestoryEmptyDialog.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views.Dialog
-{
- ///
- /// DestoryEmptyDialog.xaml 的交互逻辑
- ///
- public partial class DestoryEmptyDialog : UserControl
- {
- public DestoryEmptyDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/EditUserDialog.xaml b/DM_Weight/Views/Dialog/EditUserDialog.xaml
index 88b4bbd..3420cd0 100644
--- a/DM_Weight/Views/Dialog/EditUserDialog.xaml
+++ b/DM_Weight/Views/Dialog/EditUserDialog.xaml
@@ -62,7 +62,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/DM_Weight/Views/Dialog/InvoiceAddDialog.xaml.cs b/DM_Weight/Views/Dialog/InvoiceAddDialog.xaml.cs
deleted file mode 100644
index afdc06c..0000000
--- a/DM_Weight/Views/Dialog/InvoiceAddDialog.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views.Dialog
-{
- ///
- /// InvoiceAddDialog.xaml 的交互逻辑
- ///
- public partial class InvoiceAddDialog : UserControl
- {
- public InvoiceAddDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/InvoiceTakeDialog.xaml b/DM_Weight/Views/Dialog/InvoiceTakeDialog.xaml
deleted file mode 100644
index c5b34bf..0000000
--- a/DM_Weight/Views/Dialog/InvoiceTakeDialog.xaml
+++ /dev/null
@@ -1,181 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/InvoiceTakeDialog.xaml.cs b/DM_Weight/Views/Dialog/InvoiceTakeDialog.xaml.cs
deleted file mode 100644
index e3ed5da..0000000
--- a/DM_Weight/Views/Dialog/InvoiceTakeDialog.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views.Dialog
-{
- ///
- /// OrderTakeDialog.xaml 的交互逻辑
- ///
- public partial class InvoiceTakeDialog : UserControl
- {
- public InvoiceTakeDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/MultiOrderTakeDialog.xaml b/DM_Weight/Views/Dialog/MultiOrderTakeDialog.xaml
deleted file mode 100644
index 1f9dcbe..0000000
--- a/DM_Weight/Views/Dialog/MultiOrderTakeDialog.xaml
+++ /dev/null
@@ -1,180 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/MultiOrderTakeDialog.xaml.cs b/DM_Weight/Views/Dialog/MultiOrderTakeDialog.xaml.cs
deleted file mode 100644
index 7c7b7a4..0000000
--- a/DM_Weight/Views/Dialog/MultiOrderTakeDialog.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views.Dialog
-{
- ///
- /// MultiOrderTakeDialog.xaml 的交互逻辑
- ///
- public partial class MultiOrderTakeDialog : UserControl
- {
- public MultiOrderTakeDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/OrderReturnDialog.xaml b/DM_Weight/Views/Dialog/OrderReturnDialog.xaml
deleted file mode 100644
index 1ac252f..0000000
--- a/DM_Weight/Views/Dialog/OrderReturnDialog.xaml
+++ /dev/null
@@ -1,239 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/OrderReturnDialog.xaml.cs b/DM_Weight/Views/Dialog/OrderReturnDialog.xaml.cs
deleted file mode 100644
index 5ec7a3b..0000000
--- a/DM_Weight/Views/Dialog/OrderReturnDialog.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views.Dialog
-{
- ///
- /// OrderTakeDialog.xaml 的交互逻辑
- ///
- public partial class OrderReturnDialog : UserControl
- {
- public OrderReturnDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/OrderTakeAllDrugDialog.xaml b/DM_Weight/Views/Dialog/OrderTakeAllDrugDialog.xaml
deleted file mode 100644
index 7e39093..0000000
--- a/DM_Weight/Views/Dialog/OrderTakeAllDrugDialog.xaml
+++ /dev/null
@@ -1,150 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/OrderTakeAllDrugDialog.xaml.cs b/DM_Weight/Views/Dialog/OrderTakeAllDrugDialog.xaml.cs
deleted file mode 100644
index 26232be..0000000
--- a/DM_Weight/Views/Dialog/OrderTakeAllDrugDialog.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views.Dialog
-{
- ///
- /// OrderTakeAllDrugDialog.xaml 的交互逻辑
- ///
- public partial class OrderTakeAllDrugDialog : UserControl
- {
- public OrderTakeAllDrugDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/OrderTakeDialog.xaml b/DM_Weight/Views/Dialog/OrderTakeDialog.xaml
deleted file mode 100644
index 651c5e2..0000000
--- a/DM_Weight/Views/Dialog/OrderTakeDialog.xaml
+++ /dev/null
@@ -1,222 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/OrderTakeDialog.xaml.cs b/DM_Weight/Views/Dialog/OrderTakeDialog.xaml.cs
deleted file mode 100644
index b441d48..0000000
--- a/DM_Weight/Views/Dialog/OrderTakeDialog.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views.Dialog
-{
- ///
- /// OrderTakeDialog.xaml 的交互逻辑
- ///
- public partial class OrderTakeDialog : UserControl
- {
- public OrderTakeDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/OrderTakeNewDialog.xaml b/DM_Weight/Views/Dialog/OrderTakeNewDialog.xaml
deleted file mode 100644
index 8261b70..0000000
--- a/DM_Weight/Views/Dialog/OrderTakeNewDialog.xaml
+++ /dev/null
@@ -1,178 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/OrderTakeNewDialog.xaml.cs b/DM_Weight/Views/Dialog/OrderTakeNewDialog.xaml.cs
deleted file mode 100644
index d7a7dff..0000000
--- a/DM_Weight/Views/Dialog/OrderTakeNewDialog.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views.Dialog
-{
- ///
- /// OrderTakeNewDialog.xaml 的交互逻辑
- ///
- public partial class OrderTakeNewDialog : UserControl
- {
- public OrderTakeNewDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/ReturnDrugDialog.xaml b/DM_Weight/Views/Dialog/ReturnDrugDialog.xaml
deleted file mode 100644
index dbfc7c9..0000000
--- a/DM_Weight/Views/Dialog/ReturnDrugDialog.xaml
+++ /dev/null
@@ -1,201 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/ReturnDrugDialog.xaml.cs b/DM_Weight/Views/Dialog/ReturnDrugDialog.xaml.cs
deleted file mode 100644
index 3009a15..0000000
--- a/DM_Weight/Views/Dialog/ReturnDrugDialog.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views.Dialog
-{
- ///
- /// ReturnDrugDialog.xaml 的交互逻辑
- ///
- public partial class ReturnDrugDialog : UserControl
- {
- public ReturnDrugDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/ReturnEmptyDialog.xaml b/DM_Weight/Views/Dialog/ReturnEmptyDialog.xaml
deleted file mode 100644
index 3a5f8f8..0000000
--- a/DM_Weight/Views/Dialog/ReturnEmptyDialog.xaml
+++ /dev/null
@@ -1,219 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/ReturnEmptyDialog.xaml.cs b/DM_Weight/Views/Dialog/ReturnEmptyDialog.xaml.cs
deleted file mode 100644
index f469daf..0000000
--- a/DM_Weight/Views/Dialog/ReturnEmptyDialog.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views.Dialog
-{
- ///
- /// ReturnEmptyDialog.xaml 的交互逻辑
- ///
- public partial class ReturnEmptyDialog : UserControl
- {
- public ReturnEmptyDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/SelfAddDialog.xaml b/DM_Weight/Views/Dialog/SelfAddDialog.xaml
deleted file mode 100644
index 9bab57c..0000000
--- a/DM_Weight/Views/Dialog/SelfAddDialog.xaml
+++ /dev/null
@@ -1,143 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/SelfAddDialog.xaml.cs b/DM_Weight/Views/Dialog/SelfAddDialog.xaml.cs
deleted file mode 100644
index 2019151..0000000
--- a/DM_Weight/Views/Dialog/SelfAddDialog.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views.Dialog
-{
- ///
- /// SelfOperateDialog.xaml 的交互逻辑
- ///
- public partial class SelfAddDialog : UserControl
- {
- public SelfAddDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/SelfTakeDialog.xaml b/DM_Weight/Views/Dialog/SelfTakeDialog.xaml
deleted file mode 100644
index e82cff3..0000000
--- a/DM_Weight/Views/Dialog/SelfTakeDialog.xaml
+++ /dev/null
@@ -1,143 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/SelfTakeDialog.xaml.cs b/DM_Weight/Views/Dialog/SelfTakeDialog.xaml.cs
deleted file mode 100644
index cd62cb1..0000000
--- a/DM_Weight/Views/Dialog/SelfTakeDialog.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views.Dialog
-{
- ///
- /// SelfTakeDialog.xaml 的交互逻辑
- ///
- public partial class SelfTakeDialog : UserControl
- {
- public SelfTakeDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Dialog/SurgeryTakeDialog.xaml b/DM_Weight/Views/Dialog/SurgeryTakeDialog.xaml
deleted file mode 100644
index 74d9cff..0000000
--- a/DM_Weight/Views/Dialog/SurgeryTakeDialog.xaml
+++ /dev/null
@@ -1,242 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Dialog/SurgeryTakeDialog.xaml.cs b/DM_Weight/Views/Dialog/SurgeryTakeDialog.xaml.cs
deleted file mode 100644
index e108180..0000000
--- a/DM_Weight/Views/Dialog/SurgeryTakeDialog.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views.Dialog
-{
- ///
- /// SurgeryTakeDialog.xaml 的交互逻辑
- ///
- public partial class SurgeryTakeDialog : UserControl
- {
- public SurgeryTakeDialog()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/DrawerAddDrugWindow.xaml b/DM_Weight/Views/DrawerAddDrugWindow.xaml
deleted file mode 100644
index 410fee2..0000000
--- a/DM_Weight/Views/DrawerAddDrugWindow.xaml
+++ /dev/null
@@ -1,352 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/DrawerAddDrugWindow.xaml.cs b/DM_Weight/Views/DrawerAddDrugWindow.xaml.cs
deleted file mode 100644
index 3035e1a..0000000
--- a/DM_Weight/Views/DrawerAddDrugWindow.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// DrawerAddDrugWindow.xaml 的交互逻辑
- ///
- public partial class DrawerAddDrugWindow : UserControl
- {
- public DrawerAddDrugWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/DrawerTakeDrugWindow.xaml b/DM_Weight/Views/DrawerTakeDrugWindow.xaml
deleted file mode 100644
index ecfc296..0000000
--- a/DM_Weight/Views/DrawerTakeDrugWindow.xaml
+++ /dev/null
@@ -1,267 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/DrawerTakeDrugWindow.xaml.cs b/DM_Weight/Views/DrawerTakeDrugWindow.xaml.cs
deleted file mode 100644
index 192a032..0000000
--- a/DM_Weight/Views/DrawerTakeDrugWindow.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// DrawerTakeDrugWindow.xaml 的交互逻辑
- ///
- public partial class DrawerTakeDrugWindow : UserControl
- {
- public DrawerTakeDrugWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/DrugListWindow.xaml b/DM_Weight/Views/DrugListWindow.xaml
deleted file mode 100644
index 7b16f70..0000000
--- a/DM_Weight/Views/DrugListWindow.xaml
+++ /dev/null
@@ -1,219 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/DrugListWindow.xaml.cs b/DM_Weight/Views/DrugListWindow.xaml.cs
deleted file mode 100644
index 1b81eb1..0000000
--- a/DM_Weight/Views/DrugListWindow.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// DrugListWindow.xaml 的交互逻辑
- ///
- public partial class DrugListWindow : UserControl
- {
- public DrugListWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/FridgeOnlyWindow.xaml b/DM_Weight/Views/FridgeOnlyWindow.xaml
deleted file mode 100644
index d432c28..0000000
--- a/DM_Weight/Views/FridgeOnlyWindow.xaml
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/FridgeOnlyWindow.xaml.cs b/DM_Weight/Views/FridgeOnlyWindow.xaml.cs
deleted file mode 100644
index 4c80496..0000000
--- a/DM_Weight/Views/FridgeOnlyWindow.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// FridgeOnlyWindow.xaml 的交互逻辑
- ///
- public partial class FridgeOnlyWindow : UserControl
- {
- public FridgeOnlyWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/FridgeWindow.xaml b/DM_Weight/Views/FridgeWindow.xaml
deleted file mode 100644
index 82eed34..0000000
--- a/DM_Weight/Views/FridgeWindow.xaml
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/FridgeWindow.xaml.cs b/DM_Weight/Views/FridgeWindow.xaml.cs
deleted file mode 100644
index 9711767..0000000
--- a/DM_Weight/Views/FridgeWindow.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// FridgeWindow.xaml 的交互逻辑
- ///
- public partial class FridgeWindow : UserControl
- {
- public FridgeWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/InvoiceInWindow.xaml b/DM_Weight/Views/InvoiceInWindow.xaml
deleted file mode 100644
index 53e103d..0000000
--- a/DM_Weight/Views/InvoiceInWindow.xaml
+++ /dev/null
@@ -1,243 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/InvoiceInWindow.xaml.cs b/DM_Weight/Views/InvoiceInWindow.xaml.cs
deleted file mode 100644
index c0c3497..0000000
--- a/DM_Weight/Views/InvoiceInWindow.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// InvoiceInWindow.xaml 的交互逻辑
- ///
- public partial class InvoiceInWindow : UserControl
- {
- public InvoiceInWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/InvoiceOutWindow.xaml b/DM_Weight/Views/InvoiceOutWindow.xaml
deleted file mode 100644
index 18fa7c8..0000000
--- a/DM_Weight/Views/InvoiceOutWindow.xaml
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/InvoiceOutWindow.xaml.cs b/DM_Weight/Views/InvoiceOutWindow.xaml.cs
deleted file mode 100644
index 69eb742..0000000
--- a/DM_Weight/Views/InvoiceOutWindow.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// InvoiceOutWindow.xaml 的交互逻辑
- ///
- public partial class InvoiceOutWindow : UserControl
- {
- public InvoiceOutWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/MachineRecordWindow.xaml b/DM_Weight/Views/MachineRecordWindow.xaml
deleted file mode 100644
index aa77b71..0000000
--- a/DM_Weight/Views/MachineRecordWindow.xaml
+++ /dev/null
@@ -1,156 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/MachineRecordWindow.xaml.cs b/DM_Weight/Views/MachineRecordWindow.xaml.cs
deleted file mode 100644
index b49225f..0000000
--- a/DM_Weight/Views/MachineRecordWindow.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// MachineRecordWindow.xaml 的交互逻辑
- ///
- public partial class MachineRecordWindow : UserControl
- {
- public MachineRecordWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/MultiOrderTakeDrugWindow.xaml b/DM_Weight/Views/MultiOrderTakeDrugWindow.xaml
deleted file mode 100644
index 360f414..0000000
--- a/DM_Weight/Views/MultiOrderTakeDrugWindow.xaml
+++ /dev/null
@@ -1,151 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/MultiOrderTakeDrugWindow.xaml.cs b/DM_Weight/Views/MultiOrderTakeDrugWindow.xaml.cs
deleted file mode 100644
index acf48c1..0000000
--- a/DM_Weight/Views/MultiOrderTakeDrugWindow.xaml.cs
+++ /dev/null
@@ -1,55 +0,0 @@
-using DM_Weight.ViewModels;
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// OrderTakeDrugWindow.xaml 的交互逻辑
- ///
- public partial class MultiOrderTakeDrugWindow : UserControl
- {
- MultiOrderTakeDrugWindowViewModel vms;
- public MultiOrderTakeDrugWindow()
- {
- InitializeComponent();
- }
-
- private void CheckBox_Checked_Click(object sender, RoutedEventArgs e)
- {
-
- }
- //某项被选中
- private void Item_Checked(object sender, RoutedEventArgs e)
- {
- CheckBox cbx= (CheckBox)sender;
- if(!(bool)cbx.IsChecked)
- {
- vms.IsItemCheck = true;
- vms.IsAllChecked = false;
- }
- else
- {
- vms.IsItemCheck = true;
- }
- }
-
- private void UserControl_Loaded(object sender, RoutedEventArgs e)
- {
- vms = MultiOrderTakeDrugWindowViewModel.vm;
-
- }
- }
-}
diff --git a/DM_Weight/Views/OpenBoxWindow.xaml b/DM_Weight/Views/OpenBoxWindow.xaml
new file mode 100644
index 0000000..8e7990d
--- /dev/null
+++ b/DM_Weight/Views/OpenBoxWindow.xaml
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/DM_Weight/Views/SelfAddWindow.xaml.cs b/DM_Weight/Views/OpenBoxWindow.xaml.cs
similarity index 80%
rename from DM_Weight/Views/SelfAddWindow.xaml.cs
rename to DM_Weight/Views/OpenBoxWindow.xaml.cs
index bb722a9..651f9fc 100644
--- a/DM_Weight/Views/SelfAddWindow.xaml.cs
+++ b/DM_Weight/Views/OpenBoxWindow.xaml.cs
@@ -16,11 +16,11 @@ using System.Windows.Shapes;
namespace DM_Weight.Views
{
///
- /// SelfAddWindow.xaml 的交互逻辑
+ /// OpenBoxWindow.xaml 的交互逻辑
///
- public partial class SelfAddWindow : UserControl
+ public partial class OpenBoxWindow : UserControl
{
- public SelfAddWindow()
+ public OpenBoxWindow()
{
InitializeComponent();
}
diff --git a/DM_Weight/Views/OrderTakeDrugWindow.xaml b/DM_Weight/Views/OrderTakeDrugWindow.xaml
index 821b3a3..01c08c7 100644
--- a/DM_Weight/Views/OrderTakeDrugWindow.xaml
+++ b/DM_Weight/Views/OrderTakeDrugWindow.xaml
@@ -117,10 +117,10 @@
Header="处方号"/>
+ Header="药品名称"/>
+ Header="数量"/>
diff --git a/DM_Weight/Views/ReturnDrugWindow.xaml b/DM_Weight/Views/ReturnDrugWindow.xaml
deleted file mode 100644
index 5a86f62..0000000
--- a/DM_Weight/Views/ReturnDrugWindow.xaml
+++ /dev/null
@@ -1,117 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/ReturnDrugWindow.xaml.cs b/DM_Weight/Views/ReturnDrugWindow.xaml.cs
deleted file mode 100644
index 4cfb11e..0000000
--- a/DM_Weight/Views/ReturnDrugWindow.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// ReturnDrugWindow.xaml 的交互逻辑
- ///
- public partial class ReturnDrugWindow : UserControl
- {
- public ReturnDrugWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/ReturnDrugWindow2.xaml b/DM_Weight/Views/ReturnDrugWindow2.xaml
deleted file mode 100644
index 09d4524..0000000
--- a/DM_Weight/Views/ReturnDrugWindow2.xaml
+++ /dev/null
@@ -1,127 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/ReturnDrugWindow2.xaml.cs b/DM_Weight/Views/ReturnDrugWindow2.xaml.cs
deleted file mode 100644
index 813b566..0000000
--- a/DM_Weight/Views/ReturnDrugWindow2.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// ReturnDrugWindow.xaml 的交互逻辑
- ///
- public partial class ReturnDrugWindow2 : UserControl
- {
- public ReturnDrugWindow2()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/ReturnEmptyDestoryWindow.xaml b/DM_Weight/Views/ReturnEmptyDestoryWindow.xaml
deleted file mode 100644
index 9629995..0000000
--- a/DM_Weight/Views/ReturnEmptyDestoryWindow.xaml
+++ /dev/null
@@ -1,110 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/ReturnEmptyDestoryWindow.xaml.cs b/DM_Weight/Views/ReturnEmptyDestoryWindow.xaml.cs
deleted file mode 100644
index a980b32..0000000
--- a/DM_Weight/Views/ReturnEmptyDestoryWindow.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// ReturnEmptyDestoryWindow.xaml 的交互逻辑
- ///
- public partial class ReturnEmptyDestoryWindow : UserControl
- {
- public ReturnEmptyDestoryWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/ReturnEmptyWindow.xaml b/DM_Weight/Views/ReturnEmptyWindow.xaml
deleted file mode 100644
index 702780b..0000000
--- a/DM_Weight/Views/ReturnEmptyWindow.xaml
+++ /dev/null
@@ -1,132 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/ReturnEmptyWindow.xaml.cs b/DM_Weight/Views/ReturnEmptyWindow.xaml.cs
deleted file mode 100644
index c920d38..0000000
--- a/DM_Weight/Views/ReturnEmptyWindow.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// ReturnEmptyWindow.xaml 的交互逻辑
- ///
- public partial class ReturnEmptyWindow : UserControl
- {
- public ReturnEmptyWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/SelfAddWindow.xaml b/DM_Weight/Views/SelfAddWindow.xaml
deleted file mode 100644
index b7880d9..0000000
--- a/DM_Weight/Views/SelfAddWindow.xaml
+++ /dev/null
@@ -1,238 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/SelfTakeDrugWindow.xaml b/DM_Weight/Views/SelfTakeDrugWindow.xaml
deleted file mode 100644
index ce4ffba..0000000
--- a/DM_Weight/Views/SelfTakeDrugWindow.xaml
+++ /dev/null
@@ -1,171 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/SelfTakeDrugWindow.xaml.cs b/DM_Weight/Views/SelfTakeDrugWindow.xaml.cs
deleted file mode 100644
index 508ca83..0000000
--- a/DM_Weight/Views/SelfTakeDrugWindow.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// SelfTakeDrugWindow.xaml 的交互逻辑
- ///
- public partial class SelfTakeDrugWindow : UserControl
- {
- public SelfTakeDrugWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/SettingBoxWindow.xaml b/DM_Weight/Views/SettingBoxWindow.xaml
new file mode 100644
index 0000000..fc13bd6
--- /dev/null
+++ b/DM_Weight/Views/SettingBoxWindow.xaml
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/DM_Weight/Views/DebugWindow.xaml.cs b/DM_Weight/Views/SettingBoxWindow.xaml.cs
similarity index 79%
rename from DM_Weight/Views/DebugWindow.xaml.cs
rename to DM_Weight/Views/SettingBoxWindow.xaml.cs
index b7de1a5..3133323 100644
--- a/DM_Weight/Views/DebugWindow.xaml.cs
+++ b/DM_Weight/Views/SettingBoxWindow.xaml.cs
@@ -16,11 +16,11 @@ using System.Windows.Shapes;
namespace DM_Weight.Views
{
///
- /// DebugWindow.xaml 的交互逻辑
+ /// SettingBoxWindow.xaml 的交互逻辑
///
- public partial class DebugWindow : UserControl
+ public partial class SettingBoxWindow : UserControl
{
- public DebugWindow()
+ public SettingBoxWindow()
{
InitializeComponent();
}
diff --git a/DM_Weight/Views/StockListWindow.xaml b/DM_Weight/Views/StockListWindow.xaml
deleted file mode 100644
index 02fb4c7..0000000
--- a/DM_Weight/Views/StockListWindow.xaml
+++ /dev/null
@@ -1,275 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/StockListWindow.xaml.cs b/DM_Weight/Views/StockListWindow.xaml.cs
deleted file mode 100644
index 23788f0..0000000
--- a/DM_Weight/Views/StockListWindow.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// StockListWindow.xaml 的交互逻辑
- ///
- public partial class StockListWindow : UserControl
- {
- public StockListWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/SurgeryTakeWindow.xaml b/DM_Weight/Views/SurgeryTakeWindow.xaml
deleted file mode 100644
index 078d096..0000000
--- a/DM_Weight/Views/SurgeryTakeWindow.xaml
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/SurgeryTakeWindow.xaml.cs b/DM_Weight/Views/SurgeryTakeWindow.xaml.cs
deleted file mode 100644
index 6b5c5b8..0000000
--- a/DM_Weight/Views/SurgeryTakeWindow.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// SurgeryTakeWindow.xaml 的交互逻辑
- ///
- public partial class SurgeryTakeWindow : UserControl
- {
- public SurgeryTakeWindow()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/DM_Weight/Views/Test.xaml b/DM_Weight/Views/Test.xaml
deleted file mode 100644
index b84ac46..0000000
--- a/DM_Weight/Views/Test.xaml
+++ /dev/null
@@ -1,138 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/DM_Weight/Views/Test.xaml.cs b/DM_Weight/Views/Test.xaml.cs
deleted file mode 100644
index a9cb968..0000000
--- a/DM_Weight/Views/Test.xaml.cs
+++ /dev/null
@@ -1,28 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace DM_Weight.Views
-{
- ///
- /// Test.xaml 的交互逻辑
- ///
- public partial class Test : UserControl
- {
- public Test()
- {
- InitializeComponent();
- }
- }
-}