feat: 智聪记账管理,物价管理功能代码提交。

This commit is contained in:
tianyongbao
2025-03-21 14:25:40 +08:00
parent 52abd116fe
commit ac40fad529
9 changed files with 1612 additions and 1 deletions

View File

@@ -344,6 +344,38 @@
}
}
,
{
"path": "pages/work/product/productInfor/list",
"style": {
"navigationBarTitleText": "商品信息"
}
} ,
{
"path": "pages/work/product/productInfor/details",
"style": {
"navigationBarTitleText": "商品信息详情"
}
}
,
{
"path": "pages/work/product/productInfor/addEdit",
"style": {
"navigationBarTitleText": "商品信息"
}
} ,
{
"path": "pages/work/product/productPriceRecord/list",
"style": {
"navigationBarTitleText": "物价记录"
}
} ,
{
"path": "pages/work/product/productPriceRecord/addEdit",
"style": {
"navigationBarTitleText": "物价记录"
}
}
,
{
"path": "pages/work/base/debitCard/list",
"style": {