pages.json 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632
  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. "navigationStyle": "custom" ,// 隐藏系统导航栏
  364. "navigationBarTextStyle": "black" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
  365. }
  366. }
  367. ,{
  368. "path" : "pages/shelfSetting/editShelf",
  369. "style" :
  370. {
  371. "navigationBarTitleText": "修改货架名称",
  372. "enablePullDownRefresh": false
  373. }
  374. }
  375. ,{
  376. "path" : "pages/shelfSetting/searchShelfHw",
  377. "style" :
  378. {
  379. "navigationBarTitleText": "按产品搜索",
  380. "enablePullDownRefresh": false
  381. }
  382. }
  383. ,{
  384. "path" : "pages/shelfSetting/editShelfHw",
  385. "style" :
  386. {
  387. "navigationBarTitleText": "编辑货位",
  388. "enablePullDownRefresh": false
  389. }
  390. }
  391. ,{
  392. "path" : "pages/shelfSetting/addShelfHw",
  393. "style" :
  394. {
  395. "navigationBarTitleText": "新增货位",
  396. "enablePullDownRefresh": false
  397. }
  398. }
  399. ,{
  400. "path" : "pages/shelfSetting/bindProduct",
  401. "style" :
  402. {
  403. "navigationBarTitleText": "绑定产品",
  404. "enablePullDownRefresh": false
  405. }
  406. }
  407. ,{
  408. "path" : "pages/shelfSetting/batchPrint",
  409. "style" :
  410. {
  411. "navigationBarTitleText": "批量打印",
  412. "enablePullDownRefresh": false
  413. }
  414. }
  415. ,{
  416. "path" : "pages/shelfSetting/quickReplenish",
  417. "style" :
  418. {
  419. "navigationBarTitleText": "快速补货",
  420. "enablePullDownRefresh": false
  421. }
  422. }
  423. ,{
  424. "path" : "pages/stockCheck/shelfList",
  425. "style" :
  426. {
  427. "navigationBarTitleText": "选择货架",
  428. "enablePullDownRefresh": false
  429. }
  430. }
  431. ,{
  432. "path" : "pages/stockCheck/startCheck",
  433. "style": {
  434. "navigationBarTitleText": "库存盘点",
  435. "navigationStyle":"custom",
  436. "app-plus":{
  437. "titleNView": {
  438. "titleAlign": "left",
  439. "buttons": [ //原生标题栏按钮配置,
  440. {
  441. "text": "\ue694 盘点历史" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  442. "fontSrc": "/static/iconfont/iconfont.ttf",
  443. "fontSize": "14",
  444. "color": "#00aaff",
  445. "width":"120px"
  446. }
  447. ]
  448. }
  449. }
  450. }
  451. }
  452. ,{
  453. "path" : "pages/stockCheck/submitStockCheck",
  454. "style" :
  455. {
  456. "navigationBarTitleText": "提交盘点单",
  457. "enablePullDownRefresh": false
  458. }
  459. }
  460. ,{
  461. "path" : "pages/stockCheck/checkRecord",
  462. "style" :
  463. {
  464. "navigationBarTitleText": "盘点历史",
  465. "enablePullDownRefresh": false
  466. }
  467. }
  468. ,{
  469. "path" : "pages/batchShelves/index",
  470. "style" :
  471. {
  472. "navigationBarTitleText": "批量上架—选层",
  473. "enablePullDownRefresh": false
  474. }
  475. }
  476. ,{
  477. "path" : "pages/batchShelves/scanProduct",
  478. "style" :
  479. {
  480. "navigationBarTitleText": "扫描条形码",
  481. "enablePullDownRefresh": false,
  482. "app-plus":{
  483. "titleNView": {
  484. "titleAlign": "left",
  485. "buttons": [ //原生标题栏按钮配置,
  486. {
  487. "text": "\ue694 搜索" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  488. "fontSrc": "/static/iconfont/iconfont.ttf",
  489. "fontSize": "16",
  490. "color": "#00aaff",
  491. "width":"80px"
  492. }
  493. ]
  494. }
  495. }
  496. }
  497. }
  498. ,{
  499. "path" : "pages/batchShelves/searchProduct",
  500. "style" :
  501. {
  502. "navigationBarTitleText": "产品编码搜索",
  503. "enablePullDownRefresh": false,
  504. "app-plus":{
  505. "titleNView": {
  506. "titleAlign": "left",
  507. "buttons": [ //原生标题栏按钮配置,
  508. {
  509. "text": "\ue617 扫码" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  510. "fontSrc": "/static/iconfont/iconfont.ttf",
  511. "fontSize": "16",
  512. "color": "#00aaff",
  513. "width":"80px"
  514. }
  515. ]
  516. }
  517. }
  518. }
  519. }
  520. ,{
  521. "path" : "pages/batchShelves/cartList",
  522. "style" :
  523. {
  524. "navigationBarTitleText": "批量上架",
  525. "enablePullDownRefresh": false,
  526. "app-plus":{
  527. "titleNView": {
  528. "titleAlign": "left",
  529. "buttons": [ //原生标题栏按钮配置,
  530. {
  531. "text": "\ue67a 上架" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  532. "fontSrc": "/static/iconfont/iconfont.ttf",
  533. "fontSize": "14",
  534. "color": "#00aaff",
  535. "width":"80px"
  536. },
  537. {
  538. "text": "\ue65a 打印" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  539. "fontSrc": "/static/iconfont/iconfont.ttf",
  540. "fontSize": "14",
  541. "color": "#00aaff",
  542. "width":"auto"
  543. }
  544. ]
  545. }
  546. }
  547. }
  548. },{
  549. "path" : "pages/batchShelves/editShelfHw",
  550. "style" :
  551. {
  552. "navigationBarTitleText": "编辑上架信息",
  553. "enablePullDownRefresh": false
  554. }
  555. }
  556. ,{
  557. "path" : "pages/batchShelves/setProductCost",
  558. "style" :
  559. {
  560. "navigationBarTitleText": "结算价设置",
  561. "enablePullDownRefresh": false
  562. }
  563. }
  564. ,{
  565. "path" : "pages/batchShelves/batchPrint/batchPrint",
  566. "style" :
  567. {
  568. "navigationBarTitleText": "批量打印",
  569. "enablePullDownRefresh": false
  570. }
  571. }
  572. ],
  573. "globalStyle": {
  574. "navigationBarTextStyle": "black",
  575. "navigationBarTitleText": "iscm",
  576. "navigationBarBackgroundColor": "#FFFFFF",
  577. "backgroundColor": "#f2f2f2",
  578. "app-plus": {
  579. // 将回弹属性关掉
  580. "bounce": "none",
  581. "scrollIndicator": "none",
  582. "titleAlign": "left",
  583. "disableSwipeBack": true,
  584. "softinputMode":"adjustResize"
  585. }
  586. },
  587. "tabBar": {
  588. "fontSize": "14px",
  589. "list": [
  590. {
  591. "pagePath": "pages/sales/index",
  592. "text": "销售",
  593. "visible": true
  594. },
  595. {
  596. "pagePath": "pages/stock/index",
  597. "text": "库存",
  598. "visible": true
  599. },
  600. {
  601. "pagePath": "pages/index/index",
  602. "text": "货架",
  603. "visible": true
  604. },
  605. {
  606. "pagePath": "pages/userCenter/index",
  607. "text": "我的",
  608. "visible": true
  609. }
  610. ]
  611. }
  612. }