From 11edabdacca668e01647c3005f2804e06fb299ca Mon Sep 17 00:00:00 2001 From: TengXF <302828528@qq.com> Date: Sat, 11 May 2024 08:41:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20add=20=E8=BF=94=E5=B7=A5=E8=BF=94?= =?UTF-8?q?=E4=BF=AE=E6=89=B9=E9=87=8F=E4=B8=8E=E5=8D=95=E4=BB=B6=E5=90=88?= =?UTF-8?q?=E5=B9=B6=EF=BC=88=E6=9A=82=E5=AE=9A=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages.json | 7 + src/pages/mes/rework/index.vue | 430 +++++++++++++++++++++++++++++++++ 2 files changed, 437 insertions(+) create mode 100644 src/pages/mes/rework/index.vue diff --git a/src/pages.json b/src/pages.json index 232407d..c3f4b73 100644 --- a/src/pages.json +++ b/src/pages.json @@ -2045,6 +2045,13 @@ "enablePullDownRefresh": true } }, + { + "path": "pages/mes/rework/index", + "style": { + "navigationBarTitleText": "返工返修", + "enablePullDownRefresh": true + } + }, { "path": "pages/mes/reworkBatch/create", "style": { diff --git a/src/pages/mes/rework/index.vue b/src/pages/mes/rework/index.vue new file mode 100644 index 0000000..f1e22a1 --- /dev/null +++ b/src/pages/mes/rework/index.vue @@ -0,0 +1,430 @@ + + + + + \ No newline at end of file