feat(hand-factory): 新增收货页面及发货计划API

新增收货页面功能,包含收货计划选择、钢卷号筛选、收货表单提交等
添加发货计划相关API接口,包括查询、新增、修改、删除和报表统计
This commit is contained in:
砂糖
2025-12-03 10:01:37 +08:00
parent 9221aa6276
commit 041ac52600
12 changed files with 826 additions and 293 deletions

View File

@@ -69,6 +69,12 @@
{
"navigationBarTitleText" : "查看钢卷"
}
},
{
"path": "pages/receive/receive",
"style": {
"navigationBarTitleText": "钢卷收货"
}
}
// {
// "path": "pages/register",
@@ -129,6 +135,7 @@
"navigationBarBackgroundColor": "#FFFFFF"
},
"tabBar": {
"selectedColor": "#17abe3",
"list": [
{
"text": "产线",
@@ -136,25 +143,30 @@
"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/code/code",
"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/mine/index",
"selectedIconPath": "/static/images/tabbar/mine_.png",
"iconPath": "/static/images/tabbar/mine.png"
}
// {
// "text": "扫码2",
// "pagePath": "pages/easycode/easycode",
// "selectedIconPath": "/static/images/tabbar/work_.png",
// "iconPath": "/static/images/tabbar/work.png"
// }
]
},
"easycom": {