From 895ca677cf81e2a275703edc3c2de54ee58cde4c Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Tue, 11 Apr 2023 15:37:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppIntegratingOrder.vue | 104 +++ .../components/GirdOrderList.vue | 143 ++++ .../components/ResidentOrderList.vue | 143 ++++ .../components/addGoods.vue | 357 ++++++++++ .../components/addOrder.vue | 625 ++++++++++++++++++ .../AppIntegratingOrder/goodsManagement.vue | 336 ++++++++++ .../AppIntegratingOrder/orderManagement.vue | 501 ++++++++++++++ .../AppIntegratingOrder/storeManagement.vue | 474 +++++++++++++ .../AppIntegratingSupermarket.vue | 111 ++++ .../components/addGoods.vue | 357 ++++++++++ .../components/addOrder.vue | 625 ++++++++++++++++++ .../goodsManagement.vue | 336 ++++++++++ .../orderManagement.vue | 501 ++++++++++++++ .../storeManagement.vue | 474 +++++++++++++ .../AppCertificateManage/components/Add.vue | 12 +- 15 files changed, 5093 insertions(+), 6 deletions(-) create mode 100644 project/fengdu/app/AppIntegratingOrder/AppIntegratingOrder.vue create mode 100644 project/fengdu/app/AppIntegratingOrder/components/GirdOrderList.vue create mode 100644 project/fengdu/app/AppIntegratingOrder/components/ResidentOrderList.vue create mode 100644 project/fengdu/app/AppIntegratingOrder/components/addGoods.vue create mode 100644 project/fengdu/app/AppIntegratingOrder/components/addOrder.vue create mode 100644 project/fengdu/app/AppIntegratingOrder/goodsManagement.vue create mode 100644 project/fengdu/app/AppIntegratingOrder/orderManagement.vue create mode 100644 project/fengdu/app/AppIntegratingOrder/storeManagement.vue create mode 100644 project/fengdu/app/AppIntegratingSupermarket/AppIntegratingSupermarket.vue create mode 100644 project/fengdu/app/AppIntegratingSupermarket/components/addGoods.vue create mode 100644 project/fengdu/app/AppIntegratingSupermarket/components/addOrder.vue create mode 100644 project/fengdu/app/AppIntegratingSupermarket/goodsManagement.vue create mode 100644 project/fengdu/app/AppIntegratingSupermarket/orderManagement.vue create mode 100644 project/fengdu/app/AppIntegratingSupermarket/storeManagement.vue diff --git a/project/fengdu/app/AppIntegratingOrder/AppIntegratingOrder.vue b/project/fengdu/app/AppIntegratingOrder/AppIntegratingOrder.vue new file mode 100644 index 00000000..ad030775 --- /dev/null +++ b/project/fengdu/app/AppIntegratingOrder/AppIntegratingOrder.vue @@ -0,0 +1,104 @@ + + + + + diff --git a/project/fengdu/app/AppIntegratingOrder/components/GirdOrderList.vue b/project/fengdu/app/AppIntegratingOrder/components/GirdOrderList.vue new file mode 100644 index 00000000..7e911542 --- /dev/null +++ b/project/fengdu/app/AppIntegratingOrder/components/GirdOrderList.vue @@ -0,0 +1,143 @@ + + + + + diff --git a/project/fengdu/app/AppIntegratingOrder/components/ResidentOrderList.vue b/project/fengdu/app/AppIntegratingOrder/components/ResidentOrderList.vue new file mode 100644 index 00000000..de1e6bf9 --- /dev/null +++ b/project/fengdu/app/AppIntegratingOrder/components/ResidentOrderList.vue @@ -0,0 +1,143 @@ + + + + + diff --git a/project/fengdu/app/AppIntegratingOrder/components/addGoods.vue b/project/fengdu/app/AppIntegratingOrder/components/addGoods.vue new file mode 100644 index 00000000..1b774f28 --- /dev/null +++ b/project/fengdu/app/AppIntegratingOrder/components/addGoods.vue @@ -0,0 +1,357 @@ + + + + + diff --git a/project/fengdu/app/AppIntegratingOrder/components/addOrder.vue b/project/fengdu/app/AppIntegratingOrder/components/addOrder.vue new file mode 100644 index 00000000..8e61e8ee --- /dev/null +++ b/project/fengdu/app/AppIntegratingOrder/components/addOrder.vue @@ -0,0 +1,625 @@ + + + + + diff --git a/project/fengdu/app/AppIntegratingOrder/goodsManagement.vue b/project/fengdu/app/AppIntegratingOrder/goodsManagement.vue new file mode 100644 index 00000000..35599d08 --- /dev/null +++ b/project/fengdu/app/AppIntegratingOrder/goodsManagement.vue @@ -0,0 +1,336 @@ + + + + + diff --git a/project/fengdu/app/AppIntegratingOrder/orderManagement.vue b/project/fengdu/app/AppIntegratingOrder/orderManagement.vue new file mode 100644 index 00000000..1c264e9f --- /dev/null +++ b/project/fengdu/app/AppIntegratingOrder/orderManagement.vue @@ -0,0 +1,501 @@ + + + + + diff --git a/project/fengdu/app/AppIntegratingOrder/storeManagement.vue b/project/fengdu/app/AppIntegratingOrder/storeManagement.vue new file mode 100644 index 00000000..a974b42a --- /dev/null +++ b/project/fengdu/app/AppIntegratingOrder/storeManagement.vue @@ -0,0 +1,474 @@ + + + + + diff --git a/project/fengdu/app/AppIntegratingSupermarket/AppIntegratingSupermarket.vue b/project/fengdu/app/AppIntegratingSupermarket/AppIntegratingSupermarket.vue new file mode 100644 index 00000000..3ace6e35 --- /dev/null +++ b/project/fengdu/app/AppIntegratingSupermarket/AppIntegratingSupermarket.vue @@ -0,0 +1,111 @@ + + + + diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/addGoods.vue b/project/fengdu/app/AppIntegratingSupermarket/components/addGoods.vue new file mode 100644 index 00000000..1b774f28 --- /dev/null +++ b/project/fengdu/app/AppIntegratingSupermarket/components/addGoods.vue @@ -0,0 +1,357 @@ + + + + + diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/addOrder.vue b/project/fengdu/app/AppIntegratingSupermarket/components/addOrder.vue new file mode 100644 index 00000000..8e61e8ee --- /dev/null +++ b/project/fengdu/app/AppIntegratingSupermarket/components/addOrder.vue @@ -0,0 +1,625 @@ + + + + + diff --git a/project/fengdu/app/AppIntegratingSupermarket/goodsManagement.vue b/project/fengdu/app/AppIntegratingSupermarket/goodsManagement.vue new file mode 100644 index 00000000..35599d08 --- /dev/null +++ b/project/fengdu/app/AppIntegratingSupermarket/goodsManagement.vue @@ -0,0 +1,336 @@ + + + + + diff --git a/project/fengdu/app/AppIntegratingSupermarket/orderManagement.vue b/project/fengdu/app/AppIntegratingSupermarket/orderManagement.vue new file mode 100644 index 00000000..1c264e9f --- /dev/null +++ b/project/fengdu/app/AppIntegratingSupermarket/orderManagement.vue @@ -0,0 +1,501 @@ + + + + + diff --git a/project/fengdu/app/AppIntegratingSupermarket/storeManagement.vue b/project/fengdu/app/AppIntegratingSupermarket/storeManagement.vue new file mode 100644 index 00000000..a974b42a --- /dev/null +++ b/project/fengdu/app/AppIntegratingSupermarket/storeManagement.vue @@ -0,0 +1,474 @@ + + + + + diff --git a/project/qujing/app/AppCertificateManage/components/Add.vue b/project/qujing/app/AppCertificateManage/components/Add.vue index b6350eb4..63e1d081 100644 --- a/project/qujing/app/AppCertificateManage/components/Add.vue +++ b/project/qujing/app/AppCertificateManage/components/Add.vue @@ -26,10 +26,11 @@

{{ form.certificateTitle }}

-

全巧丽

+

XXX

+

特颁此证,以资鼓励!

@@ -65,9 +66,7 @@ certificateName: '', certificateIssueUnit: '曲靖市政法委', certificateTitle: '知法明理人证书', - certificateContent: `恭喜您成为曲靖市第 「#获得证书序号」位知法明理人 - - 特颁此证,以资鼓励!` + certificateContent: `恭喜您成为曲靖市第 「#获得证书序号」位知法明理人` }, id: '', date: '' @@ -211,11 +210,12 @@ .bottom { position: absolute; bottom: 80px; - right: 78px; + left: 50%; line-height: 40px; font-size: 24px; - text-align: right; + text-align: center; color: #3D5C8F; + transform: translateX(-50%); } h1 {