| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504 |
- <template>
- <view>
- <u-toast ref="uToast" />
- <view class="d-flex px3 py2">
- <view class="top d-flex a-center bg-color-white flex1 one-ellipsis">
- <view class="img" style="cursor:pointer">
- <image :src="imgSrc
- ? imgSrc
- : $BaseTool.UserUtil.getFileUrl(infoData.qrCode)
- " mode="widthFix"></image>
- </view>
- <view class="pl-3">
- <view class="f-size-36 text-color-3 one-ellipsis">{{
- infoData.name
- }}</view>
- <view class="d-flex f-size-28 f-weight-6 f-wrap" style="margin: 20rpx 0">
- </view>
- <view class="d-flex">
- <text class="f-size-26 mr-3 state-r main-color-bg text-color-white">{{
- statusMap[infoData.status] }}</text>
- </view>
- </view>
- </view>
- </view>
- <view class="divider"></view>
- <!-- 基本信息 -->
- <view class="mt-3 px3">
- <view class="f-size-30 f-weight-bold py2 border-bottom">基本信息</view>
- <view class="mx3 my2 p3 bg-color-white" style="border-radius: 16rpx; border: 1px solid #eee">
- <equipment-line title="设备编号" :content="infoData.no" />
- <!-- <equipment-line title="财务编码" :content="infoData.financingNo"/>-->
- <equipment-line title="设备类型" :content="infoData.typeName" />
- <equipment-line title="规格型号" :content="infoData.model" />
- <equipment-line title="使用位置" :content="infoData.cph" />
- </view>
- <!-- <view class="mt-3">
- <view class="d-flex mb-2">
- <view class="col2 d-flex">
- <view class="mr-2 text-color-6">设备编号</view>
- <view class="one-ellipsis">{{ infoData.no }}</view>
- </view>
- <view class="col2 d-flex">
- <view class="mr-2 text-color-6">财务编码</view>
- <view>{{ infoData.financingNo }}</view>
- </view>
- </view>
- <view class="d-flex mb-2">
- <view class="col2 d-flex">
- <view class="mr-2 text-color-6">卡片编号</view>
- <view>{{ infoData.cardNo }}</view>
- </view>
- </view>
- <view class="d-flex">
- <view class="mr-2 text-color-6">制造号(车架号)</view>
- <view>{{ infoData.zzh }}</view>
- </view>
- <view class="d-flex mb-2">
- <view class="col2 d-flex">
- <view class="mr-2 text-color-6">发动机型号</view>
- <view>{{ infoData.fdjxh }}</view>
- </view>
- <view class="col2 d-flex">
- <view class="mr-2 text-color-6">发动机号</view>
- <view>{{ infoData.fdjh }}</view>
- </view>
- </view>
- <view class="d-flex mb-2">
- <view class="col2 d-flex">
- <view class="mr-2 text-color-6">车牌号</view>
- <view>{{ infoData.cph }}</view>
- </view>
- <view class="col2 d-flex">
- <view class="mr-2 text-color-6">底盘号</view>
- <view>{{ infoData.dph }}</view>
- </view>
- </view>
- <view class="d-flex mb-2">
- <view class="col2 d-flex">
- <view class="mr-2 text-color-6">自重</view>
- <view>{{ infoData.zz }}</view>
- </view>
- <view class="col2 d-flex">
- <view class="mr-2 text-color-6">燃料类别</view>
- <view>{{
- $BaseTool.Object.getField(rlTypeMap, infoData.rlType)
- }}</view>
- </view>
- </view>
- <view class="d-flex mb-2">
- <view class="col2 d-flex">
- <view class="mr-2 text-color-6">颜色</view>
- <view>{{
- $BaseTool.Object.getField(colorMap, infoData.color)
- }}</view>
- </view>
- <view class="col2 d-flex">
- <view class="mr-2 text-color-6">座位数</view>
- <view>{{ infoData.seatNumber }}</view>
- </view>
- </view>
- <view class="d-flex mb-2">
- <view class="col2 d-flex">
- <view class="mr-2 text-color-6">助记码</view>
- <view>{{ infoData.zjm }}</view>
- </view>
- <view class="col2 d-flex">
- <view class="mr-2 ">状态</view>
- <view>
- <my-badge
- :text="statusMap[infoData.status]"
- :status="$DictCache.COLOR.SB_INFO_STATUS[infoData.status]"
- />
- </view>
- </view>
- </view>
- <view class="d-flex mb-2">
- <view class="col2 d-flex">
- <view class="mr-2 text-color-6">备注</view>
- <view>{{ infoData.remark }}</view>
- </view>
- </view>
- </view> -->
- </view>
- <view class="divider"></view>
- <view class="px3">
- <view class="f-size-30 f-weight-bold py2 border-bottom">常用操作</view>
- <u-grid :col="3" :border="false">
- <u-grid-item @tap="handleAdd(1)">
- <view class="iconfont icon-baoxiu" style="color: #0f6fb9"></view>
- <view class="grid-text">报修</view>
- </u-grid-item>
- <!-- <u-grid-item @tap="handleAdd(2)">
- <view
- class="iconfont icon-icon-GIS_yunhangguanli main-color-text"
- ></view>
- <view class="grid-text">运行填报</view>
- </u-grid-item>
- <u-grid-item @tap="handleAdd(3)">
- <view
- class="iconfont icon-xunjianguanli main-color-text"
- ></view>
- <view class="grid-text">巡检填报</view>
- </u-grid-item>-->
- <u-grid-item v-if="infoData.status != 2" @tap="handleStart()">
- <view class="iconfont icon-start main-color-text"></view>
- <view class="grid-text">启用</view>
- </u-grid-item>
- <u-grid-item v-if="infoData.status != 7" @tap="handleStop()">
- <view class="iconfont icon-stop1 main-color-text"></view>
- <view class="grid-text">停用</view>
- </u-grid-item>
- </u-grid>
- </view>
- <view class="divider"></view>
- <view class="px3">
- <my-card title="设备图片" @handleLubrication="handleImg"></my-card>
- </view>
- <!-- <view class="divider"></view>
- <view class="px3">
- <my-card
- title="设备型号信息"
- @handleLubrication="handleModel"
- ></my-card>
- <my-card
- title="设备使用信息"
- @handleLubrication="handleUse"
- ></my-card>
- <my-card
- title="厂商信息"
- @handleLubrication="handleInsure"
- ></my-card>
- <my-card title="日期信息" @handleLubrication="handleDate"></my-card>
- </view>-->
- <view class="divider"></view>
- <view class="px3">
- <!-- <my-card
- icon="icon-tubiaozhizuomoban-135"
- title="今日现场保养任务"
- :tipNum="gatherTask.lubricationTask"
- @handleLubrication="handleMaintain(1)"
- ></my-card>
- <my-card
- icon="icon-tubiaozhizuomoban-135"
- title="本周保养任务"
- :tipNum="gatherTask.lubricationTaskWeek"
- @handleLubrication="handleMaintain(2)"
- ></my-card> -->
- <my-card icon="icon-tubiaozhizuomoban-135" title="本月保养任务" :tipNum="gatherTask.lubricationTaskMonth"
- @handleLubrication="handleMaintain(3)"></my-card>
- <!-- <my-card-->
- <!-- v-show="$BaseTool.UserUtil.getUserInfo() != null && ($BaseTool.UserUtil.isRepairRole() || $BaseTool.UserUtil.isManagerRole())"-->
- <!-- icon="icon-tubiaozhizuomoban-135"-->
- <!-- title="今日保养任务"-->
- <!-- :tipNum="gatherTask.lubricationTaskMyDay"-->
- <!-- @handleLubrication="handleMaintainAll(0,1)"-->
- <!-- ></my-card>-->
- <!-- <my-card-->
- <!-- v-show="$BaseTool.UserUtil.getUserInfo() != null && ($BaseTool.UserUtil.isRepairRole() || $BaseTool.UserUtil.isManagerRole())"-->
- <!-- icon="icon-tubiaozhizuomoban-135"-->
- <!-- title="本周保养任务"-->
- <!-- :tipNum="gatherTask.lubricationTaskMyDay"-->
- <!-- @handleLubrication="handleMaintainAll(0,2)"-->
- <!-- ></my-card>-->
- <!-- <my-card-->
- <!-- v-show="$BaseTool.UserUtil.getUserInfo() != null && ($BaseTool.UserUtil.isRepairRole() || $BaseTool.UserUtil.isManagerRole())"-->
- <!-- icon="icon-tubiaozhizuomoban-135"-->
- <!-- title="本月保养任务"-->
- <!-- :tipNum="gatherTask.lubricationTaskMyDay"-->
- <!-- @handleLubrication="handleMaintainAll(0,3)"-->
- <!-- ></my-card>-->
- <my-card icon="icon-weixiu" title="维修任务" :tipNum="gatherTask.repairTask"
- @handleLubrication="handleService"></my-card>
- <!-- <my-card
- icon="icon-runhuaguanli"
- title="点检任务"
- @handleLubrication="handleLubrication"
- ></my-card>
- <my-card
- icon="icon-jiayou"
- title="加油任务"
- @handleLubrication="handleOiling"
- iColor="#F1650C"
- ></my-card>-->
- </view>
- </view>
- </template>
- <script>
- import DictCache from '@/utils/dict';
- export default {
- data() {
- return {
- list: [
- {
- name: '维修记录'
- },
- {
- name: '运行记录'
- },
- {
- name: '巡检记录'
- }
- ],
- current: 0,
- detailId: '',
- infoData: {},
- statusMap: {},
- rlTypeMap: null,
- colorMap: null,
- imgSrc: '',
- gatherTask: {
- checkTask: 0,
- maintainTask: 0,
- lubricationTask: 0,
- lubricationTaskWeek: 0,
- lubricationTaskMonth: 0,
- oilTask: 0,
- repairTask: 0,
- repairCheckTask: 0
- }
- };
- },
- onLoad(options) {
- // 获取词典
- this.detailId = options.detailId;
- this.$Http.getDictData().then(response => {
- uni.setStorage({
- key: DictCache.BASE_DATA_CACHE,
- data: response.data,
- success: function () { }
- });
- this.statusMap = this.$DictCache.getLabelByValueMapByType(
- this.$DictCache.TYPE.SB_INFO_STATUS
- );
- this.rlTypeMap = this.$DictCache.getLabelByValueMapByType(
- this.$DictCache.TYPE.RANLIAO_TYPE
- );
- this.colorMap = this.$DictCache.getLabelByValueMapByType(
- this.$DictCache.TYPE.SB_COLOR
- );
- this.$Http
- .fetchSbInfoIgnores({
- id: this.detailId
- })
- .then((res) => {
- this.infoData = res.data;
- if (this.infoData.sbFileList != null && this.infoData.sbFileList.length > 0) {
- this.imgSrc = this.$BaseTool.UserUtil.getFileUrl(this.infoData.sbFileList[0].url)
- } else {
- this.imgSrc = this.$BaseTool.UserUtil.getFileUrl(this.infoData.qrCode)
- }
- uni.setNavigationBarTitle({
- title: this.infoData.name
- });
- });
- this.$Http.getSbTaskIgnores({
- id: this.detailId
- }).then((res) => {
- this.gatherTask = res.data;
- });
- if (this.$BaseTool.UserUtil.getUserInfo() != null && (this.$BaseTool.UserUtil.isRepairRole() || this.$BaseTool.UserUtil.isManagerRole())) {
- this.$Http.getGatherTaskRole(this.detailId).then((res) => {
- this.gatherTask = res.data;
- });
- } else {
- this.$Http.getSbTaskIgnores({ id: this.detailId }).then((res) => {
- this.gatherTask = res.data;
- });
- }
- });
- },
- onShow() {
- },
- methods: {
- // 文件
- handleImg() {
- uni.navigateTo({
- url:
- '/pages/equipment-file/equipment-img?detailId=' +
- this.detailId
- });
- },
- // 文件
- handleFile() {
- uni.navigateTo({
- url:
- '/pages/equipment-file/equipment-file?detailId=' +
- this.detailId
- });
- },
- // 日期
- handleDate() {
- uni.navigateTo({
- url:
- '/pages/equipment-date/equipment-date?detailId=' +
- this.detailId
- });
- },
- // 厂商
- handleInsure() {
- uni.navigateTo({
- url:
- '/pages/equipment-insure/equipment-insure?detailId=' +
- this.infoData.producerId
- });
- },
- // 设备使用信息
- handleUse() {
- uni.navigateTo({
- url:
- '/pages/equipment-use/equipment-use?detailId=' +
- this.detailId
- });
- },
- // 设备型号信息
- handleModel() {
- uni.navigateTo({
- url:
- '/pages/equipment-model/equipment-model?detailId=' +
- this.detailId
- });
- },
- // 相关任务跳转
- // 维修任务
- handleService() {
- uni.navigateTo({
- url: '/pages/service/service?sbId=' + this.detailId
- });
- },
- // 加油任务
- handleOiling() {
- uni.navigateTo({
- url: '/pages/oiling/oiling?sbId=' + this.detailId
- });
- },
- // 当日现场保养任务
- handleMaintain(searchType) {
- uni.navigateTo({
- url: '/pages/maintain/maintain?sbId=' + this.detailId + '&filter=2&searchType=' + searchType
- });
- },
- // 我的保养任务:今日
- handleMaintainMy() {
- uni.navigateTo({
- url: '/pages/maintain/maintain?sbId=' + this.detailId + '&filter=0&searchType=1'
- });
- },
- // 所有保养任务:今日
- handleMaintainAll(filter, searchType) {
- uni.navigateTo({
- url: '/pages/maintain/maintain?sbId=' + this.detailId + '&searchType=1&filter=' + filter
- });
- },
- // 点检任务
- handleLubrication(e) {
- uni.navigateTo({
- url: '/pages/check/check?sbId=' + this.infoData.id
- });
- },
- // 常用操作跳转
- handleAdd(index) {
- if (index === 1) {
- uni.navigateTo({
- url:
- '/pages/repair-add/repair-add?detailId=' +
- this.detailId
- });
- } else if (index === 2) {
- uni.navigateTo({
- url: '/pages/running/running-edit?sbId=' + this.detailId
- });
- } else if (index === 3) {
- uni.navigateTo({
- url:
- '/pages/inspection/inspection-edit?sbId=' +
- this.detailId
- });
- }
- },
- change(index) {
- this.current = index;
- },
- handleStart() {
- // this.infoData.status = 2;
- var that = this;
- uni.navigateTo({
- url:
- '/pages/equipment-detail/equipment-status?sbId=' +
- this.detailId + '&sbNo=' + this.infoData.no +
- '&sbName=' + this.infoData.name +
- '&preStatus=' + this.infoData.status +
- '&afterStatus=' + 2
- });
- /* this.$Http.updateSbInfo(this.infoData).then((res) => {
- that.$refs.uToast.show({
- title: '已启用',
- type: 'default',
- icon: false
- });
- }); */
- },
- handleStop() {
- this.infoData.status = 7;
- var that = this;
- this.$Http.updateSbInfo(this.infoData).then((res) => {
- that.$refs.uToast.show({
- title: '已停用',
- type: 'default',
- icon: false
- });
- });
- }
- }
- };
- </script>
- <style lang="less">
- .iconfont {
- font-size: 50rpx;
- }
- .col2 view:first-child {
- // width: 130rpx;
- }
- .col2 view:last-child {
- flex: 1;
- }
- .top {
- .img {
- width: 168rpx;
- height: 168rpx;
- border-radius: 50%;
- image {
- width: 168rpx;
- height: 168rpx;
- border-radius: 50%;
- background-color: #eee;
- }
- }
- }
- .d-flex.mb-2 {
- align-items: center;
- }
- .state-r {
- padding: 8rpx 20rpx;
- border-radius: 30rpx;
- }
- .state-g {
- padding: 8rpx 20rpx;
- border-radius: 30rpx;
- background-color: #e7e8f2;
- color: #949dad;
- }
- </style>
|