Browse Source

添加按包装号查询库存2024/7/22 15:24:24

pull/1/head
张立 8 months ago
parent
commit
becd817108
  1. 40
      src/pages.json

40
src/pages.json

@ -88,6 +88,34 @@
}
}
},
{
"path": "pages/query/pack",
"style": {
"enablePullDownRefresh": true, //
"navigationBarTitleText": "按包装号查询库存",
"titleNView": {
// "autoBackButton": "true",
"buttons": [
//
{
"float": "right",
"fontSize": "58rpx", //
"text": "\ue696",
"fontSrc": "/static/ali_icon/iconfont.ttf"
},
{
"float": "right",
"fontSize": "52rpx", //
"text": "\ue6e2",
"fontSrc": "/static/ali_icon/iconfont.ttf"
}
]
}
}
},
{
"path": "pages/query/location",
"style": {
@ -1892,7 +1920,7 @@
}
},
{
{
"path": "pages/count/job/fuzzyCountJob",
"style": {
"navigationBarTitleText": "盲盘任务",
@ -2230,8 +2258,8 @@
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "WMS仓库管理系统-移动端",
"navigationBarBackgroundColor": "#3C9CFF",
@ -2251,8 +2279,8 @@
// }]
// },
"softinputMode": "adjustPan" //adjustResize
},
"tabBar": {
},
"tabBar": {
"color": "#000000",
"selectedColor": "#2678f2",
"borderStyle": "black",
@ -2276,5 +2304,5 @@
"text": "设置"
}
]
}
}
}
Loading…
Cancel
Save