wang_xy 1 anno fa
parent
commit
f55e00c04e
1 ha cambiato i file con 7 aggiunte e 1 eliminazioni
  1. 7 1
      pages/statistics/statistics.vue

+ 7 - 1
pages/statistics/statistics.vue

@@ -93,12 +93,14 @@
 					<view class="table">
 						<view class="felx-row">
 							<view class="h-tr" style="flex: 1">名称</view>
+							<view class="h-tr" style="flex: 1">材料</view>
 							<view class="h-tr" style="flex: 1;align-items: center;">预计用量</view>
 							<view class="h-tr" style="flex: 1">实际用量</view>
 						</view>
 					</view>
 					<view class="felx-row" v-for="(item, index) in materialUsageList" :key="index">
-						<view class="h-td" style="flex: 1">{{ item.materialQuality }}</view>
+						<view class="h-td" style="flex: 1">{{ item.realityQuality }}</view>
+						<view class="h-td" style="flex: 1">{{ item.realitySpecifications }}</view>
 						<view class="h-td" style="flex: 1">{{ item.estimatedSize }}</view>
 						<view class="h-td" style="flex: 1">{{ item.realitySize }}</view>
 					</view>
@@ -246,6 +248,10 @@
 						<view class="font-forty">
 							{{item.areaName+item.buildingName+item.unitName+item.houseName+(item.enginType=='new_built'? '-新建':'-旧改')+'-'+item.enginClassificationName}}
 						</view>
+						<view class="font-twenty-eight gray" v-for="state in item.nodeReViewStateList" v-if="state.Type!='开栓'">
+							{{state.Type}}-{{state.state == 1 ? '审核通过': (state.content == '暂未审核' ? '暂未审核':'审核未通过')}}
+							<view v-if="state.content != '暂未审核'">原因:{{state.content}}</view>
+						</view>
 						<view class="font-twenty-eight gray">
 							{{item.createTime}}
 						</view>