fix: 完善功能,新增POS机刷卡记账。

This commit is contained in:
tianyongbao
2024-06-07 17:09:01 +08:00
parent bdc80f29ef
commit 3474712f40
9 changed files with 852 additions and 16 deletions

View File

@@ -90,6 +90,27 @@
}
}
,
{
"path": "pages/work/accounts/posTransferRecord/list",
"style": {
"navigationBarTitleText": "POS机刷卡记账"
}
}
,
{
"path": "pages/work/accounts/posTransferRecord/details",
"style": {
"navigationBarTitleText": "POS机刷卡记账详情"
}
}
,
{
"path": "pages/work/accounts/posTransferRecord/addEdit",
"style": {
"navigationBarTitleText": "POS机刷卡记账"
}
}
,
{
"path": "pages/work/accounts/accounts/index",
"style": {