conflict sov

This commit is contained in:
2022-10-11 08:39:53 +08:00
9 changed files with 142 additions and 42 deletions

View File

@@ -4,7 +4,7 @@
"path" : "pages/login/login",
"style": {
"navigationStyle": "custom"
}
}
}
,{
"path" : "pages/home/home",
@@ -54,34 +54,56 @@
}
,{
"path" : "pages/ProductManage/EmptyPipeInStore",
"style" : {
"navigationBarTitleText": "空管入库",
"navigationStyle": "default",
"enablePullDownRefresh": false
"style": {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/ProductManage/ZjCasing",
"style" : {
"navigationBarTitleText": "子卷套管",
"navigationStyle": "default",
"enablePullDownRefresh": false
"app-plus": {
"titleNView": {
"buttons":[
{
"type":"home"
}
]
}
},
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/ProductManage/ZjDelivery",
"style" : {
"navigationBarTitleText": "子卷配送",
"navigationStyle": "default",
"enablePullDownRefresh": false
"app-plus": {
"titleNView": {
"buttons":[
{
"type":"home"
}
]
}
},
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/ProductManage/ZjOutStore",
"style" : {
"navigationBarTitleText": "子卷出站",
"navigationStyle": "default",
"enablePullDownRefresh": false
"app-plus": {
"titleNView": {
"buttons":[
{
"type":"home"
}
]
}
},
"enablePullDownRefresh": false
}
}
,{