index.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  1. <template>
  2. <view class="content">
  3. <view class="topnames" >
  4. 首页
  5. </view>
  6. <!--<view class="Homepage_header">-->
  7. <!--</view>-->
  8. <view class="Homepage_suspension"
  9. v-if="$has('app:InspectionRecord')||$has('app:OnlineReport')||$has('app:WithholdingRecord')">
  10. <view class="Suspension">
  11. <view class="online" @click="Onlinewarranty" v-if="$has('app:OnlineReport')">
  12. <view>
  13. <!-- <img :src="srcxianshang1" alt="" style="margin-left: 5rpx;"> -->
  14. <u--image mode="widthFix" :src="srcxianshang1" width="80rpx" height="80rpx"></u--image>
  15. </view>
  16. <view style="font-size: 28rpx;color: #697081;">线上报修</view>
  17. </view>
  18. <view class="online" @click="Inspectionrecord" v-if="$has('app:InspectionRecord')">
  19. <view>
  20. <u--image mode="widthFix" :src="srcxianshang2" width="80rpx" height="80rpx"></u--image>
  21. </view>
  22. <view style="font-size: 28rpx;color: #697081;">巡检记录</view>
  23. </view>
  24. <view class="online" @click="Withholdingrecord" v-if="$has('app:WithholdingRecord')">
  25. <view>
  26. <u--image mode="widthFix" :src="srcxianshang3" width="80rpx" height="80rpx"></u--image>
  27. </view>
  28. <view style="font-size: 28rpx;color: #697081;">扣缴记录</view>
  29. </view>
  30. </view>
  31. </view>
  32. <view class="pending" v-if="$has('app:RealtimeInspection')">
  33. <view class="pending_middle">
  34. <view class="all">
  35. <view class="work">
  36. <span style="font-size: 30rpx;font-weight: bold;">实时巡检</span>
  37. </view>
  38. <view class="processing" v-if="$has('app:ImmediateInspection')">
  39. <view class="immediately" @click="Immediateinspection">
  40. <span style="font-size: 25rpx; color: #5c8fff; ">立即巡检</span>
  41. <u-icon name="arrow-right" color="#5c8fff" size="16rpx"></u-icon>
  42. </view>
  43. </view>
  44. </view>
  45. <view class="wait">
  46. <view>
  47. <view style="font-size: 26rpx;color: #697081;">今日待巡检</view>
  48. <view style="text-align: center;font-size: 32rpx;color: #0C1935;padding-top: 15rpx;">
  49. {{inspectionInfoList.todayTotalNum}}
  50. </view>
  51. </view>
  52. <view>
  53. <view style="font-size: 26rpx;color: #697081;">今日已巡检</view>
  54. <view style="text-align: center;font-size: 32rpx;color: #0C1935;padding-top: 15rpx;">
  55. {{inspectionInfoList.todayNum}}
  56. </view>
  57. </view>
  58. </view>
  59. </view>
  60. </view>
  61. <view class="pending" v-if="$has('app:Tobeassigned')||$has('app:Toberepaired')||$has('app:hasrepaired')">
  62. <view class="pending_middle">
  63. <view class="all">
  64. <view class="work">
  65. <span style="font-size: 30rpx;font-weight: bold;">工单待办</span>
  66. </view>
  67. <view class="processing" v-if="$has('app:WorkorderTobeDone')">
  68. <view class="immediately" @click="Workordertodone">
  69. <span style="font-size: 25rpx; color: #5c8fff; ">立即处理</span>
  70. <u-icon name="arrow-right" color="#5c8fff" size="16rpx"></u-icon>
  71. </view>
  72. </view>
  73. </view>
  74. <view class="wait">
  75. <view v-if="$has('app:Tobeassigned')">
  76. <view style="font-size: 26rpx;color: #697081;">待指派</view>
  77. <view style="text-align: center;font-size: 32rpx;color: #0C1935;padding-top: 15rpx;">
  78. {{workList[1]}}
  79. </view>
  80. </view>
  81. <view v-if="$has('app:Toberepaired')">
  82. <view style="font-size: 26rpx;color: #697081;">待维修</view>
  83. <view style="text-align: center;font-size: 32rpx;color: #0C1935;padding-top: 15rpx;">
  84. {{workList[2]}}
  85. </view>
  86. </view>
  87. <view v-if="$has('app:hasrepaired')">
  88. <view style="font-size: 26rpx;color: #697081;">已维修</view>
  89. <view style="text-align: center;font-size: 32rpx;color: #0C1935;padding-top: 15rpx;">
  90. {{workList[3]}}
  91. </view>
  92. </view>
  93. </view>
  94. </view>
  95. </view>
  96. <view class="equipment" v-if="$has('app:EquipmentException')">
  97. <view class="pending_middle">
  98. <view class="all">
  99. <view class="work">
  100. <span style="font-size: 30rpx;font-weight: bold;">设备异常</span>
  101. </view>
  102. <view class="processing" v-if="$has('app:LookatImmediately')">
  103. <view class="immediately" @click="EquipmentException">
  104. <span style="font-size: 25rpx; color: #5c8fff; ">立即查看</span>
  105. <u-icon name="arrow-right" color="#5c8fff" size="16rpx"></u-icon>
  106. </view>
  107. </view>
  108. </view>
  109. <view class="wait">
  110. <view>
  111. <view style="font-size: 26rpx;color: #697081;">异常总数</view>
  112. <view style="text-align: center;font-size: 32rpx;color: #FA5555;padding-top: 15rpx;">
  113. {{deviceArr.AirConditioner}}
  114. </view>
  115. </view>
  116. <view>
  117. <view style="font-size: 26rpx;color: #697081;">空调异常</view>
  118. <view style="text-align: center;font-size: 32rpx;color: #FA5555;padding-top: 15rpx;">
  119. {{deviceArr.Ammeter}}
  120. </view>
  121. </view>
  122. <view>
  123. <view style="font-size: 26rpx;color: #697081;">水表异常</view>
  124. <view style="text-align: center;font-size: 32rpx;color: #FA5555;padding-top: 15rpx;">
  125. {{deviceArr.WaterMeter}}
  126. </view>
  127. </view>
  128. <view>
  129. <view style="font-size: 26rpx;color: #697081;">电表异常</view>
  130. <view style="text-align: center;font-size: 32rpx;color: #FA5555;padding-top: 15rpx;">
  131. {{deviceArr.Relay}}
  132. </view>
  133. </view>
  134. </view>
  135. </view>
  136. </view>
  137. <!-- 管理员界面 -->
  138. <view class="arrears" v-if="$has('app:ArrearstobeCollected')">
  139. <view class="pending_middle">
  140. <view class="all">
  141. <view class="work">
  142. <span style="font-size: 30rpx;font-weight: bold;">欠费待收</span>
  143. </view>
  144. <view class="processing" v-if="$has('app:ImmediateCollection')">
  145. <view class="immediately" @click="Immediatecollection">
  146. <span style="font-size: 25rpx; color: #5c8fff; ">立即催收</span>
  147. <u-icon name="arrow-right" color="#5c8fff" size="16rpx"></u-icon>
  148. </view>
  149. </view>
  150. </view>
  151. <t-table style="background-color: #fff;margin-top: 10rpx;">
  152. <t-tr>
  153. <t-th>欠费类型</t-th>
  154. <t-th>欠费租户数</t-th>
  155. <t-th>累计欠费(元)</t-th>
  156. </t-tr>
  157. <t-tr v-for="item in tableList" :key="item.name">
  158. <t-td>{{ item.name }}</t-td>
  159. <t-td>{{ item.tenant }}</t-td>
  160. <t-td>{{ item.arrears }}</t-td>
  161. </t-tr>
  162. </t-table>
  163. </view>
  164. </view>
  165. <!-- 租户界面 -->
  166. <view class="arrears1" v-if="$has('app:BillPending')">
  167. <view class="pending_middle">
  168. <view class="all">
  169. <view class="work">
  170. <span style="font-size: 30rpx;font-weight: bold;">账单待缴</span>
  171. </view>
  172. <view class="processing" v-if="$has('app:ImmediatePayment')">
  173. <view class="immediately" @click="BillPending">
  174. <span style="font-size: 25rpx; color: #5c8fff; ">立即缴费</span>
  175. <u-icon name="arrow-right" color="#5c8fff" size="16rpx"></u-icon>
  176. </view>
  177. </view>
  178. </view>
  179. <t-table style="background-color: #fff;margin-top: 10rpx;">
  180. <t-tr>
  181. <t-th>欠费类型</t-th>
  182. <t-th>本期待缴金额(元)</t-th>
  183. <t-th>累计待缴金额(元)</t-th>
  184. </t-tr>
  185. <t-tr v-for="item in tableList" :key="item.name">
  186. <t-td>{{ item.name }}</t-td>
  187. <t-td>{{ item.currentAmount }}</t-td>
  188. <t-td>{{ item.cumulativeAmount }}</t-td>
  189. </t-tr>
  190. </t-table>
  191. </view>
  192. </view>
  193. <u-tabbar class="tabberall" :value="value1" :fixed="true" :placeholder="true" @change="name => value1 = name"
  194. :safeAreaInsetBottom="true">
  195. <u-tabbar-item text="首页" @click="click1">
  196. <image class="u-page__item__slot-icon" slot="active-icon" :src="tabimg1"></image>
  197. <image class="u-page__item__slot-icon" slot="inactive-icon" :src="tabimg2"></image>
  198. </u-tabbar-item>
  199. <u-tabbar-item v-if="$has('app:worktable')" text="工作台" @click="click2">
  200. <image class="u-page__item__slot-icon" slot="active-icon" :src="tabimg3"></image>
  201. <image class="u-page__item__slot-icon" slot="inactive-icon" :src="tabimg4"></image>
  202. </u-tabbar-item>
  203. <u-tabbar-item text="我的" @click="click3">
  204. <image class="u-page__item__slot-icon" slot="active-icon" :src="tabimg5"></image>
  205. <image class="u-page__item__slot-icon" slot="inactive-icon" :src="tabimg6"></image>
  206. </u-tabbar-item>
  207. </u-tabbar>
  208. </view>
  209. </template>
  210. <script>
  211. import tTable from '@/components/t-table/t-table.vue';
  212. import tTh from '@/components/t-table/t-th.vue';
  213. import tTr from '@/components/t-table/t-tr.vue';
  214. import tTd from '@/components/t-table/t-td.vue';
  215. export default {
  216. components: {
  217. tTable,
  218. tTh,
  219. tTr,
  220. tTd
  221. },
  222. data() {
  223. return {
  224. value1: 0,
  225. tabimg1: require('@/static/tab/h2.png'),
  226. tabimg2: require('@/static/tab/h1.png'),
  227. tabimg3: require('@/static/tab/w2.png'),
  228. tabimg4: require('@/static/tab/w1.png'),
  229. tabimg5: require('@/static/tab/y2.png'),
  230. tabimg6: require('@/static/tab/y1.png'),
  231. srcxianshang1: require('@/static/index/repair-online.svg'),
  232. srcxianshang2: require('@/static/index/check-review.svg'),
  233. srcxianshang3: require('@/static/index/reduce-record.svg'),
  234. tableList: [],
  235. tabbardata: 0,
  236. workList: {}, //工单代办
  237. deviceArr: {}, //设备异常数据
  238. getuserInfo: {},
  239. inspectionInfoList: {},
  240. }
  241. },
  242. onLoad() {
  243. this.getalldata();
  244. this.getuserInfo = uni.getStorageSync('getuserInfo');
  245. },
  246. onPullDownRefresh() {
  247. // console.log('我下拉刷新页面了!!!!!!!!!!!!!!!', )
  248. this.getalldata();
  249. },
  250. methods: {
  251. click1() {
  252. uni.navigateTo({
  253. url: '/pages/index/index'
  254. })
  255. },
  256. click2() {
  257. uni.navigateTo({
  258. url: '/pages/Workorder/Workorder'
  259. })
  260. },
  261. click3() {
  262. uni.navigateTo({
  263. url: '/pages/my/my'
  264. })
  265. },
  266. getalldata() {
  267. this.$api.get('/home/homedata', {})
  268. .then(res => {
  269. uni.stopPullDownRefresh() //刷新数据之后停止刷新效果
  270. //console.log('111111111111111111', res.data.data)
  271. this.workList = res.data.data.workOrder;
  272. this.deviceArr = res.data.data.equip.maps;
  273. this.inspectionInfoList = res.data.data.inspectionInfo;
  274. this.tableList = res.data.data.billPaymentList.map(item => {
  275. let json = {};
  276. if (item.payType == 'Water') {
  277. item.payType = '水费'
  278. } else if (item.payType == 'Elec') {
  279. item.payType = '电费'
  280. } else if (item.payType == 'PropertyFee') {
  281. item.payType = '物业费'
  282. }
  283. json.name = item.payType;
  284. json.tenant = item.arrearageNum;
  285. json.arrears = item.arrearageAmount;
  286. json.currentAmount = item.currentAmount;
  287. json.cumulativeAmount = item.cumulativeAmount;
  288. return json
  289. })
  290. })
  291. },
  292. BillPending() {
  293. // console.log('111111111111111111',this.getuserInfo)
  294. uni.navigateTo({
  295. url: '/pages/index/BillPending/BillPending?info=' + encodeURIComponent(JSON.stringify(this
  296. .getuserInfo))
  297. });
  298. },
  299. Immediatecollection() {
  300. uni.navigateTo({
  301. url: '/pages/index/Immediatecollection/Immediatecollection'
  302. })
  303. },
  304. Workordertodone() {
  305. uni.navigateTo({
  306. url: '/pages/index/Workordertodone/Workordertodone'
  307. })
  308. },
  309. EquipmentException() {
  310. uni.navigateTo({
  311. url: '/pages/index/EquipmentException/EquipmentException'
  312. })
  313. },
  314. Onlinewarranty() {
  315. uni.navigateTo({
  316. url: '/pages/index/Onlinewarranty/Onlinewarranty'
  317. })
  318. },
  319. Immediateinspection() {
  320. uni.navigateTo({
  321. url: '/pages/index/Immediateinspection/Immediateinspection'
  322. })
  323. },
  324. Inspectionrecord() {
  325. uni.navigateTo({
  326. url: '/pages/index/Inspectionrecord/Inspectionrecord'
  327. })
  328. },
  329. Withholdingrecord() {
  330. uni.navigateTo({
  331. url: '/pages/index/Withholdingrecord/Withholdingrecord'
  332. })
  333. },
  334. }
  335. }
  336. </script>
  337. <style lang="scss">
  338. * {
  339. margin: 0;
  340. padding: 0;
  341. list-style: none;
  342. text-decoration: none;
  343. }
  344. // .u-tabbar__content{
  345. // .u-tabbar-item__icon{
  346. // .u-tabbar-item__icon{
  347. // font-size: 19px!important;
  348. // }
  349. // }
  350. // }
  351. .u-page__item__slot-icon {
  352. width: 40rpx;
  353. height: 40rpx;
  354. }
  355. .online {
  356. display: flex;
  357. flex-direction: column;
  358. justify-content: center;
  359. align-items: center;
  360. }
  361. .Homepage_header {
  362. width: 750rpx;
  363. height: 200rpx;
  364. background-color: #5c8fff;
  365. border-radius: 0px 0px 16px 16px;
  366. position: fixed;
  367. top: 0px;
  368. }
  369. .kongbai {
  370. height: 100rpx;
  371. width: 750rpx;
  372. }
  373. .Homepage_suspension {
  374. width: 690rpx;
  375. height: 200rpx;
  376. margin: 0 auto;
  377. background-color: #fff;
  378. display: flex;
  379. align-items: center;
  380. justify-content: space-between;
  381. border-radius: 10rpx;
  382. }
  383. .Suspension {
  384. width: 690rpx;
  385. // height: 200rpx;
  386. display: flex;
  387. align-items: center;
  388. justify-content: space-around;
  389. }
  390. .pending1 {
  391. width: 750rpx;
  392. height: 220rpx;
  393. // background-color: #ccc;
  394. display: flex;
  395. align-items: center;
  396. justify-content: center;
  397. position: relative;
  398. margin-top: 120rpx;
  399. }
  400. .pending {
  401. width: 750rpx;
  402. height: 260rpx;
  403. // background-color: #ccc;
  404. display: flex;
  405. align-items: center;
  406. justify-content: center;
  407. position: relative;
  408. }
  409. .pending_middle {
  410. width: 690rpx;
  411. // height: 100px;
  412. // background-color: #fff;
  413. }
  414. .all {
  415. width: 100%;
  416. display: flex;
  417. align-items: center;
  418. justify-content: space-between;
  419. }
  420. .work {
  421. // padding-left: 20rpx;
  422. // padding-top: 2rpx;
  423. }
  424. .wait {
  425. width: 690rpx;
  426. display: flex;
  427. align-items: center;
  428. background-color: #fff;
  429. justify-content: space-around;
  430. padding-top: 30rpx;
  431. text-align: center;
  432. height: 140rpx;
  433. margin-top: 10rpx;
  434. border-radius: 10rpx;
  435. }
  436. .immediately {
  437. display: flex;
  438. // padding-top: 2rpx;
  439. }
  440. .equipment {
  441. width: 750rpx;
  442. // height: 200rpx;
  443. display: flex;
  444. align-items: center;
  445. justify-content: center;
  446. position: relative;
  447. top: 20rpx;
  448. }
  449. .arrears {
  450. // width: 750rpx;
  451. // height: 350rpx;
  452. display: flex;
  453. flex: 1;
  454. align-items: center;
  455. justify-content: center;
  456. position: relative;
  457. top: 50rpx;
  458. }
  459. .arrears1 {
  460. // width: 750rpx;
  461. // height: 350rpx;
  462. display: flex;
  463. flex: 1;
  464. align-items: center;
  465. justify-content: center;
  466. position: relative;
  467. top: 80rpx;
  468. margin-bottom: 100rpx;
  469. }
  470. .type {
  471. display: flex;
  472. align-items: center;
  473. justify-content: space-around;
  474. text-align: center;
  475. flex: 1;
  476. margin-top: 10rpx;
  477. font-size: 30rpx;
  478. }
  479. tr {
  480. background-color: #fff;
  481. }
  482. </style>