pages.json 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898
  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. "navigationStyle":"custom",
  122. "app-plus":{
  123. "titleNView": {
  124. "titleAlign": "left",
  125. "buttons": [ //原生标题栏按钮配置,
  126. {
  127. "text": "\ue8c0 新增" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  128. "fontSrc": "/static/iconfont/iconfont.ttf",
  129. "fontSize": "14",
  130. "color": "#ffffff",
  131. "width":"90px"
  132. }
  133. ]
  134. }
  135. }
  136. }
  137. },
  138. {
  139. "path" : "pages/shuntBackManage/cancellingStocks",
  140. "style" :
  141. {
  142. "navigationBarTitleText": "调回退库",
  143. "enablePullDownRefresh": false,
  144. // 将回弹属性关掉
  145. "bounce":"none",
  146. "navigationStyle":"custom",
  147. "app-plus":{
  148. "titleNView": {
  149. "titleAlign": "left",
  150. "buttons": [ //原生标题栏按钮配置,
  151. {
  152. "text": "\ue859 生成销售退货单" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  153. "fontSrc": "/static/iconfont/iconfont.ttf",
  154. "fontSize": "14",
  155. "color": "#ffffff",
  156. "width":"140px"
  157. }
  158. ]
  159. }
  160. }
  161. }
  162. },
  163. {
  164. "path" : "pages/shuntBackManage/detail",
  165. "style" :
  166. {
  167. "navigationBarTitleText": "调回详情",
  168. "enablePullDownRefresh": false,
  169. "navigationStyle":"custom",
  170. "app-plus":{
  171. "titleNView": {
  172. "titleAlign": "left",
  173. "buttons": [ //原生标题栏按钮配置,
  174. {
  175. "text": "\ue859 生成销售退货单" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  176. "fontSrc": "/static/iconfont/iconfont.ttf",
  177. "fontSize": "14",
  178. "color": "#ffffff",
  179. "width":"140px"
  180. }
  181. ]
  182. }
  183. }
  184. }
  185. },
  186. {
  187. "path" : "pages/shuntBackManage/shelfList",
  188. "style" :
  189. {
  190. "navigationBarTitleText": "选择货架",
  191. "enablePullDownRefresh": false
  192. }
  193. },
  194. {
  195. "path" : "pages/shuntBackManage/chooseProduct",
  196. "style" :
  197. {
  198. "navigationBarTitleText": "选择产品",
  199. "enablePullDownRefresh": false
  200. }
  201. },
  202. {
  203. "path" : "pages/shuntBackManage/addBackOrder",
  204. "style" :
  205. {
  206. "navigationBarTitleText": "新增调回单",
  207. "navigationStyle": "custom"
  208. }
  209. },
  210. {
  211. "path" : "pages/replenishmentManage/replenishmentList",
  212. "style" :
  213. {
  214. "navigationBarTitleText": "补货管理",
  215. "navigationStyle":"custom",
  216. "app-plus":{
  217. "titleNView": {
  218. "titleAlign": "left",
  219. "buttons": [ //原生标题栏按钮配置,
  220. {
  221. "text": "\ue64e 待补货" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  222. "fontSrc": "/static/iconfont/iconfont.ttf",
  223. "fontSize": "14",
  224. "color": "#ffffff",
  225. "width":"90px"
  226. }
  227. ]
  228. }
  229. }
  230. }
  231. },
  232. {
  233. "path" : "pages/soldOut/shelfList",
  234. "style" :
  235. {
  236. "navigationBarTitleText": "待补货产品",
  237. "enablePullDownRefresh": false
  238. }
  239. },
  240. {
  241. "path" : "pages/soldOut/creatOrder",
  242. "style": {
  243. "navigationStyle": "custom" ,// 隐藏系统导航栏
  244. "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
  245. }
  246. },
  247. {
  248. "path" : "pages/replenishmentManage/confirm",
  249. "style" :
  250. {
  251. "navigationBarTitleText": "补货确认",
  252. "enablePullDownRefresh": false
  253. }
  254. },
  255. {
  256. "path" : "pages/replenishmentManage/outWarehousing",
  257. "style": {
  258. "navigationStyle": "custom" ,// 隐藏系统导航栏
  259. "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
  260. }
  261. },
  262. {
  263. "path" : "pages/replenishmentManage/manualPrint",
  264. "style" :
  265. {
  266. "navigationBarTitleText": "手动打印",
  267. "enablePullDownRefresh": false
  268. }
  269. },
  270. {
  271. "path" : "pages/replenishmentManage/scanCodePrint",
  272. "style" :
  273. {
  274. "navigationBarTitleText": "扫码打印",
  275. "enablePullDownRefresh": false
  276. }
  277. },
  278. {
  279. "path" : "pages/replenishmentManage/sendOutGoods",
  280. "style" :
  281. {
  282. "navigationBarTitleText": "扫码出库",
  283. "enablePullDownRefresh": false
  284. }
  285. },
  286. {
  287. "path" : "pages/replenishmentManage/signWarehousing",
  288. "style": {
  289. "navigationStyle": "custom" ,// 隐藏系统导航栏
  290. "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
  291. }
  292. },
  293. {
  294. "path" : "pages/replenishmentManage/detail",
  295. "style": {
  296. "navigationStyle": "custom" ,// 隐藏系统导航栏
  297. "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
  298. }
  299. }
  300. ,{
  301. "path" : "pages/common/printTag/printTag",
  302. "style" :
  303. {
  304. "navigationBarTitleText": "打印标签",
  305. "enablePullDownRefresh": false
  306. }
  307. },
  308. {
  309. "path": "pages/stock/index", // 库存
  310. "style": {
  311. "navigationBarTitleText": "库存",
  312. "enablePullDownRefresh": false
  313. }
  314. },
  315. {
  316. "path": "pages/stock/stockSearch", // 库存查询
  317. "style": {
  318. "navigationBarTitleText": "库存查询",
  319. "enablePullDownRefresh": false
  320. }
  321. },
  322. {
  323. "path": "pages/stock/detaiList", // 库存详情列表
  324. "style": {
  325. "navigationBarTitleText": "库存详情",
  326. "enablePullDownRefresh": false
  327. }
  328. },
  329. {
  330. "path": "pages/stock/stockDetail", // 库存详情
  331. "style": {
  332. "navigationBarTitleText": "库存详情",
  333. "enablePullDownRefresh": false
  334. }
  335. },
  336. {
  337. "path": "pages/stock/warehouseDetail", // 出入库明细详情
  338. "style": {
  339. "navigationBarTitleText": "出入库明细",
  340. "enablePullDownRefresh": false
  341. }
  342. },
  343. {
  344. "path": "pages/sales/index", // 销售
  345. "style": {
  346. "navigationBarTitleText": "销售",
  347. "enablePullDownRefresh": false
  348. }
  349. },
  350. {
  351. "path": "pages/sales/list", // 销售列表
  352. "style": {
  353. "navigationBarTitleText": "销售单",
  354. "navigationStyle":"custom",
  355. "app-plus":{
  356. "titleNView": {
  357. "titleAlign": "left",
  358. "buttons": [ //原生标题栏按钮配置,
  359. {
  360. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  361. "fontSrc": "/static/iconfont/iconfont.ttf",
  362. "fontSize": "14",
  363. "width":"90px"
  364. }
  365. ]
  366. }
  367. }
  368. }
  369. },
  370. {
  371. "path": "pages/sales/bill", // 应收对账单
  372. "style": {
  373. "navigationBarTitleText": "应收对账单",
  374. "app-plus":{
  375. "titleNView": {
  376. "titleAlign": "left",
  377. "buttons": [ //原生标题栏按钮配置,
  378. {
  379. "text": "\ue60e 历史对账单" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  380. "fontSrc": "/static/iconfont/iconfont.ttf",
  381. "fontSize": "14",
  382. "color":"#fff",
  383. "width":"100px"
  384. }
  385. ]
  386. }
  387. }
  388. }
  389. },
  390. {
  391. "path": "pages/sales/addSales", // 新增销售单
  392. "style": {
  393. "navigationBarTitleText": "新增销售单",
  394. "enablePullDownRefresh": false
  395. }
  396. },
  397. {
  398. "path": "pages/sales/edit", // 新增销售单/编辑销售单/销售单详情
  399. "style": {
  400. "navigationBarTitleText": "销售单",
  401. "enablePullDownRefresh": false
  402. }
  403. },
  404. {
  405. "path": "pages/sales/chooseProduct", // 选择产品
  406. "style": {
  407. "navigationBarTitleText": "选择产品",
  408. "navigationStyle":"custom",
  409. "app-plus":{
  410. "titleNView": {
  411. "titleAlign": "left",
  412. "buttons": [ //原生标题栏按钮配置,
  413. {
  414. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  415. "fontSrc": "/static/iconfont/iconfont.ttf",
  416. "fontSize": "14",
  417. "width":"90px"
  418. }
  419. ]
  420. }
  421. }
  422. }
  423. },
  424. {
  425. "path": "pages/sales/chooseCustomer", // 销售单 选择客户
  426. "style": {
  427. "navigationBarTitleText": "选择客户",
  428. "enablePullDownRefresh": false
  429. }
  430. },
  431. {
  432. "path": "pages/sales/addCustomer", // 销售单 选择客户
  433. "style": {
  434. "navigationBarTitleText": "新增客户",
  435. "enablePullDownRefresh": false
  436. }
  437. },
  438. {
  439. "path": "pages/sales/productPricing", // 产品报价
  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. "width":"90px"
  452. }
  453. ]
  454. }
  455. }
  456. }
  457. },
  458. {
  459. "path" : "pages/webviews/openview",
  460. "style" :
  461. {
  462. "navigationBarTitleText": "网页",
  463. "enablePullDownRefresh": false
  464. }
  465. }
  466. ,{
  467. "path" : "pages/sales/salesRecord",
  468. "style" :
  469. {
  470. "navigationBarTitleText": "销售记录",
  471. "enablePullDownRefresh": false
  472. }
  473. }
  474. ,{
  475. "path" : "pages/approveStore/list",
  476. "style" :
  477. {
  478. "navigationBarTitleText": "门店审核",
  479. "enablePullDownRefresh": false
  480. }
  481. }
  482. ,{
  483. "path" : "pages/approveStore/authPass",
  484. "style" :
  485. {
  486. "navigationBarTitleText": "审核通过",
  487. "enablePullDownRefresh": false
  488. }
  489. }
  490. ,{
  491. "path" : "pages/approveStore/detail",
  492. "style" :
  493. {
  494. "navigationBarTitleText": "门店审核详情",
  495. "enablePullDownRefresh": false
  496. }
  497. }
  498. ,{
  499. "path" : "pages/shelfSetting/shelfList",
  500. "style" :
  501. {
  502. "navigationBarTitleText": "选择货架",
  503. "enablePullDownRefresh": false
  504. }
  505. }
  506. ,{
  507. "path" : "pages/shelfSetting/shelfSet",
  508. "style": {
  509. "navigationStyle": "custom" ,// 隐藏系统导航栏
  510. "navigationBarTextStyle": "black" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
  511. }
  512. }
  513. ,{
  514. "path" : "pages/shelfSetting/editShelf",
  515. "style" :
  516. {
  517. "navigationBarTitleText": "修改货架名称",
  518. "enablePullDownRefresh": false
  519. }
  520. }
  521. ,{
  522. "path" : "pages/shelfSetting/searchShelfHw",
  523. "style" :
  524. {
  525. "navigationBarTitleText": "按产品搜索",
  526. "enablePullDownRefresh": false
  527. }
  528. }
  529. ,{
  530. "path" : "pages/shelfSetting/editShelfHw",
  531. "style" :
  532. {
  533. "navigationBarTitleText": "编辑货位",
  534. "enablePullDownRefresh": false
  535. }
  536. }
  537. ,{
  538. "path" : "pages/shelfSetting/addShelfHw",
  539. "style" :
  540. {
  541. "navigationBarTitleText": "新增货位",
  542. "enablePullDownRefresh": false
  543. }
  544. }
  545. ,{
  546. "path" : "pages/shelfSetting/bindProduct",
  547. "style" :
  548. {
  549. "navigationBarTitleText": "绑定产品",
  550. "enablePullDownRefresh": false
  551. }
  552. }
  553. ,{
  554. "path" : "pages/shelfSetting/batchPrint",
  555. "style" :
  556. {
  557. "navigationBarTitleText": "批量打印",
  558. "enablePullDownRefresh": false
  559. }
  560. }
  561. ,{
  562. "path" : "pages/shelfSetting/quickReplenish",
  563. "style" :
  564. {
  565. "navigationBarTitleText": "快速补货",
  566. "enablePullDownRefresh": false
  567. }
  568. }
  569. ,{
  570. "path" : "pages/stockCheck/shelfList",
  571. "style" :
  572. {
  573. "navigationBarTitleText": "选择货架",
  574. "enablePullDownRefresh": false
  575. }
  576. }
  577. ,{
  578. "path" : "pages/stockCheck/startCheck",
  579. "style": {
  580. "navigationBarTitleText": "库存盘点",
  581. "navigationStyle":"custom",
  582. "app-plus":{
  583. "titleNView": {
  584. "titleAlign": "left",
  585. "buttons": [ //原生标题栏按钮配置,
  586. {
  587. "text": "\ue694 盘点历史" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  588. "fontSrc": "/static/iconfont/iconfont.ttf",
  589. "fontSize": "14",
  590. "color": "#00aaff",
  591. "width":"120px"
  592. }
  593. ]
  594. }
  595. }
  596. }
  597. }
  598. ,{
  599. "path" : "pages/stockCheck/submitStockCheck",
  600. "style" :
  601. {
  602. "navigationBarTitleText": "提交盘点单",
  603. "enablePullDownRefresh": false
  604. }
  605. }
  606. ,{
  607. "path" : "pages/stockCheck/checkRecord",
  608. "style" :
  609. {
  610. "navigationBarTitleText": "盘点历史",
  611. "enablePullDownRefresh": false
  612. }
  613. }
  614. ,{
  615. "path" : "pages/batchShelves/index",
  616. "style" :
  617. {
  618. "navigationBarTitleText": "批量上架—选层",
  619. "enablePullDownRefresh": false
  620. }
  621. }
  622. ,{
  623. "path" : "pages/batchShelves/scanProduct",
  624. "style" :
  625. {
  626. "navigationBarTitleText": "扫描条形码",
  627. "enablePullDownRefresh": false,
  628. "app-plus":{
  629. "titleNView": {
  630. "titleAlign": "left",
  631. "buttons": [ //原生标题栏按钮配置,
  632. {
  633. "text": "\ue694 搜索" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  634. "fontSrc": "/static/iconfont/iconfont.ttf",
  635. "fontSize": "16",
  636. "color": "#00aaff",
  637. "width":"80px"
  638. }
  639. ]
  640. }
  641. }
  642. }
  643. }
  644. ,{
  645. "path" : "pages/batchShelves/searchProduct",
  646. "style" :
  647. {
  648. "navigationBarTitleText": "产品编码搜索",
  649. "enablePullDownRefresh": false,
  650. "app-plus":{
  651. "titleNView": {
  652. "titleAlign": "left",
  653. "buttons": [ //原生标题栏按钮配置,
  654. {
  655. "text": "\ue617 扫码" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  656. "fontSrc": "/static/iconfont/iconfont.ttf",
  657. "fontSize": "16",
  658. "color": "#00aaff",
  659. "width":"80px"
  660. }
  661. ]
  662. }
  663. }
  664. }
  665. }
  666. ,{
  667. "path" : "pages/batchShelves/cartList",
  668. "style" :
  669. {
  670. "navigationBarTitleText": "批量上架",
  671. "enablePullDownRefresh": false,
  672. "app-plus":{
  673. "titleNView": {
  674. "titleAlign": "left",
  675. "buttons": [ //原生标题栏按钮配置,
  676. {
  677. "text": "\ue67a 上架" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  678. "fontSrc": "/static/iconfont/iconfont.ttf",
  679. "fontSize": "14",
  680. "color": "#00aaff",
  681. "width":"80px"
  682. },
  683. {
  684. "text": "\ue65a 打印" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  685. "fontSrc": "/static/iconfont/iconfont.ttf",
  686. "fontSize": "14",
  687. "color": "#00aaff",
  688. "width":"auto"
  689. }
  690. ]
  691. }
  692. }
  693. }
  694. },{
  695. "path" : "pages/batchShelves/editShelfHw",
  696. "style" :
  697. {
  698. "navigationBarTitleText": "编辑上架信息",
  699. "enablePullDownRefresh": false
  700. }
  701. }
  702. ,{
  703. "path" : "pages/batchShelves/setProductCost",
  704. "style" :
  705. {
  706. "navigationBarTitleText": "结算价设置",
  707. "enablePullDownRefresh": false
  708. }
  709. }
  710. ,{
  711. "path" : "pages/batchShelves/batchPrint/batchPrint",
  712. "style" :
  713. {
  714. "navigationBarTitleText": "批量打印",
  715. "enablePullDownRefresh": false
  716. }
  717. }
  718. ,{
  719. "path" : "pages/shelfOrder/shelfOrder",
  720. "style" :
  721. {
  722. "navigationBarTitleText": "货架订单",
  723. "enablePullDownRefresh": false,
  724. "app-plus":{
  725. "titleNView": {
  726. "titleAlign": "left",
  727. "buttons": [ //原生标题栏按钮配置,
  728. {
  729. "text": "\ue694 查询" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  730. "fontSrc": "/static/iconfont/iconfont.ttf",
  731. "fontSize": "14",
  732. "color": "#ffffff",
  733. "width":"80px"
  734. }
  735. ]
  736. }
  737. }
  738. }
  739. }
  740. ,{
  741. "path" : "pages/shelfOrder/orderDetail",
  742. "style" :
  743. {
  744. "navigationBarTitleText": "货架订单详情",
  745. "enablePullDownRefresh": false
  746. }
  747. }
  748. ,{
  749. "path" : "pages/statistics/index",
  750. "style" :
  751. {
  752. "navigationBarTitleText": "销售统计",
  753. "navigationStyle":"custom",
  754. "app-plus":{
  755. "titleNView": {
  756. "titleAlign": "left",
  757. "buttons": [ //原生标题栏按钮配置,
  758. {
  759. "text": "\ue626 本周" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  760. "fontSrc": "/static/iconfont/iconfont.ttf",
  761. "fontSize": "14",
  762. "color": "#00aaff",
  763. "width":"90px"
  764. }
  765. ]
  766. }
  767. }
  768. }
  769. }
  770. ,{
  771. "path" : "pages/statistics/chooseShelf",
  772. "style" :
  773. {
  774. "navigationBarTitleText": "选择客户",
  775. "enablePullDownRefresh": false
  776. }
  777. }
  778. ,{
  779. "path" : "pages/vinAnalyse/shelfList",
  780. "style" :
  781. {
  782. "navigationBarTitleText": "选择货架",
  783. "enablePullDownRefresh": false
  784. }
  785. }
  786. ,{
  787. "path" : "pages/vinAnalyse/fitProductlist",
  788. "style" :
  789. {
  790. "navigationBarTitleText": "适配产品统计",
  791. "navigationStyle":"custom",
  792. "app-plus":{
  793. "titleNView": {
  794. "titletext": "适配产品统计"
  795. }
  796. }
  797. }
  798. }
  799. ,{
  800. "path" : "pages/vinAnalyse/shelfAnalyse",
  801. "style": {
  802. "navigationStyle":"custom",
  803. "app-plus":{
  804. "titleNView": {
  805. "titletext":"VIN分析",
  806. "titleAlign": "left",
  807. "buttons": [ //原生标题栏按钮配置,
  808. {
  809. "text": "\ue626 适配产品统计" ,//原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听u
  810. "fontSrc": "/static/iconfont/iconfont.ttf",
  811. "fontSize": "14",
  812. "color": "#00aaff",
  813. "width":"140px"
  814. }
  815. ]
  816. }
  817. }
  818. }
  819. }
  820. ,{
  821. "path" : "pages/soldOut/chooseProduct",
  822. "style" :
  823. {
  824. "navigationBarTitleText": "选择待补货产品",
  825. "enablePullDownRefresh": false
  826. }
  827. }
  828. ],
  829. "globalStyle": {
  830. "navigationBarTextStyle": "black",
  831. "navigationBarTitleText": "iscm",
  832. "navigationBarBackgroundColor": "#FFFFFF",
  833. "backgroundColor": "#f2f2f2",
  834. "app-plus": {
  835. // 将回弹属性关掉
  836. "bounce": "none",
  837. "scrollIndicator": "none",
  838. "titleAlign": "left",
  839. "disableSwipeBack": true,
  840. "softinputMode":"adjustResize"
  841. }
  842. },
  843. "tabBar": {
  844. "fontSize": "14px",
  845. "list": [
  846. {
  847. "pagePath": "pages/sales/index",
  848. "text": "销售",
  849. "visible": true
  850. },
  851. {
  852. "pagePath": "pages/stock/index",
  853. "text": "库存",
  854. "visible": true
  855. },
  856. {
  857. "pagePath": "pages/index/index",
  858. "text": "货架",
  859. "visible": true
  860. },
  861. {
  862. "pagePath": "pages/statistics/index",
  863. "text": "统计",
  864. "visible": true
  865. },
  866. {
  867. "pagePath": "pages/userCenter/index",
  868. "text": "我的",
  869. "visible": true
  870. }
  871. ]
  872. }
  873. }