fanghuisheng 2 years ago
parent
commit
cffde1e8d2
84 changed files with 0 additions and 159 deletions
  1. 0 159
      src/pages/xunJian/recordDetail/recordDetail.vue
  2. BIN
      src/static/images/alarming/alarming-mc.png
  3. BIN
      src/static/images/alarming/alarming-sp.png
  4. BIN
      src/static/images/alarming/alarming-water.png
  5. BIN
      src/static/images/alarming/alarming-xf.png
  6. BIN
      src/static/images/alarming/alarming-zj.png
  7. BIN
      src/static/images/auth-icon.jpg
  8. BIN
      src/static/images/build-icon.png
  9. BIN
      src/static/images/building-icon.png
  10. BIN
      src/static/images/calendar.png
  11. BIN
      src/static/images/defaultImg.jpg
  12. BIN
      src/static/images/device-icon.png
  13. BIN
      src/static/images/dt/dt-alarmIcon.png
  14. BIN
      src/static/images/dt/dt-dcIcon.png
  15. BIN
      src/static/images/dt/dt-dqIcon.png
  16. BIN
      src/static/images/dt/dt-dtIcon.png
  17. BIN
      src/static/images/dt/dt-jgIcon.png
  18. BIN
      src/static/images/dt/dt-mjIcon.png
  19. BIN
      src/static/images/dt/dt-rtuIcon.png
  20. BIN
      src/static/images/dt/dt-trIcon.png
  21. BIN
      src/static/images/dt/dt-videoIcon.png
  22. BIN
      src/static/images/dt/dt-waterIcon.png
  23. BIN
      src/static/images/dt/dt-xfsIcon.png
  24. BIN
      src/static/images/dt/dt-ygIcon.png
  25. BIN
      src/static/images/dt/dt-ywIcon.png
  26. BIN
      src/static/images/dt/dt.png
  27. BIN
      src/static/images/dz-icon.png
  28. BIN
      src/static/images/fire-base1.png
  29. BIN
      src/static/images/fireBase.png
  30. BIN
      src/static/images/fireD-img.png
  31. BIN
      src/static/images/funcList.png
  32. BIN
      src/static/images/funcReport.png
  33. BIN
      src/static/images/home-selected.png
  34. BIN
      src/static/images/home.png
  35. BIN
      src/static/images/icon.png
  36. BIN
      src/static/images/info-selected.png
  37. BIN
      src/static/images/info.png
  38. BIN
      src/static/images/jx.png
  39. BIN
      src/static/images/month-report-icon.png
  40. BIN
      src/static/images/nav-icon.png
  41. BIN
      src/static/images/personal-head.png
  42. BIN
      src/static/images/plus.png
  43. BIN
      src/static/images/process-icon.png
  44. BIN
      src/static/images/processed-icon.png
  45. BIN
      src/static/images/push-icon.png
  46. BIN
      src/static/images/push-list.png
  47. BIN
      src/static/images/pushList.png
  48. BIN
      src/static/images/repair/repair1.png
  49. BIN
      src/static/images/repair/repair2.png
  50. BIN
      src/static/images/repair/repair3.png
  51. BIN
      src/static/images/repair/repair4.png
  52. BIN
      src/static/images/repair/repair5.png
  53. BIN
      src/static/images/rg-icon.png
  54. BIN
      src/static/images/setting-bg.png
  55. BIN
      src/static/images/setting-icon1.png
  56. BIN
      src/static/images/setting-icon2.png
  57. BIN
      src/static/images/setting-icon3.png
  58. BIN
      src/static/images/setting-icon4.png
  59. BIN
      src/static/images/setting-selected.png
  60. BIN
      src/static/images/setting.png
  61. BIN
      src/static/images/site-icon-alarm.png
  62. BIN
      src/static/images/site-icon.png
  63. BIN
      src/static/images/square/square-alarm.png
  64. BIN
      src/static/images/square/square-bx.png
  65. BIN
      src/static/images/square/square-bz.png
  66. BIN
      src/static/images/square/square-dl.png
  67. BIN
      src/static/images/square/square-rl.png
  68. BIN
      src/static/images/square/square-sb.png
  69. BIN
      src/static/images/square/square-sp.png
  70. BIN
      src/static/images/square/square-video.png
  71. BIN
      src/static/images/square/square-wb.png
  72. BIN
      src/static/images/square/square-xf.png
  73. BIN
      src/static/images/square/square-xj.png
  74. BIN
      src/static/images/square/square-yh.png
  75. BIN
      src/static/images/square/square1.png
  76. BIN
      src/static/images/square/square2.png
  77. BIN
      src/static/images/video-img.png
  78. BIN
      src/static/images/video/video-icon-error.png
  79. BIN
      src/static/images/video/video-icon-off.png
  80. BIN
      src/static/images/video/video-icon-on.png
  81. BIN
      src/static/images/weibao/weiBao-icon1.png
  82. BIN
      src/static/images/weibao/weiBao-icon2.png
  83. BIN
      src/static/images/yb-icon.png
  84. BIN
      src/static/inspection/phone-icon.png

