From 7201fad8efd48e7b03a7ba0a2d4f113d65f4775b Mon Sep 17 00:00:00 2001 From: tangyi <275503107@qq.com> Date: Fri, 18 Mar 2022 17:57:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8D=95=E5=89=A9=E4=BD=99=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 27 + pages/workOrder/details.vue | 821 ++++++++++++++++++++++++++ pages/workOrder/payReturnVisit .vue | 32 + pages/workOrder/workOrderLlsit.vue | 277 ++++++--- pages/workOrder/workOrderThree.vue | 703 ++++++++++++++++++++++ pages/workOrder/workorderTwo.vue | 184 +++++- static/del/QQ截图20220210213041.png | Bin 0 -> 69008 bytes static/iocn/dizi.png | Bin 0 -> 667 bytes static/iocn/jt.png | Bin 0 -> 321 bytes static/iocn/ld.png | Bin 0 -> 716 bytes static/iocn/shoukuan.png | Bin 0 -> 768 bytes static/iocn/siw3.png | Bin 0 -> 1226 bytes static/iocn/sta.png | Bin 0 -> 1252 bytes static/iocn/swi2.png | Bin 0 -> 1234 bytes static/iocn/xuan.png | Bin 0 -> 1123 bytes static/iocn/xuanz.png | Bin 0 -> 660 bytes static/iocn/xz.png | Bin 0 -> 632 bytes 17 files changed, 1952 insertions(+), 92 deletions(-) create mode 100644 pages/workOrder/details.vue create mode 100644 pages/workOrder/payReturnVisit .vue create mode 100644 pages/workOrder/workOrderThree.vue create mode 100644 static/del/QQ截图20220210213041.png create mode 100644 static/iocn/dizi.png create mode 100644 static/iocn/jt.png create mode 100644 static/iocn/ld.png create mode 100644 static/iocn/shoukuan.png create mode 100644 static/iocn/siw3.png create mode 100644 static/iocn/sta.png create mode 100644 static/iocn/swi2.png create mode 100644 static/iocn/xuan.png create mode 100644 static/iocn/xuanz.png create mode 100644 static/iocn/xz.png diff --git a/pages.json b/pages.json index cb2b235..a2a8a58 100644 --- a/pages.json +++ b/pages.json @@ -139,6 +139,33 @@ } } + ,{ + "path" : "pages/workOrder/workOrderThree", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/workOrder/details", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/workOrder/payReturnVisit ", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + } ], "subPackages": [{ //A包 "root": "pagesA", diff --git a/pages/workOrder/details.vue b/pages/workOrder/details.vue new file mode 100644 index 0000000..a5ec0ec --- /dev/null +++ b/pages/workOrder/details.vue @@ -0,0 +1,821 @@ +