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