From ae0057f02ab968bddefbfb12c7854991968d6f46 Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Mon, 29 Jul 2024 17:24:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=8D=AF=E5=93=81=E5=87=BA=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E6=98=8E=E7=BB=86=E3=80=81=E6=B1=87=E6=80=BB=E3=80=81?= =?UTF-8?q?=E5=85=A5=E8=B4=A6=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../drugInout/stat/DialogCreateCustom.vue | 207 ++++ .../drugInout/stat/IoStatCustomSearch.vue | 434 +++++++++ src/views/drugInout/stat/IoStatDaySearch.vue | 381 ++++++++ .../drugInout/stat/IoStatMonthSearch.vue | 376 ++++++++ .../drugInout/stat/IoStatQuarterSearch.vue | 375 ++++++++ src/views/drugInout/stat/IoStatYearSearch.vue | 375 ++++++++ src/views/drugInventory/InvProducts.vue | 707 ++++++++++++++ src/views/drugInventory/InvProductsDetail.vue | 317 +++++++ .../drugInventory/addInvRemindSetDialog.vue | 225 +++++ .../drugInventory/supInoutSearchOrder.vue | 891 ++++++++++++++++++ 10 files changed, 4288 insertions(+) create mode 100644 src/views/drugInout/stat/DialogCreateCustom.vue create mode 100644 src/views/drugInout/stat/IoStatCustomSearch.vue create mode 100644 src/views/drugInout/stat/IoStatDaySearch.vue create mode 100644 src/views/drugInout/stat/IoStatMonthSearch.vue create mode 100644 src/views/drugInout/stat/IoStatQuarterSearch.vue create mode 100644 src/views/drugInout/stat/IoStatYearSearch.vue create mode 100644 src/views/drugInventory/InvProducts.vue create mode 100644 src/views/drugInventory/InvProductsDetail.vue create mode 100644 src/views/drugInventory/addInvRemindSetDialog.vue create mode 100644 src/views/drugInventory/supInoutSearchOrder.vue diff --git a/src/views/drugInout/stat/DialogCreateCustom.vue b/src/views/drugInout/stat/DialogCreateCustom.vue new file mode 100644 index 00000000..e64416ae --- /dev/null +++ b/src/views/drugInout/stat/DialogCreateCustom.vue @@ -0,0 +1,207 @@ + + + + + diff --git a/src/views/drugInout/stat/IoStatCustomSearch.vue b/src/views/drugInout/stat/IoStatCustomSearch.vue new file mode 100644 index 00000000..42bd3d16 --- /dev/null +++ b/src/views/drugInout/stat/IoStatCustomSearch.vue @@ -0,0 +1,434 @@ + + + + + diff --git a/src/views/drugInout/stat/IoStatDaySearch.vue b/src/views/drugInout/stat/IoStatDaySearch.vue new file mode 100644 index 00000000..01b05d97 --- /dev/null +++ b/src/views/drugInout/stat/IoStatDaySearch.vue @@ -0,0 +1,381 @@ + + + + + diff --git a/src/views/drugInout/stat/IoStatMonthSearch.vue b/src/views/drugInout/stat/IoStatMonthSearch.vue new file mode 100644 index 00000000..b52f526f --- /dev/null +++ b/src/views/drugInout/stat/IoStatMonthSearch.vue @@ -0,0 +1,376 @@ + + + + + diff --git a/src/views/drugInout/stat/IoStatQuarterSearch.vue b/src/views/drugInout/stat/IoStatQuarterSearch.vue new file mode 100644 index 00000000..4fb88bfb --- /dev/null +++ b/src/views/drugInout/stat/IoStatQuarterSearch.vue @@ -0,0 +1,375 @@ + + + + + diff --git a/src/views/drugInout/stat/IoStatYearSearch.vue b/src/views/drugInout/stat/IoStatYearSearch.vue new file mode 100644 index 00000000..219e4676 --- /dev/null +++ b/src/views/drugInout/stat/IoStatYearSearch.vue @@ -0,0 +1,375 @@ + + + + + diff --git a/src/views/drugInventory/InvProducts.vue b/src/views/drugInventory/InvProducts.vue new file mode 100644 index 00000000..56091acd --- /dev/null +++ b/src/views/drugInventory/InvProducts.vue @@ -0,0 +1,707 @@ + + + + + + diff --git a/src/views/drugInventory/InvProductsDetail.vue b/src/views/drugInventory/InvProductsDetail.vue new file mode 100644 index 00000000..66e9c888 --- /dev/null +++ b/src/views/drugInventory/InvProductsDetail.vue @@ -0,0 +1,317 @@ + + + + + + diff --git a/src/views/drugInventory/addInvRemindSetDialog.vue b/src/views/drugInventory/addInvRemindSetDialog.vue new file mode 100644 index 00000000..f4f4a631 --- /dev/null +++ b/src/views/drugInventory/addInvRemindSetDialog.vue @@ -0,0 +1,225 @@ + + + + + + diff --git a/src/views/drugInventory/supInoutSearchOrder.vue b/src/views/drugInventory/supInoutSearchOrder.vue new file mode 100644 index 00000000..5af23e36 --- /dev/null +++ b/src/views/drugInventory/supInoutSearchOrder.vue @@ -0,0 +1,891 @@ + + + + + +