feat: 会员管理、在线复诊优化、新增配送仓库

This commit is contained in:
李琦
2026-07-23 13:31:32 +08:00
parent dabfa45ac0
commit cf3fbf5a4c
14 changed files with 1030 additions and 376 deletions

View File

@@ -172,7 +172,13 @@
"path": "prescription_v2/index",
"style": {
"navigationBarTitleText": "开方",
"navigationStyle": "custom"
"navigationStyle": "custom",
"usingComponents": {
"order-price-percent-adjust-popup": "/subPackages/sub_business_shared/components/OrderPricePercentAdjustPopup"
},
"componentPlaceholder": {
"order-price-percent-adjust-popup": "view"
}
}
},
{
@@ -437,7 +443,11 @@
},
{
"path": "order/index",
"style": { "navigationBarTitleText": "商品订单", "navigationStyle": "custom" }
"style": {
"navigationBarTitleText": "商品订单",
"navigationStyle": "custom",
"disableScroll": true
}
},
{
"path": "order/detail",
@@ -468,7 +478,7 @@
}, {
"root": "subPackages/sub_business_shared",
"pages": [
{ "path": "order/index", "style": { "navigationBarTitleText": "商品订单", "navigationStyle": "custom" } },
{ "path": "order/index", "style": { "navigationBarTitleText": "商品订单", "navigationStyle": "custom", "disableScroll": true } },
{ "path": "order/detail", "style": { "navigationBarTitleText": "订单详情", "navigationStyle": "custom" } },
{ "path": "order/trace/index", "style": { "navigationBarTitleText": "订单追溯", "navigationStyle": "custom" } },
{ "path": "reconciliation/index", "style": { "navigationBarTitleText": "对账单", "navigationStyle": "custom" } },