+ 0 - 159
src/pages/xunJian/recordDetail/recordDetail.vue

@@ -1,159 +0,0 @@
-<template>
-  <view>
-    <view class="timeBox flex justify-between align-center padding-lr-sm">
-      <view class="time">{{ this.getData.plan_name }}</view>
-      <button
-        class="cu-btn radius bg-green sm"
-        v-if="this.getData.spot_abnormal == 0"
-      >
-        正常
-      </button>
-      <button
-        class="cu-btn radius bg-orange sm"
-        v-if="this.getData.spot_abnormal == 1"
-      >
-        异常
-      </button>
-      <button
-        class="cu-btn radius bg-red sm"
-        v-if="this.getData.spot_abnormal == 2"
-      >
-        故障
-      </button>
-      <button
-        class="cu-btn radius bg-red sm"
-        v-if="this.getData.spot_abnormal == 3"
-      >
-        其他
-      </button>
-    </view>
-
-    <view>
-      <view class="basic-info">
-        <view class="info-tit margin-left-xs">
-          <text class="cuIcon-titles margin-right-xs"></text>
-          基本信息
-        </view>
-        <view class="info-content">
-          <view class="info-one-info">
-            <text>所属单位:</text>
-            <text>{{ this.getData.owner_name }}</text>
-          </view>
-
-          <view class="info-one-info">
-            <text>单位地址:</text>
-            <text>{{ this.getData.owner_address }}</text>
-          </view>
-          <view class="info-one-info">
-            <text>巡检点位:</text>
-            <text>{{ this.getData.spot_name }}</text>
-          </view>
-          <view class="info-one-info">
-            <text>点位地址:</text>
-            <text>{{ this.getData.spot_address }}</text>
-          </view>
-          <view class="info-one-info">
-            <text>预期时间:</text>
-            <text>{{ this.getData.ywc_time }}</text>
-          </view>
-          <view class="info-one-info">
-            <text>完成时间:</text>
-            <text>{{ this.getData.wc_time }}</text>
-          </view>
-        </view>
-      </view>
-
-      <!-- 巡检信息 -->
-      <view class="basic-info">
-        <view class="info-tit margin-left-xs">
-          <text class="cuIcon-titles margin-right-xs"></text>
-          巡检信息
-        </view>
-        <view class="info-content">
-          <view class="info-one-info">
-            <text>巡检人员:</text>
-            <text>{{ this.getData.name }}</text>
-          </view>
-
-          <view class="info-one-info">
-            <text>联系方式:</text>
-            <text>{{ this.getData.phone }}</text>
-          </view>
-          <view class="info-one-info">
-            <text>巡检描述:</text>
-            <text>{{ this.getData.dwsb_remarks }}</text>
-          </view>
-        </view>
-      </view>
-      <!-- 处理状态start -->
-      <view class="processStatus">
-        <view class="info-tit margin-left-xs">
-          <text class="cuIcon-titles margin-right-xs"></text>
-          巡检图片
-        </view>
-        <view class="padding-lr padding-bottom-lg imgPic">
-          <image
-            v-if="!this.getData.report_photos && this.dataRes == 1"
-            mode="widthFix"
-            src="/static/defaultImg.jpg"
-            width="100%"
-          />
-          <image
-            v-else
-            mode="widthFix"
-            :src="`${this.$websiteUrl}${this.getData.report_photos}`"
-            width="100%"
-          />
-
-          <!-- <image class="image-bg"  v-if="!this.getData.report_photos&&this.dataRes==1"  src="/static/defaultImg.jpg"/>
-						<image  class="image-bg" v-else :src="this.getData.report_photos" /> -->
-        </view>
-      </view>
-      <!-- 处理状态end -->
-    </view>
-  </view>
-</template>
-
-<script>
-export default {
-  data() {
-    return {
-      radio: "A",
-      radio: "B",
-      modalName: null,
-      reason: "",
-      type: "0",
-      detailMessage: {},
-      detailMessage2: {},
-      msg: "",
-      msg2: "",
-      flag: false,
-      companyCode: 0,
-      getData: {},
-      dataRes: 0,
-    };
-  },
-  onLoad: function (option) {
-    this.goRecordDetail({
-      company_code: uni.getStorageSync("selectedCode"),
-      id: option.id,
-    });
-  },
-  methods: {
-    // 巡检记录列详情数据请求
-    async goRecordDetail(params = {}) {
-      const res = await this.$myRequest({
-        url: "Inspection/getInspectionRecordDetails",
-        data: params,
-        showLoading: true,
-      });
-      this.getData = res.data.data[0];
-      this.dataRes = 1;
-      console.log(this.getData);
-    },
-  },
-};
-</script>
-
-<style lang="scss">
-</style>

