This commit is contained in:
QJK 2024-11-09 18:20:01 +08:00
parent 7d50c4b699
commit 2fc6825cf5

View File

@ -89,22 +89,19 @@
</view>
</view>
<view class="x-box" v-for="(item,index) in detailData.stepInfos">
<view class="" v-for="(item,index) in detailData.stepInfos" :key="index">
<view class="x-box">
<view class="h-title" style="display: flex;align-items: center;justify-content: space-between;">
<view class="qiu_">{{index +1}}</view>
<text>{{ item.title }}</text>
<text class="times">{{ item.createTime }}</text>
</view>
<view class="">
<text>{{ item.content }}</text>
</view>
<!-- <view class="imgs-warp">
<view class="imgss" v-for="(item,index) in item.images.split(',')" :key="index">
<image :src="baseUrl+item" mode=""></image>
</view>
</view> -->
<view class="xb_" v-if="index != detailData.stepInfos.length - 1 "> </view>
</view>
<view class="annniu" v-if="detailData.status&&detailData.status == 0&&workNodeStatus == 1"
@click="hge = true;getProject()">
<view class="">结束检测</view>
@ -127,14 +124,8 @@
<text>施工图片</text>
<!-- <input type="text" placeholder="请输入内容"> -->
</view>
<u-upload
:fileList="fileList1"
@afterRead="afterRead"
@delete="deletePic"
name="1"
multiple
:maxCount="10"
></u-upload>
<u-upload :fileList="fileList1" @afterRead="afterRead" @delete="deletePic" name="1" multiple
:maxCount="10"></u-upload>
<view class="t-title">是否合格</view>
<view class="on-inputx">
@ -193,8 +184,8 @@
</view>
<view class="warp-box">
<view class="lan-box" :class=" {'lantong':payType == item.value } "
v-for="(item,index) in shelist" :key="index" @click="xuanxiaolan(item)">
<view class="lan-box" :class=" {'lantong':payType == item.value } " v-for="(item,index) in shelist"
:key="index" @click="xuanxiaolan(item)">
{{ item.label }}
</view>
</view>
@ -206,8 +197,7 @@
<text>备注</text>
</view>
<u--textarea v-model="payRemark" placeholder="如果存在组合付款方式,请在备注中描述清楚"
border="bottom"></u--textarea>
<u--textarea v-model="payRemark" placeholder="如果存在组合付款方式,请在备注中描述清楚" border="bottom"></u--textarea>
<view class="bottomx" @click="tiijiao()" style="margin-top: 10px;">
@ -220,8 +210,7 @@
keyName="label"></u-picker>
<uni-popup ref="alertDialog" type="dialog">
<uni-popup-dialog cancelText="关闭" confirmText="确定" title="通知" content="您确定制证完成吗"
@confirm="dialogConfirm"
<uni-popup-dialog cancelText="关闭" confirmText="确定" title="通知" content="您确定制证完成吗" @confirm="dialogConfirm"
@close="dialogClose"></uni-popup-dialog>
</uni-popup>
</view>
@ -811,8 +800,7 @@ image {
color: #FFFFFF;
}
.box {
}
.box {}
.box-dis {
box-sizing: border-box;
@ -1070,4 +1058,26 @@ image {
background: #0D2E8D;
color: #fff;
}
.qiu_ {
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
color: #fff;
background: #0D2E8D;
}
.xb_ {
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
color: #0D2E8D;
font-size: 22px;
font-weight: bold;
}
</style>