mine.wxml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  1. <!-- 前台导入numberFormat.wxs -->
  2. <wxs src='/utils/numberFormat.wxs' module="numberFormat"></wxs>
  3. <!-- 加载图层 -->
  4. <loading wx:if="{{loading}}"></loading>
  5. <view class="head">
  6. <view class="company">
  7. <view style="display: flex;align-items: center;" catchtap="changeCp">
  8. <view style="margin-right: 10rpx;">
  9. {{companyName?companyName:''}}
  10. </view>
  11. <image src="/static/image/triangle.png" style="width: 28rpx;height:28rpx;"></image>
  12. </view>
  13. <!-- 头像 -->
  14. <view style="margin-top: 40rpx;" catchtap="openCode">
  15. <open-data type="userAvatarUrl" class='wx-avatar'></open-data>
  16. </view>
  17. <!-- 昵称 -->
  18. <view class="nick-name" style="display: flex;width: 100%;">
  19. <view style="width: 99%;">
  20. 你好 {{staffName?staffName:''}}
  21. </view>
  22. <view style="text-align: right;margin-right: 10rpx;" bindtap="toNotice">
  23. <view class="notice-view">
  24. <view class="todo-view-app-item-icon-tip" wx:if="{{noticeCount}}">{{noticeCount}}</view>
  25. <image src="{{imageUrl + 'notice-icon.png'}}" style="width: 27rpx;height:23rpx;" />
  26. </view>
  27. </view>
  28. </view>
  29. <!-- 部门 -->
  30. <view class="store">
  31. <view>
  32. <view> {{orgName?orgName:''}}</view>
  33. <view wx:if="{{version}}" style="width:77vw;text-align-last: right;font-size: 11px;display: flex; justify-content: flex-end;"> 当前版本号: {{version}}
  34. <van-icon name="upgrade" size="20px" bind:click="checkHasManualUpdate" />
  35. </view>
  36. </view>
  37. </view>
  38. </view>
  39. </view>
  40. <!-- 待办 -->
  41. <view style="background-color:#f8f9fd;border-radius:40rpx 40rpx 0rpx 0rpx;margin-top: -57rpx;">
  42. <view style="height: 35rpx;"></view>
  43. <view class="todo-view">
  44. <view class="todo-view-title">待办工作</view>
  45. <view class="todo-view-app">
  46. <view class="todo-view-app-item" wx:for="{{waitMenu}}" wx:for-item="item" data-item="{{item}}">
  47. <view class="todo-view-app-item-icon" catchtap="toApprove">
  48. <!-- 待办角标提醒 -->
  49. <view class="todo-view-app-item-icon-tip" wx:if="{{item.count}}">{{item.count?item.count:0}}</view>
  50. <image src="{{imageUrl + item.icon}}" style="width:100%;height:100%;" />
  51. </view>
  52. <view class="todo-view-app-item-name">{{item.title}}</view>
  53. </view>
  54. </view>
  55. </view>
  56. <van-tabs animated active="{{ active }}" swipeable nav-class="mine-tabs-custom-class" bind:change="onChange">
  57. <van-tab title="标签 1" name="store">
  58. <!-- 助手 -->
  59. <view class="helper-out-view">
  60. <view class="helper-view">
  61. <!-- 顶部部分 -->
  62. <view class="helper-view-header">
  63. <view class="helper-view-header-name">门店助手</view>
  64. <view class="helper-view-header-tags">
  65. <dk-tabs-custom model:value="{{storeHelperValue}}" data-filterindex="1" data-querytype="storeHelper" bind:change="getReportDataSingle" list="{{tagList}}" />
  66. </view>
  67. </view>
  68. <!-- 主体部分 -->
  69. <view class="helper-view-content" style="position: relative;">
  70. <view class="help-view-content-item" catchtap="toOtherPage" data-type="{{1}}" data-jumptype="{{1}}" data-datevalue="{{storeHelperValue}}" style="--filterBlur--:{{filterBlur1}}">
  71. <view class="help-view-content-item-absolute" wx:if="{{storeHelper.orderListCustomerCount && storeHelper.orderListCustomerCount>0}}">{{storeHelper.orderListCustomerCount}}户</view>
  72. <view class="help-view-content-item-important">
  73. <!-- {{storeHelper.orderListAmount}} -->
  74. <view><text class="small-small-font">¥</text>69.99</view>
  75. </view>
  76. <view class="help-view-content-item-text">预算报价(万元)</view>
  77. </view>
  78. <view class="help-view-content-item" catchtap="toOtherPage" data-type="{{2}}" data-jumptype="{{1}}" data-datevalue="{{storeHelperValue}}" style="--filterBlur--:{{filterBlur1}}">
  79. <view class="help-view-content-item-important">
  80. 10
  81. <view class="help-view-content-item-important-small">户</view>
  82. </view>
  83. <view class="help-view-content-item-text">潜在客户</view>
  84. </view>
  85. <view class="help-view-content-item" catchtap="toOtherPage" data-type="{{3}}" data-jumptype="{{1}}" data-datevalue="{{storeHelperValue}}" style="--filterBlur--:{{filterBlur1}}">
  86. <view class="help-view-content-item-important">
  87. 5
  88. <view class="help-view-content-item-important-small">户</view>
  89. </view>
  90. <view class="help-view-content-item-text">定+智客户</view>
  91. </view>
  92. <view class="help-view-content-item" catchtap="toOtherPage" data-type="{{4}}" data-jumptype="{{1}}" data-datevalue="{{storeHelperValue}}" style="--filterBlur--:{{filterBlur1}}">
  93. <view class="help-view-content-item-absolute" wx:if="{{storeHelper.arrearsCustomerCount && storeHelper.arrearsCustomerCount>0}}">{{storeHelper.arrearsCustomerCount}}户</view>
  94. <view class="help-view-content-item-important">
  95. <!-- {{storeHelper.arrearsAmount}} -->
  96. <view><text class="small-small-font">¥</text>30.80</view>
  97. </view>
  98. <view class="help-view-content-item-text">欠款客户(万元)</view>
  99. </view>
  100. <view class="help-view-content-item" catchtap="toOtherPage" data-type="{{5}}" data-jumptype="{{1}}" data-datevalue="{{storeHelperValue}}" style="--filterBlur--:{{filterBlur1}}">
  101. <view class="help-view-content-item-important">
  102. 5
  103. <view class="help-view-content-item-important-small">户</view>
  104. </view>
  105. <view class="help-view-content-item-text">跟进任务</view>
  106. </view>
  107. <view class="help-view-content-item" catchtap="toOtherPage" data-type="{{6}}" data-jumptype="{{1}}" data-datevalue="{{storeHelperValue}}" style="--filterBlur--:{{filterBlur1}}">
  108. <view class="help-view-content-item-important">
  109. 3
  110. <view class="help-view-content-item-important-small">户</view>
  111. </view>
  112. <view class="help-view-content-item-text">设计制图</view>
  113. </view>
  114. <view class="help-view-content-item" catchtap="toOtherPage" data-type="{{7}}" data-jumptype="{{1}}" data-datevalue="{{storeHelperValue}}" style="--filterBlur--:{{filterBlur1}}">
  115. <view class="help-view-content-item-important">
  116. 20
  117. <view class="help-view-content-item-important-small">户</view>
  118. </view>
  119. <view class="help-view-content-item-text">接待客户数</view>
  120. </view>
  121. <view class="help-view-content-item" catchtap="toOtherPage" data-type="{{8}}" data-jumptype="{{1}}" data-datevalue="{{storeHelperValue}}" style="--filterBlur--:{{filterBlur1}}">
  122. <view class="help-view-content-item-important">
  123. 67
  124. <view class="help-view-content-item-important-small">户</view>
  125. </view>
  126. <view class="help-view-content-item-text">留资客户数</view>
  127. </view>
  128. <view class="help-view-content-item" catchtap="toOtherPage" data-type="{{9}}" data-jumptype="{{1}}" data-datevalue="{{storeHelperValue}}" style="--filterBlur--:{{filterBlur1}}">
  129. <view class="help-view-content-item-important">
  130. 33
  131. <view class="help-view-content-item-important-small">户</view>
  132. </view>
  133. <view class="help-view-content-item-text">陌生客户数</view>
  134. </view>
  135. <inner-loading wx:if="{{filterBlur1==='5px'}}"></inner-loading>
  136. </view>
  137. </view>
  138. </view>
  139. <!-- 销售任务进度 -->
  140. <view class="task-progress">
  141. <view class="task-progress-header">
  142. <view class="task-progress-header-name">销售任务进度</view>
  143. <view class="task-progress-header-tags">
  144. <dk-tabs-custom model:value="{{storeOrderRateValue}}" data-querytype="storeOrderRate" data-filterindex="2" bind:change="getReportDataSingleRate" data-funcname="f_kpi_order_rate_" background="#ECF7FF" slider-background="#fff" text-color="#9CCCEC" slider-text-color="#1B365D" list="{{tagList2}}" />
  145. </view>
  146. </view>
  147. <view style="position: relative;">
  148. <view class="task-progress-content">
  149. <view class="task-progress-content-left" style="--filterBlur--:{{filterBlur2}}">
  150. <view><text class="small-cny">¥</text>155,546.00</view>
  151. <view>成交额(万)</view>
  152. <view style="font-size: 12px;color:#95A8CB;">同比:<text class="small-cny">50 ↑ </text>环比<text class="small-cny_red"> 50 ↓</text> </view>
  153. </view>
  154. <view class="task-progress-content-right" style="--filterBlur--:{{filterBlur2}}">
  155. <view>58.98%</view>
  156. <view>销售任务进度</view>
  157. <view>
  158. <dk-progress progress="{{storeOrderRate.kpiRate}}"></dk-progress>
  159. </view>
  160. </view>
  161. </view>
  162. <inner-loading wx:if="{{filterBlur2==='5px'}}"></inner-loading>
  163. </view>
  164. </view>
  165. <!-- 收款任务进度 -->
  166. <view class="task-progress">
  167. <view class="task-progress-header">
  168. <view class="task-progress-header-name">收款任务进度</view>
  169. <view class="task-progress-header-tags">
  170. <dk-tabs-custom model:value="{{storeRepayRateValue}}" data-querytype="storeRepayRate" data-filterindex="3" bind:change="getReportDataSingleRate" data-funcname="f_kpi_repay_rate_" background="#ECF7FF" slider-background="#fff" text-color="#9CCCEC" slider-text-color="#1B365D" list="{{tagList2}}" />
  171. </view>
  172. </view>
  173. <view style="position: relative;">
  174. <view class="task-progress-content">
  175. <view class="task-progress-content-left" style="--filterBlur--:{{filterBlur3}}">
  176. <view><text class="small-cny">¥</text>155,546.00</view>
  177. <view>收款额(万)</view>
  178. <view style="font-size: 12px;color:#95A8CB;">同比:<text class="small-cny">50 ↑ </text>环比<text class="small-cny_red"> 50 ↓</text> </view>
  179. </view>
  180. <view class="task-progress-content-right" style="--filterBlur--:{{filterBlur3}}">
  181. <view>58.98%</view>
  182. <view>收款任务进度</view>
  183. <view>
  184. <dk-progress progress="{{storeRepayRate.kpiRate}}"></dk-progress>
  185. </view>
  186. </view>
  187. </view>
  188. <inner-loading wx:if="{{filterBlur3==='5px'}}"></inner-loading>
  189. </view>
  190. </view>
  191. </van-tab>
  192. <van-tab title="标签 2" name="staff" wx:if="{{false}}">
  193. <!-- 助手2 -->
  194. <view class="helper-out-view">
  195. <view class="helper-view">
  196. <!-- 顶部部分 -->
  197. <view class="helper-view-header">
  198. <view class="helper-view-header-name">业务员助手</view>
  199. <view class="helper-view-header-tags">
  200. <dk-tabs-custom model:value="{{staffHelperValue}}" data-filterindex="1" data-querytype="staffHelper" bind:change="getReportDataSingle" list="{{tagList}}" />
  201. </view>
  202. </view>
  203. <!-- 主体部分 -->
  204. <view class="helper-view-content" style="position: relative;">
  205. <view class="help-view-content-item" catchtap="toOtherPage" data-type="{{1}}" data-jumptype="{{2}}" data-datevalue="{{staffHelperValue}}" style="--filterBlur--:{{filterBlur1}}">
  206. <view class="help-view-content-item-absolute" wx:if="{{staffHelper.orderListCustomerCount && staffHelper.orderListCustomerCount>0}}">{{staffHelper.orderListCustomerCount}}户</view>
  207. <view class="help-view-content-item-important">
  208. <!-- {{staffHelper.orderListAmount}} -->
  209. <view><text class="small-small-font">¥</text>{{staffHelper.orderListAmount ? numberFormat.toThousandCents(numberFormat.numberFormat(staffHelper.orderListAmount/10000)) : '0.00'}}</view>
  210. </view>
  211. <view class="help-view-content-item-text">预算报价(万元)</view>
  212. </view>
  213. <view class="help-view-content-item" catchtap="toOtherPage" data-type="{{2}}" data-jumptype="{{2}}" data-datevalue="{{staffHelperValue}}" style="--filterBlur--:{{filterBlur1}}">
  214. <view class="help-view-content-item-important">
  215. {{staffHelper.potentialCustomerCount}}
  216. <view class="help-view-content-item-important-small">户</view>
  217. </view>
  218. <view class="help-view-content-item-text">潜在客户</view>
  219. </view>
  220. <view class="help-view-content-item" catchtap="toOtherPage" data-type="{{3}}" data-jumptype="{{2}}" data-datevalue="{{staffHelperValue}}" style="--filterBlur--:{{filterBlur1}}">
  221. <view class="help-view-content-item-important">
  222. {{staffHelper.strangeCount}}
  223. <view class="help-view-content-item-important-small">户</view>
  224. </view>
  225. <view class="help-view-content-item-text">定+智客户</view>
  226. </view>
  227. <view class="help-view-content-item" catchtap="toOtherPage" data-type="{{4}}" data-jumptype="{{2}}" data-datevalue="{{staffHelperValue}}" style="--filterBlur--:{{filterBlur1}}">
  228. <view class="help-view-content-item-absolute" wx:if="{{staffHelper.arrearsCustomerCount && staffHelper.arrearsCustomerCount>0}}">{{staffHelper.arrearsCustomerCount}}户</view>
  229. <view class="help-view-content-item-important">
  230. <!-- {{staffHelper.arrearsAmount}} -->
  231. <view><text class="small-small-font">¥</text>{{staffHelper.arrearsAmount ? numberFormat.toThousandCents(numberFormat.numberFormat(staffHelper.arrearsAmount/10000)) : '0.00'}}</view>
  232. </view>
  233. <view class="help-view-content-item-text">欠款客户(万元)</view>
  234. </view>
  235. <view class="help-view-content-item" catchtap="toOtherPage" data-type="{{5}}" data-jumptype="{{2}}" data-datevalue="{{staffHelperValue}}" style="--filterBlur--:{{filterBlur1}}">
  236. <view class="help-view-content-item-important">
  237. {{staffHelper.planCount}}
  238. <view class="help-view-content-item-important-small">户</view>
  239. </view>
  240. <view class="help-view-content-item-text">跟进任务</view>
  241. </view>
  242. <view class="help-view-content-item" catchtap="toOtherPage" data-type="{{6}}" data-jumptype="{{2}}" data-datevalue="{{staffHelperValue}}" style="--filterBlur--:{{filterBlur1}}">
  243. <view class="help-view-content-item-important">
  244. {{staffHelper.designCount}}
  245. <view class="help-view-content-item-important-small">户</view>
  246. </view>
  247. <view class="help-view-content-item-text">设计制图</view>
  248. </view>
  249. <view class="help-view-content-item" catchtap="toOtherPage" data-type="{{7}}" data-jumptype="{{2}}" data-datevalue="{{staffHelperValue}}" style="--filterBlur--:{{filterBlur1}}">
  250. <view class="help-view-content-item-important">
  251. {{staffHelper.specsCount}}
  252. <view class="help-view-content-item-important-small">户</view>
  253. </view>
  254. <view class="help-view-content-item-text">接待客户数</view>
  255. </view>
  256. <view class="help-view-content-item" catchtap="toOtherPage" data-type="{{8}}" data-jumptype="{{2}}" data-datevalue="{{staffHelperValue}}" style="--filterBlur--:{{filterBlur1}}">
  257. <view class="help-view-content-item-important">
  258. {{staffHelper.receptionCount}}
  259. <view class="help-view-content-item-important-small">户</view>
  260. </view>
  261. <view class="help-view-content-item-text">留资客户数</view>
  262. </view>
  263. <view class="help-view-content-item" catchtap="toOtherPage" data-type="{{9}}" data-jumptype="{{2}}" data-datevalue="{{staffHelperValue}}" style="--filterBlur--:{{filterBlur1}}">
  264. <view class="help-view-content-item-important">
  265. {{staffHelper.materialCount}}
  266. <view class="help-view-content-item-important-small">户</view>
  267. </view>
  268. <view class="help-view-content-item-text">陌生客户数</view>
  269. </view>
  270. <inner-loading wx:if="{{filterBlur1==='5px'}}"></inner-loading>
  271. </view>
  272. </view>
  273. </view>
  274. <!-- 销售任务进度 -->
  275. <view class="task-progress">
  276. <view class="task-progress-header">
  277. <view class="task-progress-header-name">销售任务进度</view>
  278. <view class="task-progress-header-tags">
  279. <dk-tabs-custom model:value="{{staffOrderRateValue}}" data-querytype="staffOrderRate" data-filterindex="2" bind:change="getReportDataSingleRate" data-funcname="f_kpi_order_rate_" background="#ECF7FF" slider-background="#fff" text-color="#9CCCEC" slider-text-color="#1B365D" list="{{tagList2}}" />
  280. </view>
  281. </view>
  282. <view style="position: relative;">
  283. <view class="task-progress-content">
  284. <view class="task-progress-content-left" style="--filterBlur--:{{filterBlur2}}">
  285. <view><text class="small-cny">¥</text>{{staffOrderRate.orderAmount ? numberFormat.toThousandCents(numberFormat.numberFormat(staffOrderRate.orderAmount/10000)) : '0.00'}}</view>
  286. <view>成交额(万)</view>
  287. </view>
  288. <view class="task-progress-content-right" style="--filterBlur--:{{filterBlur2}}">
  289. <view>{{staffOrderRate.kpiRate}}%</view>
  290. <view>销售任务进度</view>
  291. <view>
  292. <dk-progress progress="{{staffOrderRate.kpiRate}}"></dk-progress>
  293. </view>
  294. </view>
  295. </view>
  296. <inner-loading wx:if="{{filterBlur2==='5px'}}"></inner-loading>
  297. </view>
  298. <view style="width: calc(100% - 40rpx);display: flex;align-items: center;justify-content: space-between;padding: 0 20rpx 20rpx 20rpx;margin-bottom: 20rpx;">
  299. <view style="font-size: 12px;color:#95A8CB;">目标:<text class="small-cny">¥</text>{{staffOrderRate.kpiOrderAmount ? numberFormat.toThousandCents(numberFormat.numberFormat(staffOrderRate.kpiOrderAmount/10000)) : '0.00'}}</view>
  300. <view style="font-size: 12px;color:#95A8CB;">差额:<text class="small-cny">¥</text>{{staffOrderRate.kpiOrderAmount ? numberFormat.toThousandCents(numberFormat.numberFormat((staffOrderRate.kpiOrderAmount - staffOrderRate.orderAmount)/10000)) : '0.00'}}</view>
  301. </view>
  302. </view>
  303. <!-- 收款任务进度 -->
  304. <view class="task-progress">
  305. <view class="task-progress-header">
  306. <view class="task-progress-header-name">收款任务进度</view>
  307. <view class="task-progress-header-tags">
  308. <dk-tabs-custom model:value="{{staffRepayRateValue}}" data-querytype="staffRepayRate" data-filterindex="3" bind:change="getReportDataSingleRate" data-funcname="f_kpi_repay_rate_" background="#ECF7FF" slider-background="#fff" text-color="#9CCCEC" slider-text-color="#1B365D" list="{{tagList2}}" />
  309. </view>
  310. </view>
  311. <view style="position: relative;">
  312. <view class="task-progress-content">
  313. <view class="task-progress-content-left" style="--filterBlur--:{{filterBlur3}}">
  314. <view><text class="small-cny">¥</text>{{staffRepayRate.repayAmount ? numberFormat.toThousandCents(numberFormat.numberFormat(staffRepayRate.repayAmount/10000)) : '0.00'}}</view>
  315. <view>收款额(万)</view>
  316. </view>
  317. <view class="task-progress-content-right" style="--filterBlur--:{{filterBlur3}}">
  318. <view>{{staffRepayRate.kpiRate}}%</view>
  319. <view>收款任务进度</view>
  320. <view>
  321. <dk-progress progress="{{staffRepayRate.kpiRate}}"></dk-progress>
  322. </view>
  323. </view>
  324. </view>
  325. <inner-loading wx:if="{{filterBlur3==='5px'}}"></inner-loading>
  326. </view>
  327. <view style="width: calc(100% - 40rpx);display: flex;align-items: center;justify-content: space-between;padding: 0 20rpx 20rpx 20rpx;margin-bottom: 20rpx;">
  328. <view style="font-size: 12px;color:#95A8CB;">目标:<text class="small-cny">¥</text>{{staffRepayRate.kpiRepayAmount ? numberFormat.toThousandCents(numberFormat.numberFormat(staffRepayRate.kpiRepayAmount/10000)) : '0.00'}}</view>
  329. <view style="font-size: 12px;color:#95A8CB;">差额:<text class="small-cny">¥</text>{{staffRepayRate.kpiRepayAmount ? numberFormat.toThousandCents(numberFormat.numberFormat((staffRepayRate.kpiRepayAmount - staffRepayRate.repayAmount)/10000)) : '0.00'}}</view>
  330. </view>
  331. </view>
  332. </van-tab>
  333. </van-tabs>
  334. <view class="swiper-controller" wx:if="{{showStoreFlag}}">
  335. <view data-type="store" catchtap="swiperChange">
  336. <van-icon name="play" style="transform: rotate(180deg);" size="20rpx" color="#1B365D" />
  337. </view>
  338. <view data-type="staff" catchtap="swiperChange">
  339. <van-icon name="play" size="20rpx" color="#1B365D" />
  340. </view>
  341. </view>
  342. <!-- <view style="height: 39rpx;"></view>
  343. <view class="todo-view">
  344. <view class="todo-view-title" catch:tap="register">{{$t['registerCommany']}}</view>
  345. </view> -->
  346. <view style="height: 30rpx;"></view>
  347. <view class="todo-view">
  348. <view class="todo-view-title" catch:tap="toSetting">{{$t['settingCommany']}}</view>
  349. </view>
  350. <view style="height: 30rpx;"></view>
  351. <view class="todo-view">
  352. <view class="todo-view-title" catch:tap="toPay">微信支付</view>
  353. </view>
  354. <view style="height: 30rpx;"></view>
  355. <view class="todo-view" style="display: flex;justify-content:space-between;align-items: center;">
  356. <view class="todo-view-title ">标准版</view>
  357. <view class="todo-view-title" style="display: flex;justify-content:space-between;align-items: center;">
  358. <image src="{{imageUrl + 'diamond.png'}}" style="width:40rpx;height:40rpx; margin-right: 10rpx;" />
  359. 升级专业版
  360. </view>
  361. </view>
  362. <view style="height: 30rpx;"></view>
  363. <view class="todo-view" style="display: flex;justify-content:space-between;align-items: center;">
  364. <view class="todo-view-title">{{$t['recommendedGifts']}}</view>
  365. <view style="font-size: 12px;color: grey;">积分:3500</view>
  366. </view>
  367. <view style="height: 59rpx;"></view>
  368. <view style="padding: 30rpx;">
  369. <dk-button style="width: 100%; background: red;" size="large" type="danger" bind:tap="logout">退出 </dk-button>
  370. </view>
  371. <van-dialog id="van-dialog" />
  372. </view>