|
@@ -178,6 +178,27 @@
|
|
|
<view class="uni-media-list-text-top">
|
|
|
<view class="tit-text">施工时间:</view>{{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.zEngineeringMaterialBo[0].remark}}</textarea>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="uni-media-list-text-top">
|
|
|
+
|
|
|
+ <view class="tit-text">施工位置:</view>
|
|
|
+ <text style="margin-right: 10px;">{{value.constructAddre}}</text>
|
|
|
+ 第{{value.zEngineeringMaterialBo[0].number}}根
|
|
|
+ </view>
|
|
|
+
|
|
|
<view class="uni-media-list-text-top">
|
|
|
|
|
|
<view class="tit-text">负责人:</view>
|
|
@@ -188,10 +209,26 @@
|
|
|
<view class="tit-text">负责人联系电话:</view>
|
|
|
<text>{{value.constructPhone}}</text>
|
|
|
</view>
|
|
|
- <view class="uni-media-list-text-top">
|
|
|
-
|
|
|
- <view class="tit-text">米数:</view>
|
|
|
- <text>{{value.zEngineeringMaterialBo[0].number}}</text>
|
|
|
+
|
|
|
+ <view class="uni-common-mt" style="width: 100%;">
|
|
|
+ <text class="uni-title uni-common-pl" style=" font-size: 13px;color:
|
|
|
+ #000;margin-top: 5px; margin-left: 8px;">沟上部分照片:</text>
|
|
|
+ </view>
|
|
|
+ <view class="" style="display: flex; flex-wrap: wrap;margin-top: 10px;">
|
|
|
+ <view v-for="(item,index) in value.onTheDitch" :key="index"
|
|
|
+ style="position: relative;">
|
|
|
+ <view
|
|
|
+ v-if="item.substring(item.length - 3) == 'png' || item.substring(item.length - 3) == 'jpg' || item.substring(item.length - 3) == 'jpeg'">
|
|
|
+ <image :src="item" mode=""
|
|
|
+ style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"
|
|
|
+ @click="showPhoto(index,value.onTheDitch)">
|
|
|
+ </image>
|
|
|
+ </view>
|
|
|
+ <view v-else>
|
|
|
+ <video :src="item"
|
|
|
+ style="width: 100rpx; height: 100rpx; margin: 0 12rpx;"></video>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="uni-common-mt" style="width: 100%;">
|
|
|
<text class="uni-title uni-common-pl" style=" font-size: 13px;color:
|