pages.json 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/login/login",
  8. "style": {
  9. "navigationBarTitleText": ""
  10. }
  11. },
  12. {
  13. "path": "pages/login/apply-trial", // 申请试用
  14. "style": {
  15. "navigationStyle": "default", // 是否显示导航栏 default显示,custom不显示
  16. "navigationBarTitleText": "申请注册"
  17. }
  18. },
  19. {
  20. "path": "pages/index/index", // 货架
  21. "style": {
  22. "navigationBarTitleText": "货架",
  23. "enablePullDownRefresh": false
  24. }
  25. },
  26. {
  27. "path": "pages/login/userAuthYs",
  28. "style": {
  29. "navigationBarTitleText": "注意事项及服务协议"
  30. }
  31. },
  32. {
  33. "path": "pages/login/forget-pass",
  34. "style": {
  35. "navigationBarTitleText": "忘记密码"
  36. }
  37. },
  38. {
  39. "path": "pages/userCenter/index",
  40. "style": {
  41. "enablePullDownRefresh": false,
  42. "navigationStyle": "custom",
  43. // 将回弹属性关掉
  44. "bounce":"none"
  45. }
  46. },
  47. {
  48. "path": "pages/userCenter/changePwd", // 我的>修改密码
  49. "style": {
  50. "navigationBarTitleText": "修改密码"
  51. }
  52. },
  53. {
  54. "path": "pages/xtNotice/xtNotice", // 我的>消息
  55. "style": {
  56. "navigationBarTitleText": "消息",
  57. "navigationStyle":"custom",
  58. "app-plus":{
  59. "titleNView": {
  60. "titleAlign": "left",
  61. "buttons": [ //原生标题栏按钮配置,
  62. {
  63. "text": "设置全部已读" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  64. "fontSize": "14",
  65. "color": "#00aaff",
  66. "width":"100px"
  67. }
  68. ]
  69. }
  70. }
  71. }
  72. },
  73. {
  74. "path": "pages/xtNotice/xtNoticeDetail/xtNoticeDetail", // 我的>消息详情
  75. "style": {
  76. "navigationBarTitleText": "消息详情"
  77. }
  78. },
  79. {
  80. "path" : "pages/latePlay/chooseBulk",
  81. "style" :
  82. {
  83. "navigationBarTitleText": "选择货架",
  84. "enablePullDownRefresh": false
  85. }
  86. }
  87. ,{
  88. "path" : "pages/latePlay/chooseProduct",
  89. "style": {
  90. "navigationBarTitleText": "打印贴签",
  91. "navigationStyle":"custom",
  92. "app-plus":{
  93. "titleNView": {
  94. "titleAlign": "left",
  95. "buttons": [ //原生标题栏按钮配置,
  96. {
  97. "text": "\ue65a 批量打印" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  98. "fontSrc": "/static/iconfont/iconfont.ttf",
  99. "fontSize": "14",
  100. "color": "#00aaff",
  101. "width":"110px"
  102. }
  103. ]
  104. }
  105. }
  106. }
  107. },
  108. {
  109. "path" : "pages/index/printAbc",
  110. "style" :
  111. {
  112. "navigationBarTitleText": "打印ABC",
  113. "enablePullDownRefresh": false
  114. }
  115. },
  116. {
  117. "path" : "pages/shuntBackManage/shuntBackList",
  118. "style" :
  119. {
  120. "navigationBarTitleText": "调回管理",
  121. "enablePullDownRefresh": false
  122. }
  123. },
  124. {
  125. "path" : "pages/shuntBackManage/cancellingStocks",
  126. "style" :
  127. {
  128. "navigationBarTitleText": "调回退库",
  129. "enablePullDownRefresh": false,
  130. "titleView":false,
  131. // 将回弹属性关掉
  132. "bounce":"none"
  133. }
  134. },
  135. {
  136. "path" : "pages/shuntBackManage/detail",
  137. "style" :
  138. {
  139. "navigationBarTitleText": "调回详情",
  140. "enablePullDownRefresh": false
  141. }
  142. },
  143. {
  144. "path" : "pages/replenishmentManage/replenishmentList",
  145. "style" :
  146. {
  147. "navigationBarTitleText": "补货管理",
  148. "enablePullDownRefresh": false
  149. }
  150. },
  151. {
  152. "path" : "pages/replenishmentManage/confirm",
  153. "style" :
  154. {
  155. "navigationBarTitleText": "补货确认",
  156. "enablePullDownRefresh": false
  157. }
  158. },
  159. {
  160. "path" : "pages/replenishmentManage/outWarehousing",
  161. "style" :
  162. {
  163. "navigationBarTitleText": "补货出库",
  164. "enablePullDownRefresh": false
  165. }
  166. },
  167. {
  168. "path" : "pages/replenishmentManage/manualPrint",
  169. "style" :
  170. {
  171. "navigationBarTitleText": "手动打印",
  172. "enablePullDownRefresh": false
  173. }
  174. },
  175. {
  176. "path" : "pages/replenishmentManage/scanCodePrint",
  177. "style" :
  178. {
  179. "navigationBarTitleText": "扫码打印",
  180. "enablePullDownRefresh": false
  181. }
  182. },
  183. {
  184. "path" : "pages/replenishmentManage/sendOutGoods",
  185. "style" :
  186. {
  187. "navigationBarTitleText": "发货出库",
  188. "enablePullDownRefresh": false
  189. }
  190. },
  191. {
  192. "path" : "pages/replenishmentManage/signWarehousing",
  193. "style" :
  194. {
  195. "navigationBarTitleText": "补货签收",
  196. "enablePullDownRefresh": false
  197. }
  198. },
  199. {
  200. "path" : "pages/replenishmentManage/detail",
  201. "style" :
  202. {
  203. "navigationBarTitleText": "补货单详情",
  204. "enablePullDownRefresh": false
  205. }
  206. }
  207. ,{
  208. "path" : "pages/common/printTag/printTag",
  209. "style" :
  210. {
  211. "navigationBarTitleText": "打印标签",
  212. "enablePullDownRefresh": false
  213. }
  214. },
  215. {
  216. "path": "pages/stock/index", // 库存
  217. "style": {
  218. "navigationBarTitleText": "库存",
  219. "enablePullDownRefresh": false
  220. }
  221. },
  222. {
  223. "path": "pages/stock/stockSearch", // 库存查询
  224. "style": {
  225. "navigationBarTitleText": "库存查询",
  226. "enablePullDownRefresh": false
  227. }
  228. },
  229. {
  230. "path": "pages/stock/detaiList", // 库存详情列表
  231. "style": {
  232. "navigationBarTitleText": "库存详情",
  233. "enablePullDownRefresh": false
  234. }
  235. },
  236. {
  237. "path": "pages/stock/stockDetail", // 库存详情
  238. "style": {
  239. "navigationBarTitleText": "库存详情",
  240. "enablePullDownRefresh": false
  241. }
  242. },
  243. {
  244. "path": "pages/stock/warehouseDetail", // 出入库明细详情
  245. "style": {
  246. "navigationBarTitleText": "出入库明细",
  247. "enablePullDownRefresh": false
  248. }
  249. },
  250. {
  251. "path": "pages/sales/index", // 销售
  252. "style": {
  253. "navigationBarTitleText": "销售",
  254. "enablePullDownRefresh": false
  255. }
  256. },
  257. {
  258. "path": "pages/sales/list", // 销售列表
  259. "style": {
  260. "navigationBarTitleText": "销售单",
  261. "navigationStyle":"custom",
  262. "app-plus":{
  263. "titleNView": {
  264. "titleAlign": "left",
  265. "buttons": [ //原生标题栏按钮配置,
  266. {
  267. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  268. "fontSrc": "/static/iconfont/iconfont.ttf",
  269. "fontSize": "14",
  270. "width":"90px"
  271. }
  272. ]
  273. }
  274. }
  275. }
  276. },
  277. {
  278. "path": "pages/sales/addSales", // 新增销售单
  279. "style": {
  280. "navigationBarTitleText": "新增销售单",
  281. "enablePullDownRefresh": false
  282. }
  283. },
  284. {
  285. "path": "pages/sales/edit", // 新增销售单/编辑销售单/销售单详情
  286. "style": {
  287. "navigationBarTitleText": "销售单",
  288. "enablePullDownRefresh": false
  289. }
  290. },
  291. {
  292. "path": "pages/sales/chooseProduct", // 选择产品
  293. "style": {
  294. "navigationBarTitleText": "选择产品",
  295. "navigationStyle":"custom",
  296. "app-plus":{
  297. "titleNView": {
  298. "titleAlign": "left",
  299. "buttons": [ //原生标题栏按钮配置,
  300. {
  301. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  302. "fontSrc": "/static/iconfont/iconfont.ttf",
  303. "fontSize": "14",
  304. "width":"90px"
  305. }
  306. ]
  307. }
  308. }
  309. }
  310. },
  311. {
  312. "path": "pages/sales/chooseCustomer", // 销售单 选择客户
  313. "style": {
  314. "navigationBarTitleText": "选择客户",
  315. "enablePullDownRefresh": false
  316. }
  317. },
  318. {
  319. "path": "pages/sales/addCustomer", // 销售单 选择客户
  320. "style": {
  321. "navigationBarTitleText": "新增客户",
  322. "enablePullDownRefresh": false
  323. }
  324. },
  325. {
  326. "path": "pages/sales/productPricing", // 产品报价
  327. "style": {
  328. "navigationBarTitleText": "产品报价",
  329. "navigationStyle":"custom",
  330. "app-plus":{
  331. "titleNView": {
  332. "titleAlign": "left",
  333. "buttons": [ //原生标题栏按钮配置,
  334. {
  335. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  336. "fontSrc": "/static/iconfont/iconfont.ttf",
  337. "fontSize": "14",
  338. "width":"90px"
  339. }
  340. ]
  341. }
  342. }
  343. }
  344. },
  345. {
  346. "path" : "pages/webviews/openview",
  347. "style" :
  348. {
  349. "navigationBarTitleText": "网页",
  350. "enablePullDownRefresh": false
  351. }
  352. }
  353. ,{
  354. "path" : "pages/sales/salesRecord",
  355. "style" :
  356. {
  357. "navigationBarTitleText": "销售记录",
  358. "enablePullDownRefresh": false
  359. }
  360. }
  361. ,{
  362. "path" : "pages/approveStore/list",
  363. "style" :
  364. {
  365. "navigationBarTitleText": "门店审核",
  366. "enablePullDownRefresh": false
  367. }
  368. }
  369. ,{
  370. "path" : "pages/approveStore/authPass",
  371. "style" :
  372. {
  373. "navigationBarTitleText": "审核通过",
  374. "enablePullDownRefresh": false
  375. }
  376. }
  377. ,{
  378. "path" : "pages/approveStore/detail",
  379. "style" :
  380. {
  381. "navigationBarTitleText": "门店审核详情",
  382. "enablePullDownRefresh": false
  383. }
  384. }
  385. ,{
  386. "path" : "pages/shelfSetting/shelfList",
  387. "style" :
  388. {
  389. "navigationBarTitleText": "选择货架",
  390. "enablePullDownRefresh": false
  391. }
  392. }
  393. ,{
  394. "path" : "pages/shelfSetting/shelfSet",
  395. "style": {
  396. "navigationStyle": "custom" ,// 隐藏系统导航栏
  397. "navigationBarTextStyle": "black" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
  398. }
  399. }
  400. ,{
  401. "path" : "pages/shelfSetting/editShelf",
  402. "style" :
  403. {
  404. "navigationBarTitleText": "修改货架名称",
  405. "enablePullDownRefresh": false
  406. }
  407. }
  408. ,{
  409. "path" : "pages/shelfSetting/searchShelfHw",
  410. "style" :
  411. {
  412. "navigationBarTitleText": "按产品搜索",
  413. "enablePullDownRefresh": false
  414. }
  415. }
  416. ,{
  417. "path" : "pages/shelfSetting/editShelfHw",
  418. "style" :
  419. {
  420. "navigationBarTitleText": "编辑货位",
  421. "enablePullDownRefresh": false
  422. }
  423. }
  424. ,{
  425. "path" : "pages/shelfSetting/addShelfHw",
  426. "style" :
  427. {
  428. "navigationBarTitleText": "新增货位",
  429. "enablePullDownRefresh": false
  430. }
  431. }
  432. ,{
  433. "path" : "pages/shelfSetting/bindProduct",
  434. "style" :
  435. {
  436. "navigationBarTitleText": "绑定产品",
  437. "enablePullDownRefresh": false
  438. }
  439. }
  440. ,{
  441. "path" : "pages/shelfSetting/batchPrint",
  442. "style" :
  443. {
  444. "navigationBarTitleText": "批量打印",
  445. "enablePullDownRefresh": false
  446. }
  447. }
  448. ,{
  449. "path" : "pages/shelfSetting/quickReplenish",
  450. "style" :
  451. {
  452. "navigationBarTitleText": "快速补货",
  453. "enablePullDownRefresh": false
  454. }
  455. }
  456. ,{
  457. "path" : "pages/stockCheck/shelfList",
  458. "style" :
  459. {
  460. "navigationBarTitleText": "选择货架",
  461. "enablePullDownRefresh": false
  462. }
  463. }
  464. ,{
  465. "path" : "pages/stockCheck/startCheck",
  466. "style": {
  467. "navigationBarTitleText": "库存盘点",
  468. "navigationStyle":"custom",
  469. "app-plus":{
  470. "titleNView": {
  471. "titleAlign": "left",
  472. "buttons": [ //原生标题栏按钮配置,
  473. {
  474. "text": "\ue694 盘点历史" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  475. "fontSrc": "/static/iconfont/iconfont.ttf",
  476. "fontSize": "14",
  477. "color": "#00aaff",
  478. "width":"120px"
  479. }
  480. ]
  481. }
  482. }
  483. }
  484. }
  485. ,{
  486. "path" : "pages/stockCheck/submitStockCheck",
  487. "style" :
  488. {
  489. "navigationBarTitleText": "提交盘点单",
  490. "enablePullDownRefresh": false
  491. }
  492. }
  493. ,{
  494. "path" : "pages/stockCheck/checkRecord",
  495. "style" :
  496. {
  497. "navigationBarTitleText": "盘点历史",
  498. "enablePullDownRefresh": false
  499. }
  500. }
  501. ,{
  502. "path" : "pages/batchShelves/index",
  503. "style" :
  504. {
  505. "navigationBarTitleText": "批量上架—选层",
  506. "enablePullDownRefresh": false
  507. }
  508. }
  509. ,{
  510. "path" : "pages/batchShelves/scanProduct",
  511. "style" :
  512. {
  513. "navigationBarTitleText": "扫描条形码",
  514. "enablePullDownRefresh": false,
  515. "app-plus":{
  516. "titleNView": {
  517. "titleAlign": "left",
  518. "buttons": [ //原生标题栏按钮配置,
  519. {
  520. "text": "\ue694 搜索" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  521. "fontSrc": "/static/iconfont/iconfont.ttf",
  522. "fontSize": "16",
  523. "color": "#00aaff",
  524. "width":"80px"
  525. }
  526. ]
  527. }
  528. }
  529. }
  530. }
  531. ,{
  532. "path" : "pages/batchShelves/searchProduct",
  533. "style" :
  534. {
  535. "navigationBarTitleText": "产品编码搜索",
  536. "enablePullDownRefresh": false,
  537. "app-plus":{
  538. "titleNView": {
  539. "titleAlign": "left",
  540. "buttons": [ //原生标题栏按钮配置,
  541. {
  542. "text": "\ue617 扫码" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  543. "fontSrc": "/static/iconfont/iconfont.ttf",
  544. "fontSize": "16",
  545. "color": "#00aaff",
  546. "width":"80px"
  547. }
  548. ]
  549. }
  550. }
  551. }
  552. }
  553. ,{
  554. "path" : "pages/batchShelves/cartList",
  555. "style" :
  556. {
  557. "navigationBarTitleText": "批量上架",
  558. "enablePullDownRefresh": false,
  559. "app-plus":{
  560. "titleNView": {
  561. "titleAlign": "left",
  562. "buttons": [ //原生标题栏按钮配置,
  563. {
  564. "text": "\ue67a 上架" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  565. "fontSrc": "/static/iconfont/iconfont.ttf",
  566. "fontSize": "14",
  567. "color": "#00aaff",
  568. "width":"80px"
  569. },
  570. {
  571. "text": "\ue65a 打印" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  572. "fontSrc": "/static/iconfont/iconfont.ttf",
  573. "fontSize": "14",
  574. "color": "#00aaff",
  575. "width":"auto"
  576. }
  577. ]
  578. }
  579. }
  580. }
  581. },{
  582. "path" : "pages/batchShelves/editShelfHw",
  583. "style" :
  584. {
  585. "navigationBarTitleText": "编辑上架信息",
  586. "enablePullDownRefresh": false
  587. }
  588. }
  589. ,{
  590. "path" : "pages/batchShelves/setProductCost",
  591. "style" :
  592. {
  593. "navigationBarTitleText": "结算价设置",
  594. "enablePullDownRefresh": false
  595. }
  596. }
  597. ,{
  598. "path" : "pages/batchShelves/batchPrint/batchPrint",
  599. "style" :
  600. {
  601. "navigationBarTitleText": "批量打印",
  602. "enablePullDownRefresh": false
  603. }
  604. }
  605. ,{
  606. "path" : "pages/shelfOrder/shelfOrder",
  607. "style" :
  608. {
  609. "navigationBarTitleText": "货架订单",
  610. "enablePullDownRefresh": false,
  611. "app-plus":{
  612. "titleNView": {
  613. "titleAlign": "left",
  614. "buttons": [ //原生标题栏按钮配置,
  615. {
  616. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  617. "fontSrc": "/static/iconfont/iconfont.ttf",
  618. "fontSize": "14",
  619. "width":"80px"
  620. }
  621. ]
  622. }
  623. }
  624. }
  625. }
  626. ,{
  627. "path" : "pages/shelfOrder/orderDetail",
  628. "style" :
  629. {
  630. "navigationBarTitleText": "货架订单详情",
  631. "enablePullDownRefresh": false
  632. }
  633. }
  634. ,{
  635. "path" : "pages/statistics/index",
  636. "style" :
  637. {
  638. "navigationBarTitleText": "销售统计",
  639. "navigationStyle":"custom",
  640. "app-plus":{
  641. "titleNView": {
  642. "titleAlign": "left",
  643. "buttons": [ //原生标题栏按钮配置,
  644. {
  645. "text": "\ue626 本周" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  646. "fontSrc": "/static/iconfont/iconfont.ttf",
  647. "fontSize": "14",
  648. "color": "#00aaff",
  649. "width":"90px"
  650. }
  651. ]
  652. }
  653. }
  654. }
  655. }
  656. ,{
  657. "path" : "pages/statistics/chooseShelf",
  658. "style" :
  659. {
  660. "navigationBarTitleText": "选择货架",
  661. "enablePullDownRefresh": false
  662. }
  663. }
  664. ,{
  665. "path" : "pages/vinAnalyse/shelfList",
  666. "style" :
  667. {
  668. "navigationBarTitleText": "选择货架",
  669. "enablePullDownRefresh": false
  670. }
  671. }
  672. ,{
  673. "path" : "pages/vinAnalyse/shelfAnalyse",
  674. "style": {
  675. "navigationBarTitleText": "vin分析",
  676. "navigationStyle":"custom",
  677. "app-plus":{
  678. "titleNView": {
  679. "titleAlign": "left",
  680. "buttons": [ //原生标题栏按钮配置,
  681. {
  682. "text": "\ue626 适配产品统计" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  683. "fontSrc": "/static/iconfont/iconfont.ttf",
  684. "fontSize": "14",
  685. "color": "#00aaff",
  686. "width":"140px"
  687. }
  688. ]
  689. }
  690. }
  691. }
  692. }
  693. ],
  694. "globalStyle": {
  695. "navigationBarTextStyle": "black",
  696. "navigationBarTitleText": "iscm",
  697. "navigationBarBackgroundColor": "#FFFFFF",
  698. "backgroundColor": "#f2f2f2",
  699. "app-plus": {
  700. // 将回弹属性关掉
  701. "bounce": "none",
  702. "scrollIndicator": "none",
  703. "titleAlign": "left",
  704. "disableSwipeBack": true,
  705. "softinputMode":"adjustResize"
  706. }
  707. },
  708. "tabBar": {
  709. "fontSize": "14px",
  710. "list": [
  711. {
  712. "pagePath": "pages/sales/index",
  713. "text": "销售",
  714. "visible": true
  715. },
  716. {
  717. "pagePath": "pages/stock/index",
  718. "text": "库存",
  719. "visible": true
  720. },
  721. {
  722. "pagePath": "pages/index/index",
  723. "text": "货架",
  724. "visible": true
  725. },
  726. {
  727. "pagePath": "pages/statistics/index",
  728. "text": "统计",
  729. "visible": true
  730. },
  731. {
  732. "pagePath": "pages/userCenter/index",
  733. "text": "我的",
  734. "visible": true
  735. }
  736. ]
  737. }
  738. }