合并一下
This commit is contained in:
parent
6692c9be4f
commit
0241ae166e
|
|
@ -94,10 +94,9 @@
|
|||
</view>
|
||||
<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" />
|
||||
<!-- <view class="middle-ball" style="background-color: #1083F8;"
|
||||
:style=" v?.status === '2' || v?.status === '3' ?{backgroundColor:`#FF5757`}:{}"
|
||||
v-if="Number(v.status)<4">
|
||||
</view> -->
|
||||
<view class="middle-ball"
|
||||
v-else-if="v?.status === '1'">
|
||||
</view>
|
||||
<image class="middle-ball-img" v-else src="/static/index/requestform/isok.png" />
|
||||
</view>
|
||||
<view class="end-font">
|
||||
|
|
@ -164,7 +163,7 @@
|
|||
<view class="right-one" v-for="(item,index) in rightarray" :key="index">
|
||||
<view class="right-one-left">
|
||||
<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>
|
||||
<view class="left-tages" style="margin-top: -15rpx;">
|
||||
耗材用品
|
||||
|
|
@ -175,13 +174,13 @@
|
|||
</view>
|
||||
<view class="right-one-right">
|
||||
<view class="right-title">
|
||||
{{ item.materialInfo?.materialName }}
|
||||
{{ item.materialInfo.materialName }}
|
||||
</view>
|
||||
<view class="right-setting">
|
||||
规格型号
|
||||
</view>
|
||||
<view class="right-mm">
|
||||
{{ item.materialInfo?.materialNo }}
|
||||
{{ item.materialInfo.materialNo }}
|
||||
</view>
|
||||
<view class="right-down">
|
||||
<view class="">
|
||||
|
|
@ -195,7 +194,7 @@
|
|||
<view class="right-shu"></view>
|
||||
<view class="">
|
||||
<view class="right-first-num" style="font-weight: 500;">
|
||||
{{ item.materialInfo?.materialUnits }}
|
||||
{{ item.materialInfo.materialUnits }}
|
||||
</view>
|
||||
<view class="right-first-type">
|
||||
请领单位
|
||||
|
|
|
|||
Loading…
Reference in New Issue