BIN
src/static/images/alarming/alarming-mc.png


BIN
src/static/images/alarming/alarming-sp.png


BIN
src/static/images/alarming/alarming-water.png


BIN
src/static/images/alarming/alarming-xf.png


BIN
src/static/images/alarming/alarming-zj.png


BIN
src/static/images/auth-icon.jpg


BIN
src/static/images/build-icon.png


BIN
src/static/images/building-icon.png


BIN
src/static/images/calendar.png


BIN
src/static/images/defaultImg.jpg


BIN
src/static/images/device-icon.png


BIN
src/static/images/dt/dt-alarmIcon.png


BIN
src/static/images/dt/dt-dcIcon.png


BIN
src/static/images/dt/dt-dqIcon.png


BIN
src/static/images/dt/dt-dtIcon.png


BIN
src/static/images/dt/dt-jgIcon.png


BIN
src/static/images/dt/dt-mjIcon.png


BIN
src/static/images/dt/dt-rtuIcon.png


BIN
src/static/images/dt/dt-trIcon.png


BIN
src/static/images/dt/dt-videoIcon.png


BIN
src/static/images/dt/dt-waterIcon.png


BIN
src/static/images/dt/dt-xfsIcon.png


BIN
src/static/images/dt/dt-ygIcon.png


BIN
src/static/images/dt/dt-ywIcon.png


BIN
src/static/images/dt/dt.png


BIN
src/static/images/dz-icon.png


BIN
src/static/images/fire-base1.png


BIN
src/static/images/fireBase.png


BIN
src/static/images/fireD-img.png


BIN
src/static/images/funcList.png


BIN
src/static/images/funcReport.png


BIN
src/static/images/home-selected.png


BIN
src/static/images/home.png


BIN
src/static/images/icon.png


BIN
src/static/images/info-selected.png


BIN
src/static/images/info.png


BIN
src/static/images/jx.png


BIN
src/static/images/month-report-icon.png


BIN
src/static/images/nav-icon.png


BIN
src/static/images/personal-head.png


BIN
src/static/images/plus.png


BIN
src/static/images/process-icon.png


BIN
src/static/images/processed-icon.png


BIN
src/static/images/push-icon.png


BIN
src/static/images/push-list.png


BIN
src/static/images/pushList.png


BIN
src/static/images/repair/repair1.png


BIN
src/static/images/repair/repair2.png


BIN
src/static/images/repair/repair3.png


BIN
src/static/images/repair/repair4.png


BIN
src/static/images/repair/repair5.png


BIN
src/static/images/rg-icon.png


BIN
src/static/images/setting-bg.png


BIN
src/static/images/setting-icon1.png


BIN
src/static/images/setting-icon2.png


BIN
src/static/images/setting-icon3.png


BIN
src/static/images/setting-icon4.png


BIN
src/static/images/setting-selected.png


BIN
src/static/images/setting.png


BIN
src/static/images/site-icon-alarm.png


BIN
src/static/images/site-icon.png


BIN
src/static/images/square/square-alarm.png


BIN
src/static/images/square/square-bx.png


BIN
src/static/images/square/square-bz.png


BIN
src/static/images/square/square-dl.png


BIN
src/static/images/square/square-rl.png


BIN
src/static/images/square/square-sb.png


BIN
src/static/images/square/square-sp.png


BIN
src/static/images/square/square-video.png


BIN
src/static/images/square/square-wb.png


BIN
src/static/images/square/square-xf.png


BIN
src/static/images/square/square-xj.png


BIN
src/static/images/square/square-yh.png


BIN
src/static/images/square/square1.png


BIN
src/static/images/square/square2.png


BIN
src/static/images/video-img.png


BIN
src/static/images/video/video-icon-error.png


BIN
src/static/images/video/video-icon-off.png


BIN
src/static/images/video/video-icon-on.png


BIN
src/static/images/weibao/weiBao-icon1.png


BIN
src/static/images/weibao/weiBao-icon2.png


BIN
src/static/images/yb-icon.png


BIN
src/static/inspection/phone-icon.png