From df464eae897950141a451f6d4f944da515327caf Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 17 Nov 2023 09:34:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E5=93=81=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Announce/AppAnnounce/AppAnnounce.vue | 79 ++ .../Announce/AppAnnounce/components/Add.vue | 988 ++++++++++++++++++ .../AppAnnounce/components/ChooseMaterial.vue | 221 ++++ .../AppAnnounce/components/Detail.vue | 783 ++++++++++++++ .../Announce/AppAnnounce/components/List.vue | 432 ++++++++ .../Announce/AppAnnounce/components/Phone.vue | 344 ++++++ .../AppAnnounceStatistics.vue | 924 ++++++++++++++++ .../AppIntegralStatistics.vue | 652 ++++++++++++ .../AppIntegratingAudit.vue | 68 ++ .../AppIntegratingAudit/components/Detail.vue | 270 +++++ .../AppIntegratingAudit/components/List.vue | 293 ++++++ .../AppIntegratingDjust.vue | 62 ++ .../AppIntegratingDjust/components/List.vue | 357 +++++++ .../AppIntegratingOrder.vue | 116 ++ .../components/GirdDetail.vue | 172 +++ .../components/GirdList.vue | 252 +++++ .../components/ResidentDetail.vue | 172 +++ .../components/ResidentList.vue | 265 +++++ .../AppIntegratingPublic.vue | 63 ++ .../AppIntegratingPublic/components/Add.vue | 138 +++ .../AppIntegratingPublic/components/List.vue | 192 ++++ .../AppIntegratingRules.vue | 43 + .../AppIntegratingRules/components/List.vue | 611 +++++++++++ .../AppIntegratingSupermarket.vue | 106 ++ .../components/AddStore.vue | 629 +++++++++++ .../components/GoodsList.vue | 229 ++++ .../components/StoreList.vue | 227 ++++ .../components/addGoods.vue | 237 +++++ 28 files changed, 8925 insertions(+) create mode 100644 project/biaopin/Announce/AppAnnounce/AppAnnounce.vue create mode 100644 project/biaopin/Announce/AppAnnounce/components/Add.vue create mode 100644 project/biaopin/Announce/AppAnnounce/components/ChooseMaterial.vue create mode 100644 project/biaopin/Announce/AppAnnounce/components/Detail.vue create mode 100644 project/biaopin/Announce/AppAnnounce/components/List.vue create mode 100644 project/biaopin/Announce/AppAnnounce/components/Phone.vue create mode 100644 project/biaopin/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue create mode 100644 project/biaopin/AppIntegralStatistics/AppIntegralStatistics.vue create mode 100644 project/biaopin/AppIntegratingAudit/AppIntegratingAudit.vue create mode 100644 project/biaopin/AppIntegratingAudit/components/Detail.vue create mode 100644 project/biaopin/AppIntegratingAudit/components/List.vue create mode 100644 project/biaopin/AppIntegratingDjust/AppIntegratingDjust.vue create mode 100644 project/biaopin/AppIntegratingDjust/components/List.vue create mode 100644 project/biaopin/AppIntegratingOrder/AppIntegratingOrder.vue create mode 100644 project/biaopin/AppIntegratingOrder/components/GirdDetail.vue create mode 100644 project/biaopin/AppIntegratingOrder/components/GirdList.vue create mode 100644 project/biaopin/AppIntegratingOrder/components/ResidentDetail.vue create mode 100644 project/biaopin/AppIntegratingOrder/components/ResidentList.vue create mode 100644 project/biaopin/AppIntegratingPublic/AppIntegratingPublic.vue create mode 100644 project/biaopin/AppIntegratingPublic/components/Add.vue create mode 100644 project/biaopin/AppIntegratingPublic/components/List.vue create mode 100644 project/biaopin/AppIntegratingRules/AppIntegratingRules.vue create mode 100644 project/biaopin/AppIntegratingRules/components/List.vue create mode 100644 project/biaopin/AppIntegratingSupermarket/AppIntegratingSupermarket.vue create mode 100644 project/biaopin/AppIntegratingSupermarket/components/AddStore.vue create mode 100644 project/biaopin/AppIntegratingSupermarket/components/GoodsList.vue create mode 100644 project/biaopin/AppIntegratingSupermarket/components/StoreList.vue create mode 100644 project/biaopin/AppIntegratingSupermarket/components/addGoods.vue diff --git a/project/biaopin/Announce/AppAnnounce/AppAnnounce.vue b/project/biaopin/Announce/AppAnnounce/AppAnnounce.vue new file mode 100644 index 00000000..69262475 --- /dev/null +++ b/project/biaopin/Announce/AppAnnounce/AppAnnounce.vue @@ -0,0 +1,79 @@ + + + + + diff --git a/project/biaopin/Announce/AppAnnounce/components/Add.vue b/project/biaopin/Announce/AppAnnounce/components/Add.vue new file mode 100644 index 00000000..479c8579 --- /dev/null +++ b/project/biaopin/Announce/AppAnnounce/components/Add.vue @@ -0,0 +1,988 @@ + + + + + diff --git a/project/biaopin/Announce/AppAnnounce/components/ChooseMaterial.vue b/project/biaopin/Announce/AppAnnounce/components/ChooseMaterial.vue new file mode 100644 index 00000000..39051eea --- /dev/null +++ b/project/biaopin/Announce/AppAnnounce/components/ChooseMaterial.vue @@ -0,0 +1,221 @@ + + + + + diff --git a/project/biaopin/Announce/AppAnnounce/components/Detail.vue b/project/biaopin/Announce/AppAnnounce/components/Detail.vue new file mode 100644 index 00000000..e6ca22aa --- /dev/null +++ b/project/biaopin/Announce/AppAnnounce/components/Detail.vue @@ -0,0 +1,783 @@ + + + + + diff --git a/project/biaopin/Announce/AppAnnounce/components/List.vue b/project/biaopin/Announce/AppAnnounce/components/List.vue new file mode 100644 index 00000000..c6646502 --- /dev/null +++ b/project/biaopin/Announce/AppAnnounce/components/List.vue @@ -0,0 +1,432 @@ + + + + + diff --git a/project/biaopin/Announce/AppAnnounce/components/Phone.vue b/project/biaopin/Announce/AppAnnounce/components/Phone.vue new file mode 100644 index 00000000..8e7b5dc6 --- /dev/null +++ b/project/biaopin/Announce/AppAnnounce/components/Phone.vue @@ -0,0 +1,344 @@ + + + + + diff --git a/project/biaopin/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue b/project/biaopin/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue new file mode 100644 index 00000000..e9454be7 --- /dev/null +++ b/project/biaopin/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue @@ -0,0 +1,924 @@ + + + + + diff --git a/project/biaopin/AppIntegralStatistics/AppIntegralStatistics.vue b/project/biaopin/AppIntegralStatistics/AppIntegralStatistics.vue new file mode 100644 index 00000000..abc05eb2 --- /dev/null +++ b/project/biaopin/AppIntegralStatistics/AppIntegralStatistics.vue @@ -0,0 +1,652 @@ + + + + + diff --git a/project/biaopin/AppIntegratingAudit/AppIntegratingAudit.vue b/project/biaopin/AppIntegratingAudit/AppIntegratingAudit.vue new file mode 100644 index 00000000..86218f6c --- /dev/null +++ b/project/biaopin/AppIntegratingAudit/AppIntegratingAudit.vue @@ -0,0 +1,68 @@ + + + + + diff --git a/project/biaopin/AppIntegratingAudit/components/Detail.vue b/project/biaopin/AppIntegratingAudit/components/Detail.vue new file mode 100644 index 00000000..5891a2dc --- /dev/null +++ b/project/biaopin/AppIntegratingAudit/components/Detail.vue @@ -0,0 +1,270 @@ + + + + + diff --git a/project/biaopin/AppIntegratingAudit/components/List.vue b/project/biaopin/AppIntegratingAudit/components/List.vue new file mode 100644 index 00000000..50b5834b --- /dev/null +++ b/project/biaopin/AppIntegratingAudit/components/List.vue @@ -0,0 +1,293 @@ + + + + + diff --git a/project/biaopin/AppIntegratingDjust/AppIntegratingDjust.vue b/project/biaopin/AppIntegratingDjust/AppIntegratingDjust.vue new file mode 100644 index 00000000..4bd4363c --- /dev/null +++ b/project/biaopin/AppIntegratingDjust/AppIntegratingDjust.vue @@ -0,0 +1,62 @@ + + + + + diff --git a/project/biaopin/AppIntegratingDjust/components/List.vue b/project/biaopin/AppIntegratingDjust/components/List.vue new file mode 100644 index 00000000..f762ce3c --- /dev/null +++ b/project/biaopin/AppIntegratingDjust/components/List.vue @@ -0,0 +1,357 @@ + + + + + diff --git a/project/biaopin/AppIntegratingOrder/AppIntegratingOrder.vue b/project/biaopin/AppIntegratingOrder/AppIntegratingOrder.vue new file mode 100644 index 00000000..ffed4121 --- /dev/null +++ b/project/biaopin/AppIntegratingOrder/AppIntegratingOrder.vue @@ -0,0 +1,116 @@ + + + + + diff --git a/project/biaopin/AppIntegratingOrder/components/GirdDetail.vue b/project/biaopin/AppIntegratingOrder/components/GirdDetail.vue new file mode 100644 index 00000000..166e84f7 --- /dev/null +++ b/project/biaopin/AppIntegratingOrder/components/GirdDetail.vue @@ -0,0 +1,172 @@ + + + + + diff --git a/project/biaopin/AppIntegratingOrder/components/GirdList.vue b/project/biaopin/AppIntegratingOrder/components/GirdList.vue new file mode 100644 index 00000000..ee551ee0 --- /dev/null +++ b/project/biaopin/AppIntegratingOrder/components/GirdList.vue @@ -0,0 +1,252 @@ + + + + + diff --git a/project/biaopin/AppIntegratingOrder/components/ResidentDetail.vue b/project/biaopin/AppIntegratingOrder/components/ResidentDetail.vue new file mode 100644 index 00000000..6e9b044c --- /dev/null +++ b/project/biaopin/AppIntegratingOrder/components/ResidentDetail.vue @@ -0,0 +1,172 @@ + + + + + diff --git a/project/biaopin/AppIntegratingOrder/components/ResidentList.vue b/project/biaopin/AppIntegratingOrder/components/ResidentList.vue new file mode 100644 index 00000000..b9dbe5c8 --- /dev/null +++ b/project/biaopin/AppIntegratingOrder/components/ResidentList.vue @@ -0,0 +1,265 @@ + + + + + diff --git a/project/biaopin/AppIntegratingPublic/AppIntegratingPublic.vue b/project/biaopin/AppIntegratingPublic/AppIntegratingPublic.vue new file mode 100644 index 00000000..407106a5 --- /dev/null +++ b/project/biaopin/AppIntegratingPublic/AppIntegratingPublic.vue @@ -0,0 +1,63 @@ + + + + + diff --git a/project/biaopin/AppIntegratingPublic/components/Add.vue b/project/biaopin/AppIntegratingPublic/components/Add.vue new file mode 100644 index 00000000..39c90c06 --- /dev/null +++ b/project/biaopin/AppIntegratingPublic/components/Add.vue @@ -0,0 +1,138 @@ + + + + + diff --git a/project/biaopin/AppIntegratingPublic/components/List.vue b/project/biaopin/AppIntegratingPublic/components/List.vue new file mode 100644 index 00000000..5b54fb3f --- /dev/null +++ b/project/biaopin/AppIntegratingPublic/components/List.vue @@ -0,0 +1,192 @@ + + + + + diff --git a/project/biaopin/AppIntegratingRules/AppIntegratingRules.vue b/project/biaopin/AppIntegratingRules/AppIntegratingRules.vue new file mode 100644 index 00000000..004417a9 --- /dev/null +++ b/project/biaopin/AppIntegratingRules/AppIntegratingRules.vue @@ -0,0 +1,43 @@ + + + + + diff --git a/project/biaopin/AppIntegratingRules/components/List.vue b/project/biaopin/AppIntegratingRules/components/List.vue new file mode 100644 index 00000000..f3c50e4d --- /dev/null +++ b/project/biaopin/AppIntegratingRules/components/List.vue @@ -0,0 +1,611 @@ + + + + + diff --git a/project/biaopin/AppIntegratingSupermarket/AppIntegratingSupermarket.vue b/project/biaopin/AppIntegratingSupermarket/AppIntegratingSupermarket.vue new file mode 100644 index 00000000..1b5c55a8 --- /dev/null +++ b/project/biaopin/AppIntegratingSupermarket/AppIntegratingSupermarket.vue @@ -0,0 +1,106 @@ + + + + + diff --git a/project/biaopin/AppIntegratingSupermarket/components/AddStore.vue b/project/biaopin/AppIntegratingSupermarket/components/AddStore.vue new file mode 100644 index 00000000..caf680b8 --- /dev/null +++ b/project/biaopin/AppIntegratingSupermarket/components/AddStore.vue @@ -0,0 +1,629 @@ + + + + + diff --git a/project/biaopin/AppIntegratingSupermarket/components/GoodsList.vue b/project/biaopin/AppIntegratingSupermarket/components/GoodsList.vue new file mode 100644 index 00000000..a57f1783 --- /dev/null +++ b/project/biaopin/AppIntegratingSupermarket/components/GoodsList.vue @@ -0,0 +1,229 @@ + + + + + diff --git a/project/biaopin/AppIntegratingSupermarket/components/StoreList.vue b/project/biaopin/AppIntegratingSupermarket/components/StoreList.vue new file mode 100644 index 00000000..a8ccca6e --- /dev/null +++ b/project/biaopin/AppIntegratingSupermarket/components/StoreList.vue @@ -0,0 +1,227 @@ + + + + + diff --git a/project/biaopin/AppIntegratingSupermarket/components/addGoods.vue b/project/biaopin/AppIntegratingSupermarket/components/addGoods.vue new file mode 100644 index 00000000..994d4367 --- /dev/null +++ b/project/biaopin/AppIntegratingSupermarket/components/addGoods.vue @@ -0,0 +1,237 @@ + + + + +