问题修改

This commit is contained in:
hayu 2025-08-04 09:53:00 +08:00
parent aa72cbfd09
commit 5a506d216e
3 changed files with 22 additions and 21 deletions

View File

@ -80,6 +80,7 @@
<!-- 右侧状态 --> <!-- 右侧状态 -->
<view class="right-section"> <view class="right-section">
<uni-tag v-if="item.dataStatus !== 0" text="定损单" type="warning" style="margin-right: 5px" custom-style="warningStyle"/>
<view class="status-tag" :class="getStatusClass(item.status)"> <view class="status-tag" :class="getStatusClass(item.status)">
{{ getStatusText(item.status) }} {{ getStatusText(item.status) }}
</view> </view>

View File

@ -45,7 +45,7 @@
<span class="sub-code">{{ `${item.backCode}-${item.level}` }}</span> <span class="sub-code">{{ `${item.backCode}-${item.level}` }}</span>
</div> </div>
<div class="title-right"> <div class="title-right">
<!-- <uni-tag v-if="item.dataStatus == 1" text="定损单" type="warning" style="margin-right: 5px" custom-style="warningStyle"/>--> <uni-tag v-if="item.num !== 0" text="定损单" type="warning" style="margin-right: 5px" custom-style="warningStyle"/>
<uni-tag v-if="item.repairStatusCode == 0" text="未完成" type="warning" custom-style="warningStyle"/> <uni-tag v-if="item.repairStatusCode == 0" text="未完成" type="warning" custom-style="warningStyle"/>
<uni-tag v-if="item.repairStatusCode == 1" text="已完成" type="success" custom-style="successStyle"/> <uni-tag v-if="item.repairStatusCode == 1" text="已完成" type="success" custom-style="successStyle"/>
<uni-tag v-if="item.repairStatusCode == 2" text="已驳回" type="warning" custom-style="warningStyle"/> <uni-tag v-if="item.repairStatusCode == 2" text="已驳回" type="warning" custom-style="warningStyle"/>

View File

@ -117,26 +117,26 @@ const newInfoList = ref([
url: '/pages/devicesSearch/ocrSearch', url: '/pages/devicesSearch/ocrSearch',
iconSrc: '../../static/searchModel/qrCode.png', iconSrc: '../../static/searchModel/qrCode.png',
}, },
// { {
// title: 'OCR2', title: 'OCR查询2',
// url: '/pages/devicesSearch/ocrSearch2', url: '/pages/devicesSearch/ocrSearch2',
// iconSrc: '../../static/searchModel/qrCode.png', iconSrc: '../../static/searchModel/qrCode.png',
// }, },
// { {
// title: 'OCR3', title: 'OCR查询3',
// url: '/pages/devicesSearch/ocrSearch3', url: '/pages/devicesSearch/ocrSearch3',
// iconSrc: '../../static/searchModel/qrCode.png', iconSrc: '../../static/searchModel/qrCode.png',
// }, },
// { {
// title: 'OCR4', title: 'OCR查询4',
// url: '/pages/devicesSearch/ocrSearch4', url: '/pages/devicesSearch/ocrSearch4',
// iconSrc: '../../static/searchModel/qrCode.png', iconSrc: '../../static/searchModel/qrCode.png',
// }, },
// { {
// title: 'OCR5', title: 'OCR查询5',
// url: '/pages/devicesSearch/ocrSearch5', url: '/pages/devicesSearch/ocrSearch5',
// iconSrc: '../../static/searchModel/qrCode.png', iconSrc: '../../static/searchModel/qrCode.png',
// }, },
{ {
title: '设备编码查询', title: '设备编码查询',
url: '/pages/devicesSearch/codeSearch', url: '/pages/devicesSearch/codeSearch',