报表申报智能运输页面完成
This commit is contained in:
151
pages.json
151
pages.json
@@ -26,7 +26,7 @@
|
||||
},
|
||||
{
|
||||
"path": "pages/intelligent/index",
|
||||
"style": { "navigationBarTitleText": "智能"}
|
||||
"style": { "navigationBarTitleText": "智能" }
|
||||
},
|
||||
{
|
||||
"path": "pages/my/index",
|
||||
@@ -59,56 +59,111 @@
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/components/EquipmentInfo",
|
||||
"style": {
|
||||
"navigationBarTitleText": "设备详情",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
// {
|
||||
// "path": "pages/uniqueCode/bindRfid",
|
||||
// "style": { "navigationBarTitleText": "绑定RFID" }
|
||||
// },
|
||||
|
||||
// ========== 库存信息模块 ==========
|
||||
// {
|
||||
// "path": "pages/inventory/checkUniqueCode",
|
||||
// "style": { "navigationBarTitleText": "唯一码盘点" }
|
||||
// },
|
||||
// {
|
||||
// "path": "pages/inventory/age",
|
||||
// "style": { "navigationBarTitleText": "库龄查看" }
|
||||
// },
|
||||
// {
|
||||
// "path": "pages/inventory/alert",
|
||||
// "style": { "navigationBarTitleText": "库存预警" }
|
||||
// },
|
||||
{
|
||||
"path": "pages/warehousing/InventoryInfo/checkUniqueCode",
|
||||
"style": { "navigationBarTitleText": "唯一码盘点" }
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/InventoryInfo/inventoryAgeView",
|
||||
"style": {
|
||||
"navigationBarTitleText": "库龄查看",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/InventoryInfo/alert",
|
||||
"style": { "navigationBarTitleText": "库存预警" }
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/InventoryInfo/components/inventoryAgeDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "库存库龄查看",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
|
||||
// ========== 报表模块 ==========
|
||||
// {
|
||||
// "path": "pages/report/daily",
|
||||
// "style": { "navigationBarTitleText": "库存日报" }
|
||||
// },
|
||||
// {
|
||||
// "path": "pages/report/monthly",
|
||||
// "style": { "navigationBarTitleText": "库存月报" }
|
||||
// },
|
||||
// {
|
||||
// "path": "pages/report/company",
|
||||
// "style": { "navigationBarTitleText": "公司库存报表" }
|
||||
// },
|
||||
// {
|
||||
// "path": "pages/report/warehouse",
|
||||
// "style": { "navigationBarTitleText": "仓库库存报表" }
|
||||
// },
|
||||
{
|
||||
"path": "pages/warehousing/report/daily",
|
||||
"style": { "navigationBarTitleText": "库存日报" }
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/Report/monthly",
|
||||
"style": { "navigationBarTitleText": "库存月报" }
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/Report/company",
|
||||
"style": { "navigationBarTitleText": "公司库存报表" }
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/Report/warehouse",
|
||||
"style": { "navigationBarTitleText": "仓库库存报表" }
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/Report/components/dailyDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "库存日报",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/Report/components/monthlyDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "库存月报",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/Report/components/warehouseDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "仓库库存报表",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
|
||||
// ========== 申报单模块 ==========
|
||||
// {
|
||||
// "path": "pages/declaration/materialQuery",
|
||||
// "style": { "navigationBarTitleText": "物资查询" }
|
||||
// },
|
||||
// {
|
||||
// "path": "pages/declaration/create",
|
||||
// "style": { "navigationBarTitleText": "申报单开单" }
|
||||
// },
|
||||
// {
|
||||
// "path": "pages/declaration/my",
|
||||
// "style": { "navigationBarTitleText": "我的申报单" }
|
||||
// },
|
||||
{
|
||||
"path": "pages/warehousing/Declaration/materialQuery",
|
||||
"style": { "navigationBarTitleText": "物资查询" }
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/Declaration/create",
|
||||
"style": {
|
||||
"navigationBarTitleText": "申报单开单",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/Declaration/my",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的申报单",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/Declaration/components/detail",
|
||||
"style": { "navigationBarTitleText": "详情", "navigationStyle": "custom" }
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/Declaration/components/materialQueryDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "物资详情",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
|
||||
// ========== 入库单模块 ==========
|
||||
{
|
||||
@@ -189,6 +244,20 @@
|
||||
"navigationBarTitleText": "我提交的技术鉴定表",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/Transport/checkIn",
|
||||
"style": {
|
||||
"navigationBarTitleText": "运输打卡",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/Transport/my",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的运输打卡",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
|
||||
Reference in New Issue
Block a user