Browse Source

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

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

28
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": {

Loading…
Cancel
Save