This commit is contained in:
2025-09-17 14:40:16 +08:00
parent 46c5682960
commit a3bbc0098a
94 changed files with 3549 additions and 105 deletions

View File

@@ -18,6 +18,36 @@
"navigationBarTitleText": "选择商品"
}
},
{
"path": "pages/product/list",
"style": {
"navigationBarTitleText": "货品列表"
}
},
{
"path": "pages/product/form",
"style": {
"navigationBarTitleText": "编辑货品"
}
},
{
"path": "pages/product/categories",
"style": {
"navigationBarTitleText": "类别管理"
}
},
{
"path": "pages/product/units",
"style": {
"navigationBarTitleText": "单位管理"
}
},
{
"path": "pages/product/settings",
"style": {
"navigationBarTitleText": "货品设置"
}
},
{
"path": "pages/customer/select",
"style": {