From 5a50209ee1865e4ddcf2fb55a60558ffe7eeff40 Mon Sep 17 00:00:00 2001 From: tangyi <275503107@qq.com> Date: Tue, 22 Mar 2022 11:38:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 56 +++- pages/appreciationServe/appreciationServe.vue | 284 +++++++++++++++++ pages/dataQuery/client.vue | 122 ++++++++ pages/dataQuery/dataQuery.vue | 132 ++++++++ pages/dataQuery/details.vue | 259 ++++++++++++++++ pages/mountingsList/mountingsList.vue | 290 ++++++++++++++++++ pages/peopleManagement/peopleManagement.vue | 268 ++++++++++++++++ pages/project/projectList.vue | 2 +- pages/workOrder/payReturnVisit .vue | 32 -- pages/workOrder/payReturnVisit.vue | 143 +++++++++ pages/workOrder/workOrderLlsit.vue | 2 +- static/del/500478055.png | Bin 0 -> 31267 bytes static/del/接收卡-图片.png | Bin 0 -> 42525 bytes static/iocn/6.png | Bin 0 -> 456 bytes static/iocn/7.png | Bin 0 -> 426 bytes static/iocn/dn.png | Bin 0 -> 573 bytes static/iocn/dwx.png | Bin 0 -> 4223 bytes static/iocn/kh.png | Bin 0 -> 2235 bytes static/iocn/lxr.png | Bin 0 -> 678 bytes static/iocn/pxz.png | Bin 0 -> 951 bytes static/iocn/sjx.png | Bin 0 -> 177 bytes static/{ => iocn}/ss.png | Bin static/iocn/ty.png | Bin 0 -> 2380 bytes static/iocn/xmlb.png | Bin 0 -> 407 bytes static/iocn/xs.png | Bin 0 -> 2638 bytes static/iocn/zc.png | Bin 0 -> 4663 bytes 26 files changed, 1555 insertions(+), 35 deletions(-) create mode 100644 pages/appreciationServe/appreciationServe.vue create mode 100644 pages/dataQuery/client.vue create mode 100644 pages/dataQuery/dataQuery.vue create mode 100644 pages/dataQuery/details.vue create mode 100644 pages/mountingsList/mountingsList.vue create mode 100644 pages/peopleManagement/peopleManagement.vue delete mode 100644 pages/workOrder/payReturnVisit .vue create mode 100644 pages/workOrder/payReturnVisit.vue create mode 100644 static/del/500478055.png create mode 100644 static/del/接收卡-图片.png create mode 100644 static/iocn/6.png create mode 100644 static/iocn/7.png create mode 100644 static/iocn/dn.png create mode 100644 static/iocn/dwx.png create mode 100644 static/iocn/kh.png create mode 100644 static/iocn/lxr.png create mode 100644 static/iocn/pxz.png create mode 100644 static/iocn/sjx.png rename static/{ => iocn}/ss.png (100%) create mode 100644 static/iocn/ty.png create mode 100644 static/iocn/xmlb.png create mode 100644 static/iocn/xs.png create mode 100644 static/iocn/zc.png diff --git a/pages.json b/pages.json index a2a8a58..0e24f98 100644 --- a/pages.json +++ b/pages.json @@ -158,7 +158,61 @@ } ,{ - "path" : "pages/workOrder/payReturnVisit ", + "path" : "pages/workOrder/payReturnVisit", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/peopleManagement/peopleManagement", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/mountingsList/mountingsList", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/appreciationServe/appreciationServe", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/dataQuery/dataQuery", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/dataQuery/client", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/dataQuery/details", "style" : { "navigationBarTitleText": "", diff --git a/pages/appreciationServe/appreciationServe.vue b/pages/appreciationServe/appreciationServe.vue new file mode 100644 index 0000000..b22d2e3 --- /dev/null +++ b/pages/appreciationServe/appreciationServe.vue @@ -0,0 +1,284 @@ +