|
@@ -3,15 +3,6 @@
|
|
<view class="inspectAdd">
|
|
<view class="inspectAdd">
|
|
<scroll-view scroll-y @scrolltolower="scrollGet" class="info-max-box">
|
|
<scroll-view scroll-y @scrolltolower="scrollGet" class="info-max-box">
|
|
<view class="tip">第一次检查</view>
|
|
<view class="tip">第一次检查</view>
|
|
- <view class="title">
|
|
|
|
- <view class="title-l">
|
|
|
|
- <view class="title-l-t">{{newData.data10}}</view>
|
|
|
|
- <view class="title-l-b">
|
|
|
|
- <view v-for="(item,index) in newData.data11" :key="index">{{item}}</view>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <img class="title-r" src="@/pages_safetyCheck/images/icon_wd_gd@1x.png">
|
|
|
|
- </view>
|
|
|
|
<view class="items">
|
|
<view class="items">
|
|
<view class="items-t">
|
|
<view class="items-t">
|
|
<view class="items-t-r">{{newData.data3}}</view>
|
|
<view class="items-t-r">{{newData.data3}}</view>
|
|
@@ -67,7 +58,7 @@
|
|
<view class="voice-btn">
|
|
<view class="voice-btn">
|
|
<img class="voice_t_r" src="@/pages_safetyCheck/images/icon_sskz_azsh.png"
|
|
<img class="voice_t_r" src="@/pages_safetyCheck/images/icon_sskz_azsh.png"
|
|
@longpress.stop="recordButton(item,$event)" @touchmove.stop="cancelButton"
|
|
@longpress.stop="recordButton(item,$event)" @touchmove.stop="cancelButton"
|
|
- @touchend.stop="sendButton(item,$event)"/>
|
|
|
|
|
|
+ @touchend.stop="sendButton(item,$event)" />
|
|
<text>按住说话</text>
|
|
<text>按住说话</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -110,15 +101,15 @@
|
|
data11: ['校级检查', '全面检查', '交叉检查'],
|
|
data11: ['校级检查', '全面检查', '交叉检查'],
|
|
rectificationStatus: 0, //整改状态 0待整改 1暂无法整改 2已整改
|
|
rectificationStatus: 0, //整改状态 0待整改 1暂无法整改 2已整改
|
|
},
|
|
},
|
|
- voiceList: [
|
|
|
|
- {
|
|
|
|
|
|
+ voiceList: [{
|
|
'times': '10',
|
|
'times': '10',
|
|
'url': '2312312'
|
|
'url': '2312312'
|
|
- },
|
|
|
|
- ],
|
|
|
|
|
|
+ }, ],
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- onLoad(option) {},
|
|
|
|
|
|
+ onLoad(option) {
|
|
|
|
+ //this.$set(this, 'newData', JSON.parse(decodeURIComponent(option.infoData)));
|
|
|
|
+ },
|
|
onShow() {
|
|
onShow() {
|
|
|
|
|
|
},
|
|
},
|
|
@@ -382,56 +373,7 @@
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
- .title {
|
|
|
|
- width: 690rpx;
|
|
|
|
- height: 150rpx;
|
|
|
|
- background: #FFFFFF;
|
|
|
|
- border-radius: 20rpx 20rpx 20rpx 20rpx;
|
|
|
|
- margin: 20rpx 30rpx 0;
|
|
|
|
- display: flex;
|
|
|
|
- justify-content: space-between;
|
|
|
|
- align-items: center;
|
|
|
|
- padding: 0 30rpx;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
-
|
|
|
|
- .title-l {
|
|
|
|
- width: 594rpx;
|
|
|
|
-
|
|
|
|
- .title-l-t {
|
|
|
|
- font-size: 30rpx;
|
|
|
|
- color: #333333;
|
|
|
|
- line-height: 42rpx;
|
|
|
|
- text-align: left;
|
|
|
|
- overflow: hidden;
|
|
|
|
- text-overflow: ellipsis;
|
|
|
|
- white-space: nowrap;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .title-l-b {
|
|
|
|
- display: flex;
|
|
|
|
- justify-content: flex-start;
|
|
|
|
- margin-top: 16rpx;
|
|
|
|
-
|
|
|
|
- >view {
|
|
|
|
- width: 130rpx;
|
|
|
|
- height: 50rpx;
|
|
|
|
- background: rgba(1, 131, 250, 0.2);
|
|
|
|
- border-radius: 6rpx 6rpx 6rpx 6rpx;
|
|
|
|
- font-size: 24rpx;
|
|
|
|
- color: #0183FA;
|
|
|
|
- line-height: 50rpx;
|
|
|
|
- text-align: center;
|
|
|
|
- margin-right: 14rpx;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .title-r {
|
|
|
|
- width: 24rpx;
|
|
|
|
- height: 24rpx;
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
|
|
+
|
|
.items {
|
|
.items {
|
|
width: 690rpx;
|
|
width: 690rpx;
|
|
min-height: 165rpx;
|
|
min-height: 165rpx;
|
|
@@ -719,17 +661,20 @@
|
|
margin-left: 20rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .voice-btn{
|
|
|
|
|
|
+
|
|
|
|
+ .voice-btn {
|
|
width: 150rpx;
|
|
width: 150rpx;
|
|
height: 150rpx;
|
|
height: 150rpx;
|
|
position: relative;
|
|
position: relative;
|
|
- margin:62rpx 0 0 238rpx;
|
|
|
|
- >img{
|
|
|
|
|
|
+ margin: 62rpx 0 0 238rpx;
|
|
|
|
+
|
|
|
|
+ >img {
|
|
width: 150rpx;
|
|
width: 150rpx;
|
|
height: 150rpx;
|
|
height: 150rpx;
|
|
position: absolute;
|
|
position: absolute;
|
|
}
|
|
}
|
|
- >text{
|
|
|
|
|
|
+
|
|
|
|
+ >text {
|
|
font-size: 24rpx;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
color: #999999;
|
|
line-height: 30rpx;
|
|
line-height: 30rpx;
|