From f2b5ca16c31246d57ceb9d8e840902ee73618f17 Mon Sep 17 00:00:00 2001 From: "liujw155@outlook.com" Date: Wed, 3 Nov 2021 13:46:34 +0800 Subject: [PATCH] add ym order sty --- src/pages.json | 6 ++ src/pages/write_off/ym_confirm/ym_confirm.vue | 138 ++++++++++++++++++++++++++ 2 files changed, 144 insertions(+) create mode 100644 src/pages/write_off/ym_confirm/ym_confirm.vue diff --git a/src/pages.json b/src/pages.json index 3566756..b51a972 100644 --- a/src/pages.json +++ b/src/pages.json @@ -134,6 +134,12 @@ } }, { + "path": "pages/write_off/ym_confirm/ym_confirm", + "style": { + "navigationBarTitleText": "核销订单" + } + }, + { "path": "pages/write_off/confirm/confirm", "style": { "navigationBarTitleText": "确认订单信息" diff --git a/src/pages/write_off/ym_confirm/ym_confirm.vue b/src/pages/write_off/ym_confirm/ym_confirm.vue new file mode 100644 index 0000000..1fbf4ce --- /dev/null +++ b/src/pages/write_off/ym_confirm/ym_confirm.vue @@ -0,0 +1,138 @@ + + + + + \ No newline at end of file