index.vue 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547
  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. <canvas v-if="showCanvas" class="watermarkCans" canvas-id="watermarkCanvas"></canvas>
  209. </view>
  210. </template>
  211. <script>
  212. import watermark from '../../js_sdk/ly-watermark/commons/watermark.js'
  213. import tTable from '@/components/t-table/t-table.vue';
  214. import tTh from '@/components/t-table/t-th.vue';
  215. import tTr from '@/components/t-table/t-tr.vue';
  216. import tTd from '@/components/t-table/t-td.vue';
  217. export default {
  218. mixins: [watermark],
  219. components: {
  220. tTable,
  221. tTh,
  222. tTr,
  223. tTd
  224. },
  225. data() {
  226. return {
  227. canvasText: '',
  228. value1: 0,
  229. tabimg1: require('@/static/tab/h2.png'),
  230. tabimg2: require('@/static/tab/h1.png'),
  231. tabimg3: require('@/static/tab/w2.png'),
  232. tabimg4: require('@/static/tab/w1.png'),
  233. tabimg5: require('@/static/tab/y2.png'),
  234. tabimg6: require('@/static/tab/y1.png'),
  235. srcxianshang1: require('@/static/index/repair-online.svg'),
  236. srcxianshang2: require('@/static/index/check-review.svg'),
  237. srcxianshang3: require('@/static/index/reduce-record.svg'),
  238. tableList: [],
  239. tabbardata: 0,
  240. workList: {}, //工单代办
  241. deviceArr: {}, //设备异常数据
  242. getuserInfo: {},
  243. inspectionInfoList: {},
  244. }
  245. },
  246. onLoad() {
  247. this.getalldata();
  248. this.getuserInfo = uni.getStorageSync('getuserInfo');
  249. this.canvasText=this.getuserInfo.realName;
  250. },
  251. mounted() {
  252. this.initWatermark(); // 可以在水印内容准备好后执行初始化
  253. },
  254. onPullDownRefresh() {
  255. // console.log('我下拉刷新页面了!!!!!!!!!!!!!!!', )
  256. this.getalldata();
  257. },
  258. methods: {
  259. click1() {
  260. uni.navigateTo({
  261. url: '/pages/index/index'
  262. })
  263. },
  264. click2() {
  265. uni.navigateTo({
  266. url: '/pages/Workorder/Workorder'
  267. })
  268. },
  269. click3() {
  270. uni.navigateTo({
  271. url: '/pages/my/my'
  272. })
  273. },
  274. getalldata() {
  275. this.$api.get('/home/homedata', {})
  276. .then(res => {
  277. uni.stopPullDownRefresh() //刷新数据之后停止刷新效果
  278. //console.log('111111111111111111', res.data.data)
  279. this.workList = res.data.data.workOrder;
  280. this.deviceArr = res.data.data.equip.maps;
  281. this.inspectionInfoList = res.data.data.inspectionInfo;
  282. this.tableList = res.data.data.billPaymentList.map(item => {
  283. let json = {};
  284. if (item.payType == 'Water') {
  285. item.payType = '水费'
  286. } else if (item.payType == 'Elec') {
  287. item.payType = '电费'
  288. } else if (item.payType == 'PropertyFee') {
  289. item.payType = '物业费'
  290. }
  291. json.name = item.payType;
  292. json.tenant = item.arrearageNum;
  293. json.arrears = item.arrearageAmount;
  294. json.currentAmount = item.currentAmount;
  295. json.cumulativeAmount = item.cumulativeAmount;
  296. return json
  297. })
  298. })
  299. },
  300. BillPending() {
  301. // console.log('111111111111111111',this.getuserInfo)
  302. uni.navigateTo({
  303. url: '/pages/index/BillPending/BillPending?info=' + encodeURIComponent(JSON.stringify(this
  304. .getuserInfo))
  305. });
  306. },
  307. Immediatecollection() {
  308. uni.navigateTo({
  309. url: '/pages/index/Immediatecollection/Immediatecollection'
  310. })
  311. },
  312. Workordertodone() {
  313. uni.navigateTo({
  314. url: '/pages/index/Workordertodone/Workordertodone'
  315. })
  316. },
  317. EquipmentException() {
  318. uni.navigateTo({
  319. url: '/pages/index/EquipmentException/EquipmentException'
  320. })
  321. },
  322. Onlinewarranty() {
  323. uni.navigateTo({
  324. url: '/pages/index/Onlinewarranty/Onlinewarranty'
  325. })
  326. },
  327. Immediateinspection() {
  328. uni.navigateTo({
  329. url: '/pages/index/Immediateinspection/Immediateinspection'
  330. })
  331. },
  332. Inspectionrecord() {
  333. uni.navigateTo({
  334. url: '/pages/index/Inspectionrecord/Inspectionrecord'
  335. })
  336. },
  337. Withholdingrecord() {
  338. uni.navigateTo({
  339. url: '/pages/index/Withholdingrecord/Withholdingrecord'
  340. })
  341. },
  342. }
  343. }
  344. </script>
  345. <style lang="scss">
  346. * {
  347. margin: 0;
  348. padding: 0;
  349. list-style: none;
  350. text-decoration: none;
  351. }
  352. .watermarkCans {
  353. width: 250rpx;
  354. height: 250rpx;
  355. position: absolute;
  356. z-index: -1;
  357. }
  358. // .u-tabbar__content{
  359. // .u-tabbar-item__icon{
  360. // .u-tabbar-item__icon{
  361. // font-size: 19px!important;
  362. // }
  363. // }
  364. // }
  365. .u-page__item__slot-icon {
  366. width: 40rpx;
  367. height: 40rpx;
  368. }
  369. .online {
  370. display: flex;
  371. flex-direction: column;
  372. justify-content: center;
  373. align-items: center;
  374. }
  375. .Homepage_header {
  376. width: 750rpx;
  377. height: 200rpx;
  378. background-color: #5c8fff;
  379. border-radius: 0px 0px 16px 16px;
  380. position: fixed;
  381. top: 0px;
  382. }
  383. .kongbai {
  384. height: 100rpx;
  385. width: 750rpx;
  386. }
  387. .Homepage_suspension {
  388. width: 690rpx;
  389. height: 200rpx;
  390. margin: 0 auto;
  391. background-color: #fff;
  392. display: flex;
  393. align-items: center;
  394. justify-content: space-between;
  395. border-radius: 10rpx;
  396. }
  397. .Suspension {
  398. width: 690rpx;
  399. // height: 200rpx;
  400. display: flex;
  401. align-items: center;
  402. justify-content: space-around;
  403. }
  404. .pending1 {
  405. width: 750rpx;
  406. height: 220rpx;
  407. // background-color: #ccc;
  408. display: flex;
  409. align-items: center;
  410. justify-content: center;
  411. position: relative;
  412. margin-top: 120rpx;
  413. }
  414. .pending {
  415. width: 750rpx;
  416. height: 260rpx;
  417. // background-color: #ccc;
  418. display: flex;
  419. align-items: center;
  420. justify-content: center;
  421. position: relative;
  422. }
  423. .pending_middle {
  424. width: 690rpx;
  425. // height: 100px;
  426. // background-color: #fff;
  427. }
  428. .all {
  429. width: 100%;
  430. display: flex;
  431. align-items: center;
  432. justify-content: space-between;
  433. }
  434. .work {
  435. // padding-left: 20rpx;
  436. // padding-top: 2rpx;
  437. }
  438. .wait {
  439. width: 690rpx;
  440. display: flex;
  441. align-items: center;
  442. background-color: #fff;
  443. justify-content: space-around;
  444. padding-top: 30rpx;
  445. text-align: center;
  446. height: 140rpx;
  447. margin-top: 10rpx;
  448. border-radius: 10rpx;
  449. }
  450. .immediately {
  451. display: flex;
  452. // padding-top: 2rpx;
  453. }
  454. .equipment {
  455. width: 750rpx;
  456. // height: 200rpx;
  457. display: flex;
  458. align-items: center;
  459. justify-content: center;
  460. position: relative;
  461. top: 20rpx;
  462. }
  463. .arrears {
  464. // width: 750rpx;
  465. // height: 350rpx;
  466. display: flex;
  467. flex: 1;
  468. align-items: center;
  469. justify-content: center;
  470. position: relative;
  471. top: 50rpx;
  472. }
  473. .arrears1 {
  474. // width: 750rpx;
  475. // height: 350rpx;
  476. display: flex;
  477. flex: 1;
  478. align-items: center;
  479. justify-content: center;
  480. position: relative;
  481. top: 80rpx;
  482. margin-bottom: 100rpx;
  483. }
  484. .type {
  485. display: flex;
  486. align-items: center;
  487. justify-content: space-around;
  488. text-align: center;
  489. flex: 1;
  490. margin-top: 10rpx;
  491. font-size: 30rpx;
  492. }
  493. tr {
  494. background-color: #fff;
  495. }
  496. </style>