This commit is contained in:
wangweidong 2025-12-09 15:22:02 +08:00
commit 5f363f988f
1 changed files with 7 additions and 8 deletions

View File

@ -94,10 +94,9 @@
</view> </view>
<view class="middle-heng-father"> <view class="middle-heng-father">
<image class="middle-ball-img" style="width: 32rpx;height: 32rpx;" v-if="v?.status === '2' || v?.status === '3'" src="/static/index/requestform/iserror.png" /> <image class="middle-ball-img" style="width: 32rpx;height: 32rpx;" v-if="v?.status === '2' || v?.status === '3'" src="/static/index/requestform/iserror.png" />
<!-- <view class="middle-ball" style="background-color: #1083F8;" <view class="middle-ball"
:style=" v?.status === '2' || v?.status === '3' ?{backgroundColor:`#FF5757`}:{}" v-else-if="v?.status === '1'">
v-if="Number(v.status)<4"> </view>
</view> -->
<image class="middle-ball-img" v-else src="/static/index/requestform/isok.png" /> <image class="middle-ball-img" v-else src="/static/index/requestform/isok.png" />
</view> </view>
<view class="end-font"> <view class="end-font">
@ -164,7 +163,7 @@
<view class="right-one" v-for="(item,index) in rightarray" :key="index"> <view class="right-one" v-for="(item,index) in rightarray" :key="index">
<view class="right-one-left"> <view class="right-one-left">
<image class="left-image" <image class="left-image"
:src="item.materialInfo?.materialImg?serverUrl+item.materialInfo?.materialImg:'/static/index/procurement/k.png'" :src="item.materialInfo.materialImg?serverUrl+item.materialInfo.materialImg:'/static/index/procurement/k.png'"
mode="aspectFill"></image> mode="aspectFill"></image>
<view class="left-tages" style="margin-top: -15rpx;"> <view class="left-tages" style="margin-top: -15rpx;">
耗材用品 耗材用品
@ -175,13 +174,13 @@
</view> </view>
<view class="right-one-right"> <view class="right-one-right">
<view class="right-title"> <view class="right-title">
{{ item.materialInfo?.materialName }} {{ item.materialInfo.materialName }}
</view> </view>
<view class="right-setting"> <view class="right-setting">
规格型号 规格型号
</view> </view>
<view class="right-mm"> <view class="right-mm">
{{ item.materialInfo?.materialNo }} {{ item.materialInfo.materialNo }}
</view> </view>
<view class="right-down"> <view class="right-down">
<view class=""> <view class="">
@ -195,7 +194,7 @@
<view class="right-shu"></view> <view class="right-shu"></view>
<view class=""> <view class="">
<view class="right-first-num" style="font-weight: 500;"> <view class="right-first-num" style="font-weight: 500;">
{{ item.materialInfo?.materialUnits }} {{ item.materialInfo.materialUnits }}
</view> </view>
<view class="right-first-type"> <view class="right-first-type">
请领单位 请领单位