123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376 |
- {
- "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/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/latePlay/chooseBulk",
- "style" :
- {
- "navigationBarTitleText": "选择货柜",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/latePlay/chooseProduct",
- "style" :
- {
- "navigationBarTitleText": "补打贴签",
- "enablePullDownRefresh": false
- }
- },
- {
- "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": "auto",
- "buttons": [ //原生标题栏按钮配置,
- {
- "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
- "fontSrc": "/static/iconfont/iconfont.ttf",
- "fontSize": "16",
- "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": "auto",
- "buttons": [ //原生标题栏按钮配置,
- {
- "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
- "fontSrc": "/static/iconfont/iconfont.ttf",
- "fontSize": "16",
- "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": "auto",
- "buttons": [ //原生标题栏按钮配置,
- {
- "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
- "fontSrc": "/static/iconfont/iconfont.ttf",
- "fontSize": "16",
- "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
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "iscm",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#f2f2f2",
- "app-plus": {
- // 将回弹属性关掉
- "bounce": "none",
- "scrollIndicator": "none"
- }
- },
- "tabBar": {
- "fontSize": "14px",
- "list": [
- {
- "pagePath": "pages/sales/index",
- "text": "销售"
- },
- {
- "pagePath": "pages/stock/index",
- "text": "库存"
- },
- {
- "pagePath": "pages/index/index",
- "text": "货架"
- },
- {
- "pagePath": "pages/userCenter/index",
- "text": "我的"
- }
- ]
- }
- }
|