From a312c8f224379fd1b265110fac3ab9009085c5e4 Mon Sep 17 00:00:00 2001 From: lxf Date: Mon, 20 Oct 2025 14:22:55 +0800 Subject: [PATCH] fix: 宁夏邮政定制 --- pages.json | 6 ++++++ pages/global/search-common.vue | 7 +++++++ pages/order/add.vue | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------ pages/order/detail.vue | 24 +++++++++++++++++++++++- pages/order/goods-info.vue | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 216 insertions(+), 19 deletions(-) create mode 100644 pages/order/goods-info.vue diff --git a/pages.json b/pages.json index 315edc7..437a05f 100644 --- a/pages.json +++ b/pages.json @@ -118,6 +118,12 @@ "style": { "navigationBarTitleText": "填写备注" } + }, + { + "path": "pages/order/goods-info", + "style": { + "navigationBarTitleText": "货物信息" + } },{ "path": "pages/order/insurance", "style": { diff --git a/pages/global/search-common.vue b/pages/global/search-common.vue index 49f3544..be7f1f7 100644 --- a/pages/global/search-common.vue +++ b/pages/global/search-common.vue @@ -81,3 +81,10 @@ export default { }, }; + diff --git a/pages/order/add.vue b/pages/order/add.vue index 1bcca87..77789db 100644 --- a/pages/order/add.vue +++ b/pages/order/add.vue @@ -24,26 +24,29 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + @@ -206,6 +209,7 @@ + + -- libgit2 0.21.0