feat(发货): 新增发货功能模块及相关页面
- 添加发货功能页面及API接口 - 更新tabbar图标和路由配置 - 修改物料信息展示逻辑 - 优化页面跳转和权限控制 - 更新应用版本至1.3.29
This commit is contained in:
@@ -94,59 +94,13 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "报餐情况"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/fahuo/fahuo",
|
||||
"style": {
|
||||
"navigationBarTitleText": "发货"
|
||||
}
|
||||
}
|
||||
// {
|
||||
// "path": "pages/register",
|
||||
// "style": {
|
||||
// "navigationBarTitleText": "注册"
|
||||
// }
|
||||
// }, {
|
||||
// "path": "pages/work/index",
|
||||
// "style": {
|
||||
// "navigationBarTitleText": "工作台"
|
||||
// }
|
||||
// },
|
||||
// {
|
||||
// "path": "pages/mine/avatar/index",
|
||||
// "style": {
|
||||
// "navigationBarTitleText": "修改头像"
|
||||
// }
|
||||
// }, {
|
||||
// "path": "pages/mine/info/edit",
|
||||
// "style": {
|
||||
// "navigationBarTitleText": "编辑资料"
|
||||
// }
|
||||
// }, {
|
||||
// "path": "pages/mine/pwd/index",
|
||||
// "style": {
|
||||
// "navigationBarTitleText": "修改密码"
|
||||
// }
|
||||
// }, {
|
||||
// "path": "pages/mine/setting/index",
|
||||
// "style": {
|
||||
// "navigationBarTitleText": "应用设置"
|
||||
// }
|
||||
// }, {
|
||||
// "path": "pages/mine/help/index",
|
||||
// "style": {
|
||||
// "navigationBarTitleText": "常见问题"
|
||||
// }
|
||||
// }, {
|
||||
// "path": "pages/mine/about/index",
|
||||
// "style": {
|
||||
// "navigationBarTitleText": "关于我们"
|
||||
// }
|
||||
// }, {
|
||||
// "path": "pages/common/webview/index",
|
||||
// "style": {
|
||||
// "navigationBarTitleText": "浏览网页"
|
||||
// }
|
||||
// }, {
|
||||
// "path": "pages/common/textview/index",
|
||||
// "style": {
|
||||
// "navigationBarTitleText": "浏览文本"
|
||||
// }
|
||||
// },
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
@@ -162,36 +116,36 @@
|
||||
"selectedIconPath": "/static/images/tabbar/home_.png",
|
||||
"iconPath": "/static/images/tabbar/home.png"
|
||||
},
|
||||
// {
|
||||
// "text": "扫码",
|
||||
// "pagePath": "pages/code/code",
|
||||
// "selectedIconPath": "/static/images/tabbar/work_.png",
|
||||
// "iconPath": "/static/images/tabbar/work.png"
|
||||
// },
|
||||
{
|
||||
"text": "扫码",
|
||||
"pagePath": "pages/easycode/easycode",
|
||||
"selectedIconPath": "/static/images/tabbar/work_.png",
|
||||
"iconPath": "/static/images/tabbar/work.png"
|
||||
},
|
||||
{
|
||||
"text": "收货",
|
||||
"pagePath": "pages/receive/receive",
|
||||
"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/receive/receive",
|
||||
// "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/meal/meal",
|
||||
"selectedIconPath": "/static/images/tabbar/meal_.png",
|
||||
"iconPath": "/static/images/tabbar/meal.png"
|
||||
},
|
||||
{
|
||||
"text": "发货",
|
||||
"pagePath": "pages/fahuo/fahuo",
|
||||
"selectedIconPath": "/static/images/tabbar/fahuo_.png",
|
||||
"iconPath": "/static/images/tabbar/fahuo.png"
|
||||
},
|
||||
{
|
||||
"text": "我的",
|
||||
"pagePath": "pages/mine/index",
|
||||
@@ -208,4 +162,5 @@
|
||||
"k-(.*)": "@/components/klp-ui/k-$1/k-$1.vue"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user