From 62a9f45e201600df90f7337910a711449675f591 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Mon, 18 Dec 2023 00:16:18 +0800 Subject: [PATCH] uu --- .../buns-goodsize-sheet.vue | 60 +++++++ pages.json | 6 + pages/goods/edit.vue | 165 ++++++++++++++++++ pages/post/freightCalculate.vue | 7 +- pages/post/post.vue | 13 +- 5 files changed, 246 insertions(+), 5 deletions(-) create mode 100644 components/buns-goodsize-sheet/buns-goodsize-sheet.vue create mode 100644 pages/goods/edit.vue diff --git a/components/buns-goodsize-sheet/buns-goodsize-sheet.vue b/components/buns-goodsize-sheet/buns-goodsize-sheet.vue new file mode 100644 index 0000000..b9a3bda --- /dev/null +++ b/components/buns-goodsize-sheet/buns-goodsize-sheet.vue @@ -0,0 +1,60 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 6ae48fa..7edfbc3 100644 --- a/pages.json +++ b/pages.json @@ -68,6 +68,12 @@ "navigationBarTitleText": "运费时效" } }, + { + "path": "pages/goods/edit", + "style": { + "navigationBarTitleText": "货物申报信息" + } + }, { "path": "pages/warehousing/list", "style": { diff --git a/pages/goods/edit.vue b/pages/goods/edit.vue new file mode 100644 index 0000000..a7741cf --- /dev/null +++ b/pages/goods/edit.vue @@ -0,0 +1,165 @@ + + + + + + \ No newline at end of file diff --git a/pages/post/freightCalculate.vue b/pages/post/freightCalculate.vue index 3822487..50f5d86 100644 --- a/pages/post/freightCalculate.vue +++ b/pages/post/freightCalculate.vue @@ -83,7 +83,7 @@ - @@ -155,6 +155,7 @@ +