index.vue 14 KB

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