Commit ea938807 authored by 李驰骋's avatar 李驰骋

销售出库、库存调拨、库存盘点页面添加批号显示

parent bbc7c9a4
......@@ -212,6 +212,13 @@
"enablePullDownRefresh": false
}
},
{
"path": "pages/dhd/scanning",
"style": {
"navigationBarTitleText": "扫码到货",
"enablePullDownRefresh": false
}
},
{
"path": "pages/saleck/Main",
"style": {
......@@ -289,5 +296,15 @@
"uniIdRouter": {},
"usingComponents": {
"uni-print": "@dcloudio/uni-ui/lib/uni-print"
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment