问题修改

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">
<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)">
{{ getStatusText(item.status) }}
</view>

View File

@ -45,7 +45,7 @@
<span class="sub-code">{{ `${item.backCode}-${item.level}` }}</span>
</div>
<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 == 1" text="已完成" type="success" custom-style="successStyle"/>
<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',
iconSrc: '../../static/searchModel/qrCode.png',
},
// {
// title: 'OCR2',
// url: '/pages/devicesSearch/ocrSearch2',
// iconSrc: '../../static/searchModel/qrCode.png',
// },
// {
// title: 'OCR3',
// url: '/pages/devicesSearch/ocrSearch3',
// iconSrc: '../../static/searchModel/qrCode.png',
// },
// {
// title: 'OCR4',
// url: '/pages/devicesSearch/ocrSearch4',
// iconSrc: '../../static/searchModel/qrCode.png',
// },
// {
// title: 'OCR5',
// url: '/pages/devicesSearch/ocrSearch5',
// iconSrc: '../../static/searchModel/qrCode.png',
// },
{
title: 'OCR查询2',
url: '/pages/devicesSearch/ocrSearch2',
iconSrc: '../../static/searchModel/qrCode.png',
},
{
title: 'OCR查询3',
url: '/pages/devicesSearch/ocrSearch3',
iconSrc: '../../static/searchModel/qrCode.png',
},
{
title: 'OCR查询4',
url: '/pages/devicesSearch/ocrSearch4',
iconSrc: '../../static/searchModel/qrCode.png',
},
{
title: 'OCR查询5',
url: '/pages/devicesSearch/ocrSearch5',
iconSrc: '../../static/searchModel/qrCode.png',
},
{
title: '设备编码查询',
url: '/pages/devicesSearch/codeSearch',