出库对接
This commit is contained in:
74
pages.json
74
pages.json
@@ -22,11 +22,11 @@
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/index",
|
||||
"style": { "navigationBarTitleText": "仓储" }
|
||||
"style": { "navigationBarTitleText": "仓储", "navigationStyle": "custom" }
|
||||
},
|
||||
{
|
||||
"path": "pages/intelligent/index",
|
||||
"style": { "navigationBarTitleText": "智能" }
|
||||
"style": { "navigationBarTitleText": "智能"}
|
||||
},
|
||||
{
|
||||
"path": "pages/my/index",
|
||||
@@ -36,7 +36,10 @@
|
||||
// 仓储 - 唯一码
|
||||
{
|
||||
"path": "pages/warehousing/uniqueCode/issueUniqueCode/index",
|
||||
"style": { "navigationBarTitleText": "唯一码发放" }
|
||||
"style": {
|
||||
"navigationBarTitleText": "唯一码发放",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/uniqueCode/issueUniqueCode/materialSelection",
|
||||
@@ -44,7 +47,10 @@
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/uniqueCode/myUniqueCode/index",
|
||||
"style": { "navigationBarTitleText": "唯一码" }
|
||||
"style": {
|
||||
"navigationBarTitleText": "唯一码",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/uniqueCode/myUniqueCode/detail",
|
||||
@@ -107,40 +113,82 @@
|
||||
// ========== 入库单模块 ==========
|
||||
{
|
||||
"path": "pages/warehousing/stockIn/create",
|
||||
"style": { "navigationBarTitleText": "入库单开单" , "navigationStyle": "custom"}
|
||||
"style": {
|
||||
"navigationBarTitleText": "入库单开单",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/stockIn/my",
|
||||
"style": { "navigationBarTitleText": "我的入库单", "navigationStyle": "custom" }
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的入库单",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/stockIn/components/detail",
|
||||
"style": { "navigationBarTitleText": "详情", "navigationStyle": "custom" }
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/stockIn/putaway",
|
||||
"style": { "navigationBarTitleText": "入库单入库" }
|
||||
"path": "pages/warehousing/stockIn/putAway",
|
||||
"style": {
|
||||
"navigationBarTitleText": "入库单入库",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/toChooseList",
|
||||
"style": { "navigationBarTitleText": "请选择" }
|
||||
"style": {
|
||||
"navigationBarTitleText": "请选择",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/stockIn/components/inbound",
|
||||
"style": { "navigationBarTitleText": "入库" }
|
||||
"style": { "navigationBarTitleText": "入库", "navigationStyle": "custom" }
|
||||
},
|
||||
// ========== 出库单模块 ==========
|
||||
{
|
||||
"path": "pages/warehousing/stockOut/create",
|
||||
"style": { "navigationBarTitleText": "出库单开单" }
|
||||
"style": {
|
||||
"navigationBarTitleText": "出库单开单",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/stockOut/my",
|
||||
"style": { "navigationBarTitleText": "我的出库单" }
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的出库单",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/stockOut/outbound",
|
||||
"style": { "navigationBarTitleText": "出库单出库" }
|
||||
"style": {
|
||||
"navigationBarTitleText": "出库单出库",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/stockOut/components/outAway",
|
||||
"style": {
|
||||
"navigationBarTitleText": "出库单出库",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/stockOut/components/technicalEvaluation",
|
||||
"style": {
|
||||
"navigationBarTitleText": "技术鉴定表",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/stockOut/components/myTechnicalEvaluation",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我提交的技术鉴定表",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
|
||||
Reference in New Issue
Block a user