pages.json 29 KB

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