From 5bf8cee48263adf38695f15796bcdf322e23869e Mon Sep 17 00:00:00 2001 From: ljx120 <10717296+ljx120@user.noreply.gitee.com> Date: Wed, 15 Jan 2025 11:44:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A8=E6=A3=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 48 +++ pages/Delivery/Delivery.vue | 3 +- pages/colorBlank/colorBlank.vue | 663 ++++++++++++++++++++++++++++++++ pages/colorBlank/defect.vue | 197 ++++++++++ pages/colorBlank/physical.vue | 158 ++++++++ pages/colorBlank/quality.vue | 172 +++++++++ pages/index/index.vue | 25 +- 7 files changed, 1263 insertions(+), 3 deletions(-) create mode 100644 pages/colorBlank/colorBlank.vue create mode 100644 pages/colorBlank/defect.vue create mode 100644 pages/colorBlank/physical.vue create mode 100644 pages/colorBlank/quality.vue diff --git a/pages.json b/pages.json index c012f99..693f7a3 100644 --- a/pages.json +++ b/pages.json @@ -375,6 +375,54 @@ "bounce": "none" } } + }, + { + "path" : "pages/colorBlank/colorBlank", + "style" : + { + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "disableScroll": true, + "app-plus": { + "bounce": "none" + } + } + }, + { + "path" : "pages/colorBlank/defect", + "style" : + { + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "disableScroll": true, + "app-plus": { + "bounce": "none" + } + } + }, + { + "path" : "pages/colorBlank/quality", + "style" : + { + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "disableScroll": true, + "app-plus": { + "bounce": "none" + } + } + }, + { + "path" : "pages/colorBlank/physical", + "style" : + { + "navigationStyle": "custom", + "enablePullDownRefresh": false, + "disableScroll": true, + "app-plus": { + "bounce": "none" + } + } } ], "globalStyle": { diff --git a/pages/Delivery/Delivery.vue b/pages/Delivery/Delivery.vue index c04aad0..8f7c15e 100644 --- a/pages/Delivery/Delivery.vue +++ b/pages/Delivery/Delivery.vue @@ -245,6 +245,7 @@ const itemList = ref({} as any) const submit = () => { + console.log(dataItem.value); // TODO // postAction('/tracking', { orderId: itemList.value.id, type: itemList.value.type, data: dataItem.value, status: '等待' }).then((res : any) => { // if (res.code === 200) { @@ -323,7 +324,7 @@ {{item.rc}} - {{item.status}}

{{item.processes.processes.find(l=>!l.id)?.name}}

diff --git a/pages/colorBlank/colorBlank.vue b/pages/colorBlank/colorBlank.vue new file mode 100644 index 0000000..eb4f922 --- /dev/null +++ b/pages/colorBlank/colorBlank.vue @@ -0,0 +1,663 @@ + + + + + \ No newline at end of file diff --git a/pages/colorBlank/defect.vue b/pages/colorBlank/defect.vue new file mode 100644 index 0000000..9ef6071 --- /dev/null +++ b/pages/colorBlank/defect.vue @@ -0,0 +1,197 @@ + + + + + \ No newline at end of file diff --git a/pages/colorBlank/physical.vue b/pages/colorBlank/physical.vue new file mode 100644 index 0000000..d0a887e --- /dev/null +++ b/pages/colorBlank/physical.vue @@ -0,0 +1,158 @@ + + + + + \ No newline at end of file diff --git a/pages/colorBlank/quality.vue b/pages/colorBlank/quality.vue new file mode 100644 index 0000000..d2d671d --- /dev/null +++ b/pages/colorBlank/quality.vue @@ -0,0 +1,172 @@ + + + + + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index c29f15d..ef45b68 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -103,11 +103,32 @@ const ListData =ref([ name:'跟单列表', type:'', }, + // { + // path:'../Delivery/Delivery', + // name:'待收货列表', + // type:'', + // }, { - path:'../Delivery/Delivery', - name:'待收货列表', + path:'../colorBlank/colorBlank', + name:'色胚质检列表', + type:'', + }, + { + path:'../colorBlank/defect', + name:'色胚质检瑕疵维护', + type:'', + }, + { + path:'../colorBlank/quality', + name:'色胚质检项维护', + type:'', + }, + { + path:'../colorBlank/physical', + name:'理化报告选项维护', type:'', } + ] as any[])