1 Star 0 Fork 21

zxb201/WMESPDA

forked from zzlinux/WMESPDA 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 7.45 KB
一键复制 编辑 原始数据 按行查看 历史
@朝晖编程 提交于 2023-02-15 09:27 . V1.0.0
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "WMES移动端"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
}
,{
"path" : "pages/inputheadadd/inputheadadd",
"style" :
{
"navigationBarTitleText": "新建入库单据",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "保存 ",
"fontSize": "18rpx"
}
]
}
}
}
}
,{
"path" : "pages/inputheadlist/inputheadlist",
"style" :
{
"navigationBarTitleText": "入库单据列表",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "新建 ",
"fontSize": "18rpx"
}
]
}
}
}
}
,{
"path" : "pages/inputbodylist/inputbodylist",
"style" :
{
"navigationBarTitleText": "入库单表体列表",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "新建 ",
"fontSize": "18rpx"
}
]
}
}
}
}
,{
"path" : "pages/inputbodyadd/inputbodyadd",
"style" :
{
"navigationBarTitleText": "新建表体记录",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "保存 ",
"fontSize": "18rpx"
}
]
}
}
}
},{
"path" : "pages/up/up",
"style" :
{
"navigationBarTitleText": "上架",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "保存 ",
"fontSize": "18rpx"
}
]
}
}
}
},{
"path" : "pages/down/down",
"style" :
{
"navigationBarTitleText": "下架",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "保存 ",
"fontSize": "18rpx"
}
]
}
}
}
}
,{
"path" : "pages/outputheadlist/outputheadlist",
"style" :
{
"navigationBarTitleText": "出库单列表",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "新建 ",
"fontSize": "18rpx"
}
]
}
}
}
}
,{
"path" : "pages/outputheadadd/outputheadadd",
"style" :
{
"navigationBarTitleText": "新建出库单",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "保存 ",
"fontSize": "18rpx"
}
]
}
}
}
}
,{
"path" : "pages/outputbodylist/outputbodylist",
"style" :
{
"navigationBarTitleText": "出库单表体列表",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "添加 ",
"fontSize": "18rpx"
}
]
}
}
}
},
{
"path" : "pages/outputbodyadd/outputbodyadd",
"style" :
{
"navigationBarTitleText": "新建出库单表体",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "保存 ",
"fontSize": "18rpx"
}
]
}
}
}
}
,{
"path" : "pages/takestockbodylist/takestockbodylist",
"style" :
{
"navigationBarTitleText": "盘点记录",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "添加 ",
"fontSize": "18rpx"
}
]
}
}
}
},{
"path" : "pages/takestockheadlist/takestockheadlist",
"style" :
{
"navigationBarTitleText": "盘点单",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "添加 ",
"fontSize": "18rpx"
}
]
}
}
}
}
,{
"path" : "pages/takestockheadadd/takestockheadadd",
"style" :
{
"navigationBarTitleText": "新建盘点单",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "保存 ",
"fontSize": "18rpx"
}
]
}
}
}
}
,{
"path" : "pages/takestockbodyadd/takestockbodyadd",
"style" :
{
"navigationBarTitleText": "添加盘点记录",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"buttons": [
{
"text": "保存 ",
"fontSize": "18rpx"
}
]
}
}
}
},
{
"path" : "pages/stocknow/stocknow",
"style" :
{
"navigationBarTitleText": "现存量",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F9"
},
"uniIdRouter": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zxb201/wmespda.git
git@gitee.com:zxb201/wmespda.git
zxb201
wmespda
WMESPDA
master

搜索帮助