|
|
|
|
@ -3,8 +3,7 @@
|
|
|
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
|
|
|
},
|
|
|
|
|
"__pages_comment": "pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages",
|
|
|
|
|
"pages": [
|
|
|
|
|
{
|
|
|
|
|
"pages": [{
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "首页"
|
|
|
|
|
@ -14,7 +13,7 @@
|
|
|
|
|
"path": "pages/product/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "成品主菜单",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -22,7 +21,7 @@
|
|
|
|
|
"path": "pages/product/inbound/index3",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "成品入库",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -30,7 +29,7 @@
|
|
|
|
|
"path": "pages/product/outbound/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "出库",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -38,7 +37,7 @@
|
|
|
|
|
"path": "pages/product/outbound/internal/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "内销出库",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -46,7 +45,7 @@
|
|
|
|
|
"path": "pages/product/outbound/foreign/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "外销出库",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -54,7 +53,7 @@
|
|
|
|
|
"path": "pages/product/warehouse/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "库内",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -62,7 +61,7 @@
|
|
|
|
|
"path": "pages/product/warehouse/wholeTransfer/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "成品移库",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -70,7 +69,7 @@
|
|
|
|
|
"path": "pages/product/warehouse/wholeScrap/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "成品报废",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -78,7 +77,7 @@
|
|
|
|
|
"path": "pages/product/warehouse/wholeCollect/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "成品领用",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -86,7 +85,7 @@
|
|
|
|
|
"path": "pages/product/warehouse/wholeLnventory/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "成品盘点",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -94,7 +93,7 @@
|
|
|
|
|
"path": "pages/product/outbound/stoOutbound/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "STO出库",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -102,7 +101,7 @@
|
|
|
|
|
"path": "pages/product/outbound/stoOutbound/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "STO出库明细",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -110,7 +109,7 @@
|
|
|
|
|
"path": "pages/raw/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "原材料主菜单",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -118,7 +117,7 @@
|
|
|
|
|
"path": "pages/raw/appointment/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "预约",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -126,7 +125,7 @@
|
|
|
|
|
"path": "pages/raw/appointment/checkin/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "预约登记",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -134,7 +133,7 @@
|
|
|
|
|
"path": "pages/raw/appointment/checkout/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "预约离开",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -142,7 +141,7 @@
|
|
|
|
|
"path": "pages/raw/ingoods/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "收货",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -150,7 +149,7 @@
|
|
|
|
|
"path": "pages/raw/ingoods/receipt/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "看单收货",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -158,7 +157,7 @@
|
|
|
|
|
"path": "pages/raw/ingoods/receipt/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "看单明细",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -166,7 +165,7 @@
|
|
|
|
|
"path": "pages/raw/ingoods/receipt/detail-ex",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "看单明细未通过明细",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -174,7 +173,7 @@
|
|
|
|
|
"path": "pages/raw/handover/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "交接",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -182,7 +181,7 @@
|
|
|
|
|
"path": "pages/raw/warehouse/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "库内",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -190,7 +189,7 @@
|
|
|
|
|
"path": "pages/raw/warehouse/rowTransfer/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "移库",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -198,7 +197,7 @@
|
|
|
|
|
"path": "pages/raw/warehouse/rowTransfer/details",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "移库明细",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -206,7 +205,7 @@
|
|
|
|
|
"path": "pages/raw/warehouse/rowScrap/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "报废",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -214,7 +213,7 @@
|
|
|
|
|
"path": "pages/raw/warehouse/rowScrap/details",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "报废明细",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -222,7 +221,7 @@
|
|
|
|
|
"path": "pages/raw/warehouse/rowCollect/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "成本中心",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -230,7 +229,7 @@
|
|
|
|
|
"path": "pages/raw/warehouse/rowCollect/details",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "成本中心明细",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -238,7 +237,7 @@
|
|
|
|
|
"path": "pages/raw/ingoods/poReceipt/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "PO单收货",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -246,7 +245,7 @@
|
|
|
|
|
"path": "pages/raw/ingoods/poReceipt/idetailed",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "PO退货",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -254,7 +253,7 @@
|
|
|
|
|
"path": "pages/raw/ingoods/poReceipt/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "PO单收货明细",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -262,7 +261,7 @@
|
|
|
|
|
"path": "pages/raw/ingoods/dnReceipt/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "DN单收货",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -270,7 +269,7 @@
|
|
|
|
|
"path": "pages/raw/ingoods/dnReceipt/idetailed",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "DN单收货",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -278,7 +277,7 @@
|
|
|
|
|
"path": "pages/raw/ingoods/dnReceipt/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "DN单收货明细",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -286,7 +285,7 @@
|
|
|
|
|
"path": "pages/raw/ingoods/dnReturnGoods/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "DN退货",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -294,7 +293,7 @@
|
|
|
|
|
"path": "pages/raw/ingoods/dnReturnGoods/idetailed",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "DN退货",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -302,7 +301,7 @@
|
|
|
|
|
"path": "pages/raw/ingoods/dnReturnGoods/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "DN单退货明细",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -310,7 +309,7 @@
|
|
|
|
|
"path": "pages/raw/handover/picking/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "拣配查询",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -318,7 +317,7 @@
|
|
|
|
|
"path": "pages/raw/handover/picking/query",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "拣配查询",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -326,7 +325,7 @@
|
|
|
|
|
"path": "pages/raw/handover/picking/idetailed",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "DN退货",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -334,7 +333,7 @@
|
|
|
|
|
"path": "pages/raw/handover/picking/result",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "拣配查询结果",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -342,7 +341,7 @@
|
|
|
|
|
"path": "pages/raw/handover/picking/summary",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "汇总拣配",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -350,7 +349,7 @@
|
|
|
|
|
"path": "pages/raw/handover/picking/total",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "汇总拣配",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -358,7 +357,7 @@
|
|
|
|
|
"path": "pages/raw/handover/picking/order",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "按单拣配",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -366,7 +365,7 @@
|
|
|
|
|
"path": "pages/raw/handover/feeding/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "补料",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -374,7 +373,7 @@
|
|
|
|
|
"path": "pages/raw/handover/feeding/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "补料明细",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -382,7 +381,7 @@
|
|
|
|
|
"path": "pages/raw/handover/returning/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "退料",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -390,7 +389,7 @@
|
|
|
|
|
"path": "pages/raw/appointment/checkin/list",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "登记清单",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -398,7 +397,7 @@
|
|
|
|
|
"path": "pages/raw/handover/kan-dan/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "看单交接",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -406,7 +405,7 @@
|
|
|
|
|
"path": "pages/raw/handover/kan-dan/details",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "看单交接",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -414,7 +413,7 @@
|
|
|
|
|
"path": "pages/raw/handover/aggregating/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "汇总查询",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -422,7 +421,7 @@
|
|
|
|
|
"path": "pages/raw/handover/aggregating/result",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "汇总交接",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -430,7 +429,7 @@
|
|
|
|
|
"path": "pages/raw/handover/aggregating/summary",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "汇总交接",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -438,7 +437,7 @@
|
|
|
|
|
"path": "pages/raw/handover/aggregating/order",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "按单交接",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -446,7 +445,7 @@
|
|
|
|
|
"path": "pages/raw/handover/aggregating/accessory",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "辅料交接",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -454,7 +453,7 @@
|
|
|
|
|
"path": "pages/raw/handover/virtual/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "虚拟单交接",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -462,7 +461,7 @@
|
|
|
|
|
"path": "pages/raw/handover/virtual/result",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "虚拟单明细",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -470,7 +469,7 @@
|
|
|
|
|
"path": "pages/raw/handover/virtual/summary",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "虚拟单交接-确认",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -478,7 +477,7 @@
|
|
|
|
|
"path": "pages/login/login/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "登录",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -486,7 +485,7 @@
|
|
|
|
|
"path": "pages/login/server/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "服务器设置",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -494,7 +493,7 @@
|
|
|
|
|
"path": "pages/login/area/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "登录区选择",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -502,7 +501,7 @@
|
|
|
|
|
"path": "pages/product/inbound/offline-in/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigatpaionBarTitleText": "成品下线入库",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -510,7 +509,7 @@
|
|
|
|
|
"path": "pages/product/inbound/finishProductOffline/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigatpaionBarTitleText": "成品下线",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -518,7 +517,7 @@
|
|
|
|
|
"path": "pages/product/inbound/semiFinishProductOffline2/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigatpaionBarTitleText": "半成品下线-其他",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -526,7 +525,7 @@
|
|
|
|
|
"path": "pages/SemiProduct/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "半成品主菜单",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -534,7 +533,7 @@
|
|
|
|
|
"path": "pages/SemiProduct/inbound/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "半成品入库",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -542,7 +541,7 @@
|
|
|
|
|
"path": "pages/SemiProduct/DumpList/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "转储单",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -550,7 +549,7 @@
|
|
|
|
|
"path": "pages/SemiProduct/DumpList/DumpListFH/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "转储单发货",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -558,7 +557,7 @@
|
|
|
|
|
"path": "pages/SemiProduct/DumpList/DumpListFH/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "转储单发货明细",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -566,7 +565,7 @@
|
|
|
|
|
"path": "pages/SemiProduct/DumpList/DumpListSH/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "转储单收货",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -574,7 +573,7 @@
|
|
|
|
|
"path": "pages/SemiProduct/DumpList/DumpListSH/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "转储单收货明细",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -582,7 +581,7 @@
|
|
|
|
|
"path": "pages/SemiProduct/outbound/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigatpaionBarTitleText": "半成品出库",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
@ -590,7 +589,15 @@
|
|
|
|
|
"path": "pages/SemiProduct/inbound/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigatpaionBarTitleText": "半成品入库",
|
|
|
|
|
"navigationStyle": "custom",// 隐藏系统导航栏
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/raw/warehouse/rowInventory/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "原材料盘点",
|
|
|
|
|
"navigationStyle": "custom", // 隐藏系统导航栏
|
|
|
|
|
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|