From f2d4b447f37cdba8f3118c4204521dfc9c6f9bdf Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 3 Jul 2024 17:45:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8A=A0=E5=B7=A5=E5=B7=A5=E8=89=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mtm/process.vue | 239 ++++++++++++++-------- src/views/mtm/route_form.vue | 287 +++++++++++++++++++++++++++ src/views/mtm/route_show.vue | 95 +++++++++ src/views/mtm/routepack.vue | 302 +++++++++++++++++++++++++++- src/views/mtm/routepack_form.vue | 330 +++++++++++++++++++++++++++++++ 5 files changed, 1164 insertions(+), 89 deletions(-) create mode 100644 src/views/mtm/route_form.vue create mode 100644 src/views/mtm/route_show.vue create mode 100644 src/views/mtm/routepack_form.vue diff --git a/src/views/mtm/process.vue b/src/views/mtm/process.vue index 955fe360..5cf5abb3 100644 --- a/src/views/mtm/process.vue +++ b/src/views/mtm/process.vue @@ -2,27 +2,90 @@
- - + +
- +
- - - + + + - - - + + + + + + @@ -31,85 +94,91 @@
+ v-if="dialog.save" + ref="saveDialog" + @success="handleSaveSuccess" + @closed="dialog.save = false" + > diff --git a/src/views/mtm/route_form.vue b/src/views/mtm/route_form.vue new file mode 100644 index 00000000..9d12e475 --- /dev/null +++ b/src/views/mtm/route_form.vue @@ -0,0 +1,287 @@ + + + + + diff --git a/src/views/mtm/route_show.vue b/src/views/mtm/route_show.vue new file mode 100644 index 00000000..e26a44bf --- /dev/null +++ b/src/views/mtm/route_show.vue @@ -0,0 +1,95 @@ + + + + diff --git a/src/views/mtm/routepack.vue b/src/views/mtm/routepack.vue index 8b407a00..dd2941ab 100644 --- a/src/views/mtm/routepack.vue +++ b/src/views/mtm/routepack.vue @@ -1,5 +1,299 @@ \ No newline at end of file + + +
+ 新建工艺 + + + +
+
+ +
+
+ + + + + + + + + + + + + + + + + +
+ + + + + + diff --git a/src/views/mtm/routepack_form.vue b/src/views/mtm/routepack_form.vue new file mode 100644 index 00000000..f9da551e --- /dev/null +++ b/src/views/mtm/routepack_form.vue @@ -0,0 +1,330 @@ + +