修改危大工程BUG
This commit is contained in:
parent
60180ac9af
commit
651bd67321
@ -66,7 +66,8 @@
|
||||
<finally-acceptance ref="list" v-if="componentName =='finallyAcceptance'" :detailId="detailId" :info="detailData" ></finally-acceptance>
|
||||
</view>
|
||||
</view>
|
||||
<view class="add-btn" v-if="activeIndex != 7 && activeIndex != 2 && !(activeIndex == 1 && detailData.engineeringState == 3)
|
||||
<!-- <view class="add-btn" v-if="activeIndex != 7 && activeIndex != 2 && !(activeIndex == 1 && detailData.engineeringState == 3) -->
|
||||
<view class="add-btn" v-if="activeIndex != 7 && activeIndex != 2
|
||||
&& COMPANY != 'longguang' && detailData.finalAcceptanceStatus !== 2 && isShowBtn"
|
||||
@click="addForm">
|
||||
<uni-icons v-if="activeIndex == 5" type="camera" size="30" color="#fff"></uni-icons>
|
||||
|
||||
@ -14,8 +14,11 @@
|
||||
<text class="tag" v-if="item.hiddenDangerNum > 0">未销项{{item.hiddenDangerNum}}</text>
|
||||
{{item.engineeringName}}
|
||||
</view>
|
||||
<view :class="{'status1': item.engineeringState == 2,'status2': item.engineeringState == 3 || item.finalAcceptanceStatus == 2}">
|
||||
{{item.finalAcceptanceStatus === 2 ? '已完工' : item.engineeringState == 2 ? "在施":item.engineeringState == 3 ? "已完工":""}}
|
||||
<!-- <view :class="{'status1': item.engineeringState == 2,'status2': item.engineeringState == 3}">
|
||||
{{item.engineeringState == 2 ? "在施" : item.engineeringState == 3 ? "已完工" : ""}}
|
||||
</view> -->
|
||||
<view :class="{'status1': item.finalAcceptanceStatus == 1,'status2': item.finalAcceptanceStatus == 2}">
|
||||
{{item.finalAcceptanceStatus == 1 ? "在施" : item.finalAcceptanceStatus == 2 ? "已完工" : ""}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="list-content">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user