Compare commits

...

4 Commits

Author SHA1 Message Date
QJK
2fc6825cf5 11.9 2024-11-09 18:20:01 +08:00
QJK
7d50c4b699 Merge remote-tracking branch 'origin/master' 2024-11-09 18:10:17 +08:00
QJK
46e81a48fb Merge remote-tracking branch 'origin/master'
# Conflicts:
#	pages/index/selectProject.vue
2024-11-09 17:58:56 +08:00
QJK
b8fc167109 11.9 2024-11-09 17:56:06 +08:00
3 changed files with 1195 additions and 1153 deletions

View File

@ -1,7 +1,7 @@
// 应用全局配置
module.exports = {
// baseUrl: 'https://www.nuoyunr.com/admin-api',
baseUrl: 'http://127.0.0.1:48080/admin-api',
baseUrl: 'http://192.168.31.130:48080/admin-api',
imagesUrl: 'http://www.nuoyunr.com/lananRsc',
baseImageUrl: 'https://www.nuoyunr.com/minio',
// 应用信息

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>

View File

@ -24,11 +24,19 @@
<view class="title_">
已选检测项目
</view>
<u-steps activeColor="#0D2E8D" direction="column">
<view style="margin-bottom: 15px;" v-for="(item,index) in selectProject" :key="index">
<view class="steps_">
<view class="index_">{{index+1}}</view>
<view style="font-size: 20px; font-weight: bold;">{{item.projectName}}</view>
</view>
<view class="xb_" v-if="index != selectProject.length - 1 "> </view>
</view>
<!-- <u-steps activeColor="#0D2E8D" direction="column">
<u-steps-item :iconSize="iconSize" v-for="item in selectProject" :title="item.projectName">
</u-steps-item>
</u-steps>
</u-steps> -->
</view>
@ -102,14 +110,12 @@ export default {
</script>
<style scoped>
::v-deep .step-style{
.u-steps-item__content{
.u-text__value {
font-size:80rpx !important;
line-height: 90rpx !important;
}
}
.steps_ {
display: flex;
align-items: center;
}
.cont_box {
box-sizing: border-box;
padding: 10px;
@ -142,6 +148,7 @@ export default {
}
.box_button {
border-radius: 6px;
border: 1px solid #999;
display: flex;
@ -198,4 +205,29 @@ export default {
.t-left {
width: 10%;
}
.index_ {
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: bold;
font-size: 18px;
background: #0D2E8D;
border-radius: 50%;
margin-right: 10px;
}
.xb_ {
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
color: #0D2E8D;
font-size: 22px;
font-weight: bold;
}
</style>