pages.json 19 KB

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