Merge branch 'master' of http://192.168.30.2:3000/bonus/bonus-material-app
This commit is contained in:
commit
c5b11554b4
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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"/>
|
||||||
|
|
|
||||||
|
|
@ -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: 'OCR查询2',
|
title: 'OCR查询2',
|
||||||
// url: '/pages/devicesSearch/ocrSearch2',
|
url: '/pages/devicesSearch/ocrSearch2',
|
||||||
// iconSrc: '../../static/searchModel/qrCode.png',
|
iconSrc: '../../static/searchModel/qrCode.png',
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// title: 'OCR查询3',
|
title: 'OCR查询3',
|
||||||
// url: '/pages/devicesSearch/ocrSearch3',
|
url: '/pages/devicesSearch/ocrSearch3',
|
||||||
// iconSrc: '../../static/searchModel/qrCode.png',
|
iconSrc: '../../static/searchModel/qrCode.png',
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// title: 'OCR查询4',
|
title: 'OCR查询4',
|
||||||
// url: '/pages/devicesSearch/ocrSearch4',
|
url: '/pages/devicesSearch/ocrSearch4',
|
||||||
// iconSrc: '../../static/searchModel/qrCode.png',
|
iconSrc: '../../static/searchModel/qrCode.png',
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// title: 'OCR查询5',
|
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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue