|
@@ -19,6 +19,11 @@
|
|
|
style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
腐蚀等级:{{value.zEngineeringMaterialBo[0].corrosionLevel}}</view>
|
|
|
</view>
|
|
|
+ <view v-if="title=='打孔'">
|
|
|
+ <view class="uni-media-list-text-top"
|
|
|
+ style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
+ 孔距:{{value.zEngineeringMaterialBo[0].corrosionLevel}}</view>
|
|
|
+ </view>
|
|
|
<view v-else-if="title=='立杠'">
|
|
|
<view class="uni-media-list-text-top"
|
|
|
style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
@@ -54,9 +59,69 @@
|
|
|
<view class="uni-media-list-text-top"
|
|
|
style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
上门类型:{{value.zEngineeringMaterialBo[0].visitType}}</view>
|
|
|
- <view class="uni-media-list-text-top"
|
|
|
- style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
- 自闭阀类型:{{value.zEngineeringMaterialBo[0].selfClosingValveType}}</view>
|
|
|
+ <view class="uni-media-list-text-top"
|
|
|
+ style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
+ 自闭阀类型:{{value.zEngineeringMaterialBo[0].selfClosingValveType}}</view>
|
|
|
+ <view class="uni-media-list-text-top"
|
|
|
+ style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
+ 材质:{{value.zEngineeringMaterialBo[0].materialQualityName}}</view>
|
|
|
+ <view class="uni-media-list-text-top"
|
|
|
+ style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
+ 规格:{{value.zEngineeringMaterialBo[0].specificationsName}}</view>
|
|
|
+ <view class="uni-media-list-text-top"
|
|
|
+ style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
+ 数量:{{value.zEngineeringMaterialBo[0].number}}</view>
|
|
|
+ </view>
|
|
|
+ <!-- <view v-if="title=='拆旧管'">
|
|
|
+ <view class="uni-media-list-text-top"
|
|
|
+ style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
+ 腐蚀等级:{{value.zEngineeringMaterialBo[0].corrosionLevel}}</view>
|
|
|
+ </view> -->
|
|
|
+ <view v-else-if="title=='放线'||title=='挖沟'||title=='焊接'||title=='下沟'">
|
|
|
+ <view class="uni-media-list-text-top"
|
|
|
+ style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
+ 施工时间:{{value.constructTime}}</view>
|
|
|
+ <view class="uni-media-list-text-top">
|
|
|
+ <view class="uni-common-mt" style="width: 100%;">
|
|
|
+ <text class="uni-title uni-common-pl" style=" font-size: 13px;color:
|
|
|
+ #000;margin-top: 5px;">施工内容:</text>
|
|
|
+ <view style="width: 100%;padding-right: 20rpx;box-sizing: border-box;">
|
|
|
+ <textarea class="textarea" maxlength="255" :disabled="true"
|
|
|
+ placeholder-style="padding: 10rpx;"
|
|
|
+ style="width: 100%;height: 100%;border: 1rpx solid #cccccc; border-radius: 15rpx;padding: 10rpx;line-height:normal;"
|
|
|
+ auto-height>{{value.remark}}</textarea>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="uni-media-list-text-top"
|
|
|
+ style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
+ 材质:{{value.zEngineeringMaterialBo[0].materialQualityName}}</view>
|
|
|
+ <view class="uni-media-list-text-top"
|
|
|
+ style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
+ 规格:{{value.zEngineeringMaterialBo[0].specificationsName}}</view>
|
|
|
+ <view class="uni-media-list-text-top"
|
|
|
+ style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
+ 数量:{{value.zEngineeringMaterialBo[0].number}}</view>
|
|
|
+ </view>
|
|
|
+ <view v-else-if="title=='回填'">
|
|
|
+ <view class="uni-media-list-text-top"
|
|
|
+ style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
+ 施工时间:{{value.constructTime}}</view>
|
|
|
+ <view class="uni-media-list-text-top"
|
|
|
+ style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
+ 回填时间:{{value.backfillTime}}</view>
|
|
|
+ <view class="uni-media-list-text-top">
|
|
|
+ <view class="uni-common-mt" style="width: 100%;">
|
|
|
+ <text class="uni-title uni-common-pl" style=" font-size: 13px;color:
|
|
|
+ #000;margin-top: 5px;">施工内容:</text>
|
|
|
+ <view style="width: 100%;padding-right: 20rpx;box-sizing: border-box;">
|
|
|
+ <textarea class="textarea" maxlength="255" :disabled="true"
|
|
|
+ placeholder-style="padding: 10rpx;"
|
|
|
+ style="width: 100%;height: 100%;border: 1rpx solid #cccccc; border-radius: 15rpx;padding: 10rpx;line-height:normal;"
|
|
|
+ auto-height>{{value.remark}}</textarea>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
<view class="uni-media-list-text-top"
|
|
|
style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
材质:{{value.zEngineeringMaterialBo[0].materialQualityName}}</view>
|
|
@@ -67,6 +132,47 @@
|
|
|
style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
数量:{{value.zEngineeringMaterialBo[0].number}}</view>
|
|
|
</view>
|
|
|
+ <view v-else-if="title=='打压'">
|
|
|
+ <view class="uni-media-list-text-top"
|
|
|
+ style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
+ 施工时间:{{value.constructTime}}</view>
|
|
|
+ <view class="uni-media-list-text-top"
|
|
|
+ style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
+ 分段打压是否台格:{{value.segmentedCompressionQualified=='Y'?'是':'否'}}</view>
|
|
|
+ <view class="uni-media-list-text-top">
|
|
|
+ <view class="uni-common-mt" style="width: 100%;">
|
|
|
+ <text class="uni-title uni-common-pl" style=" font-size: 13px;color:
|
|
|
+ #000;margin-top: 5px;">施工内容:</text>
|
|
|
+ <view style="width: 100%;padding-right: 20rpx;box-sizing: border-box;">
|
|
|
+ <textarea class="textarea" maxlength="255" :disabled="true"
|
|
|
+ placeholder-style="padding: 10rpx;"
|
|
|
+ style="width: 100%;height: 100%;border: 1rpx solid #cccccc; border-radius: 15rpx;padding: 10rpx;line-height:normal;"
|
|
|
+ auto-height>{{value.remark}}</textarea>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="uni-media-list-text-top"
|
|
|
+ style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
+ 材质:{{value.zEngineeringMaterialBo[0].materialQualityName}}</view>
|
|
|
+ <view class="uni-media-list-text-top"
|
|
|
+ style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
+ 规格:{{value.zEngineeringMaterialBo[0].specificationsName}}</view>
|
|
|
+ <view class="uni-media-list-text-top"
|
|
|
+ style="font-size: 13px;color: #000;margin-top: 5px;">
|
|
|
+ 数量:{{value.zEngineeringMaterialBo[0].number}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="uni-media-list-text-top">
|
|
|
+
|
|
|
+ <text style="font-size: 13px;color: #000;margin-top: 5px;">负责人:</text>
|
|
|
+ <text
|
|
|
+ style="font-size: 13px;color: #000;margin-top: 5px;">{{value.constructUser}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="uni-media-list-text-top">
|
|
|
+
|
|
|
+ <text style="font-size: 13px;color: #000;margin-top: 5px;">负责人联系电话:</text>
|
|
|
+ <text
|
|
|
+ style="font-size: 13px;color: #000;margin-top: 5px;">{{value.constructPhone}}</text>
|
|
|
+ </view>
|
|
|
<view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px;">
|
|
|
<text style="margin-left: 30rpx;margin-top: 6rpx;">{{ value.published_at }}</text>
|
|
|
<view v-for="(item,index) in value.zEngiineeringPhotoBoList" :key="index"
|