feat(钢卷查询): 新增钢卷查询页面及功能
- 添加钢卷查询页面(search.vue)实现条件查询功能 - 新增查询和重新查找悬浮按钮优化用户体验 - 更新版本号至1.3.22 - 添加tabbar搜索图标 - 扩展钢卷状态查询条件支持B/B-等级
This commit is contained in:
@@ -82,6 +82,12 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "钢卷收货"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/search/search",
|
||||
"style": {
|
||||
"navigationBarTitleText": "钢卷查询"
|
||||
}
|
||||
}
|
||||
// {
|
||||
// "path": "pages/register",
|
||||
@@ -168,6 +174,12 @@
|
||||
"selectedIconPath": "/static/images/tabbar/receive_.png",
|
||||
"iconPath": "/static/images/tabbar/receive.png"
|
||||
},
|
||||
{
|
||||
"text": "查找",
|
||||
"pagePath": "pages/search/search",
|
||||
"selectedIconPath": "/static/images/tabbar/search_.png",
|
||||
"iconPath": "/static/images/tabbar/search.png"
|
||||
},
|
||||
{
|
||||
"text": "我的",
|
||||
"pagePath": "pages/mine/index",
|
||||
|
||||
Reference in New Issue
Block a user