123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/login/apply-trial", // 申请试用
- "style": {
- "navigationStyle": "default", // 是否显示导航栏 default显示,custom不显示
- "navigationBarTitleText": "申请注册"
- }
- },
- {
- "path": "pages/index/index", // 货架
- "style": {
- "navigationBarTitleText": "货架",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/login/userAuthYs",
- "style": {
- "navigationBarTitleText": "注意事项及服务协议"
- }
- },
- {
- "path": "pages/login/forget-pass",
- "style": {
- "navigationBarTitleText": "忘记密码"
- }
- },
- {
- "path": "pages/userCenter/index",
- "style": {
- "enablePullDownRefresh": false,
- "navigationStyle": "custom",
- // 将回弹属性关掉
- "bounce":"none"
- }
- },
- {
- "path": "pages/userCenter/changePwd", // 我的>修改密码
- "style": {
- "navigationBarTitleText": "修改密码"
- }
- },
- {
- "path": "pages/xtNotice/xtNotice", // 我的>消息
- "style": {
- "navigationBarTitleText": "消息",
- "navigationStyle":"custom",
- "app-plus":{
- "titleNView": {
- "titleAlign": "left",
- "buttons": [ //原生标题栏按钮配置,
- {
- "text": "设置全部已读" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
- "fontSize": "14",
- "color": "#00aaff",
- "width":"100px"
- }
- ]
- }
- }
- }
- },
- {
- "path": "pages/xtNotice/xtNoticeDetail/xtNoticeDetail", // 我的>消息详情
- "style": {
- "navigationBarTitleText": "消息详情"
- }
- },
- {
- "path" : "pages/latePlay/chooseBulk",
- "style" :
- {
- "navigationBarTitleText": "选择货架",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/latePlay/chooseProduct",
- "style": {
- "navigationBarTitleText": "打印贴签",
- "navigationStyle":"custom",
- "app-plus":{
- "titleNView": {
- "titleAlign": "left",
- "buttons": [ //原生标题栏按钮配置,
- {
- "text": "\ue65a 批量打印" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
- "fontSrc": "/static/iconfont/iconfont.ttf",
- "fontSize": "14",
- "color": "#00aaff",
- "width":"110px"
- }
- ]
- }
- }
- }
- },
- {
- "path" : "pages/index/printAbc",
- "style" :
- {
- "navigationBarTitleText": "打印ABC",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "pages/shuntBackManage/shuntBackList",
- "style" :
- {
- "navigationBarTitleText": "调回管理",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "pages/shuntBackManage/cancellingStocks",
- "style" :
- {
- "navigationBarTitleText": "调回退库",
- "enablePullDownRefresh": false,
- "titleView":false,
- // 将回弹属性关掉
- "bounce":"none"
- }
- },
- {
- "path" : "pages/shuntBackManage/detail",
- "style" :
- {
- "navigationBarTitleText": "调回详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "pages/replenishmentManage/replenishmentList",
- "style" :
- {
- "navigationBarTitleText": "补货管理",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "pages/replenishmentManage/confirm",
- "style" :
- {
- "navigationBarTitleText": "补货确认",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "pages/replenishmentManage/outWarehousing",
- "style" :
- {
- "navigationBarTitleText": "补货出库",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "pages/replenishmentManage/manualPrint",
- "style" :
- {
- "navigationBarTitleText": "手动打印",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "pages/replenishmentManage/scanCodePrint",
- "style" :
- {
- "navigationBarTitleText": "扫码打印",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "pages/replenishmentManage/sendOutGoods",
- "style" :
- {
- "navigationBarTitleText": "发货出库",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "pages/replenishmentManage/signWarehousing",
- "style" :
- {
- "navigationBarTitleText": "补货签收",
- "enablePullDownRefresh": false
- }
- },
- {
- "path" : "pages/replenishmentManage/detail",
- "style" :
- {
- "navigationBarTitleText": "补货单详情",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/common/printTag/printTag",
- "style" :
- {
- "navigationBarTitleText": "打印标签",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/stock/index", // 库存
- "style": {
- "navigationBarTitleText": "库存",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/stock/stockSearch", // 库存查询
- "style": {
- "navigationBarTitleText": "库存查询",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/stock/detaiList", // 库存详情列表
- "style": {
- "navigationBarTitleText": "库存详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/stock/stockDetail", // 库存详情
- "style": {
- "navigationBarTitleText": "库存详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/stock/warehouseDetail", // 出入库明细详情
- "style": {
- "navigationBarTitleText": "出入库明细",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/sales/index", // 销售
- "style": {
- "navigationBarTitleText": "销售",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/sales/list", // 销售列表
- "style": {
- "navigationBarTitleText": "销售单",
- "navigationStyle":"custom",
- "app-plus":{
- "titleNView": {
- "titleAlign": "left",
- "buttons": [ //原生标题栏按钮配置,
- {
- "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
- "fontSrc": "/static/iconfont/iconfont.ttf",
- "fontSize": "14",
- "width":"90px"
- }
- ]
- }
- }
- }
- },
- {
- "path": "pages/sales/addSales", // 新增销售单
- "style": {
- "navigationBarTitleText": "新增销售单",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/sales/edit", // 新增销售单/编辑销售单/销售单详情
- "style": {
- "navigationBarTitleText": "销售单",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/sales/chooseProduct", // 选择产品
- "style": {
- "navigationBarTitleText": "选择产品",
- "navigationStyle":"custom",
- "app-plus":{
- "titleNView": {
- "titleAlign": "left",
- "buttons": [ //原生标题栏按钮配置,
- {
- "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
- "fontSrc": "/static/iconfont/iconfont.ttf",
- "fontSize": "14",
- "width":"90px"
- }
- ]
- }
- }
- }
- },
- {
- "path": "pages/sales/chooseCustomer", // 销售单 选择客户
- "style": {
- "navigationBarTitleText": "选择客户",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/sales/addCustomer", // 销售单 选择客户
- "style": {
- "navigationBarTitleText": "新增客户",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/sales/productPricing", // 产品报价
- "style": {
- "navigationBarTitleText": "产品报价",
- "navigationStyle":"custom",
- "app-plus":{
- "titleNView": {
- "titleAlign": "left",
- "buttons": [ //原生标题栏按钮配置,
- {
- "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
- "fontSrc": "/static/iconfont/iconfont.ttf",
- "fontSize": "14",
- "width":"90px"
- }
- ]
- }
- }
- }
- },
- {
- "path" : "pages/webviews/openview",
- "style" :
- {
- "navigationBarTitleText": "网页",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/sales/salesRecord",
- "style" :
- {
- "navigationBarTitleText": "销售记录",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/approveStore/list",
- "style" :
- {
- "navigationBarTitleText": "门店审核",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/approveStore/authPass",
- "style" :
- {
- "navigationBarTitleText": "审核通过",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/approveStore/detail",
- "style" :
- {
- "navigationBarTitleText": "门店审核详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/shelfSetting/shelfList",
- "style" :
- {
- "navigationBarTitleText": "选择货架",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/shelfSetting/shelfSet",
- "style": {
- "navigationStyle": "custom" ,// 隐藏系统导航栏
- "navigationBarTextStyle": "black" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
- }
- }
- ,{
- "path" : "pages/shelfSetting/editShelf",
- "style" :
- {
- "navigationBarTitleText": "修改货架名称",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/shelfSetting/searchShelfHw",
- "style" :
- {
- "navigationBarTitleText": "按产品搜索",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/shelfSetting/editShelfHw",
- "style" :
- {
- "navigationBarTitleText": "编辑货位",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/shelfSetting/addShelfHw",
- "style" :
- {
- "navigationBarTitleText": "新增货位",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/shelfSetting/bindProduct",
- "style" :
- {
- "navigationBarTitleText": "绑定产品",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/shelfSetting/batchPrint",
- "style" :
- {
- "navigationBarTitleText": "批量打印",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/shelfSetting/quickReplenish",
- "style" :
- {
- "navigationBarTitleText": "快速补货",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/stockCheck/shelfList",
- "style" :
- {
- "navigationBarTitleText": "选择货架",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/stockCheck/startCheck",
- "style": {
- "navigationBarTitleText": "库存盘点",
- "navigationStyle":"custom",
- "app-plus":{
- "titleNView": {
- "titleAlign": "left",
- "buttons": [ //原生标题栏按钮配置,
- {
- "text": "\ue694 盘点历史" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
- "fontSrc": "/static/iconfont/iconfont.ttf",
- "fontSize": "14",
- "color": "#00aaff",
- "width":"120px"
- }
- ]
- }
- }
- }
- }
- ,{
- "path" : "pages/stockCheck/submitStockCheck",
- "style" :
- {
- "navigationBarTitleText": "提交盘点单",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/stockCheck/checkRecord",
- "style" :
- {
- "navigationBarTitleText": "盘点历史",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/batchShelves/index",
- "style" :
- {
- "navigationBarTitleText": "批量上架—选层",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/batchShelves/scanProduct",
- "style" :
- {
- "navigationBarTitleText": "扫描条形码",
- "enablePullDownRefresh": false,
- "app-plus":{
- "titleNView": {
- "titleAlign": "left",
- "buttons": [ //原生标题栏按钮配置,
- {
- "text": "\ue694 搜索" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
- "fontSrc": "/static/iconfont/iconfont.ttf",
- "fontSize": "16",
- "color": "#00aaff",
- "width":"80px"
- }
- ]
- }
- }
- }
-
- }
- ,{
- "path" : "pages/batchShelves/searchProduct",
- "style" :
- {
- "navigationBarTitleText": "产品编码搜索",
- "enablePullDownRefresh": false,
- "app-plus":{
- "titleNView": {
- "titleAlign": "left",
- "buttons": [ //原生标题栏按钮配置,
- {
- "text": "\ue617 扫码" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
- "fontSrc": "/static/iconfont/iconfont.ttf",
- "fontSize": "16",
- "color": "#00aaff",
- "width":"80px"
- }
- ]
- }
- }
- }
-
- }
- ,{
- "path" : "pages/batchShelves/cartList",
- "style" :
- {
- "navigationBarTitleText": "批量上架",
- "enablePullDownRefresh": false,
- "app-plus":{
- "titleNView": {
- "titleAlign": "left",
- "buttons": [ //原生标题栏按钮配置,
- {
- "text": "\ue67a 上架" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
- "fontSrc": "/static/iconfont/iconfont.ttf",
- "fontSize": "14",
- "color": "#00aaff",
- "width":"80px"
- },
- {
- "text": "\ue65a 打印" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
- "fontSrc": "/static/iconfont/iconfont.ttf",
- "fontSize": "14",
- "color": "#00aaff",
- "width":"auto"
- }
- ]
- }
- }
- }
- },{
- "path" : "pages/batchShelves/editShelfHw",
- "style" :
- {
- "navigationBarTitleText": "编辑上架信息",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/batchShelves/setProductCost",
- "style" :
- {
- "navigationBarTitleText": "结算价设置",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/batchShelves/batchPrint/batchPrint",
- "style" :
- {
- "navigationBarTitleText": "批量打印",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/shelfOrder/shelfOrder",
- "style" :
- {
- "navigationBarTitleText": "货架订单",
- "enablePullDownRefresh": false,
- "app-plus":{
- "titleNView": {
- "titleAlign": "left",
- "buttons": [ //原生标题栏按钮配置,
- {
- "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
- "fontSrc": "/static/iconfont/iconfont.ttf",
- "fontSize": "14",
- "width":"80px"
- }
- ]
- }
- }
- }
-
- }
- ,{
- "path" : "pages/shelfOrder/orderDetail",
- "style" :
- {
- "navigationBarTitleText": "货架订单详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/statistics/index",
- "style" :
- {
- "navigationBarTitleText": "销售统计",
- "navigationStyle":"custom",
- "app-plus":{
- "titleNView": {
- "titleAlign": "left",
- "buttons": [ //原生标题栏按钮配置,
- {
- "text": "\ue626 本周" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
- "fontSrc": "/static/iconfont/iconfont.ttf",
- "fontSize": "14",
- "color": "#00aaff",
- "width":"90px"
- }
- ]
- }
- }
- }
-
- }
- ,{
- "path" : "pages/statistics/chooseShelf",
- "style" :
- {
- "navigationBarTitleText": "选择货架",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/vinAnalyse/shelfList",
- "style" :
- {
- "navigationBarTitleText": "选择货架",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/vinAnalyse/fitProductlist",
- "style" :
- {
- "navigationBarTitleText": "搜索货架产品",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/vinAnalyse/shelfAnalyse",
- "style": {
- "navigationBarTitleText": "vin分析",
- "navigationStyle":"custom",
- "enablePullDownRefresh": true,
- "app-plus":{
- "titleNView": {
- "titleAlign": "left",
- "buttons": [ //原生标题栏按钮配置,
- {
- "text": "\ue626 适配产品统计" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
- "fontSrc": "/static/iconfont/iconfont.ttf",
- "fontSize": "14",
- "color": "#00aaff",
- "width":"140px"
- }
- ]
- }
- }
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "iscm",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#f2f2f2",
- "app-plus": {
- // 将回弹属性关掉
- "bounce": "none",
- "scrollIndicator": "none",
- "titleAlign": "left",
- "disableSwipeBack": true,
- "softinputMode":"adjustResize"
- }
- },
- "tabBar": {
- "fontSize": "14px",
- "list": [
- {
- "pagePath": "pages/sales/index",
- "text": "销售",
- "visible": true
- },
- {
- "pagePath": "pages/stock/index",
- "text": "库存",
- "visible": true
- },
- {
- "pagePath": "pages/index/index",
- "text": "货架",
- "visible": true
- },
- {
- "pagePath": "pages/statistics/index",
- "text": "统计",
- "visible": true
- },
- {
- "pagePath": "pages/userCenter/index",
- "text": "我的",
- "visible": true
- }
- ]
- }
- }
|