pages.json 20 KB